summaryrefslogtreecommitdiff
path: root/examples
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
parent07bb1c6ca91ad2983ddd1076c550c09cc6a09fdb (diff)
Update copyright year
Diffstat (limited to 'examples')
-rw-r--r--examples/build/bootstrap.build2
-rw-r--r--examples/build/root.build2
-rw-r--r--examples/buildfile2
-rw-r--r--examples/features/buildfile2
-rw-r--r--examples/features/driver.cxx2
-rw-r--r--examples/file/buildfile2
-rw-r--r--examples/file/driver.cxx2
-rw-r--r--examples/hello/buildfile2
-rw-r--r--examples/hello/driver.cxx2
9 files changed, 9 insertions, 9 deletions
diff --git a/examples/build/bootstrap.build b/examples/build/bootstrap.build
index 06be89f..e93994c 100644
--- a/examples/build/bootstrap.build
+++ b/examples/build/bootstrap.build
@@ -1,5 +1,5 @@
# file : examples/build/bootstrap.build
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
project = # Unnamed subproject.
diff --git a/examples/build/root.build b/examples/build/root.build
index 378a58b..fbb020e 100644
--- a/examples/build/root.build
+++ b/examples/build/root.build
@@ -1,5 +1,5 @@
# file : examples/build/root.build
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
cxx.std = 11
diff --git a/examples/buildfile b/examples/buildfile
index b4e7618..f81e4d6 100644
--- a/examples/buildfile
+++ b/examples/buildfile
@@ -1,5 +1,5 @@
# file : examples/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
./: {*/ -build/} README
diff --git a/examples/features/buildfile b/examples/features/buildfile
index 461658f..8a888b4 100644
--- a/examples/features/buildfile
+++ b/examples/features/buildfile
@@ -1,5 +1,5 @@
# file : examples/features/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/features/driver.cxx b/examples/features/driver.cxx
index c59ef24..ac50ffa 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-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <iostream>
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>
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>