aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/hybrid/streaming
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cxx/hybrid/streaming')
-rw-r--r--examples/cxx/hybrid/streaming/driver.cxx1
-rw-r--r--examples/cxx/hybrid/streaming/makefile1
-rw-r--r--examples/cxx/hybrid/streaming/object-pimpl.cxx1
-rw-r--r--examples/cxx/hybrid/streaming/object-pimpl.hxx1
-rw-r--r--examples/cxx/hybrid/streaming/object-simpl.cxx1
-rw-r--r--examples/cxx/hybrid/streaming/object-simpl.hxx1
6 files changed, 0 insertions, 6 deletions
diff --git a/examples/cxx/hybrid/streaming/driver.cxx b/examples/cxx/hybrid/streaming/driver.cxx
index 0488d70..c13a160 100644
--- a/examples/cxx/hybrid/streaming/driver.cxx
+++ b/examples/cxx/hybrid/streaming/driver.cxx
@@ -1,5 +1,4 @@
// file : examples/cxx/hybrid/streaming/driver.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#include <iostream>
diff --git a/examples/cxx/hybrid/streaming/makefile b/examples/cxx/hybrid/streaming/makefile
index ae70d4e..b3a3f5f 100644
--- a/examples/cxx/hybrid/streaming/makefile
+++ b/examples/cxx/hybrid/streaming/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/hybrid/streaming/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/streaming/object-pimpl.cxx b/examples/cxx/hybrid/streaming/object-pimpl.cxx
index 3f45c79..37a59a2 100644
--- a/examples/cxx/hybrid/streaming/object-pimpl.cxx
+++ b/examples/cxx/hybrid/streaming/object-pimpl.cxx
@@ -1,5 +1,4 @@
// file : examples/cxx/hybrid/streaming/object-pimpl.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#include <iostream>
diff --git a/examples/cxx/hybrid/streaming/object-pimpl.hxx b/examples/cxx/hybrid/streaming/object-pimpl.hxx
index 8d59063..1ff6389 100644
--- a/examples/cxx/hybrid/streaming/object-pimpl.hxx
+++ b/examples/cxx/hybrid/streaming/object-pimpl.hxx
@@ -1,5 +1,4 @@
// file : examples/cxx/hybrid/streaming/object-pimpl.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#ifndef OBJECT_PIMPL_HXX
diff --git a/examples/cxx/hybrid/streaming/object-simpl.cxx b/examples/cxx/hybrid/streaming/object-simpl.cxx
index f23e0d4..9bf76a1 100644
--- a/examples/cxx/hybrid/streaming/object-simpl.cxx
+++ b/examples/cxx/hybrid/streaming/object-simpl.cxx
@@ -1,5 +1,4 @@
// file : examples/cxx/hybrid/streaming/object-simpl.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
// Include position-simpl.hxx (which includes object-simpl.hxx)
diff --git a/examples/cxx/hybrid/streaming/object-simpl.hxx b/examples/cxx/hybrid/streaming/object-simpl.hxx
index 6b20399..1b0b25f 100644
--- a/examples/cxx/hybrid/streaming/object-simpl.hxx
+++ b/examples/cxx/hybrid/streaming/object-simpl.hxx
@@ -1,5 +1,4 @@
// file : examples/cxx/hybrid/streaming/object-simpl.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#ifndef OBJECT_SIMPL_HXX