From db06aa25c9dc259f6da5ff42b703d6d535bceb8d Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 13 Feb 2020 12:48:40 +0300 Subject: Drop copyright notice from source code --- Makefile.am | 1 - bootstrap | 1 - build/bootstrap.build | 1 - build/bootstrap.make | 1 - build/export.build | 1 - build/export/libodb-sqlite/stub.make | 1 - build/import/cli/cli-cxx.make | 1 - build/import/cli/configuration-rules.make | 1 - build/import/cli/configure | 1 - build/import/cli/stub.make | 1 - build/import/libodb-sqlite/configuration-rules.make | 1 - build/import/libodb-sqlite/configure | 1 - build/import/libodb-sqlite/stub.make | 1 - build/import/libodb/configuration-rules.make | 1 - build/import/libodb/configure | 1 - build/import/libodb/stub.make | 1 - build/import/libsqlite/configuration-rules.make | 1 - build/import/libsqlite/configure | 1 - build/import/libsqlite/rules.make | 1 - build/import/libsqlite/stub.make | 1 - build/root.build | 1 - buildfile | 1 - configure.ac | 1 - libodb-sqlite.pc.in | 1 - m4/disable-rpath.m4 | 1 - m4/libodb.m4 | 1 - m4/libsqlite.m4 | 1 - m4/libtool-link.m4 | 1 - m4/pkgconfig.m4 | 1 - m4/static-lib.m4 | 1 - m4/threads.m4 | 1 - makefile | 1 - odb/sqlite/Makefile.am | 1 - odb/sqlite/auto-handle.hxx | 1 - odb/sqlite/binding.hxx | 1 - odb/sqlite/blob-stream.hxx | 1 - odb/sqlite/blob.hxx | 1 - odb/sqlite/buildfile | 1 - odb/sqlite/connection-factory.cxx | 1 - odb/sqlite/connection-factory.hxx | 1 - odb/sqlite/connection.cxx | 1 - odb/sqlite/connection.hxx | 1 - odb/sqlite/connection.ixx | 1 - odb/sqlite/container-statements.hxx | 1 - odb/sqlite/container-statements.txx | 1 - odb/sqlite/database.cxx | 1 - odb/sqlite/database.hxx | 1 - odb/sqlite/database.ixx | 1 - odb/sqlite/details/build2/config-stub.h | 1 - odb/sqlite/details/build2/config-vc-stub.h | 1 - odb/sqlite/details/build2/config-vc.h | 1 - odb/sqlite/details/build2/config.h | 1 - odb/sqlite/details/config-vc.h | 1 - odb/sqlite/details/config.h.in | 1 - odb/sqlite/details/config.hxx | 1 - odb/sqlite/details/conversion.hxx | 1 - odb/sqlite/details/export.hxx | 1 - odb/sqlite/details/options.cli | 1 - odb/sqlite/error.cxx | 1 - odb/sqlite/error.hxx | 1 - odb/sqlite/exceptions.cxx | 1 - odb/sqlite/exceptions.hxx | 1 - odb/sqlite/forward.hxx | 1 - odb/sqlite/makefile | 1 - odb/sqlite/no-id-object-result.hxx | 1 - odb/sqlite/no-id-object-result.txx | 1 - odb/sqlite/no-id-object-statements.hxx | 1 - odb/sqlite/no-id-object-statements.txx | 1 - odb/sqlite/polymorphic-object-result.hxx | 1 - odb/sqlite/polymorphic-object-result.txx | 1 - odb/sqlite/polymorphic-object-statements.hxx | 1 - odb/sqlite/polymorphic-object-statements.txx | 1 - odb/sqlite/prepared-query.cxx | 1 - odb/sqlite/prepared-query.hxx | 1 - odb/sqlite/query-const-expr.cxx | 1 - odb/sqlite/query-dynamic.cxx | 1 - odb/sqlite/query-dynamic.hxx | 1 - odb/sqlite/query-dynamic.ixx | 1 - odb/sqlite/query-dynamic.txx | 1 - odb/sqlite/query.cxx | 1 - odb/sqlite/query.hxx | 1 - odb/sqlite/query.ixx | 1 - odb/sqlite/query.txx | 1 - odb/sqlite/section-statements.hxx | 1 - odb/sqlite/section-statements.txx | 1 - odb/sqlite/simple-object-result.hxx | 1 - odb/sqlite/simple-object-result.txx | 1 - odb/sqlite/simple-object-statements.cxx | 1 - odb/sqlite/simple-object-statements.hxx | 1 - odb/sqlite/simple-object-statements.ixx | 1 - odb/sqlite/simple-object-statements.txx | 1 - odb/sqlite/sqlite-types.hxx | 1 - odb/sqlite/statement-cache.cxx | 1 - odb/sqlite/statement-cache.hxx | 1 - odb/sqlite/statement-cache.txx | 1 - odb/sqlite/statement.cxx | 1 - odb/sqlite/statement.hxx | 1 - odb/sqlite/statements-base.cxx | 1 - odb/sqlite/statements-base.hxx | 1 - odb/sqlite/stream.cxx | 1 - odb/sqlite/stream.hxx | 1 - odb/sqlite/text-stream.hxx | 1 - odb/sqlite/text.hxx | 1 - odb/sqlite/tracer.cxx | 1 - odb/sqlite/tracer.hxx | 1 - odb/sqlite/traits-calls.hxx | 1 - odb/sqlite/traits.cxx | 1 - odb/sqlite/traits.hxx | 1 - odb/sqlite/transaction-impl.cxx | 1 - odb/sqlite/transaction-impl.hxx | 1 - odb/sqlite/transaction-impl.ixx | 1 - odb/sqlite/transaction.cxx | 1 - odb/sqlite/transaction.hxx | 1 - odb/sqlite/transaction.ixx | 1 - odb/sqlite/version-build2-stub.hxx | 1 - odb/sqlite/version-build2.hxx.in | 1 - odb/sqlite/version.hxx | 1 - odb/sqlite/view-result.hxx | 1 - odb/sqlite/view-result.txx | 1 - odb/sqlite/view-statements.hxx | 1 - odb/sqlite/view-statements.txx | 1 - tests/basics/buildfile | 1 - tests/basics/driver.cxx | 1 - tests/build/bootstrap.build | 1 - tests/build/root.build | 1 - tests/buildfile | 1 - 126 files changed, 126 deletions(-) diff --git a/Makefile.am b/Makefile.am index 5ae3d5a..963f3c8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,4 @@ # file : Makefile.am -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file SUBDIRS = __path__(dirs) diff --git a/bootstrap b/bootstrap index 0e786df..85d1399 100755 --- a/bootstrap +++ b/bootstrap @@ -1,7 +1,6 @@ #! /bin/sh # file : bootstrap -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file # diff --git a/build/bootstrap.build b/build/bootstrap.build index a5a24ab..bb9c901 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -1,5 +1,4 @@ # file : build/bootstrap.build -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file project = libodb-sqlite diff --git a/build/bootstrap.make b/build/bootstrap.make index 82d2e63..c859827 100644 --- a/build/bootstrap.make +++ b/build/bootstrap.make @@ -1,5 +1,4 @@ # file : build/bootstrap.make -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file project_name := libodb-sqlite diff --git a/build/export.build b/build/export.build index 7d740c5..8ce77d8 100644 --- a/build/export.build +++ b/build/export.build @@ -1,5 +1,4 @@ # file : build/export.build -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file $out_root/ diff --git a/build/export/libodb-sqlite/stub.make b/build/export/libodb-sqlite/stub.make index ed533c8..af9cfd4 100644 --- a/build/export/libodb-sqlite/stub.make +++ b/build/export/libodb-sqlite/stub.make @@ -1,5 +1,4 @@ # file : build/export/libodb-sqlite/stub.make -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file $(call include-once,$(src_root)/odb/sqlite/makefile,$(out_root)) diff --git a/build/import/cli/cli-cxx.make b/build/import/cli/cli-cxx.make index 3d01453..9bdf238 100644 --- a/build/import/cli/cli-cxx.make +++ b/build/import/cli/cli-cxx.make @@ -1,5 +1,4 @@ # file : build/import/cli/cli-cxx.make -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file # Here we are operating in the importing project's space, not in diff --git a/build/import/cli/configuration-rules.make b/build/import/cli/configuration-rules.make index f13d01b..6355000 100644 --- a/build/import/cli/configuration-rules.make +++ b/build/import/cli/configuration-rules.make @@ -1,5 +1,4 @@ # file : build/import/cli/configuration-rules.make -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file $(dcf_root)/import/cli/configuration-dynamic.make: | $(dcf_root)/import/cli/. diff --git a/build/import/cli/configure b/build/import/cli/configure index 944f48c..2a1fde4 100755 --- a/build/import/cli/configure +++ b/build/import/cli/configure @@ -1,7 +1,6 @@ #! /usr/bin/env bash # file : build/import/cli/configure -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file diff --git a/build/import/cli/stub.make b/build/import/cli/stub.make index 047ba40..741b371 100644 --- a/build/import/cli/stub.make +++ b/build/import/cli/stub.make @@ -1,5 +1,4 @@ # file : build/import/cli/stub.make -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file $(call include-once,$(scf_root)/import/cli/configuration-rules.make,$(dcf_root)) diff --git a/build/import/libodb-sqlite/configuration-rules.make b/build/import/libodb-sqlite/configuration-rules.make index 260dcb6..bf8dee4 100644 --- a/build/import/libodb-sqlite/configuration-rules.make +++ b/build/import/libodb-sqlite/configuration-rules.make @@ -1,5 +1,4 @@ # file : build/import/libodb-sqlite/configuration-rules.make -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file $(dcf_root)/import/libodb-sqlite/configuration-dynamic.make: | $(dcf_root)/import/libodb-sqlite/. diff --git a/build/import/libodb-sqlite/configure b/build/import/libodb-sqlite/configure index 2d61e29..9f245f5 100755 --- a/build/import/libodb-sqlite/configure +++ b/build/import/libodb-sqlite/configure @@ -1,7 +1,6 @@ #! /usr/bin/env bash # file : build/import/libodb-sqlite/configure -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/build/import/libodb-sqlite/stub.make b/build/import/libodb-sqlite/stub.make index add7c39..417e65a 100644 --- a/build/import/libodb-sqlite/stub.make +++ b/build/import/libodb-sqlite/stub.make @@ -1,5 +1,4 @@ # file : build/import/libodb-sqlite/stub.make -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file $(call include-once,$(scf_root)/import/libodb-sqlite/configuration-rules.make,$(dcf_root)) diff --git a/build/import/libodb/configuration-rules.make b/build/import/libodb/configuration-rules.make index 872cbb3..340c418 100644 --- a/build/import/libodb/configuration-rules.make +++ b/build/import/libodb/configuration-rules.make @@ -1,5 +1,4 @@ # file : build/import/libodb/configuration-rules.make -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file $(dcf_root)/import/libodb/configuration-dynamic.make: | $(dcf_root)/import/libodb/. diff --git a/build/import/libodb/configure b/build/import/libodb/configure index 0d57a5f..261a202 100755 --- a/build/import/libodb/configure +++ b/build/import/libodb/configure @@ -1,7 +1,6 @@ #! /usr/bin/env bash # file : build/import/libodb/configure -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/build/import/libodb/stub.make b/build/import/libodb/stub.make index 6b7088d..04dc786 100644 --- a/build/import/libodb/stub.make +++ b/build/import/libodb/stub.make @@ -1,5 +1,4 @@ # file : build/import/libodb/stub.make -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file $(call include-once,$(scf_root)/import/libodb/configuration-rules.make,$(dcf_root)) diff --git a/build/import/libsqlite/configuration-rules.make b/build/import/libsqlite/configuration-rules.make index 52db522..c7fcbed 100644 --- a/build/import/libsqlite/configuration-rules.make +++ b/build/import/libsqlite/configuration-rules.make @@ -1,5 +1,4 @@ # file : build/import/libsqlite/configuration-rules.make -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file $(dcf_root)/import/libsqlite/configuration-dynamic.make: | $(dcf_root)/import/libsqlite/. diff --git a/build/import/libsqlite/configure b/build/import/libsqlite/configure index 81cf42b..0ae364f 100755 --- a/build/import/libsqlite/configure +++ b/build/import/libsqlite/configure @@ -1,7 +1,6 @@ #! /usr/bin/env bash # file : build/import/libsqlite/configure -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/build/import/libsqlite/rules.make b/build/import/libsqlite/rules.make index 8cc81e3..7e346bd 100644 --- a/build/import/libsqlite/rules.make +++ b/build/import/libsqlite/rules.make @@ -1,5 +1,4 @@ # file : build/import/libsqlite/rules.make -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file $(dcf_root)/import/libsqlite/%: root := $(libsqlite_root) diff --git a/build/import/libsqlite/stub.make b/build/import/libsqlite/stub.make index 2038625..2d9e519 100644 --- a/build/import/libsqlite/stub.make +++ b/build/import/libsqlite/stub.make @@ -1,5 +1,4 @@ # file : build/import/libsqlite/stub.make -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file $(call include-once,$(scf_root)/import/libsqlite/configuration-rules.make,$(dcf_root)) diff --git a/build/root.build b/build/root.build index ece30fb..ba74c09 100644 --- a/build/root.build +++ b/build/root.build @@ -1,5 +1,4 @@ # file : build/root.build -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file cxx.std = latest diff --git a/buildfile b/buildfile index b74794a..7bd5ae3 100644 --- a/buildfile +++ b/buildfile @@ -1,5 +1,4 @@ # file : buildfile -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file ./: {*/ -build/ -m4/ -etc/} doc{GPLv2 INSTALL LICENSE NEWS README} manifest diff --git a/configure.ac b/configure.ac index 21b0b51..27a5537 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,4 @@ # file : configure.ac -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file AC_PREREQ(2.60) diff --git a/libodb-sqlite.pc.in b/libodb-sqlite.pc.in index dc682a2..b53bc6f 100644 --- a/libodb-sqlite.pc.in +++ b/libodb-sqlite.pc.in @@ -1,5 +1,4 @@ # file : libodb-sqlite.pc.in -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file prefix=@prefix@ diff --git a/m4/disable-rpath.m4 b/m4/disable-rpath.m4 index 7874d4b..0864209 100644 --- a/m4/disable-rpath.m4 +++ b/m4/disable-rpath.m4 @@ -1,5 +1,4 @@ dnl file : m4/disable-rpath.m4 -dnl copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl AC_DEFUN([DISABLE_RPATH],[ diff --git a/m4/libodb.m4 b/m4/libodb.m4 index 5f140bd..0dba7c4 100644 --- a/m4/libodb.m4 +++ b/m4/libodb.m4 @@ -1,5 +1,4 @@ dnl file : m4/libodb.m4 -dnl copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl dnl LIBODB([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]]) diff --git a/m4/libsqlite.m4 b/m4/libsqlite.m4 index 3985706..421e990 100644 --- a/m4/libsqlite.m4 +++ b/m4/libsqlite.m4 @@ -1,5 +1,4 @@ dnl file : m4/libsqlite.m4 -dnl copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl dnl LIBSQLITE([ACTION-IF-FOUND[,ACTION-IF-NOT-FOUND]]) diff --git a/m4/libtool-link.m4 b/m4/libtool-link.m4 index 635793f..302639f 100644 --- a/m4/libtool-link.m4 +++ b/m4/libtool-link.m4 @@ -1,5 +1,4 @@ dnl file : m4/libtool-link.m4 -dnl copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl dnl diff --git a/m4/pkgconfig.m4 b/m4/pkgconfig.m4 index d5aa2d0..c48ea56 100644 --- a/m4/pkgconfig.m4 +++ b/m4/pkgconfig.m4 @@ -1,5 +1,4 @@ dnl file : m4/pkgconfig.m4 -dnl copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl AC_DEFUN([PKGCONFIG],[ diff --git a/m4/static-lib.m4 b/m4/static-lib.m4 index 79b89cd..5fb1c11 100644 --- a/m4/static-lib.m4 +++ b/m4/static-lib.m4 @@ -1,5 +1,4 @@ dnl file : m4/static-lib.m4 -dnl copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl dnl STATIC_LIB(MACRO, DESCRIPTION) diff --git a/m4/threads.m4 b/m4/threads.m4 index 10bdfdd..6f2e25f 100644 --- a/m4/threads.m4 +++ b/m4/threads.m4 @@ -1,5 +1,4 @@ dnl file : m4/threads.m4 -dnl copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl AC_DEFUN([THREADS],[ diff --git a/makefile b/makefile index c107e17..3a42f20 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,4 @@ # file : makefile -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))build/bootstrap.make diff --git a/odb/sqlite/Makefile.am b/odb/sqlite/Makefile.am index f6be926..0f66fc3 100644 --- a/odb/sqlite/Makefile.am +++ b/odb/sqlite/Makefile.am @@ -1,5 +1,4 @@ # file : odb/sqlite/Makefile.am -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file lib_LTLIBRARIES = libodb-sqlite.la diff --git a/odb/sqlite/auto-handle.hxx b/odb/sqlite/auto-handle.hxx index 22f0cf9..d25e919 100644 --- a/odb/sqlite/auto-handle.hxx +++ b/odb/sqlite/auto-handle.hxx @@ -1,5 +1,4 @@ // file : odb/sqlite/auto-handle.hxx -// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_AUTO_HANDLE_HXX diff --git a/odb/sqlite/binding.hxx b/odb/sqlite/binding.hxx index 09d4927..3807130 100644 --- a/odb/sqlite/binding.hxx +++ b/odb/sqlite/binding.hxx @@ -1,5 +1,4 @@ // file : odb/sqlite/binding.hxx -// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_BINDING_HXX diff --git a/odb/sqlite/blob-stream.hxx b/odb/sqlite/blob-stream.hxx index 1531fd1..caa7c24 100644 --- a/odb/sqlite/blob-stream.hxx +++ b/odb/sqlite/blob-stream.hxx @@ -1,5 +1,4 @@ // file : odb/sqlite/blob-stream.hxx -// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_BLOB_STREAM_HXX diff --git a/odb/sqlite/blob.hxx b/odb/sqlite/blob.hxx index 0c559df..a4892a2 100644 --- a/odb/sqlite/blob.hxx +++ b/odb/sqlite/blob.hxx @@ -1,5 +1,4 @@ // file : odb/sqlite/blob.hxx -// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_BLOB_HXX diff --git a/odb/sqlite/buildfile b/odb/sqlite/buildfile index d50aa37..73455f8 100644 --- a/odb/sqlite/buildfile +++ b/odb/sqlite/buildfile @@ -1,5 +1,4 @@ # file : odb/sqlite/buildfile -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file import int_libs = libodb%lib{odb} diff --git a/odb/sqlite/connection-factory.cxx b/odb/sqlite/connection-factory.cxx index 579cb61..1269db3 100644 --- a/odb/sqlite/connection-factory.cxx +++ b/odb/sqlite/connection-factory.cxx @@ -1,5 +1,4 @@ // file : odb/sqlite/connection-factory.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/sqlite/connection-factory.hxx b/odb/sqlite/connection-factory.hxx index 616a940..b665625 100644 --- a/odb/sqlite/connection-factory.hxx +++ b/odb/sqlite/connection-factory.hxx @@ -1,5 +1,4 @@ // file : odb/sqlite/connection-factory.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_CONNECTION_FACTORY_HXX diff --git a/odb/sqlite/connection.cxx b/odb/sqlite/connection.cxx index ab17c7c..a807949 100644 --- a/odb/sqlite/connection.cxx +++ b/odb/sqlite/connection.cxx @@ -1,5 +1,4 @@ // file : odb/sqlite/connection.cxx -// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include // std::bad_alloc diff --git a/odb/sqlite/connection.hxx b/odb/sqlite/connection.hxx index a71f07e..5bc95c6 100644 --- a/odb/sqlite/connection.hxx +++ b/odb/sqlite/connection.hxx @@ -1,5 +1,4 @@ // file : odb/sqlite/connection.hxx -// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_CONNECTION_HXX diff --git a/odb/sqlite/connection.ixx b/odb/sqlite/connection.ixx index 87b599f..c1bf77a 100644 --- a/odb/sqlite/connection.ixx +++ b/odb/sqlite/connection.ixx @@ -1,5 +1,4 @@ // file : odb/sqlite/connection.ixx -// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file namespace odb diff --git a/odb/sqlite/container-statements.hxx b/odb/sqlite/container-statements.hxx index 7edc2dc..b9cccf0 100644 --- a/odb/sqlite/container-statements.hxx +++ b/odb/sqlite/container-statements.hxx @@ -1,5 +1,4 @@ // file : odb/sqlite/container-statements.hxx -// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_CONTAINER_STATEMENTS_HXX diff --git a/odb/sqlite/container-statements.txx b/odb/sqlite/container-statements.txx index 8f3844c..6db91f2 100644 --- a/odb/sqlite/container-statements.txx +++ b/odb/sqlite/container-statements.txx @@ -1,5 +1,4 @@ // file : odb/sqlite/container-statements.txx -// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include // std::size_t diff --git a/odb/sqlite/database.cxx b/odb/sqlite/database.cxx index 79c8666..96fab8d 100644 --- a/odb/sqlite/database.cxx +++ b/odb/sqlite/database.cxx @@ -1,5 +1,4 @@ // file : odb/sqlite/database.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifdef _WIN32 diff --git a/odb/sqlite/database.hxx b/odb/sqlite/database.hxx index 024372c..e4c9e78 100644 --- a/odb/sqlite/database.hxx +++ b/odb/sqlite/database.hxx @@ -1,5 +1,4 @@ // file : odb/sqlite/database.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_DATABASE_HXX diff --git a/odb/sqlite/database.ixx b/odb/sqlite/database.ixx index a62dad1..c72d2f9 100644 --- a/odb/sqlite/database.ixx +++ b/odb/sqlite/database.ixx @@ -1,5 +1,4 @@ // file : odb/sqlite/database.ixx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include // move() diff --git a/odb/sqlite/details/build2/config-stub.h b/odb/sqlite/details/build2/config-stub.h index c5f34dd..34ba8ff 100644 --- a/odb/sqlite/details/build2/config-stub.h +++ b/odb/sqlite/details/build2/config-stub.h @@ -1,5 +1,4 @@ /* file : odb/sqlite/details/build2/config-stub.h - * copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC * license : GNU GPL v2; see accompanying LICENSE file */ diff --git a/odb/sqlite/details/build2/config-vc-stub.h b/odb/sqlite/details/build2/config-vc-stub.h index f24b0c0..70e3e93 100644 --- a/odb/sqlite/details/build2/config-vc-stub.h +++ b/odb/sqlite/details/build2/config-vc-stub.h @@ -1,5 +1,4 @@ /* file : odb/sqlite/details/build2/config-vc-stub.h - * copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC * license : GNU GPL v2; see accompanying LICENSE file */ diff --git a/odb/sqlite/details/build2/config-vc.h b/odb/sqlite/details/build2/config-vc.h index a3b0299..75ce442 100644 --- a/odb/sqlite/details/build2/config-vc.h +++ b/odb/sqlite/details/build2/config-vc.h @@ -1,5 +1,4 @@ /* file : odb/sqlite/details/build2/config-vc.h - * copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC * license : GNU GPL v2; see accompanying LICENSE file */ diff --git a/odb/sqlite/details/build2/config.h b/odb/sqlite/details/build2/config.h index f304825..b4a1a1f 100644 --- a/odb/sqlite/details/build2/config.h +++ b/odb/sqlite/details/build2/config.h @@ -1,5 +1,4 @@ /* file : odb/sqlite/details/build2/config.h - * copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC * license : GNU GPL v2; see accompanying LICENSE file */ diff --git a/odb/sqlite/details/config-vc.h b/odb/sqlite/details/config-vc.h index 1f1fc61..f42c2a0 100644 --- a/odb/sqlite/details/config-vc.h +++ b/odb/sqlite/details/config-vc.h @@ -1,5 +1,4 @@ /* file : odb/sqlite/details/config-vc.h - * copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC * license : GNU GPL v2; see accompanying LICENSE file */ diff --git a/odb/sqlite/details/config.h.in b/odb/sqlite/details/config.h.in index e819fda..a223ecb 100644 --- a/odb/sqlite/details/config.h.in +++ b/odb/sqlite/details/config.h.in @@ -1,5 +1,4 @@ /* file : odb/sqlite/details/config.h.in - * copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC * license : GNU GPL v2; see accompanying LICENSE file */ diff --git a/odb/sqlite/details/config.hxx b/odb/sqlite/details/config.hxx index 25c976d..bbf32f6 100644 --- a/odb/sqlite/details/config.hxx +++ b/odb/sqlite/details/config.hxx @@ -1,5 +1,4 @@ // file : odb/sqlite/details/config.hxx -// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_DETAILS_CONFIG_HXX diff --git a/odb/sqlite/details/conversion.hxx b/odb/sqlite/details/conversion.hxx index 687c9d0..04843b2 100644 --- a/odb/sqlite/details/conversion.hxx +++ b/odb/sqlite/details/conversion.hxx @@ -1,5 +1,4 @@ // file : odb/sqlite/details/conversion.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_DETAILS_CONVERSION_HXX diff --git a/odb/sqlite/details/export.hxx b/odb/sqlite/details/export.hxx index 3d838e7..515b891 100644 --- a/odb/sqlite/details/export.hxx +++ b/odb/sqlite/details/export.hxx @@ -1,5 +1,4 @@ // file : odb/sqlite/details/export.hxx -// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_DETAILS_EXPORT_HXX diff --git a/odb/sqlite/details/options.cli b/odb/sqlite/details/options.cli index 901457f..d1955c3 100644 --- a/odb/sqlite/details/options.cli +++ b/odb/sqlite/details/options.cli @@ -1,5 +1,4 @@ // file : odb/sqlite/details/options.cli -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file include ; diff --git a/odb/sqlite/error.cxx b/odb/sqlite/error.cxx index 49bdc96..ae6bbe3 100644 --- a/odb/sqlite/error.cxx +++ b/odb/sqlite/error.cxx @@ -1,5 +1,4 @@ // file : odb/sqlite/error.cxx -// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/sqlite/error.hxx b/odb/sqlite/error.hxx index 441e8ff..4646f85 100644 --- a/odb/sqlite/error.hxx +++ b/odb/sqlite/error.hxx @@ -1,5 +1,4 @@ // file : odb/sqlite/error.hxx -// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_ERROR_HXX diff --git a/odb/sqlite/exceptions.cxx b/odb/sqlite/exceptions.cxx index be06891..0621189 100644 --- a/odb/sqlite/exceptions.cxx +++ b/odb/sqlite/exceptions.cxx @@ -1,5 +1,4 @@ // file : odb/sqlite/exceptions.cxx -// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/sqlite/exceptions.hxx b/odb/sqlite/exceptions.hxx index 4312c31..3adb433 100644 --- a/odb/sqlite/exceptions.hxx +++ b/odb/sqlite/exceptions.hxx @@ -1,5 +1,4 @@ // file : odb/sqlite/exceptions.hxx -// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_EXCEPTIONS_HXX diff --git a/odb/sqlite/forward.hxx b/odb/sqlite/forward.hxx index e31b156..1be05b4 100644 --- a/odb/sqlite/forward.hxx +++ b/odb/sqlite/forward.hxx @@ -1,5 +1,4 @@ // file : odb/sqlite/forward.hxx -// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_FORWARD_HXX diff --git a/odb/sqlite/makefile b/odb/sqlite/makefile index b0baab1..13a3c40 100644 --- a/odb/sqlite/makefile +++ b/odb/sqlite/makefile @@ -1,5 +1,4 @@ # file : odb/sqlite/makefile -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/odb/sqlite/no-id-object-result.hxx b/odb/sqlite/no-id-object-result.hxx index 4b6b3d5..b0edb09 100644 --- a/odb/sqlite/no-id-object-result.hxx +++ b/odb/sqlite/no-id-object-result.hxx @@ -1,5 +1,4 @@ // file : odb/sqlite/no-id-object-result.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_NO_ID_OBJECT_RESULT_HXX diff --git a/odb/sqlite/no-id-object-result.txx b/odb/sqlite/no-id-object-result.txx index 0d3cae8..bd26afc 100644 --- a/odb/sqlite/no-id-object-result.txx +++ b/odb/sqlite/no-id-object-result.txx @@ -1,5 +1,4 @@ // file : odb/sqlite/no-id-object-result.txx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/sqlite/no-id-object-statements.hxx b/odb/sqlite/no-id-object-statements.hxx index fb57967..7a0376a 100644 --- a/odb/sqlite/no-id-object-statements.hxx +++ b/odb/sqlite/no-id-object-statements.hxx @@ -1,5 +1,4 @@ // file : odb/sqlite/no-id-object-statements.hxx -// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_NO_ID_OBJECT_STATEMENTS_HXX diff --git a/odb/sqlite/no-id-object-statements.txx b/odb/sqlite/no-id-object-statements.txx index 1fe1db8..d0a62b2 100644 --- a/odb/sqlite/no-id-object-statements.txx +++ b/odb/sqlite/no-id-object-statements.txx @@ -1,5 +1,4 @@ // file : odb/sqlite/no-id-object-statements.txx -// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include // std::memset diff --git a/odb/sqlite/polymorphic-object-result.hxx b/odb/sqlite/polymorphic-object-result.hxx index a9d34da..3239471 100644 --- a/odb/sqlite/polymorphic-object-result.hxx +++ b/odb/sqlite/polymorphic-object-result.hxx @@ -1,5 +1,4 @@ // file : odb/sqlite/polymorphic-object-result.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_POLYMORPHIC_OBJECT_RESULT_HXX diff --git a/odb/sqlite/polymorphic-object-result.txx b/odb/sqlite/polymorphic-object-result.txx index 960c477..bd22f01 100644 --- a/odb/sqlite/polymorphic-object-result.txx +++ b/odb/sqlite/polymorphic-object-result.txx @@ -1,5 +1,4 @@ // file : odb/sqlite/polymorphic-object-result.txx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/sqlite/polymorphic-object-statements.hxx b/odb/sqlite/polymorphic-object-statements.hxx index ddee2f0..736686b 100644 --- a/odb/sqlite/polymorphic-object-statements.hxx +++ b/odb/sqlite/polymorphic-object-statements.hxx @@ -1,5 +1,4 @@ // file : odb/sqlite/polymorphic-object-statements.hxx -// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_POLYMORPHIC_OBJECT_STATEMENTS_HXX diff --git a/odb/sqlite/polymorphic-object-statements.txx b/odb/sqlite/polymorphic-object-statements.txx index 6757e4b..f2a1605 100644 --- a/odb/sqlite/polymorphic-object-statements.txx +++ b/odb/sqlite/polymorphic-object-statements.txx @@ -1,5 +1,4 @@ // file : odb/sqlite/polymorphic-object-statements.txx -// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include // std::memset diff --git a/odb/sqlite/prepared-query.cxx b/odb/sqlite/prepared-query.cxx index 6812b39..ed63191 100644 --- a/odb/sqlite/prepared-query.cxx +++ b/odb/sqlite/prepared-query.cxx @@ -1,5 +1,4 @@ // file : odb/sqlite/prepared-query.cxx -// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/sqlite/prepared-query.hxx b/odb/sqlite/prepared-query.hxx index d688b06..4938ff3 100644 --- a/odb/sqlite/prepared-query.hxx +++ b/odb/sqlite/prepared-query.hxx @@ -1,5 +1,4 @@ // file : odb/sqlite/prepared-query.hxx -// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_PREPARED_QUERY_HXX diff --git a/odb/sqlite/query-const-expr.cxx b/odb/sqlite/query-const-expr.cxx index 17ef809..c8eaec7 100644 --- a/odb/sqlite/query-const-expr.cxx +++ b/odb/sqlite/query-const-expr.cxx @@ -1,5 +1,4 @@ // file : odb/sqlite/query-const-expr.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/sqlite/query-dynamic.cxx b/odb/sqlite/query-dynamic.cxx index 5a05011..8089aed 100644 --- a/odb/sqlite/query-dynamic.cxx +++ b/odb/sqlite/query-dynamic.cxx @@ -1,5 +1,4 @@ // file : odb/sqlite/query-dynamic.cxx -// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include // std::size_t diff --git a/odb/sqlite/query-dynamic.hxx b/odb/sqlite/query-dynamic.hxx index ee14f32..f720a95 100644 --- a/odb/sqlite/query-dynamic.hxx +++ b/odb/sqlite/query-dynamic.hxx @@ -1,5 +1,4 @@ // file : odb/sqlite/query-dynamic.hxx -// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_QUERY_DYNAMIC_HXX diff --git a/odb/sqlite/query-dynamic.ixx b/odb/sqlite/query-dynamic.ixx index 0a51893..7fafe3e 100644 --- a/odb/sqlite/query-dynamic.ixx +++ b/odb/sqlite/query-dynamic.ixx @@ -1,5 +1,4 @@ // file : odb/sqlite/query-dynamic.ixx -// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file namespace odb diff --git a/odb/sqlite/query-dynamic.txx b/odb/sqlite/query-dynamic.txx index faebf25..48b7ec4 100644 --- a/odb/sqlite/query-dynamic.txx +++ b/odb/sqlite/query-dynamic.txx @@ -1,5 +1,4 @@ // file : odb/sqlite/query-dynamic.txx -// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file namespace odb diff --git a/odb/sqlite/query.cxx b/odb/sqlite/query.cxx index 5862f83..98eb1cd 100644 --- a/odb/sqlite/query.cxx +++ b/odb/sqlite/query.cxx @@ -1,5 +1,4 @@ // file : odb/sqlite/query.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include // std::size_t diff --git a/odb/sqlite/query.hxx b/odb/sqlite/query.hxx index 70e4aa1..c9cbfaa 100644 --- a/odb/sqlite/query.hxx +++ b/odb/sqlite/query.hxx @@ -1,5 +1,4 @@ // file : odb/sqlite/query.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_QUERY_HXX diff --git a/odb/sqlite/query.ixx b/odb/sqlite/query.ixx index 2b4cd3f..00e9b66 100644 --- a/odb/sqlite/query.ixx +++ b/odb/sqlite/query.ixx @@ -1,5 +1,4 @@ // file : odb/sqlite/query.ixx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file namespace odb diff --git a/odb/sqlite/query.txx b/odb/sqlite/query.txx index 3ee8bdf..f381ff0 100644 --- a/odb/sqlite/query.txx +++ b/odb/sqlite/query.txx @@ -1,5 +1,4 @@ // file : odb/sqlite/query.txx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file namespace odb diff --git a/odb/sqlite/section-statements.hxx b/odb/sqlite/section-statements.hxx index 2ac489f..e6a5da6 100644 --- a/odb/sqlite/section-statements.hxx +++ b/odb/sqlite/section-statements.hxx @@ -1,5 +1,4 @@ // file : odb/sqlite/section-statements.hxx -// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_SECTION_STATEMENTS_HXX diff --git a/odb/sqlite/section-statements.txx b/odb/sqlite/section-statements.txx index 1fdc7a2..ff588b3 100644 --- a/odb/sqlite/section-statements.txx +++ b/odb/sqlite/section-statements.txx @@ -1,5 +1,4 @@ // file : odb/sqlite/section-statements.txx -// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include // std::memset diff --git a/odb/sqlite/simple-object-result.hxx b/odb/sqlite/simple-object-result.hxx index 223257a..d68af8e 100644 --- a/odb/sqlite/simple-object-result.hxx +++ b/odb/sqlite/simple-object-result.hxx @@ -1,5 +1,4 @@ // file : odb/sqlite/simple-object-result.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_SIMPLE_OBJECT_RESULT_HXX diff --git a/odb/sqlite/simple-object-result.txx b/odb/sqlite/simple-object-result.txx index 542a006..f27b226 100644 --- a/odb/sqlite/simple-object-result.txx +++ b/odb/sqlite/simple-object-result.txx @@ -1,5 +1,4 @@ // file : odb/sqlite/simple-object-result.txx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/sqlite/simple-object-statements.cxx b/odb/sqlite/simple-object-statements.cxx index bb93645..1eb07db 100644 --- a/odb/sqlite/simple-object-statements.cxx +++ b/odb/sqlite/simple-object-statements.cxx @@ -1,5 +1,4 @@ // file : odb/sqlite/simple-object-statements.cxx -// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/sqlite/simple-object-statements.hxx b/odb/sqlite/simple-object-statements.hxx index 41bcba9..b60fe6c 100644 --- a/odb/sqlite/simple-object-statements.hxx +++ b/odb/sqlite/simple-object-statements.hxx @@ -1,5 +1,4 @@ // file : odb/sqlite/simple-object-statements.hxx -// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_SIMPLE_OBJECT_STATEMENTS_HXX diff --git a/odb/sqlite/simple-object-statements.ixx b/odb/sqlite/simple-object-statements.ixx index 0cd08e7..6756c06 100644 --- a/odb/sqlite/simple-object-statements.ixx +++ b/odb/sqlite/simple-object-statements.ixx @@ -1,5 +1,4 @@ // file : odb/sqlite/simple-object-statements.ixx -// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file namespace odb diff --git a/odb/sqlite/simple-object-statements.txx b/odb/sqlite/simple-object-statements.txx index 43efd28..b80944d 100644 --- a/odb/sqlite/simple-object-statements.txx +++ b/odb/sqlite/simple-object-statements.txx @@ -1,5 +1,4 @@ // file : odb/sqlite/simple-object-statements.txx -// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include // std::memset diff --git a/odb/sqlite/sqlite-types.hxx b/odb/sqlite/sqlite-types.hxx index fa46b32..b9839bf 100644 --- a/odb/sqlite/sqlite-types.hxx +++ b/odb/sqlite/sqlite-types.hxx @@ -1,5 +1,4 @@ // file : odb/sqlite/sqlite-types.hxx -// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_SQLITE_TYPES_HXX diff --git a/odb/sqlite/statement-cache.cxx b/odb/sqlite/statement-cache.cxx index 36d71ee..095dcad 100644 --- a/odb/sqlite/statement-cache.cxx +++ b/odb/sqlite/statement-cache.cxx @@ -1,5 +1,4 @@ // file : odb/sqlite/statement-cache.cxx -// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/sqlite/statement-cache.hxx b/odb/sqlite/statement-cache.hxx index ffa7f34..b42bda4 100644 --- a/odb/sqlite/statement-cache.hxx +++ b/odb/sqlite/statement-cache.hxx @@ -1,5 +1,4 @@ // file : odb/sqlite/statement-cache.hxx -// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_STATEMENT_CACHE_HXX diff --git a/odb/sqlite/statement-cache.txx b/odb/sqlite/statement-cache.txx index 1dedb58..c089e32 100644 --- a/odb/sqlite/statement-cache.txx +++ b/odb/sqlite/statement-cache.txx @@ -1,5 +1,4 @@ // file : odb/sqlite/statement-cache.txx -// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/sqlite/statement.cxx b/odb/sqlite/statement.cxx index da72d38..8f93a9f 100644 --- a/odb/sqlite/statement.cxx +++ b/odb/sqlite/statement.cxx @@ -1,5 +1,4 @@ // file : odb/sqlite/statement.cxx -// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/sqlite/statement.hxx b/odb/sqlite/statement.hxx index 4be1c5a..9eeea7b 100644 --- a/odb/sqlite/statement.hxx +++ b/odb/sqlite/statement.hxx @@ -1,5 +1,4 @@ // file : odb/sqlite/statement.hxx -// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_STATEMENT_HXX diff --git a/odb/sqlite/statements-base.cxx b/odb/sqlite/statements-base.cxx index d0bd786..bde8c55 100644 --- a/odb/sqlite/statements-base.cxx +++ b/odb/sqlite/statements-base.cxx @@ -1,5 +1,4 @@ // file : odb/sqlite/statements-base.cxx -// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/sqlite/statements-base.hxx b/odb/sqlite/statements-base.hxx index 60619df..5851d1b 100644 --- a/odb/sqlite/statements-base.hxx +++ b/odb/sqlite/statements-base.hxx @@ -1,5 +1,4 @@ // file : odb/sqlite/statements-base.hxx -// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_STATEMENTS_BASE_HXX diff --git a/odb/sqlite/stream.cxx b/odb/sqlite/stream.cxx index ff39a88..8420ba2 100644 --- a/odb/sqlite/stream.cxx +++ b/odb/sqlite/stream.cxx @@ -1,5 +1,4 @@ // file : odb/sqlite/stream.cxx -// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/sqlite/stream.hxx b/odb/sqlite/stream.hxx index 3569082..c2d45c0 100644 --- a/odb/sqlite/stream.hxx +++ b/odb/sqlite/stream.hxx @@ -1,5 +1,4 @@ // file : odb/sqlite/stream.hxx -// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_STREAM_HXX diff --git a/odb/sqlite/text-stream.hxx b/odb/sqlite/text-stream.hxx index 851d82d..7a9b467 100644 --- a/odb/sqlite/text-stream.hxx +++ b/odb/sqlite/text-stream.hxx @@ -1,5 +1,4 @@ // file : odb/sqlite/text-stream.hxx -// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_TEXT_STREAM_HXX diff --git a/odb/sqlite/text.hxx b/odb/sqlite/text.hxx index b95f248..3f681fb 100644 --- a/odb/sqlite/text.hxx +++ b/odb/sqlite/text.hxx @@ -1,5 +1,4 @@ // file : odb/sqlite/text.hxx -// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_TEXT_HXX diff --git a/odb/sqlite/tracer.cxx b/odb/sqlite/tracer.cxx index 4c3def8..49f6b00 100644 --- a/odb/sqlite/tracer.cxx +++ b/odb/sqlite/tracer.cxx @@ -1,5 +1,4 @@ // file : odb/sqlite/tracer.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/sqlite/tracer.hxx b/odb/sqlite/tracer.hxx index 8f8ac8b..b12573b 100644 --- a/odb/sqlite/tracer.hxx +++ b/odb/sqlite/tracer.hxx @@ -1,5 +1,4 @@ // file : odb/sqlite/tracer.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_TRACER_HXX diff --git a/odb/sqlite/traits-calls.hxx b/odb/sqlite/traits-calls.hxx index dbc77a1..9d5b59f 100644 --- a/odb/sqlite/traits-calls.hxx +++ b/odb/sqlite/traits-calls.hxx @@ -1,5 +1,4 @@ // file : odb/sqlite/traits-calls.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_TRAITS_CALLS_HXX diff --git a/odb/sqlite/traits.cxx b/odb/sqlite/traits.cxx index 73c5521..a47455d 100644 --- a/odb/sqlite/traits.cxx +++ b/odb/sqlite/traits.cxx @@ -1,5 +1,4 @@ // file : odb/sqlite/traits.cxx -// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/sqlite/traits.hxx b/odb/sqlite/traits.hxx index 0c10e69..a8cf578 100644 --- a/odb/sqlite/traits.hxx +++ b/odb/sqlite/traits.hxx @@ -1,5 +1,4 @@ // file : odb/sqlite/traits.hxx -// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_TRAITS_HXX diff --git a/odb/sqlite/transaction-impl.cxx b/odb/sqlite/transaction-impl.cxx index aabb900..315af70 100644 --- a/odb/sqlite/transaction-impl.cxx +++ b/odb/sqlite/transaction-impl.cxx @@ -1,5 +1,4 @@ // file : odb/sqlite/transaction-impl.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/sqlite/transaction-impl.hxx b/odb/sqlite/transaction-impl.hxx index 263fa1a..818270a 100644 --- a/odb/sqlite/transaction-impl.hxx +++ b/odb/sqlite/transaction-impl.hxx @@ -1,5 +1,4 @@ // file : odb/sqlite/transaction-impl.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_TRANSACTION_IMPL_HXX diff --git a/odb/sqlite/transaction-impl.ixx b/odb/sqlite/transaction-impl.ixx index ae66cfa..c49fedb 100644 --- a/odb/sqlite/transaction-impl.ixx +++ b/odb/sqlite/transaction-impl.ixx @@ -1,5 +1,4 @@ // file : odb/sqlite/transaction-impl.ixx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file namespace odb diff --git a/odb/sqlite/transaction.cxx b/odb/sqlite/transaction.cxx index 3e98984..8b4ab23 100644 --- a/odb/sqlite/transaction.cxx +++ b/odb/sqlite/transaction.cxx @@ -1,5 +1,4 @@ // file : odb/sqlite/transaction.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/sqlite/transaction.hxx b/odb/sqlite/transaction.hxx index b41ed10..01df7d4 100644 --- a/odb/sqlite/transaction.hxx +++ b/odb/sqlite/transaction.hxx @@ -1,5 +1,4 @@ // file : odb/sqlite/transaction.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_TRANSACTION_HXX diff --git a/odb/sqlite/transaction.ixx b/odb/sqlite/transaction.ixx index accf263..0528cec 100644 --- a/odb/sqlite/transaction.ixx +++ b/odb/sqlite/transaction.ixx @@ -1,5 +1,4 @@ // file : odb/sqlite/transaction.ixx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/sqlite/version-build2-stub.hxx b/odb/sqlite/version-build2-stub.hxx index 697d375..a6bb4d0 100644 --- a/odb/sqlite/version-build2-stub.hxx +++ b/odb/sqlite/version-build2-stub.hxx @@ -1,5 +1,4 @@ // file : odb/sqlite/version-build2-stub.hxx -// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/sqlite/version-build2.hxx.in b/odb/sqlite/version-build2.hxx.in index 0e0d238..50fef2d 100644 --- a/odb/sqlite/version-build2.hxx.in +++ b/odb/sqlite/version-build2.hxx.in @@ -1,5 +1,4 @@ // file : odb/sqlite/version-build2.hxx.in -// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef LIBODB_SQLITE_VERSION // Note: using the version macro itself. diff --git a/odb/sqlite/version.hxx b/odb/sqlite/version.hxx index cf47bd4..b92f5c3 100644 --- a/odb/sqlite/version.hxx +++ b/odb/sqlite/version.hxx @@ -1,5 +1,4 @@ // file : odb/sqlite/version.hxx -// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifdef LIBODB_SQLITE_BUILD2 diff --git a/odb/sqlite/view-result.hxx b/odb/sqlite/view-result.hxx index 5b300b8..ce3d747 100644 --- a/odb/sqlite/view-result.hxx +++ b/odb/sqlite/view-result.hxx @@ -1,5 +1,4 @@ // file : odb/sqlite/view-result.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_VIEW_RESULT_HXX diff --git a/odb/sqlite/view-result.txx b/odb/sqlite/view-result.txx index 9e5957c..60efb81 100644 --- a/odb/sqlite/view-result.txx +++ b/odb/sqlite/view-result.txx @@ -1,5 +1,4 @@ // file : odb/sqlite/view-result.txx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/sqlite/view-statements.hxx b/odb/sqlite/view-statements.hxx index 555884a..0bd79ee 100644 --- a/odb/sqlite/view-statements.hxx +++ b/odb/sqlite/view-statements.hxx @@ -1,5 +1,4 @@ // file : odb/sqlite/view-statements.hxx -// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_SQLITE_VIEW_STATEMENTS_HXX diff --git a/odb/sqlite/view-statements.txx b/odb/sqlite/view-statements.txx index 0f06f1c..0531a92 100644 --- a/odb/sqlite/view-statements.txx +++ b/odb/sqlite/view-statements.txx @@ -1,5 +1,4 @@ // file : odb/sqlite/view-statements.txx -// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include // std::size_t diff --git a/tests/basics/buildfile b/tests/basics/buildfile index 9759243..5d671d3 100644 --- a/tests/basics/buildfile +++ b/tests/basics/buildfile @@ -1,5 +1,4 @@ # file : tests/basics/buildfile -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file import libs = libodb-sqlite%lib{odb-sqlite} diff --git a/tests/basics/driver.cxx b/tests/basics/driver.cxx index 053d76b..b998574 100644 --- a/tests/basics/driver.cxx +++ b/tests/basics/driver.cxx @@ -1,5 +1,4 @@ // file : tests/basics/driver.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Basic test to make sure the library is usable. Functionality testing diff --git a/tests/build/bootstrap.build b/tests/build/bootstrap.build index c5c067b..6ee38db 100644 --- a/tests/build/bootstrap.build +++ b/tests/build/bootstrap.build @@ -1,5 +1,4 @@ # file : tests/build/bootstrap.build -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file project = # Unnamed subproject. diff --git a/tests/build/root.build b/tests/build/root.build index da6ff40..6c5a90b 100644 --- a/tests/build/root.build +++ b/tests/build/root.build @@ -1,5 +1,4 @@ # file : tests/build/root.build -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file cxx.std = latest diff --git a/tests/buildfile b/tests/buildfile index 3614001..57588a4 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -1,5 +1,4 @@ # file : tests/buildfile -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file ./: {*/ -build/} -- cgit v1.1