From 7bd75b30b10c8dca06665fc18bbfad0d3bcea75b Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 24 May 2018 21:58:36 +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 1cf95cf..5ac7bd6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ # file : Makefile.am -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file SUBDIRS = __path__(dirs) diff --git a/access/makefile b/access/makefile index c7859d3..888cd44 100644 --- a/access/makefile +++ b/access/makefile @@ -1,5 +1,5 @@ # file : access/makefile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 4f777f6..b506292 100644 --- a/boost/makefile +++ b/boost/makefile @@ -1,5 +1,5 @@ # file : boost/makefile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 46dcfd0..f489800 100755 --- a/bootstrap +++ b/bootstrap @@ -1,7 +1,7 @@ #! /bin/sh # file : bootstrap -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file # diff --git a/build/bootstrap.make b/build/bootstrap.make index 4a03395..a290434 100644 --- a/build/bootstrap.make +++ b/build/bootstrap.make @@ -1,5 +1,5 @@ # file : build/bootstrap.make -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 d02f000..5668385 100644 --- a/build/configuration-rules.make +++ b/build/configuration-rules.make @@ -1,5 +1,5 @@ # file : build/configuration-rules.make -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 69d362a..dff3095 100644 --- a/build/configuration.make +++ b/build/configuration.make @@ -1,5 +1,5 @@ # file : build/configuration.make -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 ddf1773..06e5654 100755 --- a/build/configure +++ b/build/configure @@ -1,7 +1,7 @@ #! /usr/bin/env bash # file : build/configure -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 578dd99..de1e5f0 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-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2018 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 54696d1..bfe4329 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-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2018 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 b949e4f..a389949 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-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2018 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 bc87b03..d341116 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-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2018 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 d88936e..66b2cf2 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-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2018 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 3d66ba8..0cd5ff4 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-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2018 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 59a4048..17ad66f 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-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 c2e82d5..937098f 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-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 93b16cb..fa6f335 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-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 29c0e64..2aa3fe9 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-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 5ab1642..5236b95 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-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 9d5e284..346f53f 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-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 730af6e..d320e14 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-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 1baed75..b64dae0 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-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 cf05321..a8bbe23 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-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 b37cfd3..0318900 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-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 0746431..670c071 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-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 13395df..0eae4a1 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-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 010eecb..dfe7fde 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-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 07c7864..0dc245b 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-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 9d5fc40..c2a9b03 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-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 1d103b4..db28ab6 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-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 1ea1f7e..397c45d 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-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 b065022..af9c9d6 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-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 960a8a2..10b7e4b 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-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 6677789..0ef60bb 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-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 e34bbd1..0f87364 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-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 7e8c620..2fbb636 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-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 db7a7ab..b2df157 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-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 cb5ce6f..a96dc45 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-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 ec5e348..217249c 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-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2018 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 5ff2b26..2a44ce9 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-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2018 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 70387bd..c87b5d6 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-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2018 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 d7ad611..a0f34c3 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-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2018 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 53efef1..57e42d2 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-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 6dc3128..bbcc51a 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-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 c7cf580..7d0b01b 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-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 8228ab0..5d3a782 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-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 487c426..817c88e 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-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file # diff --git a/build/mssql/mssql b/build/mssql/mssql index 863aa1a..009246e 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-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file # diff --git a/build/mysql/configure b/build/mysql/configure index 726c9f7..54de3d3 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-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file # diff --git a/build/mysql/mysql b/build/mysql/mysql index 47832ea..0f9c1e5 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-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file # diff --git a/build/oracle/configure b/build/oracle/configure index 826956c..9f1d4bb 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-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file # diff --git a/build/oracle/oracle b/build/oracle/oracle index 5d9f11b..6781f19 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-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file # diff --git a/build/pgsql/configure b/build/pgsql/configure index cc18c11..72af719 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-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file # diff --git a/build/pgsql/pgsql b/build/pgsql/pgsql index d8a7bfc..6d025ce 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-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file # diff --git a/build/sqlite/configure b/build/sqlite/configure index 98dba96..5f9d2db 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-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file # diff --git a/c++11/makefile b/c++11/makefile index cba8ab3..087ab65 100644 --- a/c++11/makefile +++ b/c++11/makefile @@ -1,5 +1,5 @@ # file : c++11/makefile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 1d4c02f..145103a 100644 --- a/composite/makefile +++ b/composite/makefile @@ -1,5 +1,5 @@ # file : composite/makefile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 9bd2bc1..57567fb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # file : configure.ac -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 e13ead0..b194884 100644 --- a/container/makefile +++ b/container/makefile @@ -1,5 +1,5 @@ # file : container/makefile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 35622fb..dba39a5 100644 --- a/hello/makefile +++ b/hello/makefile @@ -1,5 +1,5 @@ # file : hello/makefile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 8eb5ddb..2f775b4 100644 --- a/inheritance/polymorphism/makefile +++ b/inheritance/polymorphism/makefile @@ -1,5 +1,5 @@ # file : inheritance/polymorphism/makefile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 3c2a226..0108fa1 100644 --- a/inheritance/reuse/makefile +++ b/inheritance/reuse/makefile @@ -1,5 +1,5 @@ # file : inheritance/reuse/makefile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 0874d9a..0d56eed 100644 --- a/inverse/makefile +++ b/inverse/makefile @@ -1,5 +1,5 @@ # file : inverse/makefile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 464b555..1508103 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-2017 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2018 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 d93a0f3..38c7f79 100644 --- a/m4/database.m4 +++ b/m4/database.m4 @@ -1,5 +1,5 @@ dnl file : m4/database.m4 -dnl copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2018 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 7ebd045..9f1e22f 100644 --- a/m4/libboost.m4 +++ b/m4/libboost.m4 @@ -1,5 +1,5 @@ dnl file : m4/libboost.m4 -dnl copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2018 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 82eb0ec..48a064e 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-2017 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2018 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 baf04e4..52218ac 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-2017 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2018 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 a7addcf..ddc8c8e 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-2017 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2018 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 3f1b71f..2f3aeec 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-2017 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2018 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 b4868b9..ee7f8b2 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-2017 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2018 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 7ca7942..214eee9 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-2017 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2018 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 68e4bd8..d7fed36 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-2017 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2018 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 ad1d316..7cffd60 100644 --- a/m4/libodb.m4 +++ b/m4/libodb.m4 @@ -1,5 +1,5 @@ dnl file : m4/libodb.m4 -dnl copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2018 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 c4e7118..4ed10e0 100644 --- a/m4/libqt.m4 +++ b/m4/libqt.m4 @@ -1,5 +1,5 @@ dnl file : m4/libqt.m4 -dnl copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2018 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 acafbb0..772b821 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-2017 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2018 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 c816042..216164d 100644 --- a/m4/mssql.m4 +++ b/m4/mssql.m4 @@ -1,5 +1,5 @@ dnl file : m4/mssql.m4 -dnl copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2018 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 644759e..b1d36e7 100644 --- a/m4/mysql.m4 +++ b/m4/mysql.m4 @@ -1,5 +1,5 @@ dnl file : m4/mysql.m4 -dnl copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2018 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 f644ed2..2c404bb 100644 --- a/m4/odb.m4 +++ b/m4/odb.m4 @@ -1,5 +1,5 @@ dnl file : m4/odb.m4 -dnl copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2018 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 b1ceacb..a1ceeaf 100644 --- a/m4/oracle.m4 +++ b/m4/oracle.m4 @@ -1,5 +1,5 @@ dnl file : m4/oracle.m4 -dnl copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2018 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 d2f7281..a6f7537 100644 --- a/m4/pgsql.m4 +++ b/m4/pgsql.m4 @@ -1,5 +1,5 @@ dnl file : m4/pgsql.m4 -dnl copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2018 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 375a489..a235e2d 100644 --- a/m4/sqlite.m4 +++ b/m4/sqlite.m4 @@ -1,5 +1,5 @@ dnl file : m4/sqlite.m4 -dnl copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2018 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 e07a37d..b095d18 100644 --- a/m4/threads.m4 +++ b/m4/threads.m4 @@ -1,5 +1,5 @@ dnl file : m4/threads.m4 -dnl copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2018 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 b98e72f..3a95900 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-2017 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl dnl TR1_MEMORY diff --git a/makefile b/makefile index eaee8d1..6032aaf 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,5 @@ # file : makefile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 3639bd0..b8e2a18 100644 --- a/mapping/makefile +++ b/mapping/makefile @@ -1,5 +1,5 @@ # file : mapping/makefile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 a2c7641..5e8ec51 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-2017 Code Synthesis Tools CC +rem copyright : Copyright (c) 2009-2018 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 de60a3c..74cfa07 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-2017 Code Synthesis Tools CC +rem copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC rem license : GNU GPL v2; see accompanying LICENSE file rem diff --git a/optimistic/makefile b/optimistic/makefile index 16d1d09..ec44bb2 100644 --- a/optimistic/makefile +++ b/optimistic/makefile @@ -1,5 +1,5 @@ # file : optimistic/makefile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 d8fda7d..58e8f8d 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-2017 Code Synthesis Tools CC +rem copyright : Copyright (c) 2009-2018 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 8e39cc8..743fd7b 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-2017 Code Synthesis Tools CC +rem copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC rem license : GNU GPL v2; see accompanying LICENSE file rem diff --git a/pimpl/makefile b/pimpl/makefile index 4b1df80..7f670d0 100644 --- a/pimpl/makefile +++ b/pimpl/makefile @@ -1,5 +1,5 @@ # file : pimpl/makefile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 f91523e..b10af84 100644 --- a/prepared/makefile +++ b/prepared/makefile @@ -1,5 +1,5 @@ # file : prepared/makefile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 2195b6b..6e7ceb8 100644 --- a/qt/makefile +++ b/qt/makefile @@ -1,5 +1,5 @@ # file : qt/makefile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 5e7363b..8dcd7ff 100644 --- a/query/makefile +++ b/query/makefile @@ -1,5 +1,5 @@ # file : query/makefile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 826d1d4..f29368d 100644 --- a/relationship/makefile +++ b/relationship/makefile @@ -1,5 +1,5 @@ # file : relationship/makefile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 ea44bb5..803eaf2 100644 --- a/schema/custom/makefile +++ b/schema/custom/makefile @@ -1,5 +1,5 @@ # file : schema/custom/makefile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 cf4e203..0f3736a 100644 --- a/schema/embedded/makefile +++ b/schema/embedded/makefile @@ -1,5 +1,5 @@ # file : schema/embedded/makefile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 f218b41..89d4090 100644 --- a/section/makefile +++ b/section/makefile @@ -1,5 +1,5 @@ # file : section/makefile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 14f61e9..366e6d0 100644 --- a/template/makefile +++ b/template/makefile @@ -1,5 +1,5 @@ # file : template/makefile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 0761913..02eb480 100644 --- a/test.bat +++ b/test.bat @@ -1,6 +1,6 @@ @echo off rem file : test.bat -rem copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +rem copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC rem license : GNU GPL v2; see accompanying LICENSE file setlocal diff --git a/tester.bat b/tester.bat index 797415d..6f55efd 100644 --- a/tester.bat +++ b/tester.bat @@ -1,6 +1,6 @@ @echo off rem file : tester.bat -rem copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +rem copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC rem license : GNU GPL v2; see accompanying LICENSE file rem diff --git a/tester.in b/tester.in index a1c54a1..417a497 100755 --- a/tester.in +++ b/tester.in @@ -1,7 +1,7 @@ #! /bin/sh # file : tester.in -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file # diff --git a/view/makefile b/view/makefile index a264253..e9d7c87 100644 --- a/view/makefile +++ b/view/makefile @@ -1,5 +1,5 @@ # file : view/makefile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make -- cgit v1.1