aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/hybrid/evolution
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cxx/hybrid/evolution')
-rw-r--r--examples/cxx/hybrid/evolution/ignore/driver.cxx1
-rw-r--r--examples/cxx/hybrid/evolution/ignore/makefile1
-rw-r--r--examples/cxx/hybrid/evolution/makefile1
-rw-r--r--examples/cxx/hybrid/evolution/passthrough/driver.cxx1
-rw-r--r--examples/cxx/hybrid/evolution/passthrough/makefile1
-rw-r--r--examples/cxx/hybrid/evolution/passthrough/unknown-type-pimpl.cxx1
-rw-r--r--examples/cxx/hybrid/evolution/passthrough/unknown-type-pimpl.hxx1
-rw-r--r--examples/cxx/hybrid/evolution/passthrough/unknown-type-simpl.cxx1
-rw-r--r--examples/cxx/hybrid/evolution/passthrough/unknown-type-simpl.hxx1
-rw-r--r--examples/cxx/hybrid/evolution/passthrough/unknown-type.cxx1
-rw-r--r--examples/cxx/hybrid/evolution/passthrough/unknown-type.hxx1
-rw-r--r--examples/cxx/hybrid/evolution/passthrough/xml.cxx1
-rw-r--r--examples/cxx/hybrid/evolution/passthrough/xml.hxx1
-rw-r--r--examples/cxx/hybrid/evolution/passthrough/xml.ixx1
14 files changed, 0 insertions, 14 deletions
diff --git a/examples/cxx/hybrid/evolution/ignore/driver.cxx b/examples/cxx/hybrid/evolution/ignore/driver.cxx
index 6c1c45f..c7cc3b4 100644
--- a/examples/cxx/hybrid/evolution/ignore/driver.cxx
+++ b/examples/cxx/hybrid/evolution/ignore/driver.cxx
@@ -1,5 +1,4 @@
// file : examples/cxx/hybrid/evolution/ignore/driver.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#include <memory> // std::auto_ptr
diff --git a/examples/cxx/hybrid/evolution/ignore/makefile b/examples/cxx/hybrid/evolution/ignore/makefile
index 3b937f3..f0d0519 100644
--- a/examples/cxx/hybrid/evolution/ignore/makefile
+++ b/examples/cxx/hybrid/evolution/ignore/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/hybrid/evolution/ignore/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/evolution/makefile b/examples/cxx/hybrid/evolution/makefile
index b155953..4219e94 100644
--- a/examples/cxx/hybrid/evolution/makefile
+++ b/examples/cxx/hybrid/evolution/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/hybrid/evolution/makefile
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
diff --git a/examples/cxx/hybrid/evolution/passthrough/driver.cxx b/examples/cxx/hybrid/evolution/passthrough/driver.cxx
index 35a334c..cbca74a 100644
--- a/examples/cxx/hybrid/evolution/passthrough/driver.cxx
+++ b/examples/cxx/hybrid/evolution/passthrough/driver.cxx
@@ -1,5 +1,4 @@
// file : examples/cxx/hybrid/evolution/passthrough/driver.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#include <memory> // std::auto_ptr
diff --git a/examples/cxx/hybrid/evolution/passthrough/makefile b/examples/cxx/hybrid/evolution/passthrough/makefile
index 2331f0a..2bb2b93 100644
--- a/examples/cxx/hybrid/evolution/passthrough/makefile
+++ b/examples/cxx/hybrid/evolution/passthrough/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/hybrid/evolution/passthrough/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/evolution/passthrough/unknown-type-pimpl.cxx b/examples/cxx/hybrid/evolution/passthrough/unknown-type-pimpl.cxx
index 31da98e..950580f 100644
--- a/examples/cxx/hybrid/evolution/passthrough/unknown-type-pimpl.cxx
+++ b/examples/cxx/hybrid/evolution/passthrough/unknown-type-pimpl.cxx
@@ -1,5 +1,4 @@
// file : examples/cxx/hybrid/evolution/passthrough/unknown-type-pimpl.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#include <memory> // std::auto_ptr
diff --git a/examples/cxx/hybrid/evolution/passthrough/unknown-type-pimpl.hxx b/examples/cxx/hybrid/evolution/passthrough/unknown-type-pimpl.hxx
index 1956e2c..1faa088 100644
--- a/examples/cxx/hybrid/evolution/passthrough/unknown-type-pimpl.hxx
+++ b/examples/cxx/hybrid/evolution/passthrough/unknown-type-pimpl.hxx
@@ -1,5 +1,4 @@
// file : examples/cxx/hybrid/evolution/passthrough/unknown-type-pimpl.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#ifndef UNKNOWN_TYPE_PIMPL_HXX
diff --git a/examples/cxx/hybrid/evolution/passthrough/unknown-type-simpl.cxx b/examples/cxx/hybrid/evolution/passthrough/unknown-type-simpl.cxx
index 142c1ee..426da5f 100644
--- a/examples/cxx/hybrid/evolution/passthrough/unknown-type-simpl.cxx
+++ b/examples/cxx/hybrid/evolution/passthrough/unknown-type-simpl.cxx
@@ -1,5 +1,4 @@
// file : examples/cxx/hybrid/evolution/passthrough/unknown-type-simpl.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
// Include transform-simpl.hxx (which includes unknown-type-simpl.hxx)
diff --git a/examples/cxx/hybrid/evolution/passthrough/unknown-type-simpl.hxx b/examples/cxx/hybrid/evolution/passthrough/unknown-type-simpl.hxx
index c2cabf7..b3ea217 100644
--- a/examples/cxx/hybrid/evolution/passthrough/unknown-type-simpl.hxx
+++ b/examples/cxx/hybrid/evolution/passthrough/unknown-type-simpl.hxx
@@ -1,5 +1,4 @@
// file : examples/cxx/hybrid/evolution/passthrough/unknown-type-simpl.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#ifndef UNKNOWN_TYPE_SIMPL_HXX
diff --git a/examples/cxx/hybrid/evolution/passthrough/unknown-type.cxx b/examples/cxx/hybrid/evolution/passthrough/unknown-type.cxx
index ba3a9f4..1b4b62b 100644
--- a/examples/cxx/hybrid/evolution/passthrough/unknown-type.cxx
+++ b/examples/cxx/hybrid/evolution/passthrough/unknown-type.cxx
@@ -1,5 +1,4 @@
// file : examples/cxx/hybrid/evolution/passthrough/unknown-type.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
// Include transform.hxx (which includes unknown-type.hxx) instead of
diff --git a/examples/cxx/hybrid/evolution/passthrough/unknown-type.hxx b/examples/cxx/hybrid/evolution/passthrough/unknown-type.hxx
index c3e544c..119cd98 100644
--- a/examples/cxx/hybrid/evolution/passthrough/unknown-type.hxx
+++ b/examples/cxx/hybrid/evolution/passthrough/unknown-type.hxx
@@ -1,5 +1,4 @@
// file : examples/cxx/hybrid/evolution/passthrough/unknown-type.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#ifndef UNKNOWN_TYPE_HXX
diff --git a/examples/cxx/hybrid/evolution/passthrough/xml.cxx b/examples/cxx/hybrid/evolution/passthrough/xml.cxx
index d60ba81..5fdca1d 100644
--- a/examples/cxx/hybrid/evolution/passthrough/xml.cxx
+++ b/examples/cxx/hybrid/evolution/passthrough/xml.cxx
@@ -1,5 +1,4 @@
// file : examples/cxx/hybrid/evolution/passthrough/xml.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#include "xml.hxx"
diff --git a/examples/cxx/hybrid/evolution/passthrough/xml.hxx b/examples/cxx/hybrid/evolution/passthrough/xml.hxx
index fbcae6e..8b21019 100644
--- a/examples/cxx/hybrid/evolution/passthrough/xml.hxx
+++ b/examples/cxx/hybrid/evolution/passthrough/xml.hxx
@@ -1,5 +1,4 @@
// file : examples/cxx/hybrid/evolution/passthrough/xml.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
//
diff --git a/examples/cxx/hybrid/evolution/passthrough/xml.ixx b/examples/cxx/hybrid/evolution/passthrough/xml.ixx
index 52fb999..0414060 100644
--- a/examples/cxx/hybrid/evolution/passthrough/xml.ixx
+++ b/examples/cxx/hybrid/evolution/passthrough/xml.ixx
@@ -1,5 +1,4 @@
// file : examples/cxx/hybrid/evolution/passthrough/xml.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
namespace xml