aboutsummaryrefslogtreecommitdiff
path: root/odb/odb.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-01-29 14:52:03 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-01-29 14:52:03 +0200
commit2144f3e767f59896be49b3730d80257e3b9e6107 (patch)
treeed312d12d59b8e002482478ff4600d7e1a4ea340 /odb/odb.cxx
parentb16111a4e4bf6b40b12ca678fcf967e554133603 (diff)
Update copyright year
Diffstat (limited to 'odb/odb.cxx')
-rw-r--r--odb/odb.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/odb.cxx b/odb/odb.cxx
index 97b20d1..dd9b180 100644
--- a/odb/odb.cxx
+++ b/odb/odb.cxx
@@ -1,5 +1,5 @@
// file : odb/odb.cxx
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <errno.h>
@@ -506,7 +506,7 @@ main (int argc, char* argv[])
{
e << "ODB object-relational mapping (ORM) compiler for C++ "
ODB_COMPILER_VERSION_STR << endl
- << "Copyright (c) 2009-2011 Code Synthesis Tools CC" << endl;
+ << "Copyright (c) 2009-2012 Code Synthesis Tools CC" << endl;
e << "This is free software; see the source for copying conditions. "
<< "There is NO\nwarranty; not even for MERCHANTABILITY or FITNESS "