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/double/double-custom.cxx | 1 - examples/cxx/tree/custom/double/double-custom.hxx | 1 - examples/cxx/tree/custom/double/driver.cxx | 1 - examples/cxx/tree/custom/double/makefile | 1 - 4 files changed, 4 deletions(-) (limited to 'examples/cxx/tree/custom/double') diff --git a/examples/cxx/tree/custom/double/double-custom.cxx b/examples/cxx/tree/custom/double/double-custom.cxx index 78904a0..6aad908 100644 --- a/examples/cxx/tree/custom/double/double-custom.cxx +++ b/examples/cxx/tree/custom/double/double-custom.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/custom/double/double-custom.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain // Include xml-schema.hxx instead of double-custom.hxx here. diff --git a/examples/cxx/tree/custom/double/double-custom.hxx b/examples/cxx/tree/custom/double/double-custom.hxx index 17d9a44..1516211 100644 --- a/examples/cxx/tree/custom/double/double-custom.hxx +++ b/examples/cxx/tree/custom/double/double-custom.hxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/custom/double/double-custom.hxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain // Do not include this file directly, use xml-schema.hxx instead. This diff --git a/examples/cxx/tree/custom/double/driver.cxx b/examples/cxx/tree/custom/double/driver.cxx index 2e5b44d..8b102a5 100644 --- a/examples/cxx/tree/custom/double/driver.cxx +++ b/examples/cxx/tree/custom/double/driver.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/custom/double/driver.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #include diff --git a/examples/cxx/tree/custom/double/makefile b/examples/cxx/tree/custom/double/makefile index ae25b4d..77a87c6 100644 --- a/examples/cxx/tree/custom/double/makefile +++ b/examples/cxx/tree/custom/double/makefile @@ -1,5 +1,4 @@ # file : examples/cxx/tree/custom/double/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file -- cgit v1.1