From ad0fc0d9e6d9ad4e9aef6c76e1150ccf8885b217 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 29 Jan 2012 14:52:04 +0200 Subject: Update copyright year --- pgsql/Makefile.am | 2 +- pgsql/makefile | 2 +- pgsql/native/driver.cxx | 2 +- pgsql/native/makefile | 2 +- pgsql/template/Makefile.am | 2 +- pgsql/template/driver.cxx | 2 +- pgsql/template/makefile | 2 +- pgsql/template/test.hxx | 2 +- pgsql/test.bat | 2 +- pgsql/truncation/driver.cxx | 2 +- pgsql/truncation/makefile | 2 +- pgsql/truncation/test.hxx | 2 +- pgsql/types/driver.cxx | 2 +- pgsql/types/makefile | 2 +- pgsql/types/test.hxx | 2 +- pgsql/types/traits.hxx | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) (limited to 'pgsql') diff --git a/pgsql/Makefile.am b/pgsql/Makefile.am index e7a0d57..ea93c9c 100644 --- a/pgsql/Makefile.am +++ b/pgsql/Makefile.am @@ -1,5 +1,5 @@ # file : pgsql/Makefile.am -# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file SUBDIRS = __path__(dirs) diff --git a/pgsql/makefile b/pgsql/makefile index 097072e..6add9be 100644 --- a/pgsql/makefile +++ b/pgsql/makefile @@ -1,5 +1,5 @@ # file : pgsql/makefile -# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC # license : GNU GPL; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make diff --git a/pgsql/native/driver.cxx b/pgsql/native/driver.cxx index c2389a0..10bf92d 100644 --- a/pgsql/native/driver.cxx +++ b/pgsql/native/driver.cxx @@ -1,5 +1,5 @@ // file : pgsql/native/driver.cxx -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test PostgreSQL native SQL execution. diff --git a/pgsql/native/makefile b/pgsql/native/makefile index 940cfee..79d28a3 100644 --- a/pgsql/native/makefile +++ b/pgsql/native/makefile @@ -1,5 +1,5 @@ # file : pgsql/native/makefile -# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/pgsql/template/Makefile.am b/pgsql/template/Makefile.am index a34a5c3..7f0984f 100644 --- a/pgsql/template/Makefile.am +++ b/pgsql/template/Makefile.am @@ -1,5 +1,5 @@ # file : pgsql/template/Makefile.am -# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file EXTRA_DIST = __file__(extra_dist) diff --git a/pgsql/template/driver.cxx b/pgsql/template/driver.cxx index 7f3ec12..755aaeb 100644 --- a/pgsql/template/driver.cxx +++ b/pgsql/template/driver.cxx @@ -1,5 +1,5 @@ // file : pgsql/template/driver.cxx -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // PLACE TEST DESCRIPTION HERE diff --git a/pgsql/template/makefile b/pgsql/template/makefile index d1edd41..3682441 100644 --- a/pgsql/template/makefile +++ b/pgsql/template/makefile @@ -1,5 +1,5 @@ # file : pgsql/template/makefile -# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/pgsql/template/test.hxx b/pgsql/template/test.hxx index be89561..9916172 100644 --- a/pgsql/template/test.hxx +++ b/pgsql/template/test.hxx @@ -1,5 +1,5 @@ // file : pgsql/template/test.hxx -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST_HXX diff --git a/pgsql/test.bat b/pgsql/test.bat index cd93b22..fb0389e 100644 --- a/pgsql/test.bat +++ b/pgsql/test.bat @@ -1,6 +1,6 @@ @echo off rem file : pgsql/test.bat -rem copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +rem copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC rem license : GNU GPL v2; see accompanying LICENSE file setlocal diff --git a/pgsql/truncation/driver.cxx b/pgsql/truncation/driver.cxx index 810f422..eefbdcd 100644 --- a/pgsql/truncation/driver.cxx +++ b/pgsql/truncation/driver.cxx @@ -1,5 +1,5 @@ // file : pgsql/truncation/driver.cxx -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test insufficient buffer/truncation handling. diff --git a/pgsql/truncation/makefile b/pgsql/truncation/makefile index 152250c..f6dfe18 100644 --- a/pgsql/truncation/makefile +++ b/pgsql/truncation/makefile @@ -1,5 +1,5 @@ # file : pgsql/truncation/makefile -# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/pgsql/truncation/test.hxx b/pgsql/truncation/test.hxx index 1fbba44..531cbfa 100644 --- a/pgsql/truncation/test.hxx +++ b/pgsql/truncation/test.hxx @@ -1,5 +1,5 @@ // file : pgsql/truncation/test.hxx -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST_HXX diff --git a/pgsql/types/driver.cxx b/pgsql/types/driver.cxx index e69f3a5..724a068 100644 --- a/pgsql/types/driver.cxx +++ b/pgsql/types/driver.cxx @@ -1,5 +1,5 @@ // file : pgsql/types/driver.cxx -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test PostgreSQL type conversion. diff --git a/pgsql/types/makefile b/pgsql/types/makefile index 41c890c..e2cff01 100644 --- a/pgsql/types/makefile +++ b/pgsql/types/makefile @@ -1,5 +1,5 @@ # file : pgsql/types/makefile -# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/pgsql/types/test.hxx b/pgsql/types/test.hxx index 354a190..856e981 100644 --- a/pgsql/types/test.hxx +++ b/pgsql/types/test.hxx @@ -1,5 +1,5 @@ // file : pgsql/types/test.hxx -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST_HXX diff --git a/pgsql/types/traits.hxx b/pgsql/types/traits.hxx index eadc94a..0ec4079 100644 --- a/pgsql/types/traits.hxx +++ b/pgsql/types/traits.hxx @@ -1,5 +1,5 @@ // file : pgsql/types/traits.hxx -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TRAITS_HXX -- cgit v1.1