aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/serializer/minimal
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cxx/serializer/minimal')
-rw-r--r--examples/cxx/serializer/minimal/driver.cxx1
-rw-r--r--examples/cxx/serializer/minimal/makefile1
-rw-r--r--examples/cxx/serializer/minimal/people-simpl-mixin.hxx1
-rw-r--r--examples/cxx/serializer/minimal/people-simpl-tiein.hxx1
-rw-r--r--examples/cxx/serializer/minimal/people.hxx1
-rw-r--r--examples/cxx/serializer/minimal/people.map1
6 files changed, 0 insertions, 6 deletions
diff --git a/examples/cxx/serializer/minimal/driver.cxx b/examples/cxx/serializer/minimal/driver.cxx
index 277b2e5..dd41150 100644
--- a/examples/cxx/serializer/minimal/driver.cxx
+++ b/examples/cxx/serializer/minimal/driver.cxx
@@ -1,5 +1,4 @@
// file : examples/cxx/serializer/minimal/driver.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#include <stdio.h>
diff --git a/examples/cxx/serializer/minimal/makefile b/examples/cxx/serializer/minimal/makefile
index fcc85a4..9acde7b 100644
--- a/examples/cxx/serializer/minimal/makefile
+++ b/examples/cxx/serializer/minimal/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/serializer/minimal/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/serializer/minimal/people-simpl-mixin.hxx b/examples/cxx/serializer/minimal/people-simpl-mixin.hxx
index 635bed2..3c6e5c1 100644
--- a/examples/cxx/serializer/minimal/people-simpl-mixin.hxx
+++ b/examples/cxx/serializer/minimal/people-simpl-mixin.hxx
@@ -1,5 +1,4 @@
// file : examples/cxx/serializer/people/people-simpl-mixin.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#ifndef PEOPLE_SIMPL_HXX
diff --git a/examples/cxx/serializer/minimal/people-simpl-tiein.hxx b/examples/cxx/serializer/minimal/people-simpl-tiein.hxx
index ce7a70d..479e54f 100644
--- a/examples/cxx/serializer/minimal/people-simpl-tiein.hxx
+++ b/examples/cxx/serializer/minimal/people-simpl-tiein.hxx
@@ -1,5 +1,4 @@
// file : examples/cxx/serializer/people/people-simpl-tiein.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#ifndef PEOPLE_SIMPL_HXX
diff --git a/examples/cxx/serializer/minimal/people.hxx b/examples/cxx/serializer/minimal/people.hxx
index 94ae37d..64dbbe8 100644
--- a/examples/cxx/serializer/minimal/people.hxx
+++ b/examples/cxx/serializer/minimal/people.hxx
@@ -1,5 +1,4 @@
// file : examples/cxx/serializer/minimal/people.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#ifndef PEOPLE_HXX
diff --git a/examples/cxx/serializer/minimal/people.map b/examples/cxx/serializer/minimal/people.map
index 6f51d5b..eab87fe 100644
--- a/examples/cxx/serializer/minimal/people.map
+++ b/examples/cxx/serializer/minimal/people.map
@@ -1,5 +1,4 @@
# file : examples/cxx/serializer/minimal/people.map
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : not copyrighted - public domain
include "people.hxx";