summaryrefslogtreecommitdiff
path: root/examples/features
diff options
context:
space:
mode:
Diffstat (limited to 'examples/features')
-rw-r--r--examples/features/buildfile2
-rw-r--r--examples/features/driver.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/features/buildfile b/examples/features/buildfile
index 7778847..c3b7913 100644
--- a/examples/features/buildfile
+++ b/examples/features/buildfile
@@ -1,5 +1,5 @@
# file : examples/features/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}
diff --git a/examples/features/driver.cxx b/examples/features/driver.cxx
index 04b5e1c..7544892 100644
--- a/examples/features/driver.cxx
+++ b/examples/features/driver.cxx
@@ -1,6 +1,6 @@
// file : examples/features/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>