From ad44d93b2a2ac783a03490c86464b231a3f01217 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 12 Sep 2010 11:33:46 +0200 Subject: Update ODB description --- odb/generator.cxx | 2 +- odb/mysql/schema.cxx | 2 +- odb/odb.cxx | 2 +- 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; -- cgit v1.1