aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/hybrid/filter
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cxx/hybrid/filter')
-rw-r--r--examples/cxx/hybrid/filter/driver.cxx1
-rw-r--r--examples/cxx/hybrid/filter/makefile1
-rw-r--r--examples/cxx/hybrid/filter/people-custom-pimpl.cxx1
-rw-r--r--examples/cxx/hybrid/filter/people-custom-pimpl.hxx1
-rw-r--r--examples/cxx/hybrid/filter/people-custom-simpl.cxx1
-rw-r--r--examples/cxx/hybrid/filter/people-custom-simpl.hxx1
6 files changed, 0 insertions, 6 deletions
diff --git a/examples/cxx/hybrid/filter/driver.cxx b/examples/cxx/hybrid/filter/driver.cxx
index 46017ab..9182c90 100644
--- a/examples/cxx/hybrid/filter/driver.cxx
+++ b/examples/cxx/hybrid/filter/driver.cxx
@@ -1,5 +1,4 @@
// file : examples/cxx/hybrid/filter/driver.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#include <memory> // std::auto_ptr
diff --git a/examples/cxx/hybrid/filter/makefile b/examples/cxx/hybrid/filter/makefile
index 04db11a..3cff717 100644
--- a/examples/cxx/hybrid/filter/makefile
+++ b/examples/cxx/hybrid/filter/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/hybrid/filter/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/hybrid/filter/people-custom-pimpl.cxx b/examples/cxx/hybrid/filter/people-custom-pimpl.cxx
index e8a096f..80f6e95 100644
--- a/examples/cxx/hybrid/filter/people-custom-pimpl.cxx
+++ b/examples/cxx/hybrid/filter/people-custom-pimpl.cxx
@@ -1,5 +1,4 @@
// file : examples/cxx/hybrid/filter/people-custom-pimpl.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
// Include people-pimpl.hxx (which includes people-custom-pimpl.hxx)
diff --git a/examples/cxx/hybrid/filter/people-custom-pimpl.hxx b/examples/cxx/hybrid/filter/people-custom-pimpl.hxx
index 1856811..27a07ae 100644
--- a/examples/cxx/hybrid/filter/people-custom-pimpl.hxx
+++ b/examples/cxx/hybrid/filter/people-custom-pimpl.hxx
@@ -1,5 +1,4 @@
// file : examples/cxx/hybrid/filter/people-custom-pimpl.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#ifndef PEOPLE_CUSTOM_PIMPL_HXX
diff --git a/examples/cxx/hybrid/filter/people-custom-simpl.cxx b/examples/cxx/hybrid/filter/people-custom-simpl.cxx
index 3e7d9ff..6e7bcd3 100644
--- a/examples/cxx/hybrid/filter/people-custom-simpl.cxx
+++ b/examples/cxx/hybrid/filter/people-custom-simpl.cxx
@@ -1,5 +1,4 @@
// file : examples/cxx/hybrid/filter/people-custom-simpl.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
// Include people-simpl.hxx (which includes people-custom-simpl.hxx)
diff --git a/examples/cxx/hybrid/filter/people-custom-simpl.hxx b/examples/cxx/hybrid/filter/people-custom-simpl.hxx
index c3df238..03e4892 100644
--- a/examples/cxx/hybrid/filter/people-custom-simpl.hxx
+++ b/examples/cxx/hybrid/filter/people-custom-simpl.hxx
@@ -1,5 +1,4 @@
// file : examples/cxx/hybrid/filter/people-custom-simpl.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#ifndef PEOPLE_CUSTOM_SIMPL_HXX