summaryrefslogtreecommitdiff
path: root/examples/cxx/parser
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
parentd2566c96cd0f0c720faf9a5507bdd3dc3af8f2a5 (diff)
Remove author from source files
Diffstat (limited to 'examples/cxx/parser')
-rw-r--r--examples/cxx/parser/generated/makefile1
-rw-r--r--examples/cxx/parser/hello/driver.cxx1
-rw-r--r--examples/cxx/parser/hello/makefile1
-rw-r--r--examples/cxx/parser/library/driver.cxx1
-rw-r--r--examples/cxx/parser/library/library-pimpl.cxx1
-rw-r--r--examples/cxx/parser/library/library-pimpl.hxx1
-rw-r--r--examples/cxx/parser/library/library.hxx1
-rw-r--r--examples/cxx/parser/library/library.map1
-rw-r--r--examples/cxx/parser/library/makefile1
-rw-r--r--examples/cxx/parser/makefile1
-rw-r--r--examples/cxx/parser/mixed/anchor.hxx1
-rw-r--r--examples/cxx/parser/mixed/driver.cxx1
-rw-r--r--examples/cxx/parser/mixed/makefile1
-rw-r--r--examples/cxx/parser/mixed/text.map1
-rw-r--r--examples/cxx/parser/mixin/driver.cxx1
-rw-r--r--examples/cxx/parser/mixin/makefile1
-rw-r--r--examples/cxx/parser/mixin/schema.map1
-rw-r--r--examples/cxx/parser/mixin/types.hxx1
-rw-r--r--examples/cxx/parser/multiroot/driver.cxx1
-rw-r--r--examples/cxx/parser/multiroot/makefile1
-rw-r--r--examples/cxx/parser/multiroot/protocol-pimpl.cxx1
-rw-r--r--examples/cxx/parser/multiroot/protocol-pimpl.hxx1
-rw-r--r--examples/cxx/parser/multiroot/protocol.hxx1
-rw-r--r--examples/cxx/parser/multiroot/protocol.map1
-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
-rw-r--r--examples/cxx/parser/polymorphism/driver.cxx1
-rw-r--r--examples/cxx/parser/polymorphism/makefile1
-rw-r--r--examples/cxx/parser/polymorphism/supermen-pimpl.cxx1
-rw-r--r--examples/cxx/parser/polymorphism/supermen-pimpl.hxx1
-rw-r--r--examples/cxx/parser/polyroot/driver.cxx1
-rw-r--r--examples/cxx/parser/polyroot/makefile1
-rw-r--r--examples/cxx/parser/polyroot/supermen-pimpl.cxx1
-rw-r--r--examples/cxx/parser/polyroot/supermen-pimpl.hxx1
-rw-r--r--examples/cxx/parser/wildcard/driver.cxx1
-rw-r--r--examples/cxx/parser/wildcard/makefile1
38 files changed, 0 insertions, 38 deletions
diff --git a/examples/cxx/parser/generated/makefile b/examples/cxx/parser/generated/makefile
index cba4ac0..94b23d6 100644
--- a/examples/cxx/parser/generated/makefile
+++ b/examples/cxx/parser/generated/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/parser/generated/makefile
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
diff --git a/examples/cxx/parser/hello/driver.cxx b/examples/cxx/parser/hello/driver.cxx
index 9aee316..e261e10 100644
--- a/examples/cxx/parser/hello/driver.cxx
+++ b/examples/cxx/parser/hello/driver.cxx
@@ -1,5 +1,4 @@
// file : examples/cxx/parser/hello/driver.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#include <string>
diff --git a/examples/cxx/parser/hello/makefile b/examples/cxx/parser/hello/makefile
index 13398a8..38c1d29 100644
--- a/examples/cxx/parser/hello/makefile
+++ b/examples/cxx/parser/hello/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/parser/hello/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/library/driver.cxx b/examples/cxx/parser/library/driver.cxx
index ea5f1d9..3b63801 100644
--- a/examples/cxx/parser/library/driver.cxx
+++ b/examples/cxx/parser/library/driver.cxx
@@ -1,5 +1,4 @@
// file : examples/cxx/parser/library/driver.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#include <iostream>
diff --git a/examples/cxx/parser/library/library-pimpl.cxx b/examples/cxx/parser/library/library-pimpl.cxx
index 8b6c357..7a1e484 100644
--- a/examples/cxx/parser/library/library-pimpl.cxx
+++ b/examples/cxx/parser/library/library-pimpl.cxx
@@ -1,5 +1,4 @@
// file : examples/cxx/parser/library/library-pimpl.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#include "library-pimpl.hxx"
diff --git a/examples/cxx/parser/library/library-pimpl.hxx b/examples/cxx/parser/library/library-pimpl.hxx
index 180070c..5d0dcc1 100644
--- a/examples/cxx/parser/library/library-pimpl.hxx
+++ b/examples/cxx/parser/library/library-pimpl.hxx
@@ -1,5 +1,4 @@
// file : examples/cxx/parser/library/library-pimpl.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#ifndef LIBRARY_PIMPL_HXX
diff --git a/examples/cxx/parser/library/library.hxx b/examples/cxx/parser/library/library.hxx
index fb6cc1d..552e7a5 100644
--- a/examples/cxx/parser/library/library.hxx
+++ b/examples/cxx/parser/library/library.hxx
@@ -1,5 +1,4 @@
// file : examples/cxx/parser/library/library.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#ifndef LIBRARY_HXX
diff --git a/examples/cxx/parser/library/library.map b/examples/cxx/parser/library/library.map
index 90f4938..3a49b49 100644
--- a/examples/cxx/parser/library/library.map
+++ b/examples/cxx/parser/library/library.map
@@ -1,5 +1,4 @@
# file : examples/cxx/parser/library/library.map
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : not copyrighted - public domain
namespace http://www.codesynthesis.com/library ::library
diff --git a/examples/cxx/parser/library/makefile b/examples/cxx/parser/library/makefile
index df74512..cc447e7 100644
--- a/examples/cxx/parser/library/makefile
+++ b/examples/cxx/parser/library/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/parser/library/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/makefile b/examples/cxx/parser/makefile
index a9a8a26..4a018ff 100644
--- a/examples/cxx/parser/makefile
+++ b/examples/cxx/parser/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/parser/makefile
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
diff --git a/examples/cxx/parser/mixed/anchor.hxx b/examples/cxx/parser/mixed/anchor.hxx
index bc1b54d..3adc90b 100644
--- a/examples/cxx/parser/mixed/anchor.hxx
+++ b/examples/cxx/parser/mixed/anchor.hxx
@@ -1,5 +1,4 @@
// file : examples/cxx/parser/mixed/anchor.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#ifndef ANCHOR_HXX
diff --git a/examples/cxx/parser/mixed/driver.cxx b/examples/cxx/parser/mixed/driver.cxx
index 45067f0..3f3cc65 100644
--- a/examples/cxx/parser/mixed/driver.cxx
+++ b/examples/cxx/parser/mixed/driver.cxx
@@ -1,5 +1,4 @@
// file : examples/cxx/parser/mixed/driver.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#include <string>
diff --git a/examples/cxx/parser/mixed/makefile b/examples/cxx/parser/mixed/makefile
index 6ab437c..18ff745 100644
--- a/examples/cxx/parser/mixed/makefile
+++ b/examples/cxx/parser/mixed/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/parser/mixed/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/mixed/text.map b/examples/cxx/parser/mixed/text.map
index e44caf3..85971c4 100644
--- a/examples/cxx/parser/mixed/text.map
+++ b/examples/cxx/parser/mixed/text.map
@@ -1,5 +1,4 @@
# file : examples/cxx/parser/mixed/text.map
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : not copyrighted - public domain
include "anchor.hxx";
diff --git a/examples/cxx/parser/mixin/driver.cxx b/examples/cxx/parser/mixin/driver.cxx
index 41e5a45..04466a1 100644
--- a/examples/cxx/parser/mixin/driver.cxx
+++ b/examples/cxx/parser/mixin/driver.cxx
@@ -1,5 +1,4 @@
// file : examples/cxx/parser/mixin/driver.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#include <memory>
diff --git a/examples/cxx/parser/mixin/makefile b/examples/cxx/parser/mixin/makefile
index 06d6a81..f54202e 100644
--- a/examples/cxx/parser/mixin/makefile
+++ b/examples/cxx/parser/mixin/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/parser/mixin/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/mixin/schema.map b/examples/cxx/parser/mixin/schema.map
index 22edb1e..a93c881 100644
--- a/examples/cxx/parser/mixin/schema.map
+++ b/examples/cxx/parser/mixin/schema.map
@@ -1,5 +1,4 @@
# file : examples/cxx/parser/mixin/schema.map
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : not copyrighted - public domain
include "types.hxx";
diff --git a/examples/cxx/parser/mixin/types.hxx b/examples/cxx/parser/mixin/types.hxx
index 708dfc3..930033d 100644
--- a/examples/cxx/parser/mixin/types.hxx
+++ b/examples/cxx/parser/mixin/types.hxx
@@ -1,5 +1,4 @@
// file : examples/cxx/parser/mixin/types.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#ifndef TYPES_HXX
diff --git a/examples/cxx/parser/multiroot/driver.cxx b/examples/cxx/parser/multiroot/driver.cxx
index 9e5d874..3b32898 100644
--- a/examples/cxx/parser/multiroot/driver.cxx
+++ b/examples/cxx/parser/multiroot/driver.cxx
@@ -1,5 +1,4 @@
// file : examples/cxx/parser/multiroot/driver.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#include <memory> // std::auto_ptr
diff --git a/examples/cxx/parser/multiroot/makefile b/examples/cxx/parser/multiroot/makefile
index 4e91a6e..12c057a 100644
--- a/examples/cxx/parser/multiroot/makefile
+++ b/examples/cxx/parser/multiroot/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/parser/multiroot/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/multiroot/protocol-pimpl.cxx b/examples/cxx/parser/multiroot/protocol-pimpl.cxx
index 09a04b3..b5ec1b2 100644
--- a/examples/cxx/parser/multiroot/protocol-pimpl.cxx
+++ b/examples/cxx/parser/multiroot/protocol-pimpl.cxx
@@ -1,5 +1,4 @@
// file : examples/cxx/parser/multiroot/protocol-pimpl.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#include "protocol-pimpl.hxx"
diff --git a/examples/cxx/parser/multiroot/protocol-pimpl.hxx b/examples/cxx/parser/multiroot/protocol-pimpl.hxx
index 0531790..c0693cb 100644
--- a/examples/cxx/parser/multiroot/protocol-pimpl.hxx
+++ b/examples/cxx/parser/multiroot/protocol-pimpl.hxx
@@ -1,5 +1,4 @@
// file : examples/cxx/parser/multiroot/protocol-pimpl.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#ifndef PROTOCOL_PIMPL_HXX
diff --git a/examples/cxx/parser/multiroot/protocol.hxx b/examples/cxx/parser/multiroot/protocol.hxx
index f076140..bbf5b56 100644
--- a/examples/cxx/parser/multiroot/protocol.hxx
+++ b/examples/cxx/parser/multiroot/protocol.hxx
@@ -1,5 +1,4 @@
// file : examples/cxx/parser/multiroot/protocol.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#ifndef PROTOCOL_HXX
diff --git a/examples/cxx/parser/multiroot/protocol.map b/examples/cxx/parser/multiroot/protocol.map
index 7389fa9..8d8ac9f 100644
--- a/examples/cxx/parser/multiroot/protocol.map
+++ b/examples/cxx/parser/multiroot/protocol.map
@@ -1,5 +1,4 @@
# file : examples/cxx/parser/multiroot/protocol.map
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : not copyrighted - public domain
namespace http://www.codesynthesis.com/protocol ::protocol
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
diff --git a/examples/cxx/parser/polymorphism/driver.cxx b/examples/cxx/parser/polymorphism/driver.cxx
index 842a88b..ffbe48b 100644
--- a/examples/cxx/parser/polymorphism/driver.cxx
+++ b/examples/cxx/parser/polymorphism/driver.cxx
@@ -1,5 +1,4 @@
// file : examples/cxx/parser/polymorphism/driver.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#include <iostream>
diff --git a/examples/cxx/parser/polymorphism/makefile b/examples/cxx/parser/polymorphism/makefile
index 12b8b74..861b338 100644
--- a/examples/cxx/parser/polymorphism/makefile
+++ b/examples/cxx/parser/polymorphism/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/parser/polymorphism/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/polymorphism/supermen-pimpl.cxx b/examples/cxx/parser/polymorphism/supermen-pimpl.cxx
index 8a30cbd..f4b3bc6 100644
--- a/examples/cxx/parser/polymorphism/supermen-pimpl.cxx
+++ b/examples/cxx/parser/polymorphism/supermen-pimpl.cxx
@@ -1,5 +1,4 @@
// file : examples/cxx/parser/polymorphism/supermen-pimpl.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
//
diff --git a/examples/cxx/parser/polymorphism/supermen-pimpl.hxx b/examples/cxx/parser/polymorphism/supermen-pimpl.hxx
index 3c0f549..eaf81e5 100644
--- a/examples/cxx/parser/polymorphism/supermen-pimpl.hxx
+++ b/examples/cxx/parser/polymorphism/supermen-pimpl.hxx
@@ -1,5 +1,4 @@
// file : examples/cxx/parser/polymorphism/supermen-pimpl.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#ifndef SUPERMEN_PIMPL_HXX
diff --git a/examples/cxx/parser/polyroot/driver.cxx b/examples/cxx/parser/polyroot/driver.cxx
index b04bba5..1c9c778 100644
--- a/examples/cxx/parser/polyroot/driver.cxx
+++ b/examples/cxx/parser/polyroot/driver.cxx
@@ -1,5 +1,4 @@
// file : examples/cxx/parser/polyroot/driver.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#include <map>
diff --git a/examples/cxx/parser/polyroot/makefile b/examples/cxx/parser/polyroot/makefile
index eb5791a..77056ae 100644
--- a/examples/cxx/parser/polyroot/makefile
+++ b/examples/cxx/parser/polyroot/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/parser/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
diff --git a/examples/cxx/parser/polyroot/supermen-pimpl.cxx b/examples/cxx/parser/polyroot/supermen-pimpl.cxx
index db41ab2..62289e9 100644
--- a/examples/cxx/parser/polyroot/supermen-pimpl.cxx
+++ b/examples/cxx/parser/polyroot/supermen-pimpl.cxx
@@ -1,5 +1,4 @@
// file : examples/cxx/parser/polyroot/supermen-pimpl.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
//
diff --git a/examples/cxx/parser/polyroot/supermen-pimpl.hxx b/examples/cxx/parser/polyroot/supermen-pimpl.hxx
index 035d127..49e8c74 100644
--- a/examples/cxx/parser/polyroot/supermen-pimpl.hxx
+++ b/examples/cxx/parser/polyroot/supermen-pimpl.hxx
@@ -1,5 +1,4 @@
// file : examples/cxx/parser/polyroot/supermen-pimpl.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#ifndef SUPERMEN_PIMPL_HXX
diff --git a/examples/cxx/parser/wildcard/driver.cxx b/examples/cxx/parser/wildcard/driver.cxx
index 7bd63eb..fa82ec0 100644
--- a/examples/cxx/parser/wildcard/driver.cxx
+++ b/examples/cxx/parser/wildcard/driver.cxx
@@ -1,5 +1,4 @@
// file : examples/cxx/parser/wildcard/driver.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#include <string>
diff --git a/examples/cxx/parser/wildcard/makefile b/examples/cxx/parser/wildcard/makefile
index 953e531..b3f1203 100644
--- a/examples/cxx/parser/wildcard/makefile
+++ b/examples/cxx/parser/wildcard/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/parser/wildcard/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