summaryrefslogtreecommitdiff
path: root/tests/cxx/parser/enumeration
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/parser/enumeration')
-rw-r--r--tests/cxx/parser/enumeration/driver.cxx1
-rw-r--r--tests/cxx/parser/enumeration/gender.hxx1
-rw-r--r--tests/cxx/parser/enumeration/makefile1
3 files changed, 0 insertions, 3 deletions
diff --git a/tests/cxx/parser/enumeration/driver.cxx b/tests/cxx/parser/enumeration/driver.cxx
index 681a451..bd03909 100644
--- a/tests/cxx/parser/enumeration/driver.cxx
+++ b/tests/cxx/parser/enumeration/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/parser/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/parser/enumeration/gender.hxx b/tests/cxx/parser/enumeration/gender.hxx
index 62850ef..a635e45 100644
--- a/tests/cxx/parser/enumeration/gender.hxx
+++ b/tests/cxx/parser/enumeration/gender.hxx
@@ -1,5 +1,4 @@
// file : tests/cxx/parser/enumeration/gender.hxx
-// 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/parser/enumeration/makefile b/tests/cxx/parser/enumeration/makefile
index af3ae5f..0f41ce4 100644
--- a/tests/cxx/parser/enumeration/makefile
+++ b/tests/cxx/parser/enumeration/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/parser/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