~ubuntu-branches/ubuntu/oneiric/nmap/oneiric

« back to all changes in this revision

Viewing changes to services.cc

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones, fyodor, Davide
  • Date: 2008-05-31 22:55:14 UTC
  • mfrom: (1.2.10 upstream) (3.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080531225514-dej22l1clq3nj2o3
Tags: 4.62-1
[fyodor]

* new upstream release

[Davide]

* create an desktop file for zenmap.  Closes: #457799
* remove useless file /usr/bin/uninstall_zenmap.  Closes: #474511

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 * These restrictions only apply when you actually redistribute Nmap.  For *
39
39
 * example, nothing stops you from writing and selling a proprietary       *
40
40
 * front-end to Nmap.  Just distribute it by itself, and point people to   *
41
 
 * http://insecure.org/nmap/ to download Nmap.                             *
 
41
 * http://nmap.org to download Nmap.                                       *
42
42
 *                                                                         *
43
43
 * We don't consider these to be added restrictions on top of the GPL, but *
44
44
 * just a clarification of how we interpret "derived works" as it applies  *
77
77
 * Source code also allows you to port Nmap to new platforms, fix bugs,    *
78
78
 * and add new features.  You are highly encouraged to send your changes   *
79
79
 * to fyodor@insecure.org for possible incorporation into the main         *
80
 
 * distribution.  By sending these changes to Fyodor or one the            *
 
80
 * distribution.  By sending these changes to Fyodor or one of the         *
81
81
 * Insecure.Org development mailing lists, it is assumed that you are      *
82
82
 * offering Fyodor and Insecure.Com LLC the unlimited, non-exclusive right *
83
83
 * to reuse, modify, and relicense the code.  Nmap will always be          *
97
97
 *                                                                         *
98
98
 ***************************************************************************/
99
99
 
100
 
/* $Id: services.cc 6633 2007-12-22 06:32:03Z fyodor $ */
 
100
/* $Id: services.cc 6858 2008-02-28 18:52:06Z fyodor $ */
101
101
 
102
102
#include "services.h"
103
103
#include "NmapOps.h"