aboutsummaryrefslogtreecommitdiff
path: root/odb/odb.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-01-04 16:57:27 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-01-04 16:57:27 +0200
commit320ca6d1a967621ac319922d1a4dfd17f8a03d60 (patch)
treef23c5300f9712da9f04248bcfeff7e10a4e37645 /odb/odb.cxx
parent437f4e37a5e5de5866f421b94e24fbb4472338bf (diff)
Copyright update
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 b27c028..9438bd0 100644
--- a/odb/odb.cxx
+++ b/odb/odb.cxx
@@ -1,6 +1,6 @@
// file : odb/odb.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <errno.h>
@@ -337,7 +337,7 @@ main (int argc, char* argv[])
{
e << "ODB object-relational mapping (ORM) compiler for C++ "
ODB_COMPILER_VERSION_STR << endl
- << "Copyright (C) 2009-2010 Code Synthesis Tools CC" << endl;
+ << "Copyright (c) 2009-2011 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 "