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/calendar/driver.cxx | 1 - examples/cxx/tree/custom/calendar/makefile | 1 - examples/cxx/tree/custom/calendar/xml-schema-custom.cxx | 1 - examples/cxx/tree/custom/calendar/xml-schema-custom.hxx | 1 - 4 files changed, 4 deletions(-) (limited to 'examples/cxx/tree/custom/calendar') diff --git a/examples/cxx/tree/custom/calendar/driver.cxx b/examples/cxx/tree/custom/calendar/driver.cxx index 02f1c27..a5b223e 100644 --- a/examples/cxx/tree/custom/calendar/driver.cxx +++ b/examples/cxx/tree/custom/calendar/driver.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/custom/calendar/driver.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #include // std::auto_ptr diff --git a/examples/cxx/tree/custom/calendar/makefile b/examples/cxx/tree/custom/calendar/makefile index 2e9f652..052b279 100644 --- a/examples/cxx/tree/custom/calendar/makefile +++ b/examples/cxx/tree/custom/calendar/makefile @@ -1,5 +1,4 @@ # file : examples/cxx/tree/custom/calendar/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/calendar/xml-schema-custom.cxx b/examples/cxx/tree/custom/calendar/xml-schema-custom.cxx index 440a407..645880b 100644 --- a/examples/cxx/tree/custom/calendar/xml-schema-custom.cxx +++ b/examples/cxx/tree/custom/calendar/xml-schema-custom.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/custom/calendar/xml-schema-custom.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain // Include xml-schema.hxx instead of xml-schema-custom.hxx here. diff --git a/examples/cxx/tree/custom/calendar/xml-schema-custom.hxx b/examples/cxx/tree/custom/calendar/xml-schema-custom.hxx index 2bab0b5..58f57e6 100644 --- a/examples/cxx/tree/custom/calendar/xml-schema-custom.hxx +++ b/examples/cxx/tree/custom/calendar/xml-schema-custom.hxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/custom/calendar/xml-schema-custom.hxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain // Do not include this file directly, use xml-schema.hxx instead. This -- cgit v1.1