summaryrefslogtreecommitdiff
path: root/examples/hello
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-01-16 21:16:35 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-01-16 21:16:35 +0300
commitc994c25720606157ba5de25f1edb3ce72f5ac8b7 (patch)
tree66d1aafe48f8624b887fb374c51bab01e4e75ef3 /examples/hello
parent07bb1c6ca91ad2983ddd1076c550c09cc6a09fdb (diff)
Update copyright year
Diffstat (limited to 'examples/hello')
-rw-r--r--examples/hello/buildfile2
-rw-r--r--examples/hello/driver.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/hello/buildfile b/examples/hello/buildfile
index 29663f6..d6ad3ad 100644
--- a/examples/hello/buildfile
+++ b/examples/hello/buildfile
@@ -1,5 +1,5 @@
# file : examples/hello/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}{* -hello} cli.cxx{hello} doc{README}
diff --git a/examples/hello/driver.cxx b/examples/hello/driver.cxx
index 478062c..593f382 100644
--- a/examples/hello/driver.cxx
+++ b/examples/hello/driver.cxx
@@ -1,6 +1,6 @@
// file : examples/hello/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>