--- 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
--- a/.project Wed Mar 21 16:12:08 2007 +0100
+++ b/.project Wed Mar 21 16:38:28 2007 +0100
@@ -5,7 +5,13 @@
<projects>
</projects>
<buildSpec>
+ <buildCommand>
+ <name>org.python.pydev.PyDevBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
</buildSpec>
<natures>
+ <nature>org.python.pydev.pythonNature</nature>
</natures>
</projectDescription>
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- /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)
--- 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
--- 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