From d56f7077de2a985b9e105df3fd70253381a01401 Mon Sep 17 00:00:00 2001
From: Boris Kolpackov <boris@codesynthesis.com>
Date: Sat, 9 Feb 2013 10:19:19 +0200
Subject: Update copyright year

---
 boost/pgsql/Makefile.am          | 2 +-
 boost/pgsql/date-time/driver.cxx | 2 +-
 boost/pgsql/date-time/makefile   | 2 +-
 boost/pgsql/date-time/test.hxx   | 2 +-
 boost/pgsql/makefile             | 2 +-
 boost/pgsql/template/Makefile.am | 2 +-
 boost/pgsql/template/driver.cxx  | 2 +-
 boost/pgsql/template/makefile    | 2 +-
 boost/pgsql/template/test.hxx    | 2 +-
 boost/pgsql/test.bat             | 2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)

(limited to 'boost/pgsql')

diff --git a/boost/pgsql/Makefile.am b/boost/pgsql/Makefile.am
index c925995..09e068d 100644
--- a/boost/pgsql/Makefile.am
+++ b/boost/pgsql/Makefile.am
@@ -1,5 +1,5 @@
 # file      : boost/pgsql/Makefile.am
-# 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
 
 SUBDIRS = __path__(dirs)
diff --git a/boost/pgsql/date-time/driver.cxx b/boost/pgsql/date-time/driver.cxx
index afd4657..7e65791 100644
--- a/boost/pgsql/date-time/driver.cxx
+++ b/boost/pgsql/date-time/driver.cxx
@@ -1,5 +1,5 @@
 // file      : boost/pgsql/date-time/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 boost date/time type persistence. PostgreSQL version.
diff --git a/boost/pgsql/date-time/makefile b/boost/pgsql/date-time/makefile
index 5d812bc..a60f648 100644
--- a/boost/pgsql/date-time/makefile
+++ b/boost/pgsql/date-time/makefile
@@ -1,5 +1,5 @@
 # file      : boost/pgsql/date-time/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/boost/pgsql/date-time/test.hxx b/boost/pgsql/date-time/test.hxx
index b197037..3541a10 100644
--- a/boost/pgsql/date-time/test.hxx
+++ b/boost/pgsql/date-time/test.hxx
@@ -1,5 +1,5 @@
 // file      : boost/pgsql/date-time/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/boost/pgsql/makefile b/boost/pgsql/makefile
index 8f3d4ae..94e993f 100644
--- a/boost/pgsql/makefile
+++ b/boost/pgsql/makefile
@@ -1,5 +1,5 @@
 # file      : boost/pgsql/makefile
-# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
 # license   : GNU GPL; see accompanying LICENSE file
 
 include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
diff --git a/boost/pgsql/template/Makefile.am b/boost/pgsql/template/Makefile.am
index 24a0206..6fab9cc 100644
--- a/boost/pgsql/template/Makefile.am
+++ b/boost/pgsql/template/Makefile.am
@@ -1,5 +1,5 @@
 # file      : boost/pgsql/template/Makefile.am
-# 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
 
 EXTRA_DIST = __file__(extra_dist)
diff --git a/boost/pgsql/template/driver.cxx b/boost/pgsql/template/driver.cxx
index 0c1b33d..de6b3c8 100644
--- a/boost/pgsql/template/driver.cxx
+++ b/boost/pgsql/template/driver.cxx
@@ -1,5 +1,5 @@
 // file      : boost/pgsql/template/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
 
 // PLACE TEST DESCRIPTION HERE
diff --git a/boost/pgsql/template/makefile b/boost/pgsql/template/makefile
index 35ec75b..c27ffad 100644
--- a/boost/pgsql/template/makefile
+++ b/boost/pgsql/template/makefile
@@ -1,5 +1,5 @@
 # file      : boost/pgsql/template/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/boost/pgsql/template/test.hxx b/boost/pgsql/template/test.hxx
index 605bc5b..22d26a1 100644
--- a/boost/pgsql/template/test.hxx
+++ b/boost/pgsql/template/test.hxx
@@ -1,5 +1,5 @@
 // file      : boost/pgsql/template/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/boost/pgsql/test.bat b/boost/pgsql/test.bat
index 835bcda..0453bc3 100644
--- a/boost/pgsql/test.bat
+++ b/boost/pgsql/test.bat
@@ -1,6 +1,6 @@
 @echo off
 rem file      : boost/pgsql/test.bat
-rem copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+rem copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
 rem license   : GNU GPL v2; see accompanying LICENSE file
 
 setlocal
-- 
cgit v1.1