From 01e169c900135a55ecc4cbafd317e5fcc3659c59 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 19 Mar 2014 12:48:15 +0200 Subject: Remove author from source files --- examples/cxx/tree/custom/mixed/driver.cxx | 1 - examples/cxx/tree/custom/mixed/makefile | 1 - examples/cxx/tree/custom/mixed/people-custom.cxx | 1 - examples/cxx/tree/custom/mixed/people-custom.hxx | 1 - 4 files changed, 4 deletions(-) (limited to 'examples/cxx/tree/custom/mixed') diff --git a/examples/cxx/tree/custom/mixed/driver.cxx b/examples/cxx/tree/custom/mixed/driver.cxx index a6dd0a7..0378f18 100644 --- a/examples/cxx/tree/custom/mixed/driver.cxx +++ b/examples/cxx/tree/custom/mixed/driver.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/custom/mixed/driver.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #include // std::auto_ptr diff --git a/examples/cxx/tree/custom/mixed/makefile b/examples/cxx/tree/custom/mixed/makefile index 539252f..32ad9d9 100644 --- a/examples/cxx/tree/custom/mixed/makefile +++ b/examples/cxx/tree/custom/mixed/makefile @@ -1,5 +1,4 @@ # file : examples/cxx/tree/custom/mixed/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file diff --git a/examples/cxx/tree/custom/mixed/people-custom.cxx b/examples/cxx/tree/custom/mixed/people-custom.cxx index af07e22..7cd1947 100644 --- a/examples/cxx/tree/custom/mixed/people-custom.cxx +++ b/examples/cxx/tree/custom/mixed/people-custom.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/custom/mixed/people-custom.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #include diff --git a/examples/cxx/tree/custom/mixed/people-custom.hxx b/examples/cxx/tree/custom/mixed/people-custom.hxx index f05ba4a..54dfb21 100644 --- a/examples/cxx/tree/custom/mixed/people-custom.hxx +++ b/examples/cxx/tree/custom/mixed/people-custom.hxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/custom/mixed/people-custom.hxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain // Do not include this file directly, use people.hxx instead. This -- cgit v1.1