aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/hybrid/wildcard
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cxx/hybrid/wildcard')
-rw-r--r--examples/cxx/hybrid/wildcard/body.cxx1
-rw-r--r--examples/cxx/hybrid/wildcard/body.hxx1
-rw-r--r--examples/cxx/hybrid/wildcard/driver.cxx1
-rw-r--r--examples/cxx/hybrid/wildcard/envelope-pimpl.cxx1
-rw-r--r--examples/cxx/hybrid/wildcard/envelope-pimpl.hxx1
-rw-r--r--examples/cxx/hybrid/wildcard/envelope-simpl.cxx1
-rw-r--r--examples/cxx/hybrid/wildcard/envelope-simpl.hxx1
-rw-r--r--examples/cxx/hybrid/wildcard/makefile1
8 files changed, 0 insertions, 8 deletions
diff --git a/examples/cxx/hybrid/wildcard/body.cxx b/examples/cxx/hybrid/wildcard/body.cxx
index e6bd164..2b876d2 100644
--- a/examples/cxx/hybrid/wildcard/body.cxx
+++ b/examples/cxx/hybrid/wildcard/body.cxx
@@ -1,5 +1,4 @@
// file : examples/cxx/hybrid/wildcard/body.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#include "body.hxx"
diff --git a/examples/cxx/hybrid/wildcard/body.hxx b/examples/cxx/hybrid/wildcard/body.hxx
index 512a107..75458a2 100644
--- a/examples/cxx/hybrid/wildcard/body.hxx
+++ b/examples/cxx/hybrid/wildcard/body.hxx
@@ -1,5 +1,4 @@
// file : examples/cxx/hybrid/wildcard/body.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#ifndef BODY_HXX
diff --git a/examples/cxx/hybrid/wildcard/driver.cxx b/examples/cxx/hybrid/wildcard/driver.cxx
index c96e303..ae421a6 100644
--- a/examples/cxx/hybrid/wildcard/driver.cxx
+++ b/examples/cxx/hybrid/wildcard/driver.cxx
@@ -1,5 +1,4 @@
// file : examples/cxx/hybrid/wildcard/driver.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#include <string> // memcpy
diff --git a/examples/cxx/hybrid/wildcard/envelope-pimpl.cxx b/examples/cxx/hybrid/wildcard/envelope-pimpl.cxx
index bb5827c..f3ace8f 100644
--- a/examples/cxx/hybrid/wildcard/envelope-pimpl.cxx
+++ b/examples/cxx/hybrid/wildcard/envelope-pimpl.cxx
@@ -1,5 +1,4 @@
// file : examples/cxx/hybrid/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/wildcard/envelope-pimpl.hxx b/examples/cxx/hybrid/wildcard/envelope-pimpl.hxx
index d783cc9..3968951 100644
--- a/examples/cxx/hybrid/wildcard/envelope-pimpl.hxx
+++ b/examples/cxx/hybrid/wildcard/envelope-pimpl.hxx
@@ -1,5 +1,4 @@
// file : examples/cxx/hybrid/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/wildcard/envelope-simpl.cxx b/examples/cxx/hybrid/wildcard/envelope-simpl.cxx
index ae7bd00..4198110 100644
--- a/examples/cxx/hybrid/wildcard/envelope-simpl.cxx
+++ b/examples/cxx/hybrid/wildcard/envelope-simpl.cxx
@@ -1,5 +1,4 @@
// file : examples/cxx/hybrid/wildcard/envelope-simpl.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#include "body.hxx"
diff --git a/examples/cxx/hybrid/wildcard/envelope-simpl.hxx b/examples/cxx/hybrid/wildcard/envelope-simpl.hxx
index 1de12bd..3094812 100644
--- a/examples/cxx/hybrid/wildcard/envelope-simpl.hxx
+++ b/examples/cxx/hybrid/wildcard/envelope-simpl.hxx
@@ -1,5 +1,4 @@
// file : examples/cxx/hybrid/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/wildcard/makefile b/examples/cxx/hybrid/wildcard/makefile
index 2f12dde..13c3309 100644
--- a/examples/cxx/hybrid/wildcard/makefile
+++ b/examples/cxx/hybrid/wildcard/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/hybrid/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