summaryrefslogtreecommitdiff
path: root/examples/cxx/tree/custom/comments
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/tree/custom/comments
parentd2566c96cd0f0c720faf9a5507bdd3dc3af8f2a5 (diff)
Remove author from source files
Diffstat (limited to 'examples/cxx/tree/custom/comments')
-rw-r--r--examples/cxx/tree/custom/comments/dom-parse.cxx1
-rw-r--r--examples/cxx/tree/custom/comments/dom-parse.hxx1
-rw-r--r--examples/cxx/tree/custom/comments/driver.cxx1
-rw-r--r--examples/cxx/tree/custom/comments/makefile1
-rw-r--r--examples/cxx/tree/custom/comments/xml-schema-custom.cxx1
-rw-r--r--examples/cxx/tree/custom/comments/xml-schema-custom.hxx1
6 files changed, 0 insertions, 6 deletions
diff --git a/examples/cxx/tree/custom/comments/dom-parse.cxx b/examples/cxx/tree/custom/comments/dom-parse.cxx
index a47e592..9999f67 100644
--- a/examples/cxx/tree/custom/comments/dom-parse.cxx
+++ b/examples/cxx/tree/custom/comments/dom-parse.cxx
@@ -1,5 +1,4 @@
// file : examples/cxx/tree/custom/comments/dom-parse.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#include "dom-parse.hxx"
diff --git a/examples/cxx/tree/custom/comments/dom-parse.hxx b/examples/cxx/tree/custom/comments/dom-parse.hxx
index 05bfa2e..fea46d0 100644
--- a/examples/cxx/tree/custom/comments/dom-parse.hxx
+++ b/examples/cxx/tree/custom/comments/dom-parse.hxx
@@ -1,5 +1,4 @@
// file : examples/cxx/tree/custom/comments/dom-parse.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#ifndef DOM_PARSE
diff --git a/examples/cxx/tree/custom/comments/driver.cxx b/examples/cxx/tree/custom/comments/driver.cxx
index 4ce2573..39b16f7 100644
--- a/examples/cxx/tree/custom/comments/driver.cxx
+++ b/examples/cxx/tree/custom/comments/driver.cxx
@@ -1,5 +1,4 @@
// file : examples/cxx/tree/custom/commens/driver.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#include <memory> // std::auto_ptr
diff --git a/examples/cxx/tree/custom/comments/makefile b/examples/cxx/tree/custom/comments/makefile
index 91bdefb..445aab5 100644
--- a/examples/cxx/tree/custom/comments/makefile
+++ b/examples/cxx/tree/custom/comments/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/tree/custom/comments/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/custom/comments/xml-schema-custom.cxx b/examples/cxx/tree/custom/comments/xml-schema-custom.cxx
index d86d6af..67937d1 100644
--- a/examples/cxx/tree/custom/comments/xml-schema-custom.cxx
+++ b/examples/cxx/tree/custom/comments/xml-schema-custom.cxx
@@ -1,5 +1,4 @@
// file : examples/cxx/tree/custom/comments/xml-schema-custom.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
// Include xml-schema.hxx instead of xml-schema-custom.hxx here.
diff --git a/examples/cxx/tree/custom/comments/xml-schema-custom.hxx b/examples/cxx/tree/custom/comments/xml-schema-custom.hxx
index 821d0dd..0442a44 100644
--- a/examples/cxx/tree/custom/comments/xml-schema-custom.hxx
+++ b/examples/cxx/tree/custom/comments/xml-schema-custom.hxx
@@ -1,5 +1,4 @@
// file : examples/cxx/tree/custom/comments/xml-schema-custom.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
// Do not include this file directly, use xml-schema.hxx instead. This