From aa916a4c696bcec08ed26c58be0b06d4d9df0f74 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 3 Jan 2017 12:34:10 +0200 Subject: Update copyright year --- dist/examples/build/cxx/compilers.make | 2 +- dist/examples/build/cxx/rules.make | 2 +- dist/examples/build/xsd/common.make | 2 +- dist/examples/build/xsd/parser-rules.make | 2 +- dist/examples/build/xsd/tree-rules.make | 2 +- dist/examples/test.bat | 2 +- dist/examples/tester.bat | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'dist') diff --git a/dist/examples/build/cxx/compilers.make b/dist/examples/build/cxx/compilers.make index a7f6296..53314f5 100644 --- a/dist/examples/build/cxx/compilers.make +++ b/dist/examples/build/cxx/compilers.make @@ -1,5 +1,5 @@ # file : examples/build/cxx/compilers.make -# copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC +# copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file CXX := g++ diff --git a/dist/examples/build/cxx/rules.make b/dist/examples/build/cxx/rules.make index 3f6c38c..7217769 100644 --- a/dist/examples/build/cxx/rules.make +++ b/dist/examples/build/cxx/rules.make @@ -1,5 +1,5 @@ # file : examples/build/cxx/rules.make -# copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC +# copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file include $(root)/build/cxx/compilers.make diff --git a/dist/examples/build/xsd/common.make b/dist/examples/build/xsd/common.make index 21d39e7..26ecd07 100644 --- a/dist/examples/build/xsd/common.make +++ b/dist/examples/build/xsd/common.make @@ -1,5 +1,5 @@ # file : examples/build/xsd/common.make -# copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC +# copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file XSD := $(shell if test -x $(root)/../bin/xsd; \ diff --git a/dist/examples/build/xsd/parser-rules.make b/dist/examples/build/xsd/parser-rules.make index c39b85c..6edd183 100644 --- a/dist/examples/build/xsd/parser-rules.make +++ b/dist/examples/build/xsd/parser-rules.make @@ -1,5 +1,5 @@ # file : examples/build/xsd/parser-rules.make -# copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC +# copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file include $(root)/build/xsd/common.make diff --git a/dist/examples/build/xsd/tree-rules.make b/dist/examples/build/xsd/tree-rules.make index 7ff3529..4cf6033 100644 --- a/dist/examples/build/xsd/tree-rules.make +++ b/dist/examples/build/xsd/tree-rules.make @@ -1,5 +1,5 @@ # file : examples/build/xsd/tree-rules.make -# copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC +# copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file include $(root)/build/xsd/common.make diff --git a/dist/examples/test.bat b/dist/examples/test.bat index 97b0b88..96fed34 100644 --- a/dist/examples/test.bat +++ b/dist/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 : GNU GPL v2 + exceptions; see accompanying LICENSE file setlocal diff --git a/dist/examples/tester.bat b/dist/examples/tester.bat index ae6f683..aaebad6 100644 --- a/dist/examples/tester.bat +++ b/dist/examples/tester.bat @@ -1,6 +1,6 @@ @echo off rem file : examples/tester.bat -rem copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC +rem copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC rem license : GNU GPL v2 + exceptions; see accompanying LICENSE file rem -- cgit v1.1