aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/hybrid/binary/custom
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cxx/hybrid/binary/custom')
-rw-r--r--examples/cxx/hybrid/binary/custom/driver.cxx1
-rw-r--r--examples/cxx/hybrid/binary/custom/exceptions.cxx1
-rw-r--r--examples/cxx/hybrid/binary/custom/exceptions.hxx1
-rw-r--r--examples/cxx/hybrid/binary/custom/irawstream.cxx1
-rw-r--r--examples/cxx/hybrid/binary/custom/irawstream.hxx1
-rw-r--r--examples/cxx/hybrid/binary/custom/irawstream.ixx1
-rw-r--r--examples/cxx/hybrid/binary/custom/irawstream.txx1
-rw-r--r--examples/cxx/hybrid/binary/custom/makefile1
-rw-r--r--examples/cxx/hybrid/binary/custom/orawstream.cxx1
-rw-r--r--examples/cxx/hybrid/binary/custom/orawstream.hxx1
-rw-r--r--examples/cxx/hybrid/binary/custom/orawstream.ixx1
-rw-r--r--examples/cxx/hybrid/binary/custom/orawstream.txx1
12 files changed, 0 insertions, 12 deletions
diff --git a/examples/cxx/hybrid/binary/custom/driver.cxx b/examples/cxx/hybrid/binary/custom/driver.cxx
index 60432a6..09ecb3e 100644
--- a/examples/cxx/hybrid/binary/custom/driver.cxx
+++ b/examples/cxx/hybrid/binary/custom/driver.cxx
@@ -1,5 +1,4 @@
// file : examples/cxx/hybrid/binary/custom/driver.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#include <memory> // std::auto_ptr
diff --git a/examples/cxx/hybrid/binary/custom/exceptions.cxx b/examples/cxx/hybrid/binary/custom/exceptions.cxx
index 0ad8c4b..8c4b2fb 100644
--- a/examples/cxx/hybrid/binary/custom/exceptions.cxx
+++ b/examples/cxx/hybrid/binary/custom/exceptions.cxx
@@ -1,5 +1,4 @@
// file : examples/cxx/hybrid/binary/custom/exceptions.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#include "exceptions.hxx"
diff --git a/examples/cxx/hybrid/binary/custom/exceptions.hxx b/examples/cxx/hybrid/binary/custom/exceptions.hxx
index 0111799..6592ecb 100644
--- a/examples/cxx/hybrid/binary/custom/exceptions.hxx
+++ b/examples/cxx/hybrid/binary/custom/exceptions.hxx
@@ -1,5 +1,4 @@
// file : examples/cxx/hybrid/binary/custom/exceptions.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#ifndef EXCEPTIONS_HXX
diff --git a/examples/cxx/hybrid/binary/custom/irawstream.cxx b/examples/cxx/hybrid/binary/custom/irawstream.cxx
index d4829ea..7120c54 100644
--- a/examples/cxx/hybrid/binary/custom/irawstream.cxx
+++ b/examples/cxx/hybrid/binary/custom/irawstream.cxx
@@ -1,5 +1,4 @@
// file : examples/cxx/hybrid/binary/custom/irawstream.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#include <string.h> // memcpy
diff --git a/examples/cxx/hybrid/binary/custom/irawstream.hxx b/examples/cxx/hybrid/binary/custom/irawstream.hxx
index 7df4d8a..11fd3a1 100644
--- a/examples/cxx/hybrid/binary/custom/irawstream.hxx
+++ b/examples/cxx/hybrid/binary/custom/irawstream.hxx
@@ -1,5 +1,4 @@
// file : examples/cxx/hybrid/binary/custom/irawstream.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#ifndef IRAWSTREAM_HXX
diff --git a/examples/cxx/hybrid/binary/custom/irawstream.ixx b/examples/cxx/hybrid/binary/custom/irawstream.ixx
index fa73d39..b69099a 100644
--- a/examples/cxx/hybrid/binary/custom/irawstream.ixx
+++ b/examples/cxx/hybrid/binary/custom/irawstream.ixx
@@ -1,5 +1,4 @@
// file : examples/cxx/hybrid/binary/custom/irawstream.ixx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
inline irawstream::
diff --git a/examples/cxx/hybrid/binary/custom/irawstream.txx b/examples/cxx/hybrid/binary/custom/irawstream.txx
index 635f131..ffe6c5c 100644
--- a/examples/cxx/hybrid/binary/custom/irawstream.txx
+++ b/examples/cxx/hybrid/binary/custom/irawstream.txx
@@ -1,5 +1,4 @@
// file : examples/cxx/hybrid/binary/custom/irawostream.txx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#include <string.h> // memcpy
diff --git a/examples/cxx/hybrid/binary/custom/makefile b/examples/cxx/hybrid/binary/custom/makefile
index 98f8e86..69264c4 100644
--- a/examples/cxx/hybrid/binary/custom/makefile
+++ b/examples/cxx/hybrid/binary/custom/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/hybrid/binary/custom/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/binary/custom/orawstream.cxx b/examples/cxx/hybrid/binary/custom/orawstream.cxx
index d3c7867..f70e22a 100644
--- a/examples/cxx/hybrid/binary/custom/orawstream.cxx
+++ b/examples/cxx/hybrid/binary/custom/orawstream.cxx
@@ -1,5 +1,4 @@
// file : examples/cxx/hybrid/binary/custom/orawstream.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#include <string.h> // memcpy
diff --git a/examples/cxx/hybrid/binary/custom/orawstream.hxx b/examples/cxx/hybrid/binary/custom/orawstream.hxx
index c3faec8..c8ba29c 100644
--- a/examples/cxx/hybrid/binary/custom/orawstream.hxx
+++ b/examples/cxx/hybrid/binary/custom/orawstream.hxx
@@ -1,5 +1,4 @@
// file : examples/cxx/hybrid/binary/custom/orawstream.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#ifndef ORAWSTREAM_HXX
diff --git a/examples/cxx/hybrid/binary/custom/orawstream.ixx b/examples/cxx/hybrid/binary/custom/orawstream.ixx
index 62eaff4..6dfdff4 100644
--- a/examples/cxx/hybrid/binary/custom/orawstream.ixx
+++ b/examples/cxx/hybrid/binary/custom/orawstream.ixx
@@ -1,5 +1,4 @@
// file : examples/cxx/hybrid/binary/custom/orawstream.ixx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
inline orawstream::
diff --git a/examples/cxx/hybrid/binary/custom/orawstream.txx b/examples/cxx/hybrid/binary/custom/orawstream.txx
index cc95de9..55c5bd6 100644
--- a/examples/cxx/hybrid/binary/custom/orawstream.txx
+++ b/examples/cxx/hybrid/binary/custom/orawstream.txx
@@ -1,5 +1,4 @@
// file : examples/cxx/hybrid/binary/custom/orawostream.txx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#include <string.h> // memcpy