summaryrefslogtreecommitdiff
path: root/examples/cxx/parser/mixin
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/mixin
parentd2566c96cd0f0c720faf9a5507bdd3dc3af8f2a5 (diff)
Remove author from source files
Diffstat (limited to 'examples/cxx/parser/mixin')
-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
4 files changed, 0 insertions, 4 deletions
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