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