From fcf9219b8ff6e9d21c4f4748dc822a7b92310975 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 3 Jan 2017 14:07:18 +0200 Subject: Update copyright year --- examples/Makefile.am | 2 +- examples/build/bootstrap.build | 2 +- examples/build/root.build | 2 +- examples/buildfile | 2 +- examples/hybrid/buildfile | 2 +- examples/hybrid/makefile | 2 +- examples/inheritance/buildfile | 2 +- examples/inheritance/makefile | 2 +- examples/makefile | 2 +- examples/performance/buildfile | 2 +- examples/performance/makefile | 2 +- examples/persistence/buildfile | 2 +- examples/persistence/makefile | 2 +- examples/processing/buildfile | 2 +- examples/processing/makefile | 2 +- examples/roundtrip/buildfile | 2 +- examples/roundtrip/makefile | 2 +- examples/test.bat | 2 +- examples/xhtml/buildfile | 2 +- examples/xhtml/makefile | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) (limited to 'examples') diff --git a/examples/Makefile.am b/examples/Makefile.am index a79c7c8..756331f 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,5 +1,5 @@ # file : examples/Makefile.am -# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC +# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file SUBDIRS = __path__(dirs) diff --git a/examples/build/bootstrap.build b/examples/build/bootstrap.build index d3810f7..3cca91f 100644 --- a/examples/build/bootstrap.build +++ b/examples/build/bootstrap.build @@ -1,5 +1,5 @@ # file : examples/build/bootstrap.build -# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC +# copyright : Copyright (c) 2013-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 17504a3..642da28 100644 --- a/examples/build/root.build +++ b/examples/build/root.build @@ -1,5 +1,5 @@ # file : examples/build/root.build -# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC +# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file cxx.std = 11 diff --git a/examples/buildfile b/examples/buildfile index 914c917..7331d21 100644 --- a/examples/buildfile +++ b/examples/buildfile @@ -1,5 +1,5 @@ # file : examples/buildfile -# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC +# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file d = hybrid/ inheritance/ performance/ persistence/ processing/ roundtrip/ \ diff --git a/examples/hybrid/buildfile b/examples/hybrid/buildfile index 81cb6d8..67a80af 100644 --- a/examples/hybrid/buildfile +++ b/examples/hybrid/buildfile @@ -1,5 +1,5 @@ # file : examples/hybrid/buildfile -# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC +# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file import libs = libstudxml%lib{studxml} diff --git a/examples/hybrid/makefile b/examples/hybrid/makefile index fe9439b..865ff8b 100644 --- a/examples/hybrid/makefile +++ b/examples/hybrid/makefile @@ -1,5 +1,5 @@ # file : examples/hybrid/makefile -# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC +# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/examples/inheritance/buildfile b/examples/inheritance/buildfile index eb3edf3..e59c1c2 100644 --- a/examples/inheritance/buildfile +++ b/examples/inheritance/buildfile @@ -1,5 +1,5 @@ # file : examples/inheritance/buildfile -# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC +# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file import libs = libstudxml%lib{studxml} diff --git a/examples/inheritance/makefile b/examples/inheritance/makefile index c455a6f..2174c03 100644 --- a/examples/inheritance/makefile +++ b/examples/inheritance/makefile @@ -1,5 +1,5 @@ # file : examples/inheritance/makefile -# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC +# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/examples/makefile b/examples/makefile index d6966fa..51e517d 100644 --- a/examples/makefile +++ b/examples/makefile @@ -1,5 +1,5 @@ # file : examples/makefile -# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC +# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make diff --git a/examples/performance/buildfile b/examples/performance/buildfile index 5420e48..e95af75 100644 --- a/examples/performance/buildfile +++ b/examples/performance/buildfile @@ -1,5 +1,5 @@ # file : examples/performance/buildfile -# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC +# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file import libs = libstudxml%lib{studxml} diff --git a/examples/performance/makefile b/examples/performance/makefile index da4bf80..bd28c17 100644 --- a/examples/performance/makefile +++ b/examples/performance/makefile @@ -1,5 +1,5 @@ # file : examples/performance/makefile -# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC +# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/examples/persistence/buildfile b/examples/persistence/buildfile index dff64dc..61facb9 100644 --- a/examples/persistence/buildfile +++ b/examples/persistence/buildfile @@ -1,5 +1,5 @@ # file : examples/persistence/buildfile -# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC +# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file import libs = libstudxml%lib{studxml} diff --git a/examples/persistence/makefile b/examples/persistence/makefile index 90fc4e3..10abe3d 100644 --- a/examples/persistence/makefile +++ b/examples/persistence/makefile @@ -1,5 +1,5 @@ # file : examples/persistence/makefile -# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC +# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/examples/processing/buildfile b/examples/processing/buildfile index 0282ad4..a69d810 100644 --- a/examples/processing/buildfile +++ b/examples/processing/buildfile @@ -1,5 +1,5 @@ # file : examples/processing/buildfile -# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC +# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file import libs = libstudxml%lib{studxml} diff --git a/examples/processing/makefile b/examples/processing/makefile index 3acc355..283dea5 100644 --- a/examples/processing/makefile +++ b/examples/processing/makefile @@ -1,5 +1,5 @@ # file : examples/processing/makefile -# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC +# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/examples/roundtrip/buildfile b/examples/roundtrip/buildfile index 07672e2..7a95b2c 100644 --- a/examples/roundtrip/buildfile +++ b/examples/roundtrip/buildfile @@ -1,5 +1,5 @@ # file : examples/roundtrip/buildfile -# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC +# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file import libs = libstudxml%lib{studxml} diff --git a/examples/roundtrip/makefile b/examples/roundtrip/makefile index 2644eb3..07cd75e 100644 --- a/examples/roundtrip/makefile +++ b/examples/roundtrip/makefile @@ -1,5 +1,5 @@ # file : examples/roundtrip/makefile -# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC +# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/examples/test.bat b/examples/test.bat index 25502c9..559b9e4 100644 --- a/examples/test.bat +++ b/examples/test.bat @@ -1,6 +1,6 @@ @echo off rem file : examples/test.bat -rem copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC +rem copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC rem license : MIT; see accompanying LICENSE file setlocal diff --git a/examples/xhtml/buildfile b/examples/xhtml/buildfile index 871836f..28b7cf4 100644 --- a/examples/xhtml/buildfile +++ b/examples/xhtml/buildfile @@ -1,5 +1,5 @@ # file : examples/xhtml/buildfile -# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC +# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file import libs = libstudxml%lib{studxml} diff --git a/examples/xhtml/makefile b/examples/xhtml/makefile index cfd4dd3..a5866a8 100644 --- a/examples/xhtml/makefile +++ b/examples/xhtml/makefile @@ -1,5 +1,5 @@ # file : examples/xhtml/makefile -# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC +# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make -- cgit v1.1