aboutsummaryrefslogtreecommitdiff
path: root/odb/odb.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-02-06 09:31:17 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-02-06 09:31:17 +0200
commit00c779a294a86c2e9ce2d2a09216e169dd69a666 (patch)
tree286fce5899de78f961bcabacc93ac4e571d34e70 /odb/odb.cxx
parent4e53aa8cf928a078cccc9d08764735fd9c636b25 (diff)
Update copyright
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 1cf6b0e..c56e3ef 100644
--- a/odb/odb.cxx
+++ b/odb/odb.cxx
@@ -1,5 +1,5 @@
// file : odb/odb.cxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <errno.h>
@@ -558,7 +558,7 @@ main (int argc, char* argv[])
{
cout << "ODB object-relational mapping (ORM) compiler for C++ "
ODB_COMPILER_VERSION_STR << endl
- << "Copyright (c) 2009-2013 Code Synthesis Tools CC" << endl;
+ << "Copyright (c) 2009-2015 Code Synthesis Tools CC" << endl;
cout << "This is free software; see the source for copying "
<< "conditions. There is NO\nwarranty; not even for "