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 cea2e72..bb4686f 100644
--- a/odb/odb.cxx
+++ b/odb/odb.cxx
@@ -1,5 +1,5 @@
// file : odb/odb.cxx
-// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <errno.h>
@@ -561,7 +561,7 @@ main (int argc, char* argv[])
{
cout << "ODB object-relational mapping (ORM) compiler for C++ "
ODB_COMPILER_VERSION_STR << endl
- << "Copyright (c) 2009-2015 Code Synthesis Tools CC" << endl;
+ << "Copyright (c) 2009-2017 Code Synthesis Tools CC" << endl;
cout << "This is free software; see the source for copying "
<< "conditions. There is NO\nwarranty; not even for "