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 --- LICENSE | 2 +- Makefile.am | 2 +- bootstrap | 2 +- build/bootstrap.build | 2 +- build/bootstrap.make | 2 +- build/export.build | 2 +- build/export/libstudxml/stub.make | 2 +- build/import/libstudxml/configuration-rules.make | 2 +- build/import/libstudxml/configure | 2 +- build/import/libstudxml/stub.make | 2 +- build/root.build | 2 +- buildfile | 2 +- configure.ac | 2 +- doc/Makefile.am | 2 +- doc/buildfile | 2 +- doc/intro.xhtml | 4 ++-- doc/makefile | 2 +- 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 +- libstudxml.pc.in | 2 +- m4/diff.m4 | 2 +- m4/disable-rpath.m4 | 2 +- m4/libexpat.m4 | 2 +- m4/libtool-link.m4 | 2 +- m4/pkgconfig.m4 | 2 +- m4/static-lib.m4 | 2 +- makefile | 2 +- tester.bat | 2 +- tester.in | 2 +- tests/Makefile.am | 2 +- tests/build/bootstrap.build | 2 +- tests/build/root.build | 2 +- tests/buildfile | 2 +- tests/makefile | 2 +- tests/parser/buildfile | 2 +- tests/parser/driver.cxx | 2 +- tests/parser/makefile | 2 +- tests/roundtrip/buildfile | 2 +- tests/roundtrip/driver.cxx | 2 +- tests/roundtrip/makefile | 2 +- tests/serializer/buildfile | 2 +- tests/serializer/driver.cxx | 2 +- tests/serializer/makefile | 2 +- tests/test.bat | 2 +- xml/Makefile.am | 2 +- xml/buildfile | 2 +- xml/content | 2 +- xml/details/build2/config-vc.h | 2 +- xml/details/build2/config.h | 2 +- xml/details/config-vc.h | 2 +- xml/details/config.h.in | 2 +- xml/details/config.hxx | 2 +- xml/details/export.hxx | 2 +- xml/details/genx/LICENSE | 2 +- xml/details/genx/char-props.c | 2 +- xml/details/genx/genx.c | 2 +- xml/details/genx/genx.h | 2 +- xml/details/post.hxx | 2 +- xml/details/pre.hxx | 2 +- xml/exception | 2 +- xml/forward | 2 +- xml/makefile | 2 +- xml/parser | 2 +- xml/parser.cxx | 2 +- xml/parser.ixx | 2 +- xml/parser.txx | 2 +- xml/qname | 2 +- xml/qname.cxx | 2 +- xml/serializer | 2 +- xml/serializer.cxx | 2 +- xml/serializer.ixx | 2 +- xml/value-traits | 2 +- xml/value-traits.cxx | 2 +- xml/value-traits.txx | 2 +- xml/version | 2 +- 93 files changed, 94 insertions(+), 94 deletions(-) diff --git a/LICENSE b/LICENSE index d1fc3c3..b8b424d 100644 --- a/LICENSE +++ b/LICENSE @@ -8,7 +8,7 @@ Code found in the xml/details/genx/ directory is distributed under the MIT License (see the xml/details/genx/LICENSE file for copyright information). -The rest is Copyright (c) 2013-2014 Code Synthesis Tools CC and is +The rest is Copyright (c) 2013-2017 Code Synthesis Tools CC and is distributed under the MIT License: Permission is hereby granted, free of charge, to any person obtaining diff --git a/Makefile.am b/Makefile.am index 3ec6698..2a5f97a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ # file : 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/bootstrap b/bootstrap index 7979894..0270cdd 100755 --- a/bootstrap +++ b/bootstrap @@ -1,7 +1,7 @@ #! /bin/sh # file : bootstrap -# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC +# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file # diff --git a/build/bootstrap.build b/build/bootstrap.build index 479f1c1..6c4e732 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -1,5 +1,5 @@ # file : 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 = libstudxml diff --git a/build/bootstrap.make b/build/bootstrap.make index 93fd872..3bcae5a 100644 --- a/build/bootstrap.make +++ b/build/bootstrap.make @@ -1,5 +1,5 @@ # file : build/bootstrap.make -# 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_name := libstudxml diff --git a/build/export.build b/build/export.build index 6d62864..ae96337 100644 --- a/build/export.build +++ b/build/export.build @@ -1,5 +1,5 @@ # file : build/export.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 $out_root/: diff --git a/build/export/libstudxml/stub.make b/build/export/libstudxml/stub.make index 25ddfce..4ef7aa1 100644 --- a/build/export/libstudxml/stub.make +++ b/build/export/libstudxml/stub.make @@ -1,5 +1,5 @@ # file : build/export/libstudxml/stub.make -# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC +# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file $(call include-once,$(src_root)/xml/makefile,$(out_root)) diff --git a/build/import/libstudxml/configuration-rules.make b/build/import/libstudxml/configuration-rules.make index 1a224e7..26d91c2 100644 --- a/build/import/libstudxml/configuration-rules.make +++ b/build/import/libstudxml/configuration-rules.make @@ -1,5 +1,5 @@ # file : build/import/libstudxml/configuration-rules.make -# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC +# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file $(dcf_root)/import/libstudxml/configuration-dynamic.make: | $(dcf_root)/import/libstudxml/. diff --git a/build/import/libstudxml/configure b/build/import/libstudxml/configure index 71c0f35..3f52fdd 100755 --- a/build/import/libstudxml/configure +++ b/build/import/libstudxml/configure @@ -1,7 +1,7 @@ #! /usr/bin/env bash # file : build/import/libstudxml/configure -# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC +# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file # $1 - out file diff --git a/build/import/libstudxml/stub.make b/build/import/libstudxml/stub.make index 1f28a32..eafa4c4 100644 --- a/build/import/libstudxml/stub.make +++ b/build/import/libstudxml/stub.make @@ -1,5 +1,5 @@ # file : build/import/libstudxml/stub.make -# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC +# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file $(call include-once,$(scf_root)/import/libstudxml/configuration-rules.make,$(dcf_root)) diff --git a/build/root.build b/build/root.build index a6cb63a..4f266d1 100644 --- a/build/root.build +++ b/build/root.build @@ -1,5 +1,5 @@ # file : 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/buildfile b/buildfile index aada460..208b1e7 100644 --- a/buildfile +++ b/buildfile @@ -1,5 +1,5 @@ # file : 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 = xml/ examples/ tests/ doc/ diff --git a/configure.ac b/configure.ac index 9354db9..7692424 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # file : configure.ac -# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC +# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file AC_PREREQ(2.60) diff --git a/doc/Makefile.am b/doc/Makefile.am index 88c346e..eb4438f 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,5 +1,5 @@ # file : doc/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 dist_html_DATA = __file__(html_docs) diff --git a/doc/buildfile b/doc/buildfile index 6aec5bb..3c842b3 100644 --- a/doc/buildfile +++ b/doc/buildfile @@ -1,5 +1,5 @@ # file : doc/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 define css: file diff --git a/doc/intro.xhtml b/doc/intro.xhtml index 77ebf3f..bd4e11b 100644 --- a/doc/intro.xhtml +++ b/doc/intro.xhtml @@ -5,7 +5,7 @@ XML Parsing and Serialization in C++ with libstudxml - + @@ -169,7 +169,7 @@
XML Parsing and Serialization in C++
With libstudxml
-

Copyright © 2013-2014 Code Synthesis Tools CC. Permission is +

Copyright © 2013-2017 Code Synthesis Tools CC. Permission is granted to copy, distribute and/or modify this document under the terms of the MIT license.

diff --git a/doc/makefile b/doc/makefile index a40e0bf..31b790d 100644 --- a/doc/makefile +++ b/doc/makefile @@ -1,5 +1,5 @@ # file : doc/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.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 diff --git a/libstudxml.pc.in b/libstudxml.pc.in index a9dadac..d325669 100644 --- a/libstudxml.pc.in +++ b/libstudxml.pc.in @@ -1,5 +1,5 @@ # file : libstudxml.pc.in -# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC +# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file prefix=@prefix@ diff --git a/m4/diff.m4 b/m4/diff.m4 index c991f7a..daa1ecf 100644 --- a/m4/diff.m4 +++ b/m4/diff.m4 @@ -1,5 +1,5 @@ dnl file : m4/diff.m4 -dnl copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC dnl license : MIT; see accompanying LICENSE file dnl dnl DIFF_TOOL diff --git a/m4/disable-rpath.m4 b/m4/disable-rpath.m4 index d194ef9..b447978 100644 --- a/m4/disable-rpath.m4 +++ b/m4/disable-rpath.m4 @@ -1,5 +1,5 @@ dnl file : m4/disable-rpath.m4 -dnl copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC dnl license : MIT; see accompanying LICENSE file dnl AC_DEFUN([DISABLE_RPATH],[ diff --git a/m4/libexpat.m4 b/m4/libexpat.m4 index 760b212..bc025b1 100644 --- a/m4/libexpat.m4 +++ b/m4/libexpat.m4 @@ -1,5 +1,5 @@ dnl file : m4/libexpat.m4 -dnl copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC dnl license : MIT; see accompanying LICENSE file dnl dnl LIBEXPAT([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]]) diff --git a/m4/libtool-link.m4 b/m4/libtool-link.m4 index f4ab4ac..c459e01 100644 --- a/m4/libtool-link.m4 +++ b/m4/libtool-link.m4 @@ -1,5 +1,5 @@ dnl file : m4/libtool-link.m4 -dnl copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC dnl license : MIT; see accompanying LICENSE file dnl dnl diff --git a/m4/pkgconfig.m4 b/m4/pkgconfig.m4 index a251ca5..1083519 100644 --- a/m4/pkgconfig.m4 +++ b/m4/pkgconfig.m4 @@ -1,5 +1,5 @@ dnl file : m4/pkgconfig.m4 -dnl copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC dnl license : MIT; see accompanying LICENSE file dnl AC_DEFUN([PKGCONFIG],[ diff --git a/m4/static-lib.m4 b/m4/static-lib.m4 index db525ea..46725dc 100644 --- a/m4/static-lib.m4 +++ b/m4/static-lib.m4 @@ -1,5 +1,5 @@ dnl file : m4/static-lib.m4 -dnl copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC dnl license : MIT; see accompanying LICENSE file dnl dnl STATIC_LIB(MACRO, DESCRIPTION) diff --git a/makefile b/makefile index a7b16ca..cad8723 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,5 @@ # file : 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/tester.bat b/tester.bat index cf50426..befb888 100644 --- a/tester.bat +++ b/tester.bat @@ -1,6 +1,6 @@ @echo off rem file : tester.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 rem diff --git a/tester.in b/tester.in index 256a23d..bbe396c 100755 --- a/tester.in +++ b/tester.in @@ -1,7 +1,7 @@ #! /bin/sh # file : tester.in -# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC +# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file # diff --git a/tests/Makefile.am b/tests/Makefile.am index 1b1a93a..b4dfe28 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,5 +1,5 @@ # file : tests/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/tests/build/bootstrap.build b/tests/build/bootstrap.build index d3810f7..3cca91f 100644 --- a/tests/build/bootstrap.build +++ b/tests/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/tests/build/root.build b/tests/build/root.build index 8c791ff..8f043fa 100644 --- a/tests/build/root.build +++ b/tests/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/tests/buildfile b/tests/buildfile index af03a38..3e7f5fa 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -1,5 +1,5 @@ # file : tests/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 = parser/ roundtrip/ serializer/ diff --git a/tests/makefile b/tests/makefile index db15287..bfd4317 100644 --- a/tests/makefile +++ b/tests/makefile @@ -1,5 +1,5 @@ # file : tests/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/tests/parser/buildfile b/tests/parser/buildfile index 0ae965b..99f8624 100644 --- a/tests/parser/buildfile +++ b/tests/parser/buildfile @@ -1,5 +1,5 @@ # file : tests/parser/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/tests/parser/driver.cxx b/tests/parser/driver.cxx index 25864aa..85f8e5a 100644 --- a/tests/parser/driver.cxx +++ b/tests/parser/driver.cxx @@ -1,5 +1,5 @@ // file : tests/parser/driver.cxx -// copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifdef NDEBUG diff --git a/tests/parser/makefile b/tests/parser/makefile index 1336e3f..934ea75 100644 --- a/tests/parser/makefile +++ b/tests/parser/makefile @@ -1,5 +1,5 @@ # file : tests/parser/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/tests/roundtrip/buildfile b/tests/roundtrip/buildfile index c01be4b..01974c4 100644 --- a/tests/roundtrip/buildfile +++ b/tests/roundtrip/buildfile @@ -1,5 +1,5 @@ # file : tests/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 # @@ Hack until build2 supports multiple tests. Also remove .gitignore. diff --git a/tests/roundtrip/driver.cxx b/tests/roundtrip/driver.cxx index e7a07f8..b056eeb 100644 --- a/tests/roundtrip/driver.cxx +++ b/tests/roundtrip/driver.cxx @@ -1,5 +1,5 @@ // file : tests/roundtrip/driver.cxx -// 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 diff --git a/tests/roundtrip/makefile b/tests/roundtrip/makefile index 672951c..16dfefc 100644 --- a/tests/roundtrip/makefile +++ b/tests/roundtrip/makefile @@ -1,5 +1,5 @@ # file : tests/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/tests/serializer/buildfile b/tests/serializer/buildfile index c36c155..c115c77 100644 --- a/tests/serializer/buildfile +++ b/tests/serializer/buildfile @@ -1,5 +1,5 @@ # file : tests/serializer/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/tests/serializer/driver.cxx b/tests/serializer/driver.cxx index 8db3361..78040ca 100644 --- a/tests/serializer/driver.cxx +++ b/tests/serializer/driver.cxx @@ -1,5 +1,5 @@ // file : tests/serializer/driver.cxx -// copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifdef NDEBUG diff --git a/tests/serializer/makefile b/tests/serializer/makefile index da37254..d7b2815 100644 --- a/tests/serializer/makefile +++ b/tests/serializer/makefile @@ -1,5 +1,5 @@ # file : tests/serializer/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/tests/test.bat b/tests/test.bat index 572cff0..a6e1749 100644 --- a/tests/test.bat +++ b/tests/test.bat @@ -1,6 +1,6 @@ @echo off rem file : tests/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/xml/Makefile.am b/xml/Makefile.am index 46be59f..531d456 100644 --- a/xml/Makefile.am +++ b/xml/Makefile.am @@ -1,5 +1,5 @@ # file : xml/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 EXTRA_DIST = __file__(extra_dist) diff --git a/xml/buildfile b/xml/buildfile index 380d997..fd16316 100644 --- a/xml/buildfile +++ b/xml/buildfile @@ -1,5 +1,5 @@ # file : xml/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 lib{studxml}: \ diff --git a/xml/content b/xml/content index e37607f..61e5625 100644 --- a/xml/content +++ b/xml/content @@ -1,5 +1,5 @@ // file : xml/content -*- C++ -*- -// copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef XML_CONTENT diff --git a/xml/details/build2/config-vc.h b/xml/details/build2/config-vc.h index 4def1f0..f928749 100644 --- a/xml/details/build2/config-vc.h +++ b/xml/details/build2/config-vc.h @@ -1,5 +1,5 @@ /* file : xml/details/build2/config-vc.h - * copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC + * copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC * license : MIT; see accompanying LICENSE file */ diff --git a/xml/details/build2/config.h b/xml/details/build2/config.h index f03416c..6ec1c2f 100644 --- a/xml/details/build2/config.h +++ b/xml/details/build2/config.h @@ -1,5 +1,5 @@ /* file : xml/details/build2/config.h - * copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC + * copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC * license : MIT; see accompanying LICENSE file */ diff --git a/xml/details/config-vc.h b/xml/details/config-vc.h index 79b5440..7734de0 100644 --- a/xml/details/config-vc.h +++ b/xml/details/config-vc.h @@ -1,5 +1,5 @@ /* file : xml/details/config-vc.h - * copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC + * copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC * license : MIT; see accompanying LICENSE file */ diff --git a/xml/details/config.h.in b/xml/details/config.h.in index 90beb67..c8cb44d 100644 --- a/xml/details/config.h.in +++ b/xml/details/config.h.in @@ -1,5 +1,5 @@ /* file : xml/details/config.h.in - * copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC + * copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC * license : MIT; see accompanying LICENSE file */ diff --git a/xml/details/config.hxx b/xml/details/config.hxx index 656880a..5c46121 100644 --- a/xml/details/config.hxx +++ b/xml/details/config.hxx @@ -1,5 +1,5 @@ // file : xml/details/config.hxx -// copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef XML_DETAILS_CONFIG_HXX diff --git a/xml/details/export.hxx b/xml/details/export.hxx index b9a783d..3202872 100644 --- a/xml/details/export.hxx +++ b/xml/details/export.hxx @@ -1,5 +1,5 @@ // file : xml/details/export.hxx -// copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef XML_DETAILS_EXPORT_HXX diff --git a/xml/details/genx/LICENSE b/xml/details/genx/LICENSE index 0248bdb..6fc3fa7 100644 --- a/xml/details/genx/LICENSE +++ b/xml/details/genx/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2007-2013 Code Synthesis Tools CC. +Copyright (c) 2007-2017 Code Synthesis Tools CC. Copyright (c) Tim Bray and Sun Microsystems, 2004. Permission is hereby granted, free of charge, to any person obtaining diff --git a/xml/details/genx/char-props.c b/xml/details/genx/char-props.c index a8923c0..f58a3a2 100644 --- a/xml/details/genx/char-props.c +++ b/xml/details/genx/char-props.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007-2013 Code Synthesis Tools CC. + * Copyright (c) 2007-2017 Code Synthesis Tools CC. * Copyright (c) 2004 by Tim Bray and Sun Microsystems. * * For copying permission, see the accompanying COPYING file. diff --git a/xml/details/genx/genx.c b/xml/details/genx/genx.c index 5c2cb1e..b8492f2 100644 --- a/xml/details/genx/genx.c +++ b/xml/details/genx/genx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007-2013 Code Synthesis Tools CC. + * Copyright (c) 2007-2017 Code Synthesis Tools CC. * Copyright (c) 2004 by Tim Bray and Sun Microsystems. * * For copying permission, see the accompanying COPYING file. diff --git a/xml/details/genx/genx.h b/xml/details/genx/genx.h index c727cd9..166ee89 100644 --- a/xml/details/genx/genx.h +++ b/xml/details/genx/genx.h @@ -3,7 +3,7 @@ */ /* - * Copyright (c) 2007-2013 Code Synthesis Tools CC. + * Copyright (c) 2007-2017 Code Synthesis Tools CC. * Copyright (c) 2004 by Tim Bray and Sun Microsystems. * * For copying permission, see the accompanying COPYING file. diff --git a/xml/details/post.hxx b/xml/details/post.hxx index e0914c7..b4513f4 100644 --- a/xml/details/post.hxx +++ b/xml/details/post.hxx @@ -1,5 +1,5 @@ // file : xml/details/post.hxx -// copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifdef _MSC_VER diff --git a/xml/details/pre.hxx b/xml/details/pre.hxx index 30376ba..a3370de 100644 --- a/xml/details/pre.hxx +++ b/xml/details/pre.hxx @@ -1,5 +1,5 @@ // file : xml/details/pre.hxx -// copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifdef _MSC_VER diff --git a/xml/exception b/xml/exception index 03cd9bb..557a475 100644 --- a/xml/exception +++ b/xml/exception @@ -1,5 +1,5 @@ // file : xml/exception -*- C++ -*- -// copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef XML_EXCEPTION diff --git a/xml/forward b/xml/forward index bfd2d3c..6b4fef5 100644 --- a/xml/forward +++ b/xml/forward @@ -1,5 +1,5 @@ // file : xml/forward -*- C++ -*- -// copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef XML_FORWARD diff --git a/xml/makefile b/xml/makefile index 3890d87..ca9d63c 100644 --- a/xml/makefile +++ b/xml/makefile @@ -1,5 +1,5 @@ # file : xml/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/xml/parser b/xml/parser index 5a8fac9..32c49bc 100644 --- a/xml/parser +++ b/xml/parser @@ -1,5 +1,5 @@ // file : xml/parser -*- C++ -*- -// copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef XML_PARSER diff --git a/xml/parser.cxx b/xml/parser.cxx index cadbd6d..2091939 100644 --- a/xml/parser.cxx +++ b/xml/parser.cxx @@ -1,5 +1,5 @@ // file : xml/parser.cxx -// 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 // std::bad_alloc diff --git a/xml/parser.ixx b/xml/parser.ixx index eba6e5d..093f90f 100644 --- a/xml/parser.ixx +++ b/xml/parser.ixx @@ -1,5 +1,5 @@ // file : xml/parser.ixx -// 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 diff --git a/xml/parser.txx b/xml/parser.txx index 86d9ed7..2212876 100644 --- a/xml/parser.txx +++ b/xml/parser.txx @@ -1,5 +1,5 @@ // file : xml/parser.txx -// 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 diff --git a/xml/qname b/xml/qname index 95d402b..e49eb29 100644 --- a/xml/qname +++ b/xml/qname @@ -1,5 +1,5 @@ // file : xml/qname -*- C++ -*- -// copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef XML_QNAME diff --git a/xml/qname.cxx b/xml/qname.cxx index de24e57..8bbc1ea 100644 --- a/xml/qname.cxx +++ b/xml/qname.cxx @@ -1,5 +1,5 @@ // file : xml/qname.cxx -// 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 diff --git a/xml/serializer b/xml/serializer index 03727d5..22ab3a2 100644 --- a/xml/serializer +++ b/xml/serializer @@ -1,5 +1,5 @@ // file : xml/serializer -*- C++ -*- -// copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef XML_SERIALIZER diff --git a/xml/serializer.cxx b/xml/serializer.cxx index 082f62d..33062b0 100644 --- a/xml/serializer.cxx +++ b/xml/serializer.cxx @@ -1,5 +1,5 @@ // file : xml/serializer.cxx -// 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 // std::bad_alloc diff --git a/xml/serializer.ixx b/xml/serializer.ixx index 5336c3f..a94dc4c 100644 --- a/xml/serializer.ixx +++ b/xml/serializer.ixx @@ -1,5 +1,5 @@ // file : xml/serializer.ixx -// 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 diff --git a/xml/value-traits b/xml/value-traits index 7d9f47b..eda91bf 100644 --- a/xml/value-traits +++ b/xml/value-traits @@ -1,5 +1,5 @@ // file : xml/value-traits -*- C++ -*- -// copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef XML_VALUE_TRAITS diff --git a/xml/value-traits.cxx b/xml/value-traits.cxx index 3530c91..a6ba89c 100644 --- a/xml/value-traits.cxx +++ b/xml/value-traits.cxx @@ -1,5 +1,5 @@ // file : xml/value-traits.cxx -// 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 diff --git a/xml/value-traits.txx b/xml/value-traits.txx index 3947a99..5bf5678 100644 --- a/xml/value-traits.txx +++ b/xml/value-traits.txx @@ -1,5 +1,5 @@ // file : xml/value-traits.txx -// 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 diff --git a/xml/version b/xml/version index 524a560..fe56253 100644 --- a/xml/version +++ b/xml/version @@ -1,5 +1,5 @@ // file : xml/version -*- C++ -*- -// copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef LIBSTUDXML_VERSION // Note: using the version macro itself. -- cgit v1.1