summaryrefslogtreecommitdiff
path: root/examples/file
diff options
context:
space:
mode:
Diffstat (limited to 'examples/file')
-rw-r--r--examples/file/buildfile1
-rw-r--r--examples/file/driver.cxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/examples/file/buildfile b/examples/file/buildfile
index fb3ad72..eadfc66 100644
--- a/examples/file/buildfile
+++ b/examples/file/buildfile
@@ -1,5 +1,4 @@
# file : examples/file/buildfile
-# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
exe{driver}: {hxx cxx}{* -options} cli.cxx{options} doc{README}
diff --git a/examples/file/driver.cxx b/examples/file/driver.cxx
index 03b361a..d187559 100644
--- a/examples/file/driver.cxx
+++ b/examples/file/driver.cxx
@@ -1,6 +1,5 @@
// file : examples/file/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>