aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/hybrid/custom/wildcard
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cxx/hybrid/custom/wildcard')
-rw-r--r--examples/cxx/hybrid/custom/wildcard/body.cxx1
-rw-r--r--examples/cxx/hybrid/custom/wildcard/body.hxx1
-rw-r--r--examples/cxx/hybrid/custom/wildcard/driver.cxx1
-rw-r--r--examples/cxx/hybrid/custom/wildcard/envelope-pimpl.cxx1
-rw-r--r--examples/cxx/hybrid/custom/wildcard/envelope-pimpl.hxx1
-rw-r--r--examples/cxx/hybrid/custom/wildcard/envelope-simpl.cxx1
-rw-r--r--examples/cxx/hybrid/custom/wildcard/envelope-simpl.hxx1
-rw-r--r--examples/cxx/hybrid/custom/wildcard/envelope.cxx1
-rw-r--r--examples/cxx/hybrid/custom/wildcard/envelope.hxx1
-rw-r--r--examples/cxx/hybrid/custom/wildcard/makefile1
10 files changed, 0 insertions, 10 deletions
diff --git a/examples/cxx/hybrid/custom/wildcard/body.cxx b/examples/cxx/hybrid/custom/wildcard/body.cxx
index 170aba3..03f133f 100644
--- a/examples/cxx/hybrid/custom/wildcard/body.cxx
+++ b/examples/cxx/hybrid/custom/wildcard/body.cxx
@@ -1,5 +1,4 @@
// file : examples/cxx/hybrid/custom/wildcard/body.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#include "body.hxx"
diff --git a/examples/cxx/hybrid/custom/wildcard/body.hxx b/examples/cxx/hybrid/custom/wildcard/body.hxx
index 504e3ca..84a3eaf 100644
--- a/examples/cxx/hybrid/custom/wildcard/body.hxx
+++ b/examples/cxx/hybrid/custom/wildcard/body.hxx
@@ -1,5 +1,4 @@
// file : examples/cxx/hybrid/custom/wildcard/body.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#ifndef BODY_HXX
diff --git a/examples/cxx/hybrid/custom/wildcard/driver.cxx b/examples/cxx/hybrid/custom/wildcard/driver.cxx
index b4b1e7c..3168f43 100644
--- a/examples/cxx/hybrid/custom/wildcard/driver.cxx
+++ b/examples/cxx/hybrid/custom/wildcard/driver.cxx
@@ -1,5 +1,4 @@
// file : examples/cxx/hybrid/custom/wildcard/driver.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#include <string> // memcpy
diff --git a/examples/cxx/hybrid/custom/wildcard/envelope-pimpl.cxx b/examples/cxx/hybrid/custom/wildcard/envelope-pimpl.cxx
index d88edf9..6cacf4f 100644
--- a/examples/cxx/hybrid/custom/wildcard/envelope-pimpl.cxx
+++ b/examples/cxx/hybrid/custom/wildcard/envelope-pimpl.cxx
@@ -1,5 +1,4 @@
// file : examples/cxx/hybrid/custom/wildcard/envelope-pimpl.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#include <memory> // std::auto_ptr
diff --git a/examples/cxx/hybrid/custom/wildcard/envelope-pimpl.hxx b/examples/cxx/hybrid/custom/wildcard/envelope-pimpl.hxx
index 5443ee1..3571ebf 100644
--- a/examples/cxx/hybrid/custom/wildcard/envelope-pimpl.hxx
+++ b/examples/cxx/hybrid/custom/wildcard/envelope-pimpl.hxx
@@ -1,5 +1,4 @@
// file : examples/cxx/hybrid/custom/wildcard/envelope-pimpl.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#ifndef ENVELOPE_PIMPL_HXX
diff --git a/examples/cxx/hybrid/custom/wildcard/envelope-simpl.cxx b/examples/cxx/hybrid/custom/wildcard/envelope-simpl.cxx
index b6d9f89..1b0cc22 100644
--- a/examples/cxx/hybrid/custom/wildcard/envelope-simpl.cxx
+++ b/examples/cxx/hybrid/custom/wildcard/envelope-simpl.cxx
@@ -1,5 +1,4 @@
// file : examples/cxx/hybrid/custom/wildcard/envelope-simpl.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#include "body.hxx"
diff --git a/examples/cxx/hybrid/custom/wildcard/envelope-simpl.hxx b/examples/cxx/hybrid/custom/wildcard/envelope-simpl.hxx
index bb2f546..18d3dc8 100644
--- a/examples/cxx/hybrid/custom/wildcard/envelope-simpl.hxx
+++ b/examples/cxx/hybrid/custom/wildcard/envelope-simpl.hxx
@@ -1,5 +1,4 @@
// file : examples/cxx/hybrid/custom/wildcard/envelope-simpl.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#ifndef ENVELOPE_SIMPL_HXX
diff --git a/examples/cxx/hybrid/custom/wildcard/envelope.cxx b/examples/cxx/hybrid/custom/wildcard/envelope.cxx
index bec57a3..4a61014 100644
--- a/examples/cxx/hybrid/custom/wildcard/envelope.cxx
+++ b/examples/cxx/hybrid/custom/wildcard/envelope.cxx
@@ -1,5 +1,4 @@
// file : examples/cxx/hybrid/custom/wildcard/envelope.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
// Include email.hxx (which includes envelope.hxx) instead of envelope.hxx.
diff --git a/examples/cxx/hybrid/custom/wildcard/envelope.hxx b/examples/cxx/hybrid/custom/wildcard/envelope.hxx
index de2ba0a..51c02af 100644
--- a/examples/cxx/hybrid/custom/wildcard/envelope.hxx
+++ b/examples/cxx/hybrid/custom/wildcard/envelope.hxx
@@ -1,5 +1,4 @@
// file : examples/cxx/hybrid/custom/wildcard/envelope.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#ifndef ENVELOPE_HXX
diff --git a/examples/cxx/hybrid/custom/wildcard/makefile b/examples/cxx/hybrid/custom/wildcard/makefile
index 5779ee2..d905d3b 100644
--- a/examples/cxx/hybrid/custom/wildcard/makefile
+++ b/examples/cxx/hybrid/custom/wildcard/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/hybrid/custom/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