aboutsummaryrefslogtreecommitdiff
path: root/odb/odb.cxx
diff options
context:
space:
mode:
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 "