summaryrefslogtreecommitdiff
path: root/examples/cxx/tree/custom/taxonomy
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cxx/tree/custom/taxonomy')
-rw-r--r--examples/cxx/tree/custom/taxonomy/driver.cxx1
-rw-r--r--examples/cxx/tree/custom/taxonomy/makefile1
-rw-r--r--examples/cxx/tree/custom/taxonomy/people-custom-fwd.hxx1
-rw-r--r--examples/cxx/tree/custom/taxonomy/people-custom.cxx1
-rw-r--r--examples/cxx/tree/custom/taxonomy/people-custom.hxx1
5 files changed, 0 insertions, 5 deletions
diff --git a/examples/cxx/tree/custom/taxonomy/driver.cxx b/examples/cxx/tree/custom/taxonomy/driver.cxx
index f102fc3..ec562f6 100644
--- a/examples/cxx/tree/custom/taxonomy/driver.cxx
+++ b/examples/cxx/tree/custom/taxonomy/driver.cxx
@@ -1,5 +1,4 @@
// file : examples/cxx/tree/custom/taxonomy/driver.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#include <memory> // std::auto_ptr
diff --git a/examples/cxx/tree/custom/taxonomy/makefile b/examples/cxx/tree/custom/taxonomy/makefile
index 0ea00a6..ff727c0 100644
--- a/examples/cxx/tree/custom/taxonomy/makefile
+++ b/examples/cxx/tree/custom/taxonomy/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/tree/custom/taxonomy/makefile
-# author : Boris Kolpackov <boris@codesynthesis.com>
# 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/taxonomy/people-custom-fwd.hxx b/examples/cxx/tree/custom/taxonomy/people-custom-fwd.hxx
index 973b6e5..2c26bf5 100644
--- a/examples/cxx/tree/custom/taxonomy/people-custom-fwd.hxx
+++ b/examples/cxx/tree/custom/taxonomy/people-custom-fwd.hxx
@@ -1,5 +1,4 @@
// file : examples/cxx/tree/custom/taxonomy/people-custom-fwd.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
// Do not include this file directly, use people-fwd.hxx instead. This
diff --git a/examples/cxx/tree/custom/taxonomy/people-custom.cxx b/examples/cxx/tree/custom/taxonomy/people-custom.cxx
index 321d2df..a06a6ea 100644
--- a/examples/cxx/tree/custom/taxonomy/people-custom.cxx
+++ b/examples/cxx/tree/custom/taxonomy/people-custom.cxx
@@ -1,5 +1,4 @@
// file : examples/cxx/tree/custom/taxonomy/people-custom.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#include <ostream>
diff --git a/examples/cxx/tree/custom/taxonomy/people-custom.hxx b/examples/cxx/tree/custom/taxonomy/people-custom.hxx
index c601061..a60edc8 100644
--- a/examples/cxx/tree/custom/taxonomy/people-custom.hxx
+++ b/examples/cxx/tree/custom/taxonomy/people-custom.hxx
@@ -1,5 +1,4 @@
// file : examples/cxx/tree/custom/taxonomy/people-custom.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
// Do not include this file directly, use people.hxx instead. This