summaryrefslogtreecommitdiff
path: root/examples/cxx/tree/binary/boost
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cxx/tree/binary/boost')
-rw-r--r--examples/cxx/tree/binary/boost/boost-archive-extraction.hxx1
-rw-r--r--examples/cxx/tree/binary/boost/boost-archive-insertion.hxx1
-rw-r--r--examples/cxx/tree/binary/boost/driver.cxx1
-rw-r--r--examples/cxx/tree/binary/boost/makefile1
4 files changed, 0 insertions, 4 deletions
diff --git a/examples/cxx/tree/binary/boost/boost-archive-extraction.hxx b/examples/cxx/tree/binary/boost/boost-archive-extraction.hxx
index 1d70da8..8a1c1ef 100644
--- a/examples/cxx/tree/binary/boost/boost-archive-extraction.hxx
+++ b/examples/cxx/tree/binary/boost/boost-archive-extraction.hxx
@@ -1,5 +1,4 @@
// file : examples/cxx/tree/binary/boost/boost-archive-insertion.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#ifndef BOOST_ARCHIVE_EXTRACTION_HXX
diff --git a/examples/cxx/tree/binary/boost/boost-archive-insertion.hxx b/examples/cxx/tree/binary/boost/boost-archive-insertion.hxx
index 793dfb0..4c89104 100644
--- a/examples/cxx/tree/binary/boost/boost-archive-insertion.hxx
+++ b/examples/cxx/tree/binary/boost/boost-archive-insertion.hxx
@@ -1,5 +1,4 @@
// file : examples/cxx/tree/binary/boost/boost-archive-insertion.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#ifndef BOOST_ARCHIVE_INSERTION_HXX
diff --git a/examples/cxx/tree/binary/boost/driver.cxx b/examples/cxx/tree/binary/boost/driver.cxx
index 9490d13..df053b6 100644
--- a/examples/cxx/tree/binary/boost/driver.cxx
+++ b/examples/cxx/tree/binary/boost/driver.cxx
@@ -1,5 +1,4 @@
// file : examples/cxx/tree/binary/boost/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/boost/makefile b/examples/cxx/tree/binary/boost/makefile
index d97e676..eab2c73 100644
--- a/examples/cxx/tree/binary/boost/makefile
+++ b/examples/cxx/tree/binary/boost/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/tree/binary/boost/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