From c994c25720606157ba5de25f1edb3ce72f5ac8b7 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 16 Jan 2019 21:16:35 +0300 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 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 -// 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 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 -// 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 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 -// 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 -- cgit v1.1