From b5d8062bd651e796bac77ae580e0e45947374a89 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 3 Jan 2017 13:02:10 +0200 Subject: Update copyright year --- examples/build/bootstrap.build | 2 +- examples/build/root.build | 2 +- examples/buildfile | 2 +- examples/features/buildfile | 2 +- examples/features/driver.cxx | 2 +- examples/file/buildfile | 2 +- examples/file/driver.cxx | 2 +- examples/hello/buildfile | 2 +- examples/hello/driver.cxx | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) (limited to 'examples') diff --git a/examples/build/bootstrap.build b/examples/build/bootstrap.build index c67bb12..c527faa 100644 --- a/examples/build/bootstrap.build +++ b/examples/build/bootstrap.build @@ -1,5 +1,5 @@ # file : examples/build/bootstrap.build -# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 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 8c33a1c..4b34cf5 100644 --- a/examples/build/root.build +++ b/examples/build/root.build @@ -1,5 +1,5 @@ # file : examples/build/root.build -# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file cxx.std = 11 diff --git a/examples/buildfile b/examples/buildfile index 3bd38c8..c64a34f 100644 --- a/examples/buildfile +++ b/examples/buildfile @@ -1,5 +1,5 @@ # file : examples/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 d = features/ file/ hello/ 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 -// 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 diff --git a/examples/file/buildfile b/examples/file/buildfile index 928b949..8517a0c 100644 --- a/examples/file/buildfile +++ b/examples/file/buildfile @@ -1,5 +1,5 @@ # file : examples/file/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} file{test.ops} diff --git a/examples/file/driver.cxx b/examples/file/driver.cxx index 3457ba9..77c41ef 100644 --- a/examples/file/driver.cxx +++ b/examples/file/driver.cxx @@ -1,6 +1,6 @@ // file : examples/file/driver.cxx // author : Boris Kolpackov -// 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 diff --git a/examples/hello/buildfile b/examples/hello/buildfile index c6032d0..94d94eb 100644 --- a/examples/hello/buildfile +++ b/examples/hello/buildfile @@ -1,5 +1,5 @@ # file : examples/hello/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}{hello} doc{README} diff --git a/examples/hello/driver.cxx b/examples/hello/driver.cxx index 2c84505..1656f4c 100644 --- a/examples/hello/driver.cxx +++ b/examples/hello/driver.cxx @@ -1,6 +1,6 @@ // file : examples/hello/driver.cxx // author : Boris Kolpackov -// 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 -- cgit v1.1