Salome HOME
getting access to Python plugin helpers in other modules
[modules/gui.git] / tools / dlgfactory / dlgfactory.py
index e2516290f99b0cbc77f5487cee281ff630785c22..ed9a238f1f0745b36cabf40ce9849af96b3cf92c 100755 (executable)
@@ -1,10 +1,10 @@
 #!/usr/bin/env python
-# Copyright (C) 2010-2013  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2010-2015  CEA/DEN, EDF R&D, OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
-# version 2.1 of the License.
+# version 2.1 of the License, or (at your option) any later version.
 #
 # This library is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -117,7 +117,7 @@ if __name__ == "__main__":
       pass
 
     if options.verbose:
-      print "Note that the following directives should be present in your Makefile.am (or something like that): \n"
+      print "Note that the following directives should be present in your CMakeLists.txt (or something like that): \n"
       print __msg_str.replace( "__CLASSNAME__", className )
       pass
   pass