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/contacts/contacts-custom.cxx | 1 - examples/cxx/tree/custom/contacts/contacts-custom.hxx | 1 - examples/cxx/tree/custom/contacts/driver.cxx | 1 - examples/cxx/tree/custom/contacts/makefile | 1 - 4 files changed, 4 deletions(-) (limited to 'examples/cxx/tree/custom/contacts') diff --git a/examples/cxx/tree/custom/contacts/contacts-custom.cxx b/examples/cxx/tree/custom/contacts/contacts-custom.cxx index dd7c453..8bb0e22 100644 --- a/examples/cxx/tree/custom/contacts/contacts-custom.cxx +++ b/examples/cxx/tree/custom/contacts/contacts-custom.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/custom/contacts/contacts-custom.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #include diff --git a/examples/cxx/tree/custom/contacts/contacts-custom.hxx b/examples/cxx/tree/custom/contacts/contacts-custom.hxx index fdb6810..65d6244 100644 --- a/examples/cxx/tree/custom/contacts/contacts-custom.hxx +++ b/examples/cxx/tree/custom/contacts/contacts-custom.hxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/custom/contacts/contacts-custom.hxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain // Do not include this file directly, use contacts.hxx instead. This diff --git a/examples/cxx/tree/custom/contacts/driver.cxx b/examples/cxx/tree/custom/contacts/driver.cxx index 9015e87..ae8a2da 100644 --- a/examples/cxx/tree/custom/contacts/driver.cxx +++ b/examples/cxx/tree/custom/contacts/driver.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/tree/custom/contacts/driver.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #include // std::auto_ptr diff --git a/examples/cxx/tree/custom/contacts/makefile b/examples/cxx/tree/custom/contacts/makefile index b0ae749..c3b73ca 100644 --- a/examples/cxx/tree/custom/contacts/makefile +++ b/examples/cxx/tree/custom/contacts/makefile @@ -1,5 +1,4 @@ # file : examples/cxx/tree/custom/contacts/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