From 4fbef59f68373074ee5a02f2dfe90c500e9fde3c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 3 Jan 2017 14:13:37 +0200 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 c93cf49..1cf95cf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ # file : Makefile.am -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file SUBDIRS = __path__(dirs) diff --git a/access/makefile b/access/makefile index 91692a2..c7859d3 100644 --- a/access/makefile +++ b/access/makefile @@ -1,5 +1,5 @@ # file : access/makefile -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 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 a389b03..4f777f6 100644 --- a/boost/makefile +++ b/boost/makefile @@ -1,5 +1,5 @@ # file : boost/makefile -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 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 8953df9..46dcfd0 100755 --- a/bootstrap +++ b/bootstrap @@ -1,7 +1,7 @@ #! /bin/sh # file : bootstrap -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file # diff --git a/build/bootstrap.make b/build/bootstrap.make index c45e4c0..4a03395 100644 --- a/build/bootstrap.make +++ b/build/bootstrap.make @@ -1,5 +1,5 @@ # file : build/bootstrap.make -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 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 7d6cb2f..d02f000 100644 --- a/build/configuration-rules.make +++ b/build/configuration-rules.make @@ -1,5 +1,5 @@ # file : build/configuration-rules.make -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 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 60f4284..69d362a 100644 --- a/build/configuration.make +++ b/build/configuration.make @@ -1,5 +1,5 @@ # file : build/configuration.make -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 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 3da3ad5..ddf1773 100755 --- a/build/configure +++ b/build/configure @@ -1,7 +1,7 @@ #! /usr/bin/env bash # file : build/configure -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 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 576a0e7..578dd99 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-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2017 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 4321f2a..54696d1 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-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2017 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 002963b..b949e4f 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-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2017 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 9e9f466..bc87b03 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-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2017 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 e43ecb7..d88936e 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-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2017 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 5a40f61..3d66ba8 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-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2017 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 0f5c0e8..59a4048 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-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 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 7b55255..c2e82d5 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-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 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 2c94691..93b16cb 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-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 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 a6101b1..29c0e64 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-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 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 ade0186..5ab1642 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-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 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 21df46d..9d5e284 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-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 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 e953cc0..730af6e 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-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 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 13082ef..1baed75 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-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 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 0e8b679..cf05321 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-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 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 d77fde0..b37cfd3 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-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 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 64f5e97..0746431 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-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 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 fe2c09c..13395df 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-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 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 105ed75..010eecb 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-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 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 bf3000e..07c7864 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-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 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 17971ee..9d5fc40 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-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 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 ce27507..1d103b4 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-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 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 4dd2931..1ea1f7e 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-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 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 a434c01..b065022 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-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 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 05f8a3f..960a8a2 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-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 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 2ea2618..6677789 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-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 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 42d0eef..e34bbd1 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-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 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 3fa72f5..7e8c620 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-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 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 7fc3aa1..db7a7ab 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-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 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 a5d7bc2..cb5ce6f 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-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 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 e4406df..ec5e348 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-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2017 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 d9dd544..5ff2b26 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-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2017 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 05de257..70387bd 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-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2017 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 06d4a9c..d7ad611 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-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2017 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 d92a450..53efef1 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-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 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 0762307..6dc3128 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-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 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 ca61f56..c7cf580 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-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 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 6f69c91..8228ab0 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-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 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 bc74ea3..487c426 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-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file # diff --git a/build/mssql/mssql b/build/mssql/mssql index f42512d..863aa1a 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-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file # diff --git a/build/mysql/configure b/build/mysql/configure index b6ca148..726c9f7 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-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file # diff --git a/build/mysql/mysql b/build/mysql/mysql index e42ca76..47832ea 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-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file # diff --git a/build/oracle/configure b/build/oracle/configure index bdb4b00..826956c 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-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file # diff --git a/build/oracle/oracle b/build/oracle/oracle index 9de3164..5d9f11b 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-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file # diff --git a/build/pgsql/configure b/build/pgsql/configure index 62135f2..cc18c11 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-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file # diff --git a/build/pgsql/pgsql b/build/pgsql/pgsql index eca2a50..d8a7bfc 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-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file # diff --git a/build/sqlite/configure b/build/sqlite/configure index c6b7f3d..98dba96 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-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file # diff --git a/c++11/makefile b/c++11/makefile index 48ea41e..cba8ab3 100644 --- a/c++11/makefile +++ b/c++11/makefile @@ -1,5 +1,5 @@ # file : c++11/makefile -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 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 267e322..1d4c02f 100644 --- a/composite/makefile +++ b/composite/makefile @@ -1,5 +1,5 @@ # file : composite/makefile -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 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 66ea8fb..9bd2bc1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # file : configure.ac -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 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 79c21d3..e13ead0 100644 --- a/container/makefile +++ b/container/makefile @@ -1,5 +1,5 @@ # file : container/makefile -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 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 4d1417d..35622fb 100644 --- a/hello/makefile +++ b/hello/makefile @@ -1,5 +1,5 @@ # file : hello/makefile -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 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 424096e..8eb5ddb 100644 --- a/inheritance/polymorphism/makefile +++ b/inheritance/polymorphism/makefile @@ -1,5 +1,5 @@ # file : inheritance/polymorphism/makefile -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 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 dbeb716..3c2a226 100644 --- a/inheritance/reuse/makefile +++ b/inheritance/reuse/makefile @@ -1,5 +1,5 @@ # file : inheritance/reuse/makefile -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 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 b2192a8..0874d9a 100644 --- a/inverse/makefile +++ b/inverse/makefile @@ -1,5 +1,5 @@ # file : inverse/makefile -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 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 b20e445..464b555 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-2015 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2017 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 acaab72..d93a0f3 100644 --- a/m4/database.m4 +++ b/m4/database.m4 @@ -1,5 +1,5 @@ dnl file : m4/database.m4 -dnl copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2017 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 bb0c617..7ebd045 100644 --- a/m4/libboost.m4 +++ b/m4/libboost.m4 @@ -1,5 +1,5 @@ dnl file : m4/libboost.m4 -dnl copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2017 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 c9e6eed..82eb0ec 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-2015 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2017 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 c54c3d5..baf04e4 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-2015 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2017 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 b492fa4..a7addcf 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-2015 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2017 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 f9153ab..3f1b71f 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-2015 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2017 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 fe01711..b4868b9 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-2015 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2017 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 b68497c..7ca7942 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-2015 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2017 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 dffb802..68e4bd8 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-2015 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2017 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 2dd2634..ad1d316 100644 --- a/m4/libodb.m4 +++ b/m4/libodb.m4 @@ -1,5 +1,5 @@ dnl file : m4/libodb.m4 -dnl copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2017 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 1ee0d7b..c4e7118 100644 --- a/m4/libqt.m4 +++ b/m4/libqt.m4 @@ -1,5 +1,5 @@ dnl file : m4/libqt.m4 -dnl copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2017 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 6b04b63..acafbb0 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-2015 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2017 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 ffb2071..c816042 100644 --- a/m4/mssql.m4 +++ b/m4/mssql.m4 @@ -1,5 +1,5 @@ dnl file : m4/mssql.m4 -dnl copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2017 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 3fdd2a6..644759e 100644 --- a/m4/mysql.m4 +++ b/m4/mysql.m4 @@ -1,5 +1,5 @@ dnl file : m4/mysql.m4 -dnl copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2017 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 1ed6116..f644ed2 100644 --- a/m4/odb.m4 +++ b/m4/odb.m4 @@ -1,5 +1,5 @@ dnl file : m4/odb.m4 -dnl copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2017 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 5da75ca..b1ceacb 100644 --- a/m4/oracle.m4 +++ b/m4/oracle.m4 @@ -1,5 +1,5 @@ dnl file : m4/oracle.m4 -dnl copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2017 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 aaa9ea1..d2f7281 100644 --- a/m4/pgsql.m4 +++ b/m4/pgsql.m4 @@ -1,5 +1,5 @@ dnl file : m4/pgsql.m4 -dnl copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2017 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 2a74da2..375a489 100644 --- a/m4/sqlite.m4 +++ b/m4/sqlite.m4 @@ -1,5 +1,5 @@ dnl file : m4/sqlite.m4 -dnl copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2017 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 f02850f..e07a37d 100644 --- a/m4/threads.m4 +++ b/m4/threads.m4 @@ -1,5 +1,5 @@ dnl file : m4/threads.m4 -dnl copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2017 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 679e128..b98e72f 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-2015 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl dnl TR1_MEMORY diff --git a/makefile b/makefile index bec70c6..eaee8d1 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,5 @@ # file : makefile -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 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 d360596..3639bd0 100644 --- a/mapping/makefile +++ b/mapping/makefile @@ -1,5 +1,5 @@ # file : mapping/makefile -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 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 8ba98f1..a2c7641 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-2015 Code Synthesis Tools CC +rem copyright : Copyright (c) 2009-2017 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 b3120f8..de60a3c 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-2015 Code Synthesis Tools CC +rem copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC rem license : GNU GPL v2; see accompanying LICENSE file rem diff --git a/optimistic/makefile b/optimistic/makefile index 5f09f4d..16d1d09 100644 --- a/optimistic/makefile +++ b/optimistic/makefile @@ -1,5 +1,5 @@ # file : optimistic/makefile -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 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 95de227..d8fda7d 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-2015 Code Synthesis Tools CC +rem copyright : Copyright (c) 2009-2017 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 1ae474e..8e39cc8 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-2015 Code Synthesis Tools CC +rem copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC rem license : GNU GPL v2; see accompanying LICENSE file rem diff --git a/pimpl/makefile b/pimpl/makefile index ea3787d..4b1df80 100644 --- a/pimpl/makefile +++ b/pimpl/makefile @@ -1,5 +1,5 @@ # file : pimpl/makefile -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 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 215f200..f91523e 100644 --- a/prepared/makefile +++ b/prepared/makefile @@ -1,5 +1,5 @@ # file : prepared/makefile -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 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 0d29840..2195b6b 100644 --- a/qt/makefile +++ b/qt/makefile @@ -1,5 +1,5 @@ # file : qt/makefile -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 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 97f7d7a..5e7363b 100644 --- a/query/makefile +++ b/query/makefile @@ -1,5 +1,5 @@ # file : query/makefile -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 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 327bd6f..826d1d4 100644 --- a/relationship/makefile +++ b/relationship/makefile @@ -1,5 +1,5 @@ # file : relationship/makefile -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 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 c4c6893..ea44bb5 100644 --- a/schema/custom/makefile +++ b/schema/custom/makefile @@ -1,5 +1,5 @@ # file : schema/custom/makefile -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 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 fed8c84..cf4e203 100644 --- a/schema/embedded/makefile +++ b/schema/embedded/makefile @@ -1,5 +1,5 @@ # file : schema/embedded/makefile -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 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 4360b19..f218b41 100644 --- a/section/makefile +++ b/section/makefile @@ -1,5 +1,5 @@ # file : section/makefile -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 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 143f508..14f61e9 100644 --- a/template/makefile +++ b/template/makefile @@ -1,5 +1,5 @@ # file : template/makefile -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 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 871ea45..0761913 100644 --- a/test.bat +++ b/test.bat @@ -1,6 +1,6 @@ @echo off rem file : test.bat -rem copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +rem copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC rem license : GNU GPL v2; see accompanying LICENSE file setlocal diff --git a/tester.bat b/tester.bat index 57eaaf3..797415d 100644 --- a/tester.bat +++ b/tester.bat @@ -1,6 +1,6 @@ @echo off rem file : tester.bat -rem copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +rem copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC rem license : GNU GPL v2; see accompanying LICENSE file rem diff --git a/tester.in b/tester.in index 6946bab..a1c54a1 100755 --- a/tester.in +++ b/tester.in @@ -1,7 +1,7 @@ #! /bin/sh # file : tester.in -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file # diff --git a/view/makefile b/view/makefile index 341e2af..a264253 100644 --- a/view/makefile +++ b/view/makefile @@ -1,5 +1,5 @@ # file : view/makefile -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make -- cgit v1.1