summaryrefslogtreecommitdiff
path: root/examples/file
diff options
context:
space:
mode:
Diffstat (limited to 'examples/file')
-rw-r--r--examples/file/buildfile2
-rw-r--r--examples/file/driver.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/file/buildfile b/examples/file/buildfile
index 928b949..8517a0c 100644
--- a/examples/file/buildfile
+++ b/examples/file/buildfile
@@ -1,5 +1,5 @@
# file : examples/file/buildfile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
exe{driver}: cxx{driver} {hxx ixx cxx}{options} doc{README} file{test.ops}
diff --git a/examples/file/driver.cxx b/examples/file/driver.cxx
index 3457ba9..77c41ef 100644
--- a/examples/file/driver.cxx
+++ b/examples/file/driver.cxx
@@ -1,6 +1,6 @@
// file : examples/file/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <iostream>