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/wildcard/driver.cxx | 1 - examples/cxx/tree/custom/wildcard/makefile | 1 - examples/cxx/tree/custom/wildcard/wildcard-custom.cxx | 1 - examples/cxx/tree/custom/wildcard/wildcard-custom.hxx | 1 - 4 files changed, 4 deletions(-) (limited to 'examples/cxx/tree/custom/wildcard') diff --git a/examples/cxx/tree/custom/wildcard/driver.cxx b/examples/cxx/tree/custom/wildcard/driver.cxx index d63fb11..d29f125 100644 --- a/examples/cxx/tree/custom/wildcard/driver.cxx +++ b/examples/cxx/tree/custom/wildcard/driver.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/custom/wildcard/driver.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #include // std::auto_ptr diff --git a/examples/cxx/tree/custom/wildcard/makefile b/examples/cxx/tree/custom/wildcard/makefile index c86969d..1c9922c 100644 --- a/examples/cxx/tree/custom/wildcard/makefile +++ b/examples/cxx/tree/custom/wildcard/makefile @@ -1,5 +1,4 @@ # file : examples/cxx/tree/custom/wildcard/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/wildcard/wildcard-custom.cxx b/examples/cxx/tree/custom/wildcard/wildcard-custom.cxx index 422a4b3..006f93a 100644 --- a/examples/cxx/tree/custom/wildcard/wildcard-custom.cxx +++ b/examples/cxx/tree/custom/wildcard/wildcard-custom.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/custom/wildcard/wildcard-custom.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #include diff --git a/examples/cxx/tree/custom/wildcard/wildcard-custom.hxx b/examples/cxx/tree/custom/wildcard/wildcard-custom.hxx index 2c58cc8..0546d38 100644 --- a/examples/cxx/tree/custom/wildcard/wildcard-custom.hxx +++ b/examples/cxx/tree/custom/wildcard/wildcard-custom.hxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/custom/wildcard/wildcard-custom.hxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain // Do not include this file directly, use wildcard.hxx instead. This -- cgit v1.1