From e15b04f4bb5bd73c6f9b4a0c7839fd86a75d8498 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 24 May 2018 21:34:51 +0300 Subject: Update copyright year --- LICENSE | 2 +- build/bootstrap.build | 2 +- build/export.build | 2 +- build/root.build | 2 +- buildfile | 2 +- doc/buildfile | 2 +- doc/intro.xhtml | 4 ++-- examples/build/bootstrap.build | 2 +- examples/build/root.build | 2 +- examples/buildfile | 2 +- examples/hybrid/buildfile | 2 +- examples/inheritance/buildfile | 2 +- examples/performance/buildfile | 2 +- examples/persistence/buildfile | 2 +- examples/processing/buildfile | 2 +- examples/roundtrip/buildfile | 2 +- examples/xhtml/buildfile | 2 +- libstudxml/buildfile | 2 +- libstudxml/content.hxx | 2 +- libstudxml/details/config-vc.h | 2 +- libstudxml/details/config.h | 2 +- libstudxml/details/config.hxx | 2 +- libstudxml/details/export.hxx | 2 +- libstudxml/details/genx/LICENSE | 2 +- libstudxml/details/genx/char-props.c | 2 +- libstudxml/details/genx/genx.c | 2 +- libstudxml/details/genx/genx.h | 2 +- libstudxml/details/post.hxx | 2 +- libstudxml/details/pre.hxx | 2 +- libstudxml/exception.hxx | 2 +- libstudxml/forward.hxx | 2 +- libstudxml/parser.cxx | 2 +- libstudxml/parser.hxx | 2 +- libstudxml/parser.ixx | 2 +- libstudxml/parser.txx | 2 +- libstudxml/qname.cxx | 2 +- libstudxml/qname.hxx | 2 +- libstudxml/serializer.cxx | 2 +- libstudxml/serializer.hxx | 2 +- libstudxml/serializer.ixx | 2 +- libstudxml/value-traits.cxx | 2 +- libstudxml/value-traits.hxx | 2 +- libstudxml/value-traits.txx | 2 +- libstudxml/version.hxx.in | 2 +- tests/build/bootstrap.build | 2 +- tests/build/root.build | 2 +- tests/buildfile | 2 +- tests/parser/buildfile | 2 +- tests/parser/driver.cxx | 2 +- tests/roundtrip/buildfile | 2 +- tests/roundtrip/driver.cxx | 2 +- tests/roundtrip/testscript | 2 +- tests/serializer/buildfile | 2 +- tests/serializer/driver.cxx | 2 +- 54 files changed, 55 insertions(+), 55 deletions(-) diff --git a/LICENSE b/LICENSE index b8b424d..b179eec 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-2017 Code Synthesis Tools CC and is +The rest is Copyright (c) 2013-2018 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/build/bootstrap.build b/build/bootstrap.build index c0c470b..2f32f58 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -1,5 +1,5 @@ # file : build/bootstrap.build -# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file project = libstudxml diff --git a/build/export.build b/build/export.build index c5125f1..464fc33 100644 --- a/build/export.build +++ b/build/export.build @@ -1,5 +1,5 @@ # file : build/export.build -# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file $out_root/ diff --git a/build/root.build b/build/root.build index a1c28e5..be2f582 100644 --- a/build/root.build +++ b/build/root.build @@ -1,5 +1,5 @@ # file : build/root.build -# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file cxx.std = 11 diff --git a/buildfile b/buildfile index 96d0c16..d89e9ca 100644 --- a/buildfile +++ b/buildfile @@ -1,5 +1,5 @@ # file : buildfile -# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file ./: {*/ -build/} doc{INSTALL LICENSE NEWS README} manifest diff --git a/doc/buildfile b/doc/buildfile index 3c842b3..9eeb8e0 100644 --- a/doc/buildfile +++ b/doc/buildfile @@ -1,5 +1,5 @@ # file : doc/buildfile -# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file define css: file diff --git a/doc/intro.xhtml b/doc/intro.xhtml index 50603c9..1eed6b1 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-2017 Code Synthesis Tools CC. Permission is +

Copyright © 2013-2018 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/examples/build/bootstrap.build b/examples/build/bootstrap.build index 3cca91f..6c288eb 100644 --- a/examples/build/bootstrap.build +++ b/examples/build/bootstrap.build @@ -1,5 +1,5 @@ # file : examples/build/bootstrap.build -# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2013-2018 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 c93bac1..2025bf7 100644 --- a/examples/build/root.build +++ b/examples/build/root.build @@ -1,5 +1,5 @@ # file : examples/build/root.build -# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file cxx.std = 11 diff --git a/examples/buildfile b/examples/buildfile index c5e408c..8e06393 100644 --- a/examples/buildfile +++ b/examples/buildfile @@ -1,5 +1,5 @@ # file : examples/buildfile -# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file ./: {*/ -build/} doc{README} diff --git a/examples/hybrid/buildfile b/examples/hybrid/buildfile index a0f0179..f7e741b 100644 --- a/examples/hybrid/buildfile +++ b/examples/hybrid/buildfile @@ -1,5 +1,5 @@ # file : examples/hybrid/buildfile -# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file import libs = libstudxml%lib{studxml} diff --git a/examples/inheritance/buildfile b/examples/inheritance/buildfile index 400dd92..036ca90 100644 --- a/examples/inheritance/buildfile +++ b/examples/inheritance/buildfile @@ -1,5 +1,5 @@ # file : examples/inheritance/buildfile -# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file import libs = libstudxml%lib{studxml} diff --git a/examples/performance/buildfile b/examples/performance/buildfile index 55d5708..1454a52 100644 --- a/examples/performance/buildfile +++ b/examples/performance/buildfile @@ -1,5 +1,5 @@ # file : examples/performance/buildfile -# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file import libs = libstudxml%lib{studxml} diff --git a/examples/persistence/buildfile b/examples/persistence/buildfile index aab7e59..dd8383d 100644 --- a/examples/persistence/buildfile +++ b/examples/persistence/buildfile @@ -1,5 +1,5 @@ # file : examples/persistence/buildfile -# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file import libs = libstudxml%lib{studxml} diff --git a/examples/processing/buildfile b/examples/processing/buildfile index 8bd7ae0..c8f49ca 100644 --- a/examples/processing/buildfile +++ b/examples/processing/buildfile @@ -1,5 +1,5 @@ # file : examples/processing/buildfile -# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file import libs = libstudxml%lib{studxml} diff --git a/examples/roundtrip/buildfile b/examples/roundtrip/buildfile index 63c54f6..efff87e 100644 --- a/examples/roundtrip/buildfile +++ b/examples/roundtrip/buildfile @@ -1,5 +1,5 @@ # file : examples/roundtrip/buildfile -# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file import libs = libstudxml%lib{studxml} diff --git a/examples/xhtml/buildfile b/examples/xhtml/buildfile index 670c0f9..15ec4ba 100644 --- a/examples/xhtml/buildfile +++ b/examples/xhtml/buildfile @@ -1,5 +1,5 @@ # file : examples/xhtml/buildfile -# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file import libs = libstudxml%lib{studxml} diff --git a/libstudxml/buildfile b/libstudxml/buildfile index f44c426..221843e 100644 --- a/libstudxml/buildfile +++ b/libstudxml/buildfile @@ -1,5 +1,5 @@ # file : libstudxml/buildfile -# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file lib{studxml}: {hxx ixx txx cxx}{** -version} {hxx}{version} \ diff --git a/libstudxml/content.hxx b/libstudxml/content.hxx index b267128..f4f44bf 100644 --- a/libstudxml/content.hxx +++ b/libstudxml/content.hxx @@ -1,5 +1,5 @@ // file : libstudxml/content.hxx -*- C++ -*- -// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef LIBSTUDXML_CONTENT_HXX diff --git a/libstudxml/details/config-vc.h b/libstudxml/details/config-vc.h index 3c2f9ab..6ef4ff4 100644 --- a/libstudxml/details/config-vc.h +++ b/libstudxml/details/config-vc.h @@ -1,5 +1,5 @@ /* file : libstudxml/details/config-vc.h - * copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC + * copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC * license : MIT; see accompanying LICENSE file */ diff --git a/libstudxml/details/config.h b/libstudxml/details/config.h index b31aa2d..bd2c28c 100644 --- a/libstudxml/details/config.h +++ b/libstudxml/details/config.h @@ -1,5 +1,5 @@ /* file : libstudxml/details/build2/config.h - * copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC + * copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC * license : MIT; see accompanying LICENSE file */ diff --git a/libstudxml/details/config.hxx b/libstudxml/details/config.hxx index d42d2cf..8bfc429 100644 --- a/libstudxml/details/config.hxx +++ b/libstudxml/details/config.hxx @@ -1,5 +1,5 @@ // file : libstudxml/details/config.hxx -// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef LIBSTUDXML_DETAILS_CONFIG_HXX diff --git a/libstudxml/details/export.hxx b/libstudxml/details/export.hxx index b4a385e..f5371d8 100644 --- a/libstudxml/details/export.hxx +++ b/libstudxml/details/export.hxx @@ -1,5 +1,5 @@ // file : libstudxml/details/export.hxx -// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef LIBSTUDXML_DETAILS_EXPORT_HXX diff --git a/libstudxml/details/genx/LICENSE b/libstudxml/details/genx/LICENSE index 6fc3fa7..2d2fe9f 100644 --- a/libstudxml/details/genx/LICENSE +++ b/libstudxml/details/genx/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2007-2017 Code Synthesis Tools CC. +Copyright (c) 2007-2018 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/libstudxml/details/genx/char-props.c b/libstudxml/details/genx/char-props.c index 528ab05..acb9839 100644 --- a/libstudxml/details/genx/char-props.c +++ b/libstudxml/details/genx/char-props.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007-2017 Code Synthesis Tools CC. + * Copyright (c) 2007-2018 Code Synthesis Tools CC. * Copyright (c) 2004 by Tim Bray and Sun Microsystems. * * For copying permission, see the accompanying COPYING file. diff --git a/libstudxml/details/genx/genx.c b/libstudxml/details/genx/genx.c index 234a1dd..fdde65b 100644 --- a/libstudxml/details/genx/genx.c +++ b/libstudxml/details/genx/genx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007-2017 Code Synthesis Tools CC. + * Copyright (c) 2007-2018 Code Synthesis Tools CC. * Copyright (c) 2004 by Tim Bray and Sun Microsystems. * * For copying permission, see the accompanying COPYING file. diff --git a/libstudxml/details/genx/genx.h b/libstudxml/details/genx/genx.h index 166ee89..57ea8c8 100644 --- a/libstudxml/details/genx/genx.h +++ b/libstudxml/details/genx/genx.h @@ -3,7 +3,7 @@ */ /* - * Copyright (c) 2007-2017 Code Synthesis Tools CC. + * Copyright (c) 2007-2018 Code Synthesis Tools CC. * Copyright (c) 2004 by Tim Bray and Sun Microsystems. * * For copying permission, see the accompanying COPYING file. diff --git a/libstudxml/details/post.hxx b/libstudxml/details/post.hxx index 748a9b5..f9dd9c5 100644 --- a/libstudxml/details/post.hxx +++ b/libstudxml/details/post.hxx @@ -1,5 +1,5 @@ // file : libstudxml/details/post.hxx -// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifdef _MSC_VER diff --git a/libstudxml/details/pre.hxx b/libstudxml/details/pre.hxx index 492eb6e..4ad2015 100644 --- a/libstudxml/details/pre.hxx +++ b/libstudxml/details/pre.hxx @@ -1,5 +1,5 @@ // file : libstudxml/details/pre.hxx -// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifdef _MSC_VER diff --git a/libstudxml/exception.hxx b/libstudxml/exception.hxx index c649fba..c0e3e93 100644 --- a/libstudxml/exception.hxx +++ b/libstudxml/exception.hxx @@ -1,5 +1,5 @@ // file : libstudxml/exception.hxx -*- C++ -*- -// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef LIBSTUDXML_EXCEPTION_HXX diff --git a/libstudxml/forward.hxx b/libstudxml/forward.hxx index c5ae94d..43bc5bc 100644 --- a/libstudxml/forward.hxx +++ b/libstudxml/forward.hxx @@ -1,5 +1,5 @@ // file : libstudxml/forward.hxx -*- C++ -*- -// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef LIBSTUDXML_FORWARD_HXX diff --git a/libstudxml/parser.cxx b/libstudxml/parser.cxx index 11e4aaa..a1507d5 100644 --- a/libstudxml/parser.cxx +++ b/libstudxml/parser.cxx @@ -1,5 +1,5 @@ // file : libstudxml/parser.cxx -// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include // std::bad_alloc diff --git a/libstudxml/parser.hxx b/libstudxml/parser.hxx index 57a8cdb..b9ff212 100644 --- a/libstudxml/parser.hxx +++ b/libstudxml/parser.hxx @@ -1,5 +1,5 @@ // file : libstudxml/parser.hxx -*- C++ -*- -// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef LIBSTUDXML_PARSER_HXX diff --git a/libstudxml/parser.ixx b/libstudxml/parser.ixx index 4a9ea3d..a61a421 100644 --- a/libstudxml/parser.ixx +++ b/libstudxml/parser.ixx @@ -1,5 +1,5 @@ // file : libstudxml/parser.ixx -// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/libstudxml/parser.txx b/libstudxml/parser.txx index 11f9e7d..520cee5 100644 --- a/libstudxml/parser.txx +++ b/libstudxml/parser.txx @@ -1,5 +1,5 @@ // file : libstudxml/parser.txx -// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/libstudxml/qname.cxx b/libstudxml/qname.cxx index 3049344..328cb33 100644 --- a/libstudxml/qname.cxx +++ b/libstudxml/qname.cxx @@ -1,5 +1,5 @@ // file : libstudxml/qname.cxx -// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/libstudxml/qname.hxx b/libstudxml/qname.hxx index 9014409..ba208b5 100644 --- a/libstudxml/qname.hxx +++ b/libstudxml/qname.hxx @@ -1,5 +1,5 @@ // file : libstudxml/qname.hxx -*- C++ -*- -// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef LIBSTUDXML_QNAME_HXX diff --git a/libstudxml/serializer.cxx b/libstudxml/serializer.cxx index 1a01d86..750d7df 100644 --- a/libstudxml/serializer.cxx +++ b/libstudxml/serializer.cxx @@ -1,5 +1,5 @@ // file : libstudxml/serializer.cxx -// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include // std::bad_alloc diff --git a/libstudxml/serializer.hxx b/libstudxml/serializer.hxx index cbf5b72..9e9f79a 100644 --- a/libstudxml/serializer.hxx +++ b/libstudxml/serializer.hxx @@ -1,5 +1,5 @@ // file : libstudxml/serializer.hxx -*- C++ -*- -// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef LIBSTUDXML_SERIALIZER_HXX diff --git a/libstudxml/serializer.ixx b/libstudxml/serializer.ixx index 805ccb3..3063417 100644 --- a/libstudxml/serializer.ixx +++ b/libstudxml/serializer.ixx @@ -1,5 +1,5 @@ // file : libstudxml/serializer.ixx -// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/libstudxml/value-traits.cxx b/libstudxml/value-traits.cxx index ab2f49d..ac10190 100644 --- a/libstudxml/value-traits.cxx +++ b/libstudxml/value-traits.cxx @@ -1,5 +1,5 @@ // file : libstudxml/value-traits.cxx -// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/libstudxml/value-traits.hxx b/libstudxml/value-traits.hxx index 08590e2..8401ea1 100644 --- a/libstudxml/value-traits.hxx +++ b/libstudxml/value-traits.hxx @@ -1,5 +1,5 @@ // file : libstudxml/value-traits.hxx -*- C++ -*- -// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef LIBSTUDXML_VALUE_TRAITS_HXX diff --git a/libstudxml/value-traits.txx b/libstudxml/value-traits.txx index 0e4d4df..6720d23 100644 --- a/libstudxml/value-traits.txx +++ b/libstudxml/value-traits.txx @@ -1,5 +1,5 @@ // file : libstudxml/value-traits.txx -// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/libstudxml/version.hxx.in b/libstudxml/version.hxx.in index 3ff0286..fafb711 100644 --- a/libstudxml/version.hxx.in +++ b/libstudxml/version.hxx.in @@ -1,5 +1,5 @@ // file : libstudxml/version.hxx.in -*- C++ -*- -// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef LIBSTUDXML_VERSION // Note: using the version macro itself. diff --git a/tests/build/bootstrap.build b/tests/build/bootstrap.build index 3a9b241..5ed47c6 100644 --- a/tests/build/bootstrap.build +++ b/tests/build/bootstrap.build @@ -1,5 +1,5 @@ # file : tests/build/bootstrap.build -# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2013-2018 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 377bb0b..0989b93 100644 --- a/tests/build/root.build +++ b/tests/build/root.build @@ -1,5 +1,5 @@ # file : tests/build/root.build -# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file cxx.std = 11 diff --git a/tests/buildfile b/tests/buildfile index fcea29f..08eb84a 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -1,5 +1,5 @@ # file : tests/buildfile -# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file ./: {*/ -build/} diff --git a/tests/parser/buildfile b/tests/parser/buildfile index cf63348..68196ac 100644 --- a/tests/parser/buildfile +++ b/tests/parser/buildfile @@ -1,5 +1,5 @@ # file : tests/parser/buildfile -# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2013-2018 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 c144f22..d283eed 100644 --- a/tests/parser/driver.cxx +++ b/tests/parser/driver.cxx @@ -1,5 +1,5 @@ // file : tests/parser/driver.cxx -// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifdef NDEBUG diff --git a/tests/roundtrip/buildfile b/tests/roundtrip/buildfile index 29cf618..73035b2 100644 --- a/tests/roundtrip/buildfile +++ b/tests/roundtrip/buildfile @@ -1,5 +1,5 @@ # file : tests/roundtrip/buildfile -# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file import libs = libstudxml%lib{studxml} diff --git a/tests/roundtrip/driver.cxx b/tests/roundtrip/driver.cxx index 856b956..a4e9c45 100644 --- a/tests/roundtrip/driver.cxx +++ b/tests/roundtrip/driver.cxx @@ -1,5 +1,5 @@ // file : tests/roundtrip/driver.cxx -// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/tests/roundtrip/testscript b/tests/roundtrip/testscript index 0cb18a2..2eba084 100644 --- a/tests/roundtrip/testscript +++ b/tests/roundtrip/testscript @@ -1,5 +1,5 @@ # file : tests/roundtrip/testscript -# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file # We are using external files for parsing/matching not to break make-based diff --git a/tests/serializer/buildfile b/tests/serializer/buildfile index 91c2f45..5fcb30e 100644 --- a/tests/serializer/buildfile +++ b/tests/serializer/buildfile @@ -1,5 +1,5 @@ # file : tests/serializer/buildfile -# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2013-2018 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 554a721..7b74707 100644 --- a/tests/serializer/driver.cxx +++ b/tests/serializer/driver.cxx @@ -1,5 +1,5 @@ // file : tests/serializer/driver.cxx -// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifdef NDEBUG -- cgit v1.1