aboutsummaryrefslogtreecommitdiff
path: root/pgsql/types
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-02-09 10:19:19 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-02-09 10:19:19 +0200
commitd56f7077de2a985b9e105df3fd70253381a01401 (patch)
tree517733baa1781534f20ad16db9faf86ff52a90db /pgsql/types
parent73ec71168651c90160635fa9c990edc716c0dd34 (diff)
Update copyright year
Diffstat (limited to 'pgsql/types')
-rw-r--r--pgsql/types/driver.cxx2
-rw-r--r--pgsql/types/makefile2
-rw-r--r--pgsql/types/test.hxx2
-rw-r--r--pgsql/types/traits.hxx2
4 files changed, 4 insertions, 4 deletions
diff --git a/pgsql/types/driver.cxx b/pgsql/types/driver.cxx
index d2e5e80..9fb4e20 100644
--- a/pgsql/types/driver.cxx
+++ b/pgsql/types/driver.cxx
@@ -1,5 +1,5 @@
// file : pgsql/types/driver.cxx
-// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 2a8cd93..eb173ec 100644
--- a/pgsql/types/makefile
+++ b/pgsql/types/makefile
@@ -1,5 +1,5 @@
# file : pgsql/types/makefile
-# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 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 3078576..d6fdcf0 100644
--- a/pgsql/types/test.hxx
+++ b/pgsql/types/test.hxx
@@ -1,5 +1,5 @@
// file : pgsql/types/test.hxx
-// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 10dcb24..487ba11 100644
--- a/pgsql/types/traits.hxx
+++ b/pgsql/types/traits.hxx
@@ -1,5 +1,5 @@
// file : pgsql/types/traits.hxx
-// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TRAITS_HXX