summaryrefslogtreecommitdiff
path: root/examples/cxx/tree/binary/cdr
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cxx/tree/binary/cdr')
-rw-r--r--examples/cxx/tree/binary/cdr/driver.cxx1
-rw-r--r--examples/cxx/tree/binary/cdr/makefile1
2 files changed, 0 insertions, 2 deletions
diff --git a/examples/cxx/tree/binary/cdr/driver.cxx b/examples/cxx/tree/binary/cdr/driver.cxx
index 08ec0d5..ec1ff32 100644
--- a/examples/cxx/tree/binary/cdr/driver.cxx
+++ b/examples/cxx/tree/binary/cdr/driver.cxx
@@ -1,5 +1,4 @@
// file : examples/cxx/tree/binary/cdr/driver.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#include <memory> // std::auto_ptr
diff --git a/examples/cxx/tree/binary/cdr/makefile b/examples/cxx/tree/binary/cdr/makefile
index ab8c409..30a29f8 100644
--- a/examples/cxx/tree/binary/cdr/makefile
+++ b/examples/cxx/tree/binary/cdr/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/tree/binary/cdr/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