summaryrefslogtreecommitdiff
path: root/examples/cxx/tree/custom/double
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cxx/tree/custom/double')
-rw-r--r--examples/cxx/tree/custom/double/double-custom.cxx1
-rw-r--r--examples/cxx/tree/custom/double/double-custom.hxx1
-rw-r--r--examples/cxx/tree/custom/double/driver.cxx1
-rw-r--r--examples/cxx/tree/custom/double/makefile1
4 files changed, 0 insertions, 4 deletions
diff --git a/examples/cxx/tree/custom/double/double-custom.cxx b/examples/cxx/tree/custom/double/double-custom.cxx
index 78904a0..6aad908 100644
--- a/examples/cxx/tree/custom/double/double-custom.cxx
+++ b/examples/cxx/tree/custom/double/double-custom.cxx
@@ -1,5 +1,4 @@
// file : examples/cxx/tree/custom/double/double-custom.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
// Include xml-schema.hxx instead of double-custom.hxx here.
diff --git a/examples/cxx/tree/custom/double/double-custom.hxx b/examples/cxx/tree/custom/double/double-custom.hxx
index 17d9a44..1516211 100644
--- a/examples/cxx/tree/custom/double/double-custom.hxx
+++ b/examples/cxx/tree/custom/double/double-custom.hxx
@@ -1,5 +1,4 @@
// file : examples/cxx/tree/custom/double/double-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
diff --git a/examples/cxx/tree/custom/double/driver.cxx b/examples/cxx/tree/custom/double/driver.cxx
index 2e5b44d..8b102a5 100644
--- a/examples/cxx/tree/custom/double/driver.cxx
+++ b/examples/cxx/tree/custom/double/driver.cxx
@@ -1,5 +1,4 @@
// file : examples/cxx/tree/custom/double/driver.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#include <iostream>
diff --git a/examples/cxx/tree/custom/double/makefile b/examples/cxx/tree/custom/double/makefile
index ae25b4d..77a87c6 100644
--- a/examples/cxx/tree/custom/double/makefile
+++ b/examples/cxx/tree/custom/double/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/tree/custom/double/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