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