summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-05-21 11:58:06 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-05-21 11:58:06 +0300
commita34d2bb1f5f3fc5c533b8440ac78fdd0a55775ea (patch)
treebf4b74c9c5b54e3ba40e73a90a64f388bf52f749 /examples
parent5a54184f69d0b2a1d57c06a06e9deeaff1d6f180 (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 c527faa..06be89f 100644
--- a/examples/build/bootstrap.build
+++ b/examples/build/bootstrap.build
@@ -1,5 +1,5 @@
# file : examples/build/bootstrap.build
-# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 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 7cee286..378a58b 100644
--- a/examples/build/root.build
+++ b/examples/build/root.build
@@ -1,5 +1,5 @@
# file : examples/build/root.build
-# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
cxx.std = 11
diff --git a/examples/buildfile b/examples/buildfile
index 07ff2d7..b4e7618 100644
--- a/examples/buildfile
+++ b/examples/buildfile
@@ -1,5 +1,5 @@
# file : examples/buildfile
-# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
./: {*/ -build/} README
diff --git a/examples/features/buildfile b/examples/features/buildfile
index c8342e8..461658f 100644
--- a/examples/features/buildfile
+++ b/examples/features/buildfile
@@ -1,5 +1,5 @@
# file : examples/features/buildfile
-# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 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 7544892..c59ef24 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-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <iostream>
diff --git a/examples/file/buildfile b/examples/file/buildfile
index 374356b..a736893 100644
--- a/examples/file/buildfile
+++ b/examples/file/buildfile
@@ -1,5 +1,5 @@
# file : examples/file/buildfile
-# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 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 77c41ef..63867d4 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-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <iostream>
diff --git a/examples/hello/buildfile b/examples/hello/buildfile
index c72b525..29663f6 100644
--- a/examples/hello/buildfile
+++ b/examples/hello/buildfile
@@ -1,5 +1,5 @@
# file : examples/hello/buildfile
-# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 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 1656f4c..478062c 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-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <iostream>