From 6caa9bf78c97ffc68ed970c191bb2d13d60df456 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 17 Jan 2019 11:18:22 +0300 Subject: Update copyright year --- Makefile.am | 2 +- access/makefile | 2 +- boost/makefile | 2 +- bootstrap | 2 +- build/bootstrap.make | 2 +- build/configuration-rules.make | 2 +- build/configuration.make | 2 +- build/configure | 2 +- build/import/libboost/configuration-rules.make | 2 +- build/import/libboost/configure | 2 +- build/import/libboost/date-time/rules.make | 2 +- build/import/libboost/date-time/stub.make | 2 +- build/import/libboost/header-only/rules.make | 2 +- build/import/libboost/header-only/stub.make | 2 +- build/import/libodb-boost/configuration-rules.make | 2 +- build/import/libodb-boost/configure | 2 +- build/import/libodb-boost/stub.make | 2 +- build/import/libodb-mssql/configuration-rules.make | 2 +- build/import/libodb-mssql/configure | 2 +- build/import/libodb-mssql/stub.make | 2 +- build/import/libodb-mysql/configuration-rules.make | 2 +- build/import/libodb-mysql/configure | 2 +- build/import/libodb-mysql/stub.make | 2 +- build/import/libodb-oracle/configuration-rules.make | 2 +- build/import/libodb-oracle/configure | 2 +- build/import/libodb-oracle/stub.make | 2 +- build/import/libodb-pgsql/configuration-rules.make | 2 +- build/import/libodb-pgsql/configure | 2 +- build/import/libodb-pgsql/stub.make | 2 +- build/import/libodb-qt/configuration-rules.make | 2 +- build/import/libodb-qt/configure | 2 +- build/import/libodb-qt/stub.make | 2 +- build/import/libodb-sqlite/configuration-rules.make | 2 +- build/import/libodb-sqlite/configure | 2 +- build/import/libodb-sqlite/stub.make | 2 +- build/import/libodb/configuration-rules.make | 2 +- build/import/libodb/configure | 2 +- build/import/libodb/stub.make | 2 +- build/import/libqt/configuration-rules.make | 2 +- build/import/libqt/configure | 2 +- build/import/libqt/core/rules.make | 2 +- build/import/libqt/core/stub.make | 2 +- build/import/odb/configuration-rules.make | 2 +- build/import/odb/configure | 2 +- build/import/odb/hxx-cxx.make | 2 +- build/import/odb/stub.make | 2 +- build/mssql/configure | 2 +- build/mssql/mssql | 2 +- build/mysql/configure | 2 +- build/mysql/mysql | 2 +- build/oracle/configure | 2 +- build/oracle/oracle | 2 +- build/pgsql/configure | 2 +- build/pgsql/pgsql | 2 +- build/sqlite/configure | 2 +- c++11/makefile | 2 +- composite/makefile | 2 +- configure.ac | 2 +- container/makefile | 2 +- hello/makefile | 2 +- inheritance/polymorphism/makefile | 2 +- inheritance/reuse/makefile | 2 +- inverse/makefile | 2 +- m4/c++11.m4 | 2 +- m4/database.m4 | 2 +- m4/libboost.m4 | 2 +- m4/libodb-boost.m4 | 2 +- m4/libodb-mssql.m4 | 2 +- m4/libodb-mysql.m4 | 2 +- m4/libodb-oracle.m4 | 2 +- m4/libodb-pgsql.m4 | 2 +- m4/libodb-qt.m4 | 2 +- m4/libodb-sqlite.m4 | 2 +- m4/libodb.m4 | 2 +- m4/libqt.m4 | 2 +- m4/libtool-link.m4 | 2 +- m4/mssql.m4 | 2 +- m4/mysql.m4 | 2 +- m4/odb.m4 | 2 +- m4/oracle.m4 | 2 +- m4/pgsql.m4 | 2 +- m4/sqlite.m4 | 2 +- m4/threads.m4 | 2 +- m4/tr1-memory.m4 | 2 +- makefile | 2 +- mapping/makefile | 2 +- mssql-driver.bat | 2 +- mysql-driver.bat | 2 +- optimistic/makefile | 2 +- oracle-driver.bat | 2 +- pgsql-driver.bat | 2 +- pimpl/makefile | 2 +- prepared/makefile | 2 +- qt/makefile | 2 +- query/makefile | 2 +- relationship/makefile | 2 +- schema/custom/makefile | 2 +- schema/embedded/makefile | 2 +- section/makefile | 2 +- template/makefile | 2 +- test.bat | 2 +- tester.bat | 2 +- tester.in | 2 +- view/makefile | 2 +- 104 files changed, 104 insertions(+), 104 deletions(-) diff --git a/Makefile.am b/Makefile.am index 5ac7bd6..dcc6c1e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ # file : Makefile.am -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file SUBDIRS = __path__(dirs) diff --git a/access/makefile b/access/makefile index 888cd44..e21cd80 100644 --- a/access/makefile +++ b/access/makefile @@ -1,5 +1,5 @@ # file : access/makefile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make diff --git a/boost/makefile b/boost/makefile index b506292..0671090 100644 --- a/boost/makefile +++ b/boost/makefile @@ -1,5 +1,5 @@ # file : boost/makefile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make diff --git a/bootstrap b/bootstrap index f489800..0e786df 100755 --- a/bootstrap +++ b/bootstrap @@ -1,7 +1,7 @@ #! /bin/sh # file : bootstrap -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file # diff --git a/build/bootstrap.make b/build/bootstrap.make index a290434..b80da53 100644 --- a/build/bootstrap.make +++ b/build/bootstrap.make @@ -1,5 +1,5 @@ # file : build/bootstrap.make -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file project_name := odb-examples diff --git a/build/configuration-rules.make b/build/configuration-rules.make index 5668385..fc6b151 100644 --- a/build/configuration-rules.make +++ b/build/configuration-rules.make @@ -1,5 +1,5 @@ # file : build/configuration-rules.make -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file $(dcf_root)/configuration-dynamic.make: | $(dcf_root)/. diff --git a/build/configuration.make b/build/configuration.make index dff3095..c63029a 100644 --- a/build/configuration.make +++ b/build/configuration.make @@ -1,5 +1,5 @@ # file : build/configuration.make -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file $(call include-once,$(scf_root)/configuration-rules.make,$(dcf_root)) diff --git a/build/configure b/build/configure index 06e5654..a0894ab 100755 --- a/build/configure +++ b/build/configure @@ -1,7 +1,7 @@ #! /usr/bin/env bash # file : build/configure -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file # $1 out file diff --git a/build/import/libboost/configuration-rules.make b/build/import/libboost/configuration-rules.make index de1e5f0..9d2faba 100644 --- a/build/import/libboost/configuration-rules.make +++ b/build/import/libboost/configuration-rules.make @@ -1,5 +1,5 @@ # file : build/import/libboost/configuration-rules.make -# copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file $(dcf_root)/import/libboost/configuration-dynamic.make: | $(dcf_root)/import/libboost/. diff --git a/build/import/libboost/configure b/build/import/libboost/configure index bfe4329..7baa2fb 100755 --- a/build/import/libboost/configure +++ b/build/import/libboost/configure @@ -1,7 +1,7 @@ #! /usr/bin/env bash # file : build/import/libboost/configure -# copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/build/import/libboost/date-time/rules.make b/build/import/libboost/date-time/rules.make index a389949..1b8c6d0 100644 --- a/build/import/libboost/date-time/rules.make +++ b/build/import/libboost/date-time/rules.make @@ -1,5 +1,5 @@ # file : build/import/libboost/date-time/rules.make -# copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file $(dcf_root)/import/libboost/%: root := $(libboost_root) diff --git a/build/import/libboost/date-time/stub.make b/build/import/libboost/date-time/stub.make index d341116..1028728 100644 --- a/build/import/libboost/date-time/stub.make +++ b/build/import/libboost/date-time/stub.make @@ -1,5 +1,5 @@ # file : build/import/libboost/date-time/stub.make -# copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file $(call include-once,$(scf_root)/import/libboost/configuration-rules.make,$(dcf_root)) diff --git a/build/import/libboost/header-only/rules.make b/build/import/libboost/header-only/rules.make index 66b2cf2..49ec4b0 100644 --- a/build/import/libboost/header-only/rules.make +++ b/build/import/libboost/header-only/rules.make @@ -1,5 +1,5 @@ # file : build/import/libboost/header-only/rules.make -# copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file $(dcf_root)/import/libboost/%: root := $(libboost_root) diff --git a/build/import/libboost/header-only/stub.make b/build/import/libboost/header-only/stub.make index 0cd5ff4..77c5503 100644 --- a/build/import/libboost/header-only/stub.make +++ b/build/import/libboost/header-only/stub.make @@ -1,5 +1,5 @@ # file : build/import/libboost/header-only/stub.make -# copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file $(call include-once,$(scf_root)/import/libboost/configuration-rules.make,$(dcf_root)) diff --git a/build/import/libodb-boost/configuration-rules.make b/build/import/libodb-boost/configuration-rules.make index 17ad66f..1a40d82 100644 --- a/build/import/libodb-boost/configuration-rules.make +++ b/build/import/libodb-boost/configuration-rules.make @@ -1,5 +1,5 @@ # file : build/import/libodb-boost/configuration-rules.make -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file $(dcf_root)/import/libodb-boost/configuration-dynamic.make: | $(dcf_root)/import/libodb-boost/. diff --git a/build/import/libodb-boost/configure b/build/import/libodb-boost/configure index 937098f..ca10145 100755 --- a/build/import/libodb-boost/configure +++ b/build/import/libodb-boost/configure @@ -1,7 +1,7 @@ #! /usr/bin/env bash # file : build/import/libodb-boost/configure -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/build/import/libodb-boost/stub.make b/build/import/libodb-boost/stub.make index fa6f335..5562cd4 100644 --- a/build/import/libodb-boost/stub.make +++ b/build/import/libodb-boost/stub.make @@ -1,5 +1,5 @@ # file : build/import/libodb-boost/stub.make -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file $(call include-once,$(scf_root)/import/libodb-boost/configuration-rules.make,$(dcf_root)) diff --git a/build/import/libodb-mssql/configuration-rules.make b/build/import/libodb-mssql/configuration-rules.make index 2aa3fe9..beb1eec 100644 --- a/build/import/libodb-mssql/configuration-rules.make +++ b/build/import/libodb-mssql/configuration-rules.make @@ -1,5 +1,5 @@ # file : build/import/libodb-mssql/configuration-rules.make -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : ODB NCUEL; see accompanying LICENSE file $(dcf_root)/import/libodb-mssql/configuration-dynamic.make: | $(dcf_root)/import/libodb-mssql/. diff --git a/build/import/libodb-mssql/configure b/build/import/libodb-mssql/configure index 5236b95..d3db62b 100755 --- a/build/import/libodb-mssql/configure +++ b/build/import/libodb-mssql/configure @@ -1,7 +1,7 @@ #! /usr/bin/env bash # file : build/import/libodb-mssql/configure -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : ODB NCUEL; see accompanying LICENSE file diff --git a/build/import/libodb-mssql/stub.make b/build/import/libodb-mssql/stub.make index 346f53f..41913ba 100644 --- a/build/import/libodb-mssql/stub.make +++ b/build/import/libodb-mssql/stub.make @@ -1,5 +1,5 @@ # file : build/import/libodb-mssql/stub.make -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : ODB NCUEL; see accompanying LICENSE file $(call include-once,$(scf_root)/import/libodb-mssql/configuration-rules.make,$(dcf_root)) diff --git a/build/import/libodb-mysql/configuration-rules.make b/build/import/libodb-mysql/configuration-rules.make index d320e14..384ac02 100644 --- a/build/import/libodb-mysql/configuration-rules.make +++ b/build/import/libodb-mysql/configuration-rules.make @@ -1,5 +1,5 @@ # file : build/import/libodb-mysql/configuration-rules.make -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file $(dcf_root)/import/libodb-mysql/configuration-dynamic.make: | $(dcf_root)/import/libodb-mysql/. diff --git a/build/import/libodb-mysql/configure b/build/import/libodb-mysql/configure index b64dae0..399e5e2 100755 --- a/build/import/libodb-mysql/configure +++ b/build/import/libodb-mysql/configure @@ -1,7 +1,7 @@ #! /usr/bin/env bash # file : build/import/libodb-mysql/configure -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/build/import/libodb-mysql/stub.make b/build/import/libodb-mysql/stub.make index a8bbe23..5a0efb7 100644 --- a/build/import/libodb-mysql/stub.make +++ b/build/import/libodb-mysql/stub.make @@ -1,5 +1,5 @@ # file : build/import/libodb-mysql/stub.make -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file $(call include-once,$(scf_root)/import/libodb-mysql/configuration-rules.make,$(dcf_root)) diff --git a/build/import/libodb-oracle/configuration-rules.make b/build/import/libodb-oracle/configuration-rules.make index 0318900..046dd74 100644 --- a/build/import/libodb-oracle/configuration-rules.make +++ b/build/import/libodb-oracle/configuration-rules.make @@ -1,5 +1,5 @@ # file : build/import/libodb-oracle/configuration-rules.make -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : ODB NCUEL; see accompanying LICENSE file $(dcf_root)/import/libodb-oracle/configuration-dynamic.make: | $(dcf_root)/import/libodb-oracle/. diff --git a/build/import/libodb-oracle/configure b/build/import/libodb-oracle/configure index 670c071..e611edf 100755 --- a/build/import/libodb-oracle/configure +++ b/build/import/libodb-oracle/configure @@ -1,7 +1,7 @@ #! /usr/bin/env bash # file : build/import/libodb-oracle/configure -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : ODB NCUEL; see accompanying LICENSE file diff --git a/build/import/libodb-oracle/stub.make b/build/import/libodb-oracle/stub.make index 0eae4a1..781469c 100644 --- a/build/import/libodb-oracle/stub.make +++ b/build/import/libodb-oracle/stub.make @@ -1,5 +1,5 @@ # file : build/import/libodb-oracle/stub.make -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : ODB NCUEL; see accompanying LICENSE file $(call include-once,$(scf_root)/import/libodb-oracle/configuration-rules.make,$(dcf_root)) diff --git a/build/import/libodb-pgsql/configuration-rules.make b/build/import/libodb-pgsql/configuration-rules.make index dfe7fde..7ba6f62 100644 --- a/build/import/libodb-pgsql/configuration-rules.make +++ b/build/import/libodb-pgsql/configuration-rules.make @@ -1,5 +1,5 @@ # file : build/import/libodb-pgsql/configuration-rules.make -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file $(dcf_root)/import/libodb-pgsql/configuration-dynamic.make: | $(dcf_root)/import/libodb-pgsql/. diff --git a/build/import/libodb-pgsql/configure b/build/import/libodb-pgsql/configure index 0dc245b..3918fb9 100755 --- a/build/import/libodb-pgsql/configure +++ b/build/import/libodb-pgsql/configure @@ -1,7 +1,7 @@ #! /usr/bin/env bash # file : build/import/libodb-pgsql/configure -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/build/import/libodb-pgsql/stub.make b/build/import/libodb-pgsql/stub.make index c2a9b03..2e5a38d 100644 --- a/build/import/libodb-pgsql/stub.make +++ b/build/import/libodb-pgsql/stub.make @@ -1,5 +1,5 @@ # file : build/import/libodb-pgsql/stub.make -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file $(call include-once,$(scf_root)/import/libodb-pgsql/configuration-rules.make,$(dcf_root)) diff --git a/build/import/libodb-qt/configuration-rules.make b/build/import/libodb-qt/configuration-rules.make index db28ab6..38c7352 100644 --- a/build/import/libodb-qt/configuration-rules.make +++ b/build/import/libodb-qt/configuration-rules.make @@ -1,5 +1,5 @@ # file : build/import/libodb-qt/configuration-rules.make -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file $(dcf_root)/import/libodb-qt/configuration-dynamic.make: | $(dcf_root)/import/libodb-qt/. diff --git a/build/import/libodb-qt/configure b/build/import/libodb-qt/configure index 397c45d..0a879ea 100755 --- a/build/import/libodb-qt/configure +++ b/build/import/libodb-qt/configure @@ -1,7 +1,7 @@ #! /usr/bin/env bash # file : build/import/libodb-qt/configure -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/build/import/libodb-qt/stub.make b/build/import/libodb-qt/stub.make index af9c9d6..1bce523 100644 --- a/build/import/libodb-qt/stub.make +++ b/build/import/libodb-qt/stub.make @@ -1,5 +1,5 @@ # file : build/import/libodb-qt/stub.make -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file $(call include-once,$(scf_root)/import/libodb-qt/configuration-rules.make,$(dcf_root)) diff --git a/build/import/libodb-sqlite/configuration-rules.make b/build/import/libodb-sqlite/configuration-rules.make index 10b7e4b..260dcb6 100644 --- a/build/import/libodb-sqlite/configuration-rules.make +++ b/build/import/libodb-sqlite/configuration-rules.make @@ -1,5 +1,5 @@ # file : build/import/libodb-sqlite/configuration-rules.make -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file $(dcf_root)/import/libodb-sqlite/configuration-dynamic.make: | $(dcf_root)/import/libodb-sqlite/. diff --git a/build/import/libodb-sqlite/configure b/build/import/libodb-sqlite/configure index 0ef60bb..2d61e29 100755 --- a/build/import/libodb-sqlite/configure +++ b/build/import/libodb-sqlite/configure @@ -1,7 +1,7 @@ #! /usr/bin/env bash # file : build/import/libodb-sqlite/configure -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/build/import/libodb-sqlite/stub.make b/build/import/libodb-sqlite/stub.make index 0f87364..add7c39 100644 --- a/build/import/libodb-sqlite/stub.make +++ b/build/import/libodb-sqlite/stub.make @@ -1,5 +1,5 @@ # file : build/import/libodb-sqlite/stub.make -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file $(call include-once,$(scf_root)/import/libodb-sqlite/configuration-rules.make,$(dcf_root)) diff --git a/build/import/libodb/configuration-rules.make b/build/import/libodb/configuration-rules.make index 2fbb636..872cbb3 100644 --- a/build/import/libodb/configuration-rules.make +++ b/build/import/libodb/configuration-rules.make @@ -1,5 +1,5 @@ # file : build/import/libodb/configuration-rules.make -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file $(dcf_root)/import/libodb/configuration-dynamic.make: | $(dcf_root)/import/libodb/. diff --git a/build/import/libodb/configure b/build/import/libodb/configure index b2df157..0d57a5f 100755 --- a/build/import/libodb/configure +++ b/build/import/libodb/configure @@ -1,7 +1,7 @@ #! /usr/bin/env bash # file : build/import/libodb/configure -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/build/import/libodb/stub.make b/build/import/libodb/stub.make index a96dc45..6b7088d 100644 --- a/build/import/libodb/stub.make +++ b/build/import/libodb/stub.make @@ -1,5 +1,5 @@ # file : build/import/libodb/stub.make -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file $(call include-once,$(scf_root)/import/libodb/configuration-rules.make,$(dcf_root)) diff --git a/build/import/libqt/configuration-rules.make b/build/import/libqt/configuration-rules.make index 217249c..820294b 100644 --- a/build/import/libqt/configuration-rules.make +++ b/build/import/libqt/configuration-rules.make @@ -1,5 +1,5 @@ # file : build/import/libqt/configuration-rules.make -# copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file $(dcf_root)/import/libqt/configuration-dynamic.make: | $(dcf_root)/import/libqt/. diff --git a/build/import/libqt/configure b/build/import/libqt/configure index 2a44ce9..837b0d3 100755 --- a/build/import/libqt/configure +++ b/build/import/libqt/configure @@ -1,7 +1,7 @@ #! /usr/bin/env bash # file : build/import/libqt/configure -# copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/build/import/libqt/core/rules.make b/build/import/libqt/core/rules.make index c87b5d6..bbec36e 100644 --- a/build/import/libqt/core/rules.make +++ b/build/import/libqt/core/rules.make @@ -1,5 +1,5 @@ # file : build/import/libqt/core/rules.make -# copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file $(dcf_root)/import/libqt/%: root := $(libqt_root) diff --git a/build/import/libqt/core/stub.make b/build/import/libqt/core/stub.make index a0f34c3..47f67b2 100644 --- a/build/import/libqt/core/stub.make +++ b/build/import/libqt/core/stub.make @@ -1,5 +1,5 @@ # file : build/import/libqt/core/stub.make -# copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file $(call include-once,$(scf_root)/import/libqt/configuration-rules.make,$(dcf_root)) diff --git a/build/import/odb/configuration-rules.make b/build/import/odb/configuration-rules.make index 57e42d2..727793b 100644 --- a/build/import/odb/configuration-rules.make +++ b/build/import/odb/configuration-rules.make @@ -1,5 +1,5 @@ # file : build/import/odb/configuration-rules.make -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file $(dcf_root)/import/odb/configuration-dynamic.make: | $(dcf_root)/import/odb/. diff --git a/build/import/odb/configure b/build/import/odb/configure index bbcc51a..2fb4bd3 100755 --- a/build/import/odb/configure +++ b/build/import/odb/configure @@ -1,7 +1,7 @@ #! /usr/bin/env bash # file : build/import/odb/configure -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/build/import/odb/hxx-cxx.make b/build/import/odb/hxx-cxx.make index 7d0b01b..7cb6f51 100644 --- a/build/import/odb/hxx-cxx.make +++ b/build/import/odb/hxx-cxx.make @@ -1,5 +1,5 @@ # file : build/import/odb/hxx-cxx.make -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v3; see accompanying LICENSE file # Here we are operating in the importing project's space, not in odb's. diff --git a/build/import/odb/stub.make b/build/import/odb/stub.make index 5d3a782..24d2b33 100644 --- a/build/import/odb/stub.make +++ b/build/import/odb/stub.make @@ -1,5 +1,5 @@ # file : build/import/odb/stub.make -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file $(call include-once,$(scf_root)/import/odb/configuration-rules.make,$(dcf_root)) diff --git a/build/mssql/configure b/build/mssql/configure index 817c88e..44016a7 100755 --- a/build/mssql/configure +++ b/build/mssql/configure @@ -1,7 +1,7 @@ #! /usr/bin/env bash # file : build/mssql/configure -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file # diff --git a/build/mssql/mssql b/build/mssql/mssql index 009246e..f9bf053 100755 --- a/build/mssql/mssql +++ b/build/mssql/mssql @@ -1,7 +1,7 @@ #! /usr/bin/env bash # file : build/mssql/mssql -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file # diff --git a/build/mysql/configure b/build/mysql/configure index 54de3d3..569cc6c 100755 --- a/build/mysql/configure +++ b/build/mysql/configure @@ -1,7 +1,7 @@ #! /usr/bin/env bash # file : build/mysql/configure -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file # diff --git a/build/mysql/mysql b/build/mysql/mysql index 0f9c1e5..fef3bb5 100755 --- a/build/mysql/mysql +++ b/build/mysql/mysql @@ -1,7 +1,7 @@ #! /usr/bin/env bash # file : build/mysql/mysql -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file # diff --git a/build/oracle/configure b/build/oracle/configure index 9f1d4bb..8af7afe 100755 --- a/build/oracle/configure +++ b/build/oracle/configure @@ -1,7 +1,7 @@ #! /usr/bin/env bash # file : build/oracle/configure -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file # diff --git a/build/oracle/oracle b/build/oracle/oracle index 6781f19..836b910 100755 --- a/build/oracle/oracle +++ b/build/oracle/oracle @@ -1,7 +1,7 @@ #! /usr/bin/env bash # file : build/oracle/oracle -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file # diff --git a/build/pgsql/configure b/build/pgsql/configure index 72af719..ac87741 100755 --- a/build/pgsql/configure +++ b/build/pgsql/configure @@ -1,7 +1,7 @@ #! /usr/bin/env bash # file : build/pgsql/configure -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file # diff --git a/build/pgsql/pgsql b/build/pgsql/pgsql index 6d025ce..4d4cb25 100755 --- a/build/pgsql/pgsql +++ b/build/pgsql/pgsql @@ -1,7 +1,7 @@ #! /usr/bin/env bash # file : build/pgsql/pgsql -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file # diff --git a/build/sqlite/configure b/build/sqlite/configure index 5f9d2db..1db74c3 100755 --- a/build/sqlite/configure +++ b/build/sqlite/configure @@ -1,7 +1,7 @@ #! /usr/bin/env bash # file : build/sqlite/configure -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file # diff --git a/c++11/makefile b/c++11/makefile index 087ab65..e9c506a 100644 --- a/c++11/makefile +++ b/c++11/makefile @@ -1,5 +1,5 @@ # file : c++11/makefile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make diff --git a/composite/makefile b/composite/makefile index 145103a..f463e10 100644 --- a/composite/makefile +++ b/composite/makefile @@ -1,5 +1,5 @@ # file : composite/makefile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make diff --git a/configure.ac b/configure.ac index 57567fb..c1c77c0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # file : configure.ac -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file AC_PREREQ(2.60) diff --git a/container/makefile b/container/makefile index b194884..3e14467 100644 --- a/container/makefile +++ b/container/makefile @@ -1,5 +1,5 @@ # file : container/makefile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make diff --git a/hello/makefile b/hello/makefile index dba39a5..129e3a4 100644 --- a/hello/makefile +++ b/hello/makefile @@ -1,5 +1,5 @@ # file : hello/makefile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make diff --git a/inheritance/polymorphism/makefile b/inheritance/polymorphism/makefile index 2f775b4..0a97f1e 100644 --- a/inheritance/polymorphism/makefile +++ b/inheritance/polymorphism/makefile @@ -1,5 +1,5 @@ # file : inheritance/polymorphism/makefile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/inheritance/reuse/makefile b/inheritance/reuse/makefile index 0108fa1..fac5583 100644 --- a/inheritance/reuse/makefile +++ b/inheritance/reuse/makefile @@ -1,5 +1,5 @@ # file : inheritance/reuse/makefile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/inverse/makefile b/inverse/makefile index 0d56eed..c317d7d 100644 --- a/inverse/makefile +++ b/inverse/makefile @@ -1,5 +1,5 @@ # file : inverse/makefile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make diff --git a/m4/c++11.m4 b/m4/c++11.m4 index 1508103..5d8aaa0 100644 --- a/m4/c++11.m4 +++ b/m4/c++11.m4 @@ -1,5 +1,5 @@ dnl file : m4/cxx11.m4 -dnl copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl dnl CXX11(MACRO, DESCRIPTION) diff --git a/m4/database.m4 b/m4/database.m4 index 38c7f79..dc03253 100644 --- a/m4/database.m4 +++ b/m4/database.m4 @@ -1,5 +1,5 @@ dnl file : m4/database.m4 -dnl copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl dnl DATABASE diff --git a/m4/libboost.m4 b/m4/libboost.m4 index 9f1e22f..5d3d9fc 100644 --- a/m4/libboost.m4 +++ b/m4/libboost.m4 @@ -1,5 +1,5 @@ dnl file : m4/libboost.m4 -dnl copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl dnl LIBBOOST([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]]) diff --git a/m4/libodb-boost.m4 b/m4/libodb-boost.m4 index 48a064e..a25bdc5 100644 --- a/m4/libodb-boost.m4 +++ b/m4/libodb-boost.m4 @@ -1,5 +1,5 @@ dnl file : m4/libodb-boost.m4 -dnl copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl dnl LIBODB_BOOST([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]]) diff --git a/m4/libodb-mssql.m4 b/m4/libodb-mssql.m4 index 52218ac..7b1a976 100644 --- a/m4/libodb-mssql.m4 +++ b/m4/libodb-mssql.m4 @@ -1,5 +1,5 @@ dnl file : m4/libodb-mssql.m4 -dnl copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl dnl LIBODB_MSSQL([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]]) diff --git a/m4/libodb-mysql.m4 b/m4/libodb-mysql.m4 index ddc8c8e..b7cfebe 100644 --- a/m4/libodb-mysql.m4 +++ b/m4/libodb-mysql.m4 @@ -1,5 +1,5 @@ dnl file : m4/libodb-mysql.m4 -dnl copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl dnl LIBODB_MYSQL([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]]) diff --git a/m4/libodb-oracle.m4 b/m4/libodb-oracle.m4 index 2f3aeec..d291b82 100644 --- a/m4/libodb-oracle.m4 +++ b/m4/libodb-oracle.m4 @@ -1,5 +1,5 @@ dnl file : m4/libodb-oracle.m4 -dnl copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl dnl LIBODB_ORACLE([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]]) diff --git a/m4/libodb-pgsql.m4 b/m4/libodb-pgsql.m4 index ee7f8b2..4dca935 100644 --- a/m4/libodb-pgsql.m4 +++ b/m4/libodb-pgsql.m4 @@ -1,5 +1,5 @@ dnl file : m4/libodb-pgsql.m4 -dnl copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl dnl LIBODB_PGSQL([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]]) diff --git a/m4/libodb-qt.m4 b/m4/libodb-qt.m4 index 214eee9..ce56c0f 100644 --- a/m4/libodb-qt.m4 +++ b/m4/libodb-qt.m4 @@ -1,5 +1,5 @@ dnl file : m4/libodb-qt.m4 -dnl copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl dnl LIBODB_QT([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]]) diff --git a/m4/libodb-sqlite.m4 b/m4/libodb-sqlite.m4 index d7fed36..c901a60 100644 --- a/m4/libodb-sqlite.m4 +++ b/m4/libodb-sqlite.m4 @@ -1,5 +1,5 @@ dnl file : m4/libodb-sqlite.m4 -dnl copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl dnl LIBODB_SQLITE([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]]) diff --git a/m4/libodb.m4 b/m4/libodb.m4 index 7cffd60..5f140bd 100644 --- a/m4/libodb.m4 +++ b/m4/libodb.m4 @@ -1,5 +1,5 @@ dnl file : m4/libodb.m4 -dnl copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl dnl LIBODB([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]]) diff --git a/m4/libqt.m4 b/m4/libqt.m4 index 4ed10e0..f647b57 100644 --- a/m4/libqt.m4 +++ b/m4/libqt.m4 @@ -1,5 +1,5 @@ dnl file : m4/libqt.m4 -dnl copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl dnl diff --git a/m4/libtool-link.m4 b/m4/libtool-link.m4 index 772b821..635793f 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) 2009-2018 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl dnl diff --git a/m4/mssql.m4 b/m4/mssql.m4 index 216164d..a19e4b8 100644 --- a/m4/mssql.m4 +++ b/m4/mssql.m4 @@ -1,5 +1,5 @@ dnl file : m4/mssql.m4 -dnl copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl dnl MSSQL diff --git a/m4/mysql.m4 b/m4/mysql.m4 index b1d36e7..06aa4fe 100644 --- a/m4/mysql.m4 +++ b/m4/mysql.m4 @@ -1,5 +1,5 @@ dnl file : m4/mysql.m4 -dnl copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl dnl MYSQL diff --git a/m4/odb.m4 b/m4/odb.m4 index 2c404bb..81f09e2 100644 --- a/m4/odb.m4 +++ b/m4/odb.m4 @@ -1,5 +1,5 @@ dnl file : m4/odb.m4 -dnl copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl dnl ODB_COMPILER([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]]) diff --git a/m4/oracle.m4 b/m4/oracle.m4 index a1ceeaf..d62f8ff 100644 --- a/m4/oracle.m4 +++ b/m4/oracle.m4 @@ -1,5 +1,5 @@ dnl file : m4/oracle.m4 -dnl copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl dnl ORACLE diff --git a/m4/pgsql.m4 b/m4/pgsql.m4 index a6f7537..b093362 100644 --- a/m4/pgsql.m4 +++ b/m4/pgsql.m4 @@ -1,5 +1,5 @@ dnl file : m4/pgsql.m4 -dnl copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl dnl PGSQL diff --git a/m4/sqlite.m4 b/m4/sqlite.m4 index a235e2d..cd55483 100644 --- a/m4/sqlite.m4 +++ b/m4/sqlite.m4 @@ -1,5 +1,5 @@ dnl file : m4/sqlite.m4 -dnl copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl dnl SQLITE diff --git a/m4/threads.m4 b/m4/threads.m4 index b095d18..10bdfdd 100644 --- a/m4/threads.m4 +++ b/m4/threads.m4 @@ -1,5 +1,5 @@ dnl file : m4/threads.m4 -dnl copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl AC_DEFUN([THREADS],[ diff --git a/m4/tr1-memory.m4 b/m4/tr1-memory.m4 index 3a95900..3f0213e 100644 --- a/m4/tr1-memory.m4 +++ b/m4/tr1-memory.m4 @@ -1,5 +1,5 @@ dnl file : m4/tr1-memory.m4 -dnl copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl dnl TR1_MEMORY diff --git a/makefile b/makefile index 6032aaf..7a135b0 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,5 @@ # file : makefile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))build/bootstrap.make diff --git a/mapping/makefile b/mapping/makefile index b8e2a18..f207c37 100644 --- a/mapping/makefile +++ b/mapping/makefile @@ -1,5 +1,5 @@ # file : mapping/makefile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make diff --git a/mssql-driver.bat b/mssql-driver.bat index 5e8ec51..b6976dc 100644 --- a/mssql-driver.bat +++ b/mssql-driver.bat @@ -1,6 +1,6 @@ @echo off rem file : mssql-driver.bat -rem copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +rem copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC rem license : GNU GPL v2; see accompanying LICENSE file rem diff --git a/mysql-driver.bat b/mysql-driver.bat index 74cfa07..9e91e76 100644 --- a/mysql-driver.bat +++ b/mysql-driver.bat @@ -1,6 +1,6 @@ @echo off rem file : mysql-driver.bat -rem copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +rem copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC rem license : GNU GPL v2; see accompanying LICENSE file rem diff --git a/optimistic/makefile b/optimistic/makefile index ec44bb2..7e3096e 100644 --- a/optimistic/makefile +++ b/optimistic/makefile @@ -1,5 +1,5 @@ # file : optimistic/makefile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make diff --git a/oracle-driver.bat b/oracle-driver.bat index 58e8f8d..613991f 100644 --- a/oracle-driver.bat +++ b/oracle-driver.bat @@ -1,6 +1,6 @@ @echo off rem file : oracle-driver.bat -rem copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +rem copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC rem license : GNU GPL v2; see accompanying LICENSE file rem diff --git a/pgsql-driver.bat b/pgsql-driver.bat index 743fd7b..906a9e3 100644 --- a/pgsql-driver.bat +++ b/pgsql-driver.bat @@ -1,6 +1,6 @@ @echo off rem file : pgsql-driver.bat -rem copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +rem copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC rem license : GNU GPL v2; see accompanying LICENSE file rem diff --git a/pimpl/makefile b/pimpl/makefile index 7f670d0..dc9fd12 100644 --- a/pimpl/makefile +++ b/pimpl/makefile @@ -1,5 +1,5 @@ # file : pimpl/makefile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make diff --git a/prepared/makefile b/prepared/makefile index b10af84..a6a793f 100644 --- a/prepared/makefile +++ b/prepared/makefile @@ -1,5 +1,5 @@ # file : prepared/makefile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make diff --git a/qt/makefile b/qt/makefile index 6e7ceb8..b4a0265 100644 --- a/qt/makefile +++ b/qt/makefile @@ -1,5 +1,5 @@ # file : qt/makefile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make diff --git a/query/makefile b/query/makefile index 8dcd7ff..383217e 100644 --- a/query/makefile +++ b/query/makefile @@ -1,5 +1,5 @@ # file : query/makefile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make diff --git a/relationship/makefile b/relationship/makefile index f29368d..344d15c 100644 --- a/relationship/makefile +++ b/relationship/makefile @@ -1,5 +1,5 @@ # file : relationship/makefile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make diff --git a/schema/custom/makefile b/schema/custom/makefile index 803eaf2..a78104b 100644 --- a/schema/custom/makefile +++ b/schema/custom/makefile @@ -1,5 +1,5 @@ # file : schema/custom/makefile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/schema/embedded/makefile b/schema/embedded/makefile index 0f3736a..2bb2f88 100644 --- a/schema/embedded/makefile +++ b/schema/embedded/makefile @@ -1,5 +1,5 @@ # file : schema/embedded/makefile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/section/makefile b/section/makefile index 89d4090..633fbb8 100644 --- a/section/makefile +++ b/section/makefile @@ -1,5 +1,5 @@ # file : section/makefile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make diff --git a/template/makefile b/template/makefile index 366e6d0..fc7bd15 100644 --- a/template/makefile +++ b/template/makefile @@ -1,5 +1,5 @@ # file : template/makefile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make diff --git a/test.bat b/test.bat index 02eb480..36dde73 100644 --- a/test.bat +++ b/test.bat @@ -1,6 +1,6 @@ @echo off rem file : test.bat -rem copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +rem copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC rem license : GNU GPL v2; see accompanying LICENSE file setlocal diff --git a/tester.bat b/tester.bat index 6f55efd..30b3d64 100644 --- a/tester.bat +++ b/tester.bat @@ -1,6 +1,6 @@ @echo off rem file : tester.bat -rem copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +rem copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC rem license : GNU GPL v2; see accompanying LICENSE file rem diff --git a/tester.in b/tester.in index 417a497..73035c5 100755 --- a/tester.in +++ b/tester.in @@ -1,7 +1,7 @@ #! /bin/sh # file : tester.in -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file # diff --git a/view/makefile b/view/makefile index e9d7c87..5fb3a3e 100644 --- a/view/makefile +++ b/view/makefile @@ -1,5 +1,5 @@ # file : view/makefile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make -- cgit v1.1