From 9c304207722ff9e2794ba25bb496858f089e4a2a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 6 Feb 2015 09:31:17 +0200 Subject: Update copyright --- oracle/Makefile.am | 2 +- oracle/custom/driver.cxx | 2 +- oracle/custom/makefile | 2 +- oracle/custom/test.hxx | 2 +- oracle/custom/traits.hxx | 2 +- oracle/database/driver.cxx | 2 +- oracle/database/makefile | 2 +- oracle/makefile | 2 +- oracle/native/driver.cxx | 2 +- oracle/native/makefile | 2 +- oracle/template/Makefile.am | 2 +- oracle/template/driver.cxx | 2 +- oracle/template/makefile | 2 +- oracle/template/test.hxx | 2 +- oracle/test.bat | 2 +- oracle/types/driver.cxx | 2 +- oracle/types/makefile | 2 +- oracle/types/test.hxx | 2 +- oracle/types/traits.hxx | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) (limited to 'oracle') diff --git a/oracle/Makefile.am b/oracle/Makefile.am index 69b8ec0..80a9689 100644 --- a/oracle/Makefile.am +++ b/oracle/Makefile.am @@ -1,5 +1,5 @@ # file : oracle/Makefile.am -# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file SUBDIRS = __path__(dirs) diff --git a/oracle/custom/driver.cxx b/oracle/custom/driver.cxx index 827ba74..ebab793 100644 --- a/oracle/custom/driver.cxx +++ b/oracle/custom/driver.cxx @@ -1,5 +1,5 @@ // file : oracle/custom/driver.cxx -// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test custom database type mapping in Oracle. diff --git a/oracle/custom/makefile b/oracle/custom/makefile index 8ff04bd..8f79329 100644 --- a/oracle/custom/makefile +++ b/oracle/custom/makefile @@ -1,5 +1,5 @@ # file : oracle/custom/makefile -# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/oracle/custom/test.hxx b/oracle/custom/test.hxx index cc1482b..a569a17 100644 --- a/oracle/custom/test.hxx +++ b/oracle/custom/test.hxx @@ -1,5 +1,5 @@ // file : oracle/custom/test.hxx -// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST_HXX diff --git a/oracle/custom/traits.hxx b/oracle/custom/traits.hxx index 1797e05..c378a8e 100644 --- a/oracle/custom/traits.hxx +++ b/oracle/custom/traits.hxx @@ -1,5 +1,5 @@ // file : oracle/types/traits.hxx -// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TRAITS_HXX diff --git a/oracle/database/driver.cxx b/oracle/database/driver.cxx index dd3c96f..93dabb7 100644 --- a/oracle/database/driver.cxx +++ b/oracle/database/driver.cxx @@ -1,5 +1,5 @@ // file : oracle/database/driver.cxx -// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test that database constructors are unambiguous (compilation only). diff --git a/oracle/database/makefile b/oracle/database/makefile index 2514d3e..081e85f 100644 --- a/oracle/database/makefile +++ b/oracle/database/makefile @@ -1,5 +1,5 @@ # file : oracle/database/makefile -# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/oracle/makefile b/oracle/makefile index 4069f1a..debf00d 100644 --- a/oracle/makefile +++ b/oracle/makefile @@ -1,5 +1,5 @@ # file : oracle/makefile -# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make diff --git a/oracle/native/driver.cxx b/oracle/native/driver.cxx index 8eb673c..d15e40c 100644 --- a/oracle/native/driver.cxx +++ b/oracle/native/driver.cxx @@ -1,5 +1,5 @@ // file : oracle/native/driver.cxx -// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test native SQL execution. diff --git a/oracle/native/makefile b/oracle/native/makefile index ef5f8ea..7ab13cc 100644 --- a/oracle/native/makefile +++ b/oracle/native/makefile @@ -1,5 +1,5 @@ # file : oracle/native/makefile -# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/oracle/template/Makefile.am b/oracle/template/Makefile.am index 3ad710e..7c44003 100644 --- a/oracle/template/Makefile.am +++ b/oracle/template/Makefile.am @@ -1,5 +1,5 @@ # file : oracle/template/Makefile.am -# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file EXTRA_DIST = __file__(extra_dist) diff --git a/oracle/template/driver.cxx b/oracle/template/driver.cxx index 68206dc..f0e9771 100644 --- a/oracle/template/driver.cxx +++ b/oracle/template/driver.cxx @@ -1,5 +1,5 @@ // file : oracle/template/driver.cxx -// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // PLACE TEST DESCRIPTION HERE diff --git a/oracle/template/makefile b/oracle/template/makefile index ece1ea4..30ea64a 100644 --- a/oracle/template/makefile +++ b/oracle/template/makefile @@ -1,5 +1,5 @@ # file : oracle/template/makefile -# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/oracle/template/test.hxx b/oracle/template/test.hxx index bcfb71e..d393c27 100644 --- a/oracle/template/test.hxx +++ b/oracle/template/test.hxx @@ -1,5 +1,5 @@ // file : oracle/template/test.hxx -// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST_HXX diff --git a/oracle/test.bat b/oracle/test.bat index 093fe27..810e680 100644 --- a/oracle/test.bat +++ b/oracle/test.bat @@ -1,6 +1,6 @@ @echo off rem file : oracle/test.bat -rem copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +rem copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC rem license : GNU GPL v2; see accompanying LICENSE file setlocal diff --git a/oracle/types/driver.cxx b/oracle/types/driver.cxx index 4b40bd1..8911635 100644 --- a/oracle/types/driver.cxx +++ b/oracle/types/driver.cxx @@ -1,5 +1,5 @@ // file : oracle/types/driver.cxx -// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test Oracle type conversion. diff --git a/oracle/types/makefile b/oracle/types/makefile index d084705..c3f015c 100644 --- a/oracle/types/makefile +++ b/oracle/types/makefile @@ -1,5 +1,5 @@ # file : oracle/types/makefile -# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/oracle/types/test.hxx b/oracle/types/test.hxx index ac903b8..804f0aa 100644 --- a/oracle/types/test.hxx +++ b/oracle/types/test.hxx @@ -1,5 +1,5 @@ // file : oracle/types/test.hxx -// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST_HXX diff --git a/oracle/types/traits.hxx b/oracle/types/traits.hxx index edd790a..57bb257 100644 --- a/oracle/types/traits.hxx +++ b/oracle/types/traits.hxx @@ -1,5 +1,5 @@ // file : oracle/types/traits.hxx -// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TRAITS_HXX -- cgit v1.1