diff options
Diffstat (limited to 'pgsql/database')
-rw-r--r-- | pgsql/database/driver.cxx | 2 | ||||
-rw-r--r-- | pgsql/database/makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pgsql/database/driver.cxx b/pgsql/database/driver.cxx index 68c34ab..b6c0af5 100644 --- a/pgsql/database/driver.cxx +++ b/pgsql/database/driver.cxx @@ -1,5 +1,5 @@ // file : pgsql/database/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 that database constructors are unambiguous (compilation only). diff --git a/pgsql/database/makefile b/pgsql/database/makefile index 268af78..f112d4d 100644 --- a/pgsql/database/makefile +++ b/pgsql/database/makefile @@ -1,5 +1,5 @@ # file : pgsql/database/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 |