summaryrefslogtreecommitdiff
path: root/examples/cxx/tree/performance
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cxx/tree/performance')
-rw-r--r--examples/cxx/tree/performance/driver.cxx1
-rw-r--r--examples/cxx/tree/performance/makefile1
-rw-r--r--examples/cxx/tree/performance/parsing.cxx1
-rw-r--r--examples/cxx/tree/performance/serialization.cxx1
-rw-r--r--examples/cxx/tree/performance/time.cxx1
-rw-r--r--examples/cxx/tree/performance/time.hxx1
6 files changed, 0 insertions, 6 deletions
diff --git a/examples/cxx/tree/performance/driver.cxx b/examples/cxx/tree/performance/driver.cxx
index f3e388b..b626e4d 100644
--- a/examples/cxx/tree/performance/driver.cxx
+++ b/examples/cxx/tree/performance/driver.cxx
@@ -1,5 +1,4 @@
// file : examples/cxx/tree/performance/driver.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#include <string>
diff --git a/examples/cxx/tree/performance/makefile b/examples/cxx/tree/performance/makefile
index c739ecd..75302b3 100644
--- a/examples/cxx/tree/performance/makefile
+++ b/examples/cxx/tree/performance/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/tree/performance/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/performance/parsing.cxx b/examples/cxx/tree/performance/parsing.cxx
index 82279a1..bf7f667 100644
--- a/examples/cxx/tree/performance/parsing.cxx
+++ b/examples/cxx/tree/performance/parsing.cxx
@@ -1,5 +1,4 @@
// file : examples/cxx/tree/performance/parsing.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#include <memory> // std::auto_ptr
diff --git a/examples/cxx/tree/performance/serialization.cxx b/examples/cxx/tree/performance/serialization.cxx
index 551d04b..08e5740 100644
--- a/examples/cxx/tree/performance/serialization.cxx
+++ b/examples/cxx/tree/performance/serialization.cxx
@@ -1,5 +1,4 @@
// file : examples/cxx/tree/performance/serialization.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#include <memory> // std::auto_ptr
diff --git a/examples/cxx/tree/performance/time.cxx b/examples/cxx/tree/performance/time.cxx
index c91f813..6bec91b 100644
--- a/examples/cxx/tree/performance/time.cxx
+++ b/examples/cxx/tree/performance/time.cxx
@@ -1,5 +1,4 @@
// file : examples/cxx/tree/performance/time.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#include "time.hxx"
diff --git a/examples/cxx/tree/performance/time.hxx b/examples/cxx/tree/performance/time.hxx
index f83e628..ea71e83 100644
--- a/examples/cxx/tree/performance/time.hxx
+++ b/examples/cxx/tree/performance/time.hxx
@@ -1,5 +1,4 @@
// file : examples/cxx/tree/performance/time.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#ifndef TIME_HXX