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 a736893..fb3ad72 100644
--- a/examples/file/buildfile
+++ b/examples/file/buildfile
@@ -1,5 +1,5 @@
# file : examples/file/buildfile
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# 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 63867d4..03b361a 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-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <iostream>