aboutsummaryrefslogtreecommitdiff
path: root/odb/odb.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-05-07 11:23:46 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-05-07 11:23:46 +0200
commit1804cfc0480c64b95ef347bd53baeb3599394deb (patch)
treee8a91d3da303cd7114beb3754dbdc996d4ea72a8 /odb/odb.cxx
parent2a758e9286d05a90edf71791bff493829085b098 (diff)
Remove the --proprietary-license option
It is not necessary since we are not going to copyright the generated code.
Diffstat (limited to 'odb/odb.cxx')
-rw-r--r--odb/odb.cxx15
1 files changed, 3 insertions, 12 deletions
diff --git a/odb/odb.cxx b/odb/odb.cxx
index 8e864c7..b53b7ea 100644
--- a/odb/odb.cxx
+++ b/odb/odb.cxx
@@ -183,18 +183,9 @@ main (int argc, char* argv[])
ODB_COMPILER_VERSION_STR << endl
<< "Copyright (C) 2009-2010 Code Synthesis Tools CC" << endl;
- if (ops.proprietary_license ())
- {
- e << "The compiler was invoked in the Proprietary License mode. You "
- << "should have\nreceived a proprietary license from Code Synthesis "
- << "Tools CC that entitles\nyou to use it in this mode." << endl;
- }
- else
- {
- e << "This is free software; see the source for copying conditions. "
- << "There is NO\nwarranty; not even for MERCHANTABILITY or FITNESS "
- << "FOR A PARTICULAR PURPOSE." << endl;
- }
+ e << "This is free software; see the source for copying conditions. "
+ << "There is NO\nwarranty; not even for MERCHANTABILITY or FITNESS "
+ << "FOR A PARTICULAR PURPOSE." << endl;
return 0;
}