Changeset 323
- Timestamp:
- Wed Nov 14 05:51:41 2007
- Files:
-
- trunk/support/removeTK.py (modified) (diff)
- trunk/support/unpackTK.py (modified) (diff)
- trunk/support/_mountzlib.py (modified) (diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
trunk/support/removeTK.py
r43 r323 2 2 # Based on previous work under copyright (c) 2002 McMillan Enterprises, Inc. 3 3 # 4 # This library is free software; you can redistribute it and/or 5 # modify it under the terms of the GNU Lesser General Public 6 # License as published by the Free Software Foundation; either 7 # version 2.1 of the License, or (at your option) any later version. 4 # This program is free software; you can redistribute it and/or 5 # modify it under the terms of the GNU General Public License 6 # as published by the Free Software Foundation; either version 2 7 # of the License, or (at your option) any later version. 8 8 # 9 # This library is distributed in the hope that it will be useful, 9 # In addition to the permissions in the GNU General Public License, the 10 # authors give you unlimited permission to link or embed the compiled 11 # version of this file into combinations with other programs, and to 12 # distribute those combinations without any restriction coming from the 13 # use of this file. (The General Public License restrictions do apply in 14 # other respects; for example, they cover modification of the file, and 15 # distribution when not linked into a combine executable.) 16 # 17 # This program is distributed in the hope that it will be useful, 10 18 # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 # Lesser General Public License for more details. 19 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 # GNU General Public License for more details. 13 21 # 14 # You should have received a copy of the GNU Lesser General Public 15 # License along with this library; if not, write to the Free Software 22 # You should have received a copy of the GNU General Public License 23 # along with this program; if not, write to the Free Software 16 24 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA 17 25 import sys, os -
trunk/support/unpackTK.py
r43 r323 2 2 # Based on previous work under copyright (c) 2002 McMillan Enterprises, Inc. 3 3 # 4 # This library is free software; you can redistribute it and/or 5 # modify it under the terms of the GNU Lesser General Public 6 # License as published by the Free Software Foundation; either 7 # version 2.1 of the License, or (at your option) any later version. 4 # This program is free software; you can redistribute it and/or 5 # modify it under the terms of the GNU General Public License 6 # as published by the Free Software Foundation; either version 2 7 # of the License, or (at your option) any later version. 8 8 # 9 # This library is distributed in the hope that it will be useful, 9 # In addition to the permissions in the GNU General Public License, the 10 # authors give you unlimited permission to link or embed the compiled 11 # version of this file into combinations with other programs, and to 12 # distribute those combinations without any restriction coming from the 13 # use of this file. (The General Public License restrictions do apply in 14 # other respects; for example, they cover modification of the file, and 15 # distribution when not linked into a combine executable.) 16 # 17 # This program is distributed in the hope that it will be useful, 10 18 # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 # Lesser General Public License for more details. 19 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 # GNU General Public License for more details. 13 21 # 14 # You should have received a copy of the GNU Lesser General Public 15 # License along with this library; if not, write to the Free Software 22 # You should have received a copy of the GNU General Public License 23 # along with this program; if not, write to the Free Software 16 24 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA 17 25 import carchive -
trunk/support/_mountzlib.py
r43 r323 2 2 # Based on previous work under copyright (c) 2002 McMillan Enterprises, Inc. 3 3 # 4 # This library is free software; you can redistribute it and/or 5 # modify it under the terms of the GNU Lesser General Public 6 # License as published by the Free Software Foundation; either 7 # version 2.1 of the License, or (at your option) any later version. 4 # This program is free software; you can redistribute it and/or 5 # modify it under the terms of the GNU General Public License 6 # as published by the Free Software Foundation; either version 2 7 # of the License, or (at your option) any later version. 8 8 # 9 # This library is distributed in the hope that it will be useful, 9 # In addition to the permissions in the GNU General Public License, the 10 # authors give you unlimited permission to link or embed the compiled 11 # version of this file into combinations with other programs, and to 12 # distribute those combinations without any restriction coming from the 13 # use of this file. (The General Public License restrictions do apply in 14 # other respects; for example, they cover modification of the file, and 15 # distribution when not linked into a combine executable.) 16 # 17 # This program is distributed in the hope that it will be useful, 10 18 # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 # Lesser General Public License for more details. 19 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 # GNU General Public License for more details. 13 21 # 14 # You should have received a copy of the GNU Lesser General Public 15 # License along with this library; if not, write to the Free Software 22 # You should have received a copy of the GNU General Public License 23 # along with this program; if not, write to the Free Software 16 24 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA 17 25 import archive, iu, sys
