Changeset 3177

Show
Ignore:
Timestamp:
07/20/08 19:12:29 (5 years ago)
Author:
luis
Message:

Update licence - FSF address

Command used:
find . -path '*/.svn' -prune -o -type f -print0 | xargs -0 sed -i -e 's/59 Temple Place, Suite 330/51 Franklin Street, Fifth Floor/;s/02111-1307/02110-1301/;'

Check licences: licensecheck -c -r trunk_directory/

Location:
trunk
Files:
106 modified

Legend:

Unmodified
Added
Removed
  • trunk/COPYING

    r2980 r3177  
    116116 
    117117Copyright (C) 1989, 1991 Free Software Foundation, Inc. 
    118 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA 
     11859 Temple Place - Suite 330, Boston, MA  02110-1301, USA 
    119119 
    120120Everyone is permitted to copy and distribute verbatim copies 
     
    409409You should have received a copy of the GNU General Public License 
    410410along with this program; if not, write to the Free Software 
    411 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
     411Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02110-1301, USA. 
    412412 
    413413Also add information on how to contact you by electronic and paper mail. 
  • trunk/COPYING_NMAP

    r561 r3177  
    114114 
    115115Copyright (C) 1989, 1991 Free Software Foundation, Inc. 
    116 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA 
     11659 Temple Place - Suite 330, Boston, MA  02110-1301, USA 
    117117 
    118118Everyone is permitted to copy and distribute verbatim copies 
     
    407407You should have received a copy of the GNU General Public License 
    408408along with this program; if not, write to the Free Software 
    409 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
     409Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02110-1301, USA. 
    410410 
    411411Also add information on how to contact you by electronic and paper mail. 
  • trunk/higwidgets/__init__.py

    r3121 r3177  
    2020# You should have received a copy of the GNU Lesser General Public License  
    2121# along with this library; if not, write to the Free Software Foundation,  
    22 # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA  
     22# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA  
    2323 
    2424""" 
  • trunk/higwidgets/gtkutils.py

    r3121 r3177  
    2020# You should have received a copy of the GNU Lesser General Public License  
    2121# along with this library; if not, write to the Free Software Foundation,  
    22 # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA  
     22# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA  
    2323 
    2424""" 
  • trunk/higwidgets/higboxes.py

    r3121 r3177  
    2020# You should have received a copy of the GNU Lesser General Public License  
    2121# along with this library; if not, write to the Free Software Foundation,  
    22 # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA  
     22# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA  
    2323 
    2424""" 
  • trunk/higwidgets/higbuttons.py

    r3121 r3177  
    2020# You should have received a copy of the GNU Lesser General Public License  
    2121# along with this library; if not, write to the Free Software Foundation,  
    22 # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA  
     22# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA  
    2323 
    2424""" 
  • trunk/higwidgets/higdialogs.py

    r3121 r3177  
    2020# You should have received a copy of the GNU Lesser General Public License  
    2121# along with this library; if not, write to the Free Software Foundation,  
    22 # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA  
     22# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA  
    2323 
    2424""" 
  • trunk/higwidgets/higentries.py

    r3121 r3177  
    2020# You should have received a copy of the GNU Lesser General Public License  
    2121# along with this library; if not, write to the Free Software Foundation,  
    22 # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA  
     22# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA  
    2323 
    2424""" 
  • trunk/higwidgets/higexpanders.py

    r3121 r3177  
    2020# You should have received a copy of the GNU Lesser General Public License  
    2121# along with this library; if not, write to the Free Software Foundation,  
    22 # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA  
     22# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA  
    2323 
    2424""" 
  • trunk/higwidgets/higframe.py

    r3121 r3177  
    1818# You should have received a copy of the GNU Lesser General Public License  
    1919# along with this library; if not, write to the Free Software Foundation,  
    20 # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA  
     20# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA  
    2121 
    2222""" 
  • trunk/higwidgets/higlabels.py

    r3121 r3177  
    2020# You should have received a copy of the GNU Lesser General Public License  
    2121# along with this library; if not, write to the Free Software Foundation,  
    22 # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA  
     22# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA  
    2323 
    2424""" 
  • trunk/higwidgets/higlogindialogs.py

    r3121 r3177  
    2020# You should have received a copy of the GNU Lesser General Public License  
    2121# along with this library; if not, write to the Free Software Foundation,  
    22 # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA  
     22# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA  
    2323 
    2424""" 
  • trunk/higwidgets/hignotebooks.py

    r3121 r3177  
    2020# You should have received a copy of the GNU Lesser General Public License  
    2121# along with this library; if not, write to the Free Software Foundation,  
    22 # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA  
     22# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA  
    2323 
    2424import gtk 
  • trunk/higwidgets/higprogressbars.py

    r3121 r3177  
    2020# You should have received a copy of the GNU Lesser General Public License  
    2121# along with this library; if not, write to the Free Software Foundation,  
    22 # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA  
     22# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA  
    2323 
    2424""" 
  • trunk/higwidgets/higscrollers.py

    r3121 r3177  
    2020# You should have received a copy of the GNU Lesser General Public License  
    2121# along with this library; if not, write to the Free Software Foundation,  
    22 # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA  
     22# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA  
    2323 
    2424""" 
  • trunk/higwidgets/higspinner.py

    r3121 r3177  
    2020# You should have received a copy of the GNU Lesser General Public License  
    2121# along with this library; if not, write to the Free Software Foundation,  
    22 # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA  
     22# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA  
    2323 
    2424""" 
  • trunk/higwidgets/higtables.py

    r3121 r3177  
    2020# You should have received a copy of the GNU Lesser General Public License  
    2121# along with this library; if not, write to the Free Software Foundation,  
    22 # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA  
     22# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA  
    2323 
    2424""" 
  • trunk/higwidgets/higtextviewers.py

    r3121 r3177  
    2020# You should have received a copy of the GNU Lesser General Public License  
    2121# along with this library; if not, write to the Free Software Foundation,  
    22 # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA  
     22# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA  
    2323 
    2424""" 
  • trunk/higwidgets/higwindows.py

    r3121 r3177  
    2020# You should have received a copy of the GNU Lesser General Public License  
    2121# along with this library; if not, write to the Free Software Foundation,  
    22 # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA  
     22# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA  
    2323 
    2424""" 
  • trunk/higwidgets/utils.py

    r3121 r3177  
    2020# You should have received a copy of the GNU Lesser General Public License  
    2121# along with this library; if not, write to the Free Software Foundation,  
    22 # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA  
     22# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA  
    2323 
    2424""" 
  • trunk/install_scripts/macosx/setup.py

    r2980 r3177  
    2020# You should have received a copy of the GNU General Public License 
    2121# along with this program; if not, write to the Free Software 
    22 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     22# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2323 
    2424import os 
  • trunk/install_scripts/unix/setup.py

    r3175 r3177  
    1818# You should have received a copy of the GNU General Public License 
    1919# along with this program; if not, write to the Free Software 
    20 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     20# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2121 
    2222import sys 
  • trunk/install_scripts/utils/create_os_list.py

    r2975 r3177  
    2020# You should have received a copy of the GNU General Public License 
    2121# along with this program; if not, write to the Free Software 
    22 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     22# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2323 
    2424# This program reads Nmap OS fingerprint database files and writes their 
  • trunk/install_scripts/utils/create_services_dump.py

    r2975 r3177  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import re 
  • trunk/install_scripts/utils/generate_source_packages.sh

    r2975 r3177  
    1818# You should have received a copy of the GNU General Public License 
    1919# along with this program; if not, write to the Free Software 
    20 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     20# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2121 
    2222cd docs 
  • trunk/install_scripts/utils/generate_win_installers.py

    r2975 r3177  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323script_content = dict(splash="share\\pixmaps\\splash.bmp", 
  • trunk/install_scripts/utils/i18n/check_po.py

    r2881 r3177  
    1717# You should have received a copy of the GNU General Public License 
    1818# along with this program; if not, write to the Free Software 
    19 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
     19# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA 
    2020 
    2121# 
  • trunk/install_scripts/utils/remove_unused_files.sh

    r2975 r3177  
    1818# You should have received a copy of the GNU General Public License 
    1919# along with this program; if not, write to the Free Software 
    20 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     20# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2121 
    2222find . -name "*.pyc" | xargs rm -f 
  • trunk/install_scripts/utils/version_update.py

    r2975 r3177  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323# This program updates the Umit version number in all the places it needs to be 
  • trunk/install_scripts/windows/setup.py

    r2986 r3177  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import sys 
  • trunk/share/doc/umit/Makefile

    r2975 r3177  
    1515# You should have received a copy of the GNU General Public License 
    1616# along with this program; if not, write to the Free Software 
    17 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     17# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    1818# 
    1919# 30 April 2007 -- More generic structure 
  • trunk/test/test_option_parser.py

    r2975 r3177  
    1616# You should have received a copy of the GNU General Public License 
    1717# along with this program; if not, write to the Free Software 
    18 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     18# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    1919 
    2020import unittest 
  • trunk/test/test_paths.py

    r2975 r3177  
    1515# You should have received a copy of the GNU General Public License 
    1616# along with this program; if not, write to the Free Software 
    17 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     17# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    1818 
    1919import unittest 
  • trunk/test/test_target_list.py

    r2975 r3177  
    1515# You should have received a copy of the GNU General Public License 
    1616# along with this program; if not, write to the Free Software 
    17 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     17# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    1818 
    1919import unittest 
  • trunk/test/test_umit_conf.py

    r2975 r3177  
    1616# You should have received a copy of the GNU General Public License 
    1717# along with this program; if not, write to the Free Software 
    18 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     18# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    1919 
    2020import unittest 
  • trunk/test/tests_higwidgets/alerts.py

    r2975 r3177  
    2020# You should have received a copy of the GNU General Public License 
    2121# along with this program; if not, write to the Free Software 
    22 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     22# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2323 
    2424import gtk 
  • trunk/test/tests_higwidgets/entries_packing.py

    r2975 r3177  
    2020# You should have received a copy of the GNU General Public License 
    2121# along with this program; if not, write to the Free Software 
    22 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     22# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2323 
    2424import gtk 
  • trunk/test/tests_higwidgets/gdk_pixbuf.py

    r2975 r3177  
    2020# You should have received a copy of the GNU General Public License 
    2121# along with this program; if not, write to the Free Software 
    22 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     22# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2323 
    2424import gtk 
  • trunk/test/tests_higwidgets/labeled_progress_bar.py

    r2975 r3177  
    2020# You should have received a copy of the GNU General Public License 
    2121# along with this program; if not, write to the Free Software 
    22 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     22# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2323 
    2424import gtk 
  • trunk/test/tests_higwidgets/notebook.py

    r2975 r3177  
    2020# You should have received a copy of the GNU General Public License 
    2121# along with this program; if not, write to the Free Software 
    22 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     22# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2323 
    2424import gtk 
  • trunk/test/tests_higwidgets/spinner.py

    r2975 r3177  
    2020# You should have received a copy of the GNU General Public License 
    2121# along with this program; if not, write to the Free Software 
    22 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     22# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2323 
    2424import gtk 
  • trunk/umit

    r3150 r3177  
    2121# You should have received a copy of the GNU General Public License 
    2222# along with this program; if not, write to the Free Software 
    23 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     23# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2424 
    2525import os 
  • trunk/umitCore/BasePaths.py

    r2986 r3177  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import os 
  • trunk/umitCore/BugRegister.py

    r2977 r3177  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import urllib 
  • trunk/umitCore/Diff.py

    r2980 r3177  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323 
  • trunk/umitCore/DiffHtml.py

    r2980 r3177  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323 
  • trunk/umitCore/Email.py

    r3176 r3177  
    2121# You should have received a copy of the GNU General Public License 
    2222# along with this program; if not, write to the Free Software 
    23 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     23# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2424 
    2525import os.path 
  • trunk/umitCore/GetConfigFile.py

    r2975 r3177  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323from os.path import exists, dirname 
  • trunk/umitCore/I18N.py

    r2980 r3177  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import locale 
  • trunk/umitCore/NmapCommand.py

    r2986 r3177  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import sys 
  • trunk/umitCore/NmapOptions.py

    r2975 r3177  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323from types import StringTypes 
  • trunk/umitCore/NmapParser.py

    r2975 r3177  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import re 
  • trunk/umitCore/OSClassificationDump.py

    r2975 r3177  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323from umitCore.GetConfigFile import get_config_file 
  • trunk/umitCore/OSFingerprintRegister.py

    r2977 r3177  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import urllib 
  • trunk/umitCore/OSList.py

    r2975 r3177  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import cPickle 
  • trunk/umitCore/OSListDump.py

    r2975 r3177  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323from umitCore.GetConfigFile import get_config_file 
  • trunk/umitCore/OptionsConf.py

    r2975 r3177  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323from umitCore.GetConfigFile import get_config_file 
  • trunk/umitCore/Paths.py

    r2986 r3177  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323from os import R_OK, W_OK, access, mkdir, getcwd, environ, getcwd 
  • trunk/umitCore/ProfileEditorConf.py

    r2975 r3177  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323from umitCore.GetConfigFile import get_config_file 
  • trunk/umitCore/RecentScans.py

    r2975 r3177  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323from os import access, R_OK, W_OK 
  • trunk/umitCore/ScanProfileConf.py

    r2975 r3177  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323from umitCore.GetConfigFile import get_config_file 
  • trunk/umitCore/SearchResult.py

    r2975 r3177  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import os 
  • trunk/umitCore/ServiceFingerprintRegister.py

    r2975 r3177  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import urllib 
  • trunk/umitCore/ServiceList.py

    r2975 r3177  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import cPickle 
  • trunk/umitCore/ServicesDump.py

    r2975 r3177  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323from umitCore.GetConfigFile import get_config_file 
  • trunk/umitCore/TargetList.py

    r2975 r3177  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323from os import access, R_OK, W_OK 
  • trunk/umitCore/TempConf.py

    r2975 r3177  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323from os.path import join 
  • trunk/umitCore/UmitConf.py

    r2975 r3177  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import re 
  • trunk/umitCore/UmitConfigParser.py

    r2985 r3177  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323from os.path import exists 
  • trunk/umitCore/UmitDB.py

    r2975 r3177  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import md5 
  • trunk/umitCore/UmitLogging.py

    r2975 r3177  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323 
  • trunk/umitCore/UmitOptionParser.py

    r2975 r3177  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import re 
  • trunk/umitCore/UserConf.py

    r2975 r3177  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import os 
  • trunk/umitCore/WizardConf.py

    r2975 r3177  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323from umitCore.GetConfigFile import get_config_file 
  • trunk/umitCore/__init__.py

    r2975 r3177  
    2020# You should have received a copy of the GNU General Public License 
    2121# along with this program; if not, write to the Free Software 
    22 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     22# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
  • trunk/umitGUI/About.py

    r3010 r3177  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import gtk 
  • trunk/umitGUI/App.py

    r2986 r3177  
    2020# You should have received a copy of the GNU General Public License 
    2121# along with this program; if not, write to the Free Software 
    22 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     22# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2323 
    2424import os 
  • trunk/umitGUI/BugReport.py

    r3150 r3177  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import gtk 
  • trunk/umitGUI/DiffCompare.py

    r2975 r3177  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import gtk 
  • trunk/umitGUI/FileChoosers.py

    r2980 r3177  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import gtk 
  • trunk/umitGUI/Icons.py

    r2975 r3177  
    2020# You should have received a copy of the GNU General Public License 
    2121# along with this program; if not, write to the Free Software 
    22 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     22# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2323 
    2424import gtk 
  • trunk/umitGUI/MainWindow.py

    r2980 r3177  
    2020# You should have received a copy of the GNU General Public License 
    2121# along with this program; if not, write to the Free Software 
    22 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     22# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2323 
    2424import gtk 
  • trunk/umitGUI/NmapOutputProperties.py

    r2975 r3177  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import gtk 
  • trunk/umitGUI/NmapOutputViewer.py

    r2975 r3177  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import sys 
  • trunk/umitGUI/OSCombo.py

    r2975 r3177  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import gtk 
  • trunk/umitGUI/OSFingerprintReport.py

    r2975 r3177  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import gtk 
  • trunk/umitGUI/OptionBuilder.py

    r2975 r3177  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import gtk 
  • trunk/umitGUI/OptionCombo.py

    r2975 r3177  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import gtk 
  • trunk/umitGUI/ProfileCombo.py

    r2975 r3177  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import gtk 
  • trunk/umitGUI/ProfileEditor.py

    r2975 r3177  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import gtk 
  • trunk/umitGUI/ScanHostDetailsPage.py

    r2975 r3177  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import gtk 
  • trunk/umitGUI/ScanHostsView.py

    r2975 r3177  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import gtk 
  • trunk/umitGUI/ScanNmapOutputPage.py

    r2975 r3177  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323from higwidgets.higboxes import HIGVBox 
  • trunk/umitGUI/ScanNotebook.py

    r2975 r3177  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import re 
  • trunk/umitGUI/ScanOpenPortsPage.py

    r2975 r3177  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import gtk 
  • trunk/umitGUI/ScanRunDetailsPage.py

    r2975 r3177  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import gtk 
  • trunk/umitGUI/ScanToolbar.py

    r2975 r3177  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import gtk 
  • trunk/umitGUI/Search.py

    r2975 r3177  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import gtk 
  • trunk/umitGUI/SearchGUI.py

    r2975 r3177  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import gtk 
  • trunk/umitGUI/SearchWindow.py

    r3149 r3177  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import gtk 
  • trunk/umitGUI/ServiceCombo.py

    r2975 r3177  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import gtk 
  • trunk/umitGUI/ServiceFingerprintReport.py

    r2975 r3177  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import gtk 
  • trunk/umitGUI/Splash.py

    r2975 r3177  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import gtk 
  • trunk/umitGUI/TargetCombo.py

    r2975 r3177  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import gtk 
  • trunk/umitGUI/Wizard.py

    r2980 r3177  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 
    2222 
    2323import gtk 
  • trunk/umitGUI/__init__.py

    r2975 r3177  
    1919# You should have received a copy of the GNU General Public License 
    2020# along with this program; if not, write to the Free Software 
    21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     21# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA