aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/serializer/wildcard
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cxx/serializer/wildcard')
-rw-r--r--examples/cxx/serializer/wildcard/driver.cxx1
-rw-r--r--examples/cxx/serializer/wildcard/email.hxx1
-rw-r--r--examples/cxx/serializer/wildcard/email.map1
-rw-r--r--examples/cxx/serializer/wildcard/makefile1
4 files changed, 0 insertions, 4 deletions
diff --git a/examples/cxx/serializer/wildcard/driver.cxx b/examples/cxx/serializer/wildcard/driver.cxx
index 876f47b..c9be5f7 100644
--- a/examples/cxx/serializer/wildcard/driver.cxx
+++ b/examples/cxx/serializer/wildcard/driver.cxx
@@ -1,5 +1,4 @@
// file : examples/cxx/serializer/wildcard/driver.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#include <iostream>
diff --git a/examples/cxx/serializer/wildcard/email.hxx b/examples/cxx/serializer/wildcard/email.hxx
index 6cf76da..6fd873d 100644
--- a/examples/cxx/serializer/wildcard/email.hxx
+++ b/examples/cxx/serializer/wildcard/email.hxx
@@ -1,5 +1,4 @@
// file : examples/cxx/serializer/wildcard/email.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#ifndef EMAIL_HXX
diff --git a/examples/cxx/serializer/wildcard/email.map b/examples/cxx/serializer/wildcard/email.map
index fadafb2..baa3c0e 100644
--- a/examples/cxx/serializer/wildcard/email.map
+++ b/examples/cxx/serializer/wildcard/email.map
@@ -1,5 +1,4 @@
# file : examples/cxx/serializer/wildcard/email.map
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : not copyrighted - public domain
namespace http://www.codesynthesis.com/email
diff --git a/examples/cxx/serializer/wildcard/makefile b/examples/cxx/serializer/wildcard/makefile
index 969d8ba..cb7614a 100644
--- a/examples/cxx/serializer/wildcard/makefile
+++ b/examples/cxx/serializer/wildcard/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/serializer/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