aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/hybrid
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/hybrid')
-rw-r--r--tests/cxx/hybrid/binary/cdr/driver.cxx1
-rw-r--r--tests/cxx/hybrid/binary/cdr/makefile1
-rw-r--r--tests/cxx/hybrid/binary/custom/driver.cxx1
-rw-r--r--tests/cxx/hybrid/binary/custom/makefile1
-rw-r--r--tests/cxx/hybrid/binary/xdr/driver.cxx1
-rw-r--r--tests/cxx/hybrid/binary/xdr/makefile1
-rw-r--r--tests/cxx/hybrid/built-in/driver.cxx1
-rw-r--r--tests/cxx/hybrid/built-in/makefile1
-rw-r--r--tests/cxx/hybrid/choice/driver.cxx1
-rw-r--r--tests/cxx/hybrid/choice/makefile1
-rw-r--r--tests/cxx/hybrid/clone/driver.cxx1
-rw-r--r--tests/cxx/hybrid/clone/makefile1
-rw-r--r--tests/cxx/hybrid/default/driver.cxx1
-rw-r--r--tests/cxx/hybrid/default/makefile1
-rw-r--r--tests/cxx/hybrid/enumeration/driver.cxx1
-rw-r--r--tests/cxx/hybrid/enumeration/makefile1
-rw-r--r--tests/cxx/hybrid/facets/driver.cxx1
-rw-r--r--tests/cxx/hybrid/facets/makefile1
-rw-r--r--tests/cxx/hybrid/iso8859-1/driver.cxx1
-rw-r--r--tests/cxx/hybrid/iso8859-1/makefile1
-rw-r--r--tests/cxx/hybrid/iterator/driver.cxx1
-rw-r--r--tests/cxx/hybrid/iterator/makefile1
-rw-r--r--tests/cxx/hybrid/list/driver.cxx1
-rw-r--r--tests/cxx/hybrid/list/makefile1
-rw-r--r--tests/cxx/hybrid/makefile1
-rw-r--r--tests/cxx/hybrid/pattern/driver.cxx1
-rw-r--r--tests/cxx/hybrid/pattern/makefile1
-rw-r--r--tests/cxx/hybrid/polymorphism/any-type/driver.cxx1
-rw-r--r--tests/cxx/hybrid/polymorphism/any-type/makefile1
-rw-r--r--tests/cxx/hybrid/polymorphism/enumeration/driver.cxx1
-rw-r--r--tests/cxx/hybrid/polymorphism/enumeration/makefile1
-rw-r--r--tests/cxx/hybrid/polymorphism/makefile1
-rw-r--r--tests/cxx/hybrid/polymorphism/multischema/driver.cxx1
-rw-r--r--tests/cxx/hybrid/polymorphism/multischema/makefile1
-rw-r--r--tests/cxx/hybrid/recursive/driver.cxx1
-rw-r--r--tests/cxx/hybrid/recursive/makefile1
-rw-r--r--tests/cxx/hybrid/sequences/driver.cxx1
-rw-r--r--tests/cxx/hybrid/sequences/makefile1
-rw-r--r--tests/cxx/hybrid/test-template/driver.cxx1
-rw-r--r--tests/cxx/hybrid/test-template/makefile1
-rw-r--r--tests/cxx/hybrid/union/driver.cxx1
-rw-r--r--tests/cxx/hybrid/union/makefile1
42 files changed, 0 insertions, 42 deletions
diff --git a/tests/cxx/hybrid/binary/cdr/driver.cxx b/tests/cxx/hybrid/binary/cdr/driver.cxx
index 72d385e..be52b94 100644
--- a/tests/cxx/hybrid/binary/cdr/driver.cxx
+++ b/tests/cxx/hybrid/binary/cdr/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/hybrid/binary/cdr/driver.cxx
-// 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/tests/cxx/hybrid/binary/cdr/makefile b/tests/cxx/hybrid/binary/cdr/makefile
index f31500b..8dda329 100644
--- a/tests/cxx/hybrid/binary/cdr/makefile
+++ b/tests/cxx/hybrid/binary/cdr/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/hybrid/binary/cdr/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/tests/cxx/hybrid/binary/custom/driver.cxx b/tests/cxx/hybrid/binary/custom/driver.cxx
index 9131b25..de6aa1d 100644
--- a/tests/cxx/hybrid/binary/custom/driver.cxx
+++ b/tests/cxx/hybrid/binary/custom/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/hybrid/binary/custom/driver.cxx
-// 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/tests/cxx/hybrid/binary/custom/makefile b/tests/cxx/hybrid/binary/custom/makefile
index 2175b48..9c67d9d 100644
--- a/tests/cxx/hybrid/binary/custom/makefile
+++ b/tests/cxx/hybrid/binary/custom/makefile
@@ -1,5 +1,4 @@
# file : tests/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/tests/cxx/hybrid/binary/xdr/driver.cxx b/tests/cxx/hybrid/binary/xdr/driver.cxx
index 533c1cf..f61db9e 100644
--- a/tests/cxx/hybrid/binary/xdr/driver.cxx
+++ b/tests/cxx/hybrid/binary/xdr/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/hybrid/binary/xdr/driver.cxx
-// 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/tests/cxx/hybrid/binary/xdr/makefile b/tests/cxx/hybrid/binary/xdr/makefile
index 9ff7b35..13710e6 100644
--- a/tests/cxx/hybrid/binary/xdr/makefile
+++ b/tests/cxx/hybrid/binary/xdr/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/hybrid/binary/xdr/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/tests/cxx/hybrid/built-in/driver.cxx b/tests/cxx/hybrid/built-in/driver.cxx
index 0fee4db..15474bc 100644
--- a/tests/cxx/hybrid/built-in/driver.cxx
+++ b/tests/cxx/hybrid/built-in/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/hybrid/built-in/driver.cxx
-// 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/tests/cxx/hybrid/built-in/makefile b/tests/cxx/hybrid/built-in/makefile
index ff15487..32d40d4 100644
--- a/tests/cxx/hybrid/built-in/makefile
+++ b/tests/cxx/hybrid/built-in/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/hybrid/built-in/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/tests/cxx/hybrid/choice/driver.cxx b/tests/cxx/hybrid/choice/driver.cxx
index 8d8be2d..1f2bb3b 100644
--- a/tests/cxx/hybrid/choice/driver.cxx
+++ b/tests/cxx/hybrid/choice/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/hybrid/choice/driver.cxx
-// 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/tests/cxx/hybrid/choice/makefile b/tests/cxx/hybrid/choice/makefile
index 845b7da..04e0443 100644
--- a/tests/cxx/hybrid/choice/makefile
+++ b/tests/cxx/hybrid/choice/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/hybrid/choice/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/tests/cxx/hybrid/clone/driver.cxx b/tests/cxx/hybrid/clone/driver.cxx
index c78eb19..b938aef 100644
--- a/tests/cxx/hybrid/clone/driver.cxx
+++ b/tests/cxx/hybrid/clone/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/hybrid/clone/driver.cxx
-// 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/tests/cxx/hybrid/clone/makefile b/tests/cxx/hybrid/clone/makefile
index 8dad3c0..2ebf654 100644
--- a/tests/cxx/hybrid/clone/makefile
+++ b/tests/cxx/hybrid/clone/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/hybrid/clone/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/tests/cxx/hybrid/default/driver.cxx b/tests/cxx/hybrid/default/driver.cxx
index 83167f5..1d25ae5 100644
--- a/tests/cxx/hybrid/default/driver.cxx
+++ b/tests/cxx/hybrid/default/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/hybrid/default/driver.cxx
-// 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/tests/cxx/hybrid/default/makefile b/tests/cxx/hybrid/default/makefile
index ea1a2f1..17ea75d 100644
--- a/tests/cxx/hybrid/default/makefile
+++ b/tests/cxx/hybrid/default/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/hybrid/default/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/tests/cxx/hybrid/enumeration/driver.cxx b/tests/cxx/hybrid/enumeration/driver.cxx
index 7941c60..ba6245d 100644
--- a/tests/cxx/hybrid/enumeration/driver.cxx
+++ b/tests/cxx/hybrid/enumeration/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/hybrid/enumeration/driver.cxx
-// 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/tests/cxx/hybrid/enumeration/makefile b/tests/cxx/hybrid/enumeration/makefile
index 959685d..b2950ef 100644
--- a/tests/cxx/hybrid/enumeration/makefile
+++ b/tests/cxx/hybrid/enumeration/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/hybrid/enumeration/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/tests/cxx/hybrid/facets/driver.cxx b/tests/cxx/hybrid/facets/driver.cxx
index 8950f04..8dd0538 100644
--- a/tests/cxx/hybrid/facets/driver.cxx
+++ b/tests/cxx/hybrid/facets/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/hybrid/facets/driver.cxx
-// 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/tests/cxx/hybrid/facets/makefile b/tests/cxx/hybrid/facets/makefile
index 496edce..ed63ac5 100644
--- a/tests/cxx/hybrid/facets/makefile
+++ b/tests/cxx/hybrid/facets/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/hybrid/facets/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/tests/cxx/hybrid/iso8859-1/driver.cxx b/tests/cxx/hybrid/iso8859-1/driver.cxx
index 36fdb73..239d404 100644
--- a/tests/cxx/hybrid/iso8859-1/driver.cxx
+++ b/tests/cxx/hybrid/iso8859-1/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/hybrid/iso8859-1/driver.cxx
-// 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/tests/cxx/hybrid/iso8859-1/makefile b/tests/cxx/hybrid/iso8859-1/makefile
index 070408d..c892726 100644
--- a/tests/cxx/hybrid/iso8859-1/makefile
+++ b/tests/cxx/hybrid/iso8859-1/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/hybrid/iso8859-1/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/tests/cxx/hybrid/iterator/driver.cxx b/tests/cxx/hybrid/iterator/driver.cxx
index 87f097a..492e624 100644
--- a/tests/cxx/hybrid/iterator/driver.cxx
+++ b/tests/cxx/hybrid/iterator/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/hybrid/iterator/driver.cxx
-// 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/tests/cxx/hybrid/iterator/makefile b/tests/cxx/hybrid/iterator/makefile
index 2973a20..b60ef6b 100644
--- a/tests/cxx/hybrid/iterator/makefile
+++ b/tests/cxx/hybrid/iterator/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/hybrid/iterator/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/tests/cxx/hybrid/list/driver.cxx b/tests/cxx/hybrid/list/driver.cxx
index e08c267..daf0267 100644
--- a/tests/cxx/hybrid/list/driver.cxx
+++ b/tests/cxx/hybrid/list/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/hybrid/list/driver.cxx
-// 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/tests/cxx/hybrid/list/makefile b/tests/cxx/hybrid/list/makefile
index 928b506..4e0726f 100644
--- a/tests/cxx/hybrid/list/makefile
+++ b/tests/cxx/hybrid/list/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/hybrid/list/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/tests/cxx/hybrid/makefile b/tests/cxx/hybrid/makefile
index 4297e11..9eeb2ce 100644
--- a/tests/cxx/hybrid/makefile
+++ b/tests/cxx/hybrid/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/hybrid/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/tests/cxx/hybrid/pattern/driver.cxx b/tests/cxx/hybrid/pattern/driver.cxx
index 1ec53a3..eeb8307 100644
--- a/tests/cxx/hybrid/pattern/driver.cxx
+++ b/tests/cxx/hybrid/pattern/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/hybrid/pattern/driver.cxx
-// 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/tests/cxx/hybrid/pattern/makefile b/tests/cxx/hybrid/pattern/makefile
index d873b2d..eb6804b 100644
--- a/tests/cxx/hybrid/pattern/makefile
+++ b/tests/cxx/hybrid/pattern/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/hybrid/pattern/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/tests/cxx/hybrid/polymorphism/any-type/driver.cxx b/tests/cxx/hybrid/polymorphism/any-type/driver.cxx
index 4bbdc0e..b930529 100644
--- a/tests/cxx/hybrid/polymorphism/any-type/driver.cxx
+++ b/tests/cxx/hybrid/polymorphism/any-type/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/hybrid/polymorphism/any-type/driver.cxx
-// 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/tests/cxx/hybrid/polymorphism/any-type/makefile b/tests/cxx/hybrid/polymorphism/any-type/makefile
index a1ed696..16021a7 100644
--- a/tests/cxx/hybrid/polymorphism/any-type/makefile
+++ b/tests/cxx/hybrid/polymorphism/any-type/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/hybrid/polymorphism/any-type/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/tests/cxx/hybrid/polymorphism/enumeration/driver.cxx b/tests/cxx/hybrid/polymorphism/enumeration/driver.cxx
index 721c2f3..c1d34ec 100644
--- a/tests/cxx/hybrid/polymorphism/enumeration/driver.cxx
+++ b/tests/cxx/hybrid/polymorphism/enumeration/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/hybrid/polymorphism/enumeration/driver.cxx
-// 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/tests/cxx/hybrid/polymorphism/enumeration/makefile b/tests/cxx/hybrid/polymorphism/enumeration/makefile
index 25182a8..c17f1e1 100644
--- a/tests/cxx/hybrid/polymorphism/enumeration/makefile
+++ b/tests/cxx/hybrid/polymorphism/enumeration/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/hybrid/polymorphism/enumeration/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/tests/cxx/hybrid/polymorphism/makefile b/tests/cxx/hybrid/polymorphism/makefile
index e29a537..b66e023 100644
--- a/tests/cxx/hybrid/polymorphism/makefile
+++ b/tests/cxx/hybrid/polymorphism/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/hybrid/polymorphism/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/tests/cxx/hybrid/polymorphism/multischema/driver.cxx b/tests/cxx/hybrid/polymorphism/multischema/driver.cxx
index 782b896..77b9b4b 100644
--- a/tests/cxx/hybrid/polymorphism/multischema/driver.cxx
+++ b/tests/cxx/hybrid/polymorphism/multischema/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/hybrid/polymorphism/multischema/driver.cxx
-// 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/tests/cxx/hybrid/polymorphism/multischema/makefile b/tests/cxx/hybrid/polymorphism/multischema/makefile
index 4b27bfd..848d3c3 100644
--- a/tests/cxx/hybrid/polymorphism/multischema/makefile
+++ b/tests/cxx/hybrid/polymorphism/multischema/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/hybrid/polymorphism/multischema/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/tests/cxx/hybrid/recursive/driver.cxx b/tests/cxx/hybrid/recursive/driver.cxx
index 1710e95..1a42b84 100644
--- a/tests/cxx/hybrid/recursive/driver.cxx
+++ b/tests/cxx/hybrid/recursive/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/hybrid/recursive/driver.cxx
-// 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/tests/cxx/hybrid/recursive/makefile b/tests/cxx/hybrid/recursive/makefile
index d0ada7c..f2cd0ff 100644
--- a/tests/cxx/hybrid/recursive/makefile
+++ b/tests/cxx/hybrid/recursive/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/hybrid/recursive/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/tests/cxx/hybrid/sequences/driver.cxx b/tests/cxx/hybrid/sequences/driver.cxx
index e707277..354d661 100644
--- a/tests/cxx/hybrid/sequences/driver.cxx
+++ b/tests/cxx/hybrid/sequences/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/hybrid/sequences/driver.cxx
-// 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/tests/cxx/hybrid/sequences/makefile b/tests/cxx/hybrid/sequences/makefile
index 07028be..4757aed 100644
--- a/tests/cxx/hybrid/sequences/makefile
+++ b/tests/cxx/hybrid/sequences/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/hybrid/sequences/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/tests/cxx/hybrid/test-template/driver.cxx b/tests/cxx/hybrid/test-template/driver.cxx
index 4e13165..83249fb 100644
--- a/tests/cxx/hybrid/test-template/driver.cxx
+++ b/tests/cxx/hybrid/test-template/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/hybrid/test-template/driver.cxx
-// 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/tests/cxx/hybrid/test-template/makefile b/tests/cxx/hybrid/test-template/makefile
index b0c46e2..c752601 100644
--- a/tests/cxx/hybrid/test-template/makefile
+++ b/tests/cxx/hybrid/test-template/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/hybrid/test-template/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/tests/cxx/hybrid/union/driver.cxx b/tests/cxx/hybrid/union/driver.cxx
index c1b6f48..b76e3e2 100644
--- a/tests/cxx/hybrid/union/driver.cxx
+++ b/tests/cxx/hybrid/union/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/hybrid/union/driver.cxx
-// 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/tests/cxx/hybrid/union/makefile b/tests/cxx/hybrid/union/makefile
index 612c9bc..4e76d17 100644
--- a/tests/cxx/hybrid/union/makefile
+++ b/tests/cxx/hybrid/union/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/hybrid/union/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