summaryrefslogtreecommitdiff
path: root/examples/cxx/parser/performance
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-03-19 12:48:15 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-03-19 12:48:15 +0200
commit01e169c900135a55ecc4cbafd317e5fcc3659c59 (patch)
tree2b475a1910973f76ba378fd2fb5e887baa5c7ce1 /examples/cxx/parser/performance
parentd2566c96cd0f0c720faf9a5507bdd3dc3af8f2a5 (diff)
Remove author from source files
Diffstat (limited to 'examples/cxx/parser/performance')
-rw-r--r--examples/cxx/parser/performance/driver.cxx1
-rw-r--r--examples/cxx/parser/performance/makefile1
-rw-r--r--examples/cxx/parser/performance/time.cxx1
-rw-r--r--examples/cxx/parser/performance/time.hxx1
4 files changed, 0 insertions, 4 deletions
diff --git a/examples/cxx/parser/performance/driver.cxx b/examples/cxx/parser/performance/driver.cxx
index ed56f63..302464e 100644
--- a/examples/cxx/parser/performance/driver.cxx
+++ b/examples/cxx/parser/performance/driver.cxx
@@ -1,5 +1,4 @@
// file : examples/cxx/parser/performance/driver.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#include <string>
diff --git a/examples/cxx/parser/performance/makefile b/examples/cxx/parser/performance/makefile
index 1ee7a68..ce18865 100644
--- a/examples/cxx/parser/performance/makefile
+++ b/examples/cxx/parser/performance/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/parser/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/parser/performance/time.cxx b/examples/cxx/parser/performance/time.cxx
index 6753975..aca5c74 100644
--- a/examples/cxx/parser/performance/time.cxx
+++ b/examples/cxx/parser/performance/time.cxx
@@ -1,5 +1,4 @@
// file : examples/cxx/parser/performance/time.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#include "time.hxx"
diff --git a/examples/cxx/parser/performance/time.hxx b/examples/cxx/parser/performance/time.hxx
index 37ec457..3b2f040 100644
--- a/examples/cxx/parser/performance/time.hxx
+++ b/examples/cxx/parser/performance/time.hxx
@@ -1,5 +1,4 @@
// file : examples/cxx/parser/performance/time.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#ifndef TIME_HXX