From 1804cfc0480c64b95ef347bd53baeb3599394deb Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 7 May 2010 11:23:46 +0200 Subject: Remove the --proprietary-license option It is not necessary since we are not going to copyright the generated code. --- odb/odb.cxx | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) (limited to 'odb/odb.cxx') 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; } -- cgit v1.1