aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/hybrid/polyroot
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cxx/hybrid/polyroot')
-rw-r--r--examples/cxx/hybrid/polyroot/driver.cxx1
-rw-r--r--examples/cxx/hybrid/polyroot/makefile1
2 files changed, 0 insertions, 2 deletions
diff --git a/examples/cxx/hybrid/polyroot/driver.cxx b/examples/cxx/hybrid/polyroot/driver.cxx
index c673182..a68bf16 100644
--- a/examples/cxx/hybrid/polyroot/driver.cxx
+++ b/examples/cxx/hybrid/polyroot/driver.cxx
@@ -1,5 +1,4 @@
// file : examples/cxx/hybrid/polyroot/driver.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#include <memory> // std::auto_ptr
diff --git a/examples/cxx/hybrid/polyroot/makefile b/examples/cxx/hybrid/polyroot/makefile
index 1955764..6a854f6 100644
--- a/examples/cxx/hybrid/polyroot/makefile
+++ b/examples/cxx/hybrid/polyroot/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/hybrid/polyroot/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