aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/parser/minimal
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cxx/parser/minimal')
-rw-r--r--examples/cxx/parser/minimal/driver.cxx1
-rw-r--r--examples/cxx/parser/minimal/gender.hxx1
-rw-r--r--examples/cxx/parser/minimal/makefile1
-rw-r--r--examples/cxx/parser/minimal/people-pimpl-mixin.hxx1
-rw-r--r--examples/cxx/parser/minimal/people-pimpl-tiein.hxx1
-rw-r--r--examples/cxx/parser/minimal/people.map1
6 files changed, 0 insertions, 6 deletions
diff --git a/examples/cxx/parser/minimal/driver.cxx b/examples/cxx/parser/minimal/driver.cxx
index e526358..07394f6 100644
--- a/examples/cxx/parser/minimal/driver.cxx
+++ b/examples/cxx/parser/minimal/driver.cxx
@@ -1,5 +1,4 @@
// file : examples/cxx/parser/minimal/driver.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#include <stdio.h>
diff --git a/examples/cxx/parser/minimal/gender.hxx b/examples/cxx/parser/minimal/gender.hxx
index d348ccd..db3d261 100644
--- a/examples/cxx/parser/minimal/gender.hxx
+++ b/examples/cxx/parser/minimal/gender.hxx
@@ -1,5 +1,4 @@
// file : examples/cxx/parser/minimal/gender.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#ifndef GENDER_HXX
diff --git a/examples/cxx/parser/minimal/makefile b/examples/cxx/parser/minimal/makefile
index c0ea6dc..ff340f8 100644
--- a/examples/cxx/parser/minimal/makefile
+++ b/examples/cxx/parser/minimal/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/parser/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/parser/minimal/people-pimpl-mixin.hxx b/examples/cxx/parser/minimal/people-pimpl-mixin.hxx
index eb2c331..dea29f2 100644
--- a/examples/cxx/parser/minimal/people-pimpl-mixin.hxx
+++ b/examples/cxx/parser/minimal/people-pimpl-mixin.hxx
@@ -1,5 +1,4 @@
// file : examples/cxx/parser/people/people-pimpl-mixin.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#ifndef PEOPLE_PIMPL_HXX
diff --git a/examples/cxx/parser/minimal/people-pimpl-tiein.hxx b/examples/cxx/parser/minimal/people-pimpl-tiein.hxx
index 154c861..a2f6888 100644
--- a/examples/cxx/parser/minimal/people-pimpl-tiein.hxx
+++ b/examples/cxx/parser/minimal/people-pimpl-tiein.hxx
@@ -1,5 +1,4 @@
// file : examples/cxx/parser/people/people-pimpl-tiein.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#ifndef PEOPLE_PIMPL_HXX
diff --git a/examples/cxx/parser/minimal/people.map b/examples/cxx/parser/minimal/people.map
index 05558a1..abad8d4 100644
--- a/examples/cxx/parser/minimal/people.map
+++ b/examples/cxx/parser/minimal/people.map
@@ -1,5 +1,4 @@
# file : examples/cxx/parser/minimal/people.map
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : not copyrighted - public domain
include "gender.hxx";