summaryrefslogtreecommitdiff
path: root/examples/cxx/parser/wildcard
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cxx/parser/wildcard')
-rw-r--r--examples/cxx/parser/wildcard/driver.cxx1
-rw-r--r--examples/cxx/parser/wildcard/makefile1
2 files changed, 0 insertions, 2 deletions
diff --git a/examples/cxx/parser/wildcard/driver.cxx b/examples/cxx/parser/wildcard/driver.cxx
index 7bd63eb..fa82ec0 100644
--- a/examples/cxx/parser/wildcard/driver.cxx
+++ b/examples/cxx/parser/wildcard/driver.cxx
@@ -1,5 +1,4 @@
// file : examples/cxx/parser/wildcard/driver.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#include <string>
diff --git a/examples/cxx/parser/wildcard/makefile b/examples/cxx/parser/wildcard/makefile
index 953e531..b3f1203 100644
--- a/examples/cxx/parser/wildcard/makefile
+++ b/examples/cxx/parser/wildcard/makefile
@@ -1,5 +1,4 @@
# file : examples/cxx/parser/wildcard/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