summaryrefslogtreecommitdiff
path: root/examples/hello
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello')
-rw-r--r--examples/hello/buildfile1
-rw-r--r--examples/hello/driver.cxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/examples/hello/buildfile b/examples/hello/buildfile
index d6ad3ad..9a11b29 100644
--- a/examples/hello/buildfile
+++ b/examples/hello/buildfile
@@ -1,5 +1,4 @@
# file : examples/hello/buildfile
-# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
exe{driver}: {hxx cxx}{* -hello} cli.cxx{hello} doc{README}
diff --git a/examples/hello/driver.cxx b/examples/hello/driver.cxx
index 593f382..30fdf6e 100644
--- a/examples/hello/driver.cxx
+++ b/examples/hello/driver.cxx
@@ -1,6 +1,5 @@
// file : examples/hello/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <iostream>