aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-09-12 11:33:46 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-09-12 11:33:46 +0200
commitad44d93b2a2ac783a03490c86464b231a3f01217 (patch)
tree1dbe8a4a43cb203ad314817bbd717b8140038987
parent4aeca5e53256a0a87b73694b5e7d2b5b2412d1d4 (diff)
Update ODB description
-rw-r--r--odb/generator.cxx2
-rw-r--r--odb/mysql/schema.cxx2
-rw-r--r--odb/odb.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/odb/generator.cxx b/odb/generator.cxx
index 0c684ea..811d0d3 100644
--- a/odb/generator.cxx
+++ b/odb/generator.cxx
@@ -36,7 +36,7 @@ using semantics::path;
namespace
{
static char const file_header[] =
- "// This code was generated by CodeSynthesis ODB object persistence\n"
+ "// This file was generated by ODB, object-relational mapping (ORM)\n"
"// compiler for C++.\n"
"//\n\n";
diff --git a/odb/mysql/schema.cxx b/odb/mysql/schema.cxx
index 866cfcc..0b509ce 100644
--- a/odb/mysql/schema.cxx
+++ b/odb/mysql/schema.cxx
@@ -119,7 +119,7 @@ namespace mysql
};
static char const file_header[] =
- "/* This file was generated by CodeSynthesis ODB object persistence\n"
+ "/* This file was generated by ODB, object-relational mapping (ORM)\n"
" * compiler for C++.\n"
" */\n\n";
}
diff --git a/odb/odb.cxx b/odb/odb.cxx
index 488e4a3..c15d587 100644
--- a/odb/odb.cxx
+++ b/odb/odb.cxx
@@ -222,7 +222,7 @@ main (int argc, char* argv[])
//
if (ops.version ())
{
- e << "CodeSynthesis ODB object persistence compiler for C++ " <<
+ e << "ODB object-relational mapping (ORM) compiler for C++ "
ODB_COMPILER_VERSION_STR << endl
<< "Copyright (C) 2009-2010 Code Synthesis Tools CC" << endl;