# HG changeset patch # User etisserant # Date 1174491508 -3600 # Node ID f8652b073e846ba43635d89bbf0e1a4a28dfd70b # Parent 2de7fd952fdd645dc40dc19726248e23d9ad0406 GPL->LGPL diff -r 2de7fd952fdd -r f8652b073e84 .cvsignore --- a/.cvsignore Wed Mar 21 16:12:08 2007 +0100 +++ b/.cvsignore Wed Mar 21 16:38:28 2007 +0100 @@ -1,2 +1,5 @@ *.pyc *.st +.settings +.pydevproject +.project diff -r 2de7fd952fdd -r f8652b073e84 .project --- a/.project Wed Mar 21 16:12:08 2007 +0100 +++ b/.project Wed Mar 21 16:38:28 2007 +0100 @@ -5,7 +5,13 @@ + + org.python.pydev.PyDevBuilder + + + + org.python.pydev.pythonNature diff -r 2de7fd952fdd -r f8652b073e84 FBDViewer.py --- a/FBDViewer.py Wed Mar 21 16:12:08 2007 +0100 +++ b/FBDViewer.py Wed Mar 21 16:38:28 2007 +0100 @@ -9,7 +9,7 @@ #See COPYING file for copyrights details. # #This library is free software; you can redistribute it and/or -#modify it under the terms of the GNU Lesser General Public +#modify it under the terms of the GNU General Public #License as published by the Free Software Foundation; either #version 2.1 of the License, or (at your option) any later version. # @@ -18,7 +18,7 @@ #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU #Lesser General Public License for more details. # -#You should have received a copy of the GNU Lesser General Public +#You should have received a copy of the GNU General Public #License along with this library; if not, write to the Free Software #Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA diff -r 2de7fd952fdd -r f8652b073e84 LDViewer.py --- a/LDViewer.py Wed Mar 21 16:12:08 2007 +0100 +++ b/LDViewer.py Wed Mar 21 16:38:28 2007 +0100 @@ -9,7 +9,7 @@ #See COPYING file for copyrights details. # #This library is free software; you can redistribute it and/or -#modify it under the terms of the GNU Lesser General Public +#modify it under the terms of the GNU General Public #License as published by the Free Software Foundation; either #version 2.1 of the License, or (at your option) any later version. # @@ -18,7 +18,7 @@ #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU #Lesser General Public License for more details. # -#You should have received a copy of the GNU Lesser General Public +#You should have received a copy of the GNU General Public #License along with this library; if not, write to the Free Software #Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA diff -r 2de7fd952fdd -r f8652b073e84 PLCControler.py --- a/PLCControler.py Wed Mar 21 16:12:08 2007 +0100 +++ b/PLCControler.py Wed Mar 21 16:38:28 2007 +0100 @@ -9,7 +9,7 @@ #See COPYING file for copyrights details. # #This library is free software; you can redistribute it and/or -#modify it under the terms of the GNU Lesser General Public +#modify it under the terms of the GNU General Public #License as published by the Free Software Foundation; either #version 2.1 of the License, or (at your option) any later version. # @@ -18,7 +18,7 @@ #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU #Lesser General Public License for more details. # -#You should have received a copy of the GNU Lesser General Public +#You should have received a copy of the GNU General Public #License along with this library; if not, write to the Free Software #Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA diff -r 2de7fd952fdd -r f8652b073e84 PLCGenerator.py --- a/PLCGenerator.py Wed Mar 21 16:12:08 2007 +0100 +++ b/PLCGenerator.py Wed Mar 21 16:38:28 2007 +0100 @@ -9,7 +9,7 @@ #See COPYING file for copyrights details. # #This library is free software; you can redistribute it and/or -#modify it under the terms of the GNU Lesser General Public +#modify it under the terms of the GNU General Public #License as published by the Free Software Foundation; either #version 2.1 of the License, or (at your option) any later version. # @@ -18,7 +18,7 @@ #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU #Lesser General Public License for more details. # -#You should have received a copy of the GNU Lesser General Public +#You should have received a copy of the GNU General Public #License along with this library; if not, write to the Free Software #Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA diff -r 2de7fd952fdd -r f8652b073e84 PLCOpenEditor.py --- a/PLCOpenEditor.py Wed Mar 21 16:12:08 2007 +0100 +++ b/PLCOpenEditor.py Wed Mar 21 16:38:28 2007 +0100 @@ -10,7 +10,7 @@ #See COPYING file for copyrights details. # #This library is free software; you can redistribute it and/or -#modify it under the terms of the GNU Lesser General Public +#modify it under the terms of the GNU General Public #License as published by the Free Software Foundation; either #version 2.1 of the License, or (at your option) any later version. # @@ -19,7 +19,7 @@ #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU #Lesser General Public License for more details. # -#You should have received a copy of the GNU Lesser General Public +#You should have received a copy of the GNU General Public #License along with this library; if not, write to the Free Software #Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA diff -r 2de7fd952fdd -r f8652b073e84 SFCViewer.py --- a/SFCViewer.py Wed Mar 21 16:12:08 2007 +0100 +++ b/SFCViewer.py Wed Mar 21 16:38:28 2007 +0100 @@ -9,7 +9,7 @@ #See COPYING file for copyrights details. # #This library is free software; you can redistribute it and/or -#modify it under the terms of the GNU Lesser General Public +#modify it under the terms of the GNU General Public #License as published by the Free Software Foundation; either #version 2.1 of the License, or (at your option) any later version. # @@ -18,7 +18,7 @@ #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU #Lesser General Public License for more details. # -#You should have received a copy of the GNU Lesser General Public +#You should have received a copy of the GNU General Public #License along with this library; if not, write to the Free Software #Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA diff -r 2de7fd952fdd -r f8652b073e84 Viewer.py --- a/Viewer.py Wed Mar 21 16:12:08 2007 +0100 +++ b/Viewer.py Wed Mar 21 16:38:28 2007 +0100 @@ -9,7 +9,7 @@ #See COPYING file for copyrights details. # #This library is free software; you can redistribute it and/or -#modify it under the terms of the GNU Lesser General Public +#modify it under the terms of the GNU General Public #License as published by the Free Software Foundation; either #version 2.1 of the License, or (at your option) any later version. # @@ -18,7 +18,7 @@ #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU #Lesser General Public License for more details. # -#You should have received a copy of the GNU Lesser General Public +#You should have received a copy of the GNU General Public #License along with this library; if not, write to the Free Software #Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA diff -r 2de7fd952fdd -r f8652b073e84 graphics/FBD_Objects.py --- a/graphics/FBD_Objects.py Wed Mar 21 16:12:08 2007 +0100 +++ b/graphics/FBD_Objects.py Wed Mar 21 16:38:28 2007 +0100 @@ -9,7 +9,7 @@ #See COPYING file for copyrights details. # #This library is free software; you can redistribute it and/or -#modify it under the terms of the GNU Lesser General Public +#modify it under the terms of the GNU General Public #License as published by the Free Software Foundation; either #version 2.1 of the License, or (at your option) any later version. # @@ -18,7 +18,7 @@ #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU #Lesser General Public License for more details. # -#You should have received a copy of the GNU Lesser General Public +#You should have received a copy of the GNU General Public #License along with this library; if not, write to the Free Software #Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA diff -r 2de7fd952fdd -r f8652b073e84 graphics/GraphicCommons.py --- a/graphics/GraphicCommons.py Wed Mar 21 16:12:08 2007 +0100 +++ b/graphics/GraphicCommons.py Wed Mar 21 16:38:28 2007 +0100 @@ -9,7 +9,7 @@ #See COPYING file for copyrights details. # #This library is free software; you can redistribute it and/or -#modify it under the terms of the GNU Lesser General Public +#modify it under the terms of the GNU General Public #License as published by the Free Software Foundation; either #version 2.1 of the License, or (at your option) any later version. # @@ -18,7 +18,7 @@ #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU #Lesser General Public License for more details. # -#You should have received a copy of the GNU Lesser General Public +#You should have received a copy of the GNU General Public #License along with this library; if not, write to the Free Software #Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA diff -r 2de7fd952fdd -r f8652b073e84 graphics/LD_Objects.py --- a/graphics/LD_Objects.py Wed Mar 21 16:12:08 2007 +0100 +++ b/graphics/LD_Objects.py Wed Mar 21 16:38:28 2007 +0100 @@ -9,7 +9,7 @@ #See COPYING file for copyrights details. # #This library is free software; you can redistribute it and/or -#modify it under the terms of the GNU Lesser General Public +#modify it under the terms of the GNU General Public #License as published by the Free Software Foundation; either #version 2.1 of the License, or (at your option) any later version. # @@ -18,7 +18,7 @@ #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU #Lesser General Public License for more details. # -#You should have received a copy of the GNU Lesser General Public +#You should have received a copy of the GNU General Public #License along with this library; if not, write to the Free Software #Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA diff -r 2de7fd952fdd -r f8652b073e84 graphics/SFC_Objects.py --- a/graphics/SFC_Objects.py Wed Mar 21 16:12:08 2007 +0100 +++ b/graphics/SFC_Objects.py Wed Mar 21 16:38:28 2007 +0100 @@ -9,7 +9,7 @@ #See COPYING file for copyrights details. # #This library is free software; you can redistribute it and/or -#modify it under the terms of the GNU Lesser General Public +#modify it under the terms of the GNU General Public #License as published by the Free Software Foundation; either #version 2.1 of the License, or (at your option) any later version. # @@ -18,7 +18,7 @@ #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU #Lesser General Public License for more details. # -#You should have received a copy of the GNU Lesser General Public +#You should have received a copy of the GNU General Public #License along with this library; if not, write to the Free Software #Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA diff -r 2de7fd952fdd -r f8652b073e84 graphics/__init__.py --- a/graphics/__init__.py Wed Mar 21 16:12:08 2007 +0100 +++ b/graphics/__init__.py Wed Mar 21 16:38:28 2007 +0100 @@ -9,7 +9,7 @@ #See COPYING file for copyrights details. # #This library is free software; you can redistribute it and/or -#modify it under the terms of the GNU Lesser General Public +#modify it under the terms of the GNU General Public #License as published by the Free Software Foundation; either #version 2.1 of the License, or (at your option) any later version. # @@ -18,7 +18,7 @@ #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU #Lesser General Public License for more details. # -#You should have received a copy of the GNU Lesser General Public +#You should have received a copy of the GNU General Public #License along with this library; if not, write to the Free Software #Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA diff -r 2de7fd952fdd -r f8652b073e84 obf.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/obf.py Wed Mar 21 16:38:28 2007 +0100 @@ -0,0 +1,7 @@ +from py_compile import compile +from commands import getoutput +from os import remove,getcwd,rename + +for filename in getoutput("find . -name '*.py'").splitlines(): + print "Compilation de :", filename + compile(filename) diff -r 2de7fd952fdd -r f8652b073e84 plcopen/docpdf.py --- a/plcopen/docpdf.py Wed Mar 21 16:12:08 2007 +0100 +++ b/plcopen/docpdf.py Wed Mar 21 16:38:28 2007 +0100 @@ -9,7 +9,7 @@ #See COPYING file for copyrights details. # #This library is free software; you can redistribute it and/or -#modify it under the terms of the GNU Lesser General Public +#modify it under the terms of the GNU General Public #License as published by the Free Software Foundation; either #version 2.1 of the License, or (at your option) any later version. # @@ -18,7 +18,7 @@ #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU #Lesser General Public License for more details. # -#You should have received a copy of the GNU Lesser General Public +#You should have received a copy of the GNU General Public #License along with this library; if not, write to the Free Software #Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA diff -r 2de7fd952fdd -r f8652b073e84 plcopen/structures.py --- a/plcopen/structures.py Wed Mar 21 16:12:08 2007 +0100 +++ b/plcopen/structures.py Wed Mar 21 16:38:28 2007 +0100 @@ -9,7 +9,7 @@ #See COPYING file for copyrights details. # #This library is free software; you can redistribute it and/or -#modify it under the terms of the GNU Lesser General Public +#modify it under the terms of the GNU General Public #License as published by the Free Software Foundation; either #version 2.1 of the License, or (at your option) any later version. # @@ -18,7 +18,7 @@ #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU #Lesser General Public License for more details. # -#You should have received a copy of the GNU Lesser General Public +#You should have received a copy of the GNU General Public #License along with this library; if not, write to the Free Software #Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA