summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/licenses/NPSL583
-rw-r--r--meta-oe/recipes-security/nmap/nmap_7.95.bb2
2 files changed, 584 insertions, 1 deletions
diff --git a/meta-oe/licenses/NPSL b/meta-oe/licenses/NPSL
new file mode 100644
index 0000000000..be7ed8d841
--- /dev/null
+++ b/meta-oe/licenses/NPSL
@@ -0,0 +1,583 @@
1Nmap Public Source License Version 0.95
2For more information on this license, see https://nmap.org/npsl/
3
40. Preamble
5
6The intent of this license is to establish freedom to share and change
7the software regulated by this license under the open source model. It
8also includes a Contributor Agreement and disclaims any warranty on
9Covered Software. Companies wishing to use or incorporate Covered
10Software within their own products may find that our Nmap OEM product
11(https://nmap.org/oem/) better suits their needs. Open source
12developers who wish to incorporate parts of Covered Software into free
13software with conflicting licenses may write Licensor to request a
14waiver of terms.
15
16If the Nmap Project (directly or through one of its commercial
17licensing customers) has granted you additional rights to Nmap or Nmap
18OEM, those additional rights take precedence where they conflict with
19the terms of this license agreement.
20
21This License represents the complete agreement concerning subject
22matter hereof. It contains the license terms themselves, but not the
23reasoning behind them or detailed explanations. For further
24information about this License, see https://nmap.org/npsl/ . That page
25makes a good faith attempt to explain this License, but it does not
26and can not modify its governing terms in any way.
27
281. Definitions
29
30* "Contribution" means any work of authorship, including the original
31 version of the Work and any modifications or additions to that Work
32 or Derivative Works thereof, that is intentionally submitted to
33 Licensor by the copyright owner or by an individual or Legal Entity
34 authorized to submit on behalf of the copyright owner. For the
35 purposes of this definition, "submitted" means any form of
36 electronic, verbal, or written communication sent to the Licensor or
37 its representatives, including but not limited to communication on
38 electronic mailing lists, source code control systems, web sites,
39 and issue tracking systems that are managed by, or on behalf of, the
40 Licensor for the purpose of discussing and improving the Work, but
41 excluding communication that is conspicuously marked or otherwise
42 designated in writing by the copyright owner as "Not a
43 Contribution."
44
45* "Contributor" means Licensor and any individual or Legal Entity on
46 behalf of whom a Contribution has been received by Licensor and
47 subsequently incorporated within the Work.
48
49* "Covered Software" means the work of authorship, whether in Source
50 or Object form, made available under the License, as indicated by a
51 copyright notice that is included in or attached to the work
52
53* "Derivative Work" or "Collective Work" means any work, whether in
54 Source or Object form, that is based on (or derived from) the Work
55 and for which the editorial revisions, annotations, elaborations, or
56 other modifications represent, as a whole, an original work of
57 authorship. It includes software as described in Section 3 of this
58 License.
59
60* "Executable" means Covered Software in any form other than Source Code.
61
62* "Externally Deploy" means to Deploy the Covered Software in any way
63 that may be accessed or used by anyone other than You, used to
64 provide any services to anyone other than You, or used in any way to
65 deliver any content to anyone other than You, whether the Covered
66 Software is distributed to those parties, made available as an
67 application intended for use over a computer network, or used to
68 provide services or otherwise deliver content to anyone other than
69 You.
70
71* "GPL" means the GNU General Public License Version 2, as published
72 by the Free Software Foundation and provided in Exhibit A.
73
74* "Legal Entity" means the union of the acting entity and all other
75 entities that control, are controlled by, or are under common
76 control with that entity. For the purposes of this definition,
77 "control" means (i) the power, direct or indirect, to cause the
78 direction or management of such entity, whether by contract or
79 otherwise, or (ii) ownership of fifty percent (50%) or more of the
80 outstanding shares, or (iii) beneficial ownership of such entity.
81
82* "License" means this document, including Exhibits.
83
84* "Licensor" means Nmap Software LLC and its successors and assigns.
85
86* "Main License Body" means all of the terms of this document,
87 excluding Exhibits.
88
89* "You" (or "Your") means an individual or Legal Entity exercising
90 permissions granted by this License.
91
922. General Terms
93
94Covered Software is licensed to you under the terms of the GPL
95(Exhibit A), with all the exceptions, clarifications, and additions
96noted in this Main License Body. Where the terms in this Main License
97Body conflict in any way with the GPL, the Main License Body terms
98shall take precedence. These additional terms mean that You may not
99distribute Covered Software or Derivative Works under plain GPL terms
100without special permission from Licensor.
101
102You are not required to accept this License. However, nothing else
103grants You permission to use, copy, modify or distribute the software
104or its derivative works. These actions are prohibited by law if You do
105not accept this License. Therefore, by modifying, copying or
106distributing the software (or any work based on the software), You
107indicate your acceptance of this License to do so, and all its terms
108and conditions. In addition, you agree to the terms of this License by
109clicking the Accept button or downloading the software.
110
1113. Derivative Works
112
113This License (including the GPL portion) places important restrictions
114on derived works. Licensor interprets that term quite broadly. To
115avoid any misunderstandings, we consider software to constitute a
116"derivative work" of Covered Software for the purposes of this license
117if it does any of the following:
118
119* Integrates source code from Covered Software
120
121* Reads or includes Covered Software data files, such as nmap-os-db or
122 nmap-service-probes.
123
124* Is designed specifically to execute Covered Software and parse the
125 results (as opposed to typical shell or execution-menu apps, which
126 will execute anything you tell them to).
127
128* Includes Covered Software in a proprietary executable installer. The
129 installers produced by InstallShield are an example of
130 this. Including Nmap with other software in compressed or archival
131 form does not trigger this provision, provided appropriate open
132 source decompression or de-archiving software is widely available
133 for no charge. For the purposes of this license, an installer is
134 considered to include Covered Software even if it actually retrieves
135 a copy of Covered Software from another source during runtime (such
136 as by downloading it from the Internet).
137
138* Links (statically or dynamically) to a library which does any of the
139 above
140
141* Executes a helper program, module, or script to do any of the above.
142
143
144This list is not exclusive, but is meant to clarify Licensor's
145intentions with some common examples. Distribution of any works which
146meet these criteria (and that also choose to accept this license to
147benefit from the rights granted herein) must be under the terms of
148this license (including this Main License Body and GPL), with no
149additional conditions or restrictions. They must abide by all
150restrictions that the GPL places on derivative or collective works,
151including the requirements for distributing their source code and
152allowing royalty-free redistribution.
153
154Licensor does not purport to control through this license any software
155which does not require the rights granted herein (such as rights to
156redistribute and/or incorporate Covered Software executables and
157source code). In particular, many software packages include the
158ability to parse Covered Software results provided by an end user or
159to execute Covered Software that end user may have already installed
160on their system. To the extent that copyright doctrines such as fair
161use allow their practices without the need to exercise any rights
162granted by this license, vendors and distributors of such software are
163not bound by our definition of derivative works or any other clauses
164in this license.
165
1664. Contributor Agreement (Grant of Copyright and Patent Licenses)
167
168Each Contributor hereby grants to Licensor a perpetual, worldwide,
169non-exclusive, no-charge, royalty-free, irrevocable copyright license
170to reproduce, prepare Derivative Works of, publicly display, publicly
171perform, sublicense, and distribute the Contribution and such
172Derivative Works in Source or Object form.
173
174Each Contributor hereby grants to You and Licensor a perpetual,
175worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except
176as stated in this section) patent license to make, have made, use,
177offer to sell, sell, import, and otherwise transfer the Work, where
178such license applies only to those patent claims licensable by such
179Contributor that are necessarily infringed by their Contribution(s)
180alone or by combination of their Contribution(s) with the Work to
181which such Contribution(s) was submitted. If You institute patent
182litigation against any entity (including a cross-claim or counterclaim
183in a lawsuit) alleging that the Work or a Contribution incorporated
184within the Work constitutes direct or contributory patent
185infringement, then any patent licenses granted to You under this
186License for that Work shall terminate as of the date such litigation
187is filed.
188
189Contributors may impose different terms on their Contributions by
190stating those terms in writing at the time the Contribution is
191made. Contributors may withhold all authority from Licensor to
192incorporate submissions by conspicuously marking or otherwise
193designating them in writing as "Not a Contribution" at the time they
194make the work available.
195
1965. Disclaimer of Warranty and Limitation of Liability
197
198Unless required by applicable law or agreed to in writing, Licensor
199provides the Covered Software (and each Contributor provides its
200Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
201OF ANY KIND, either express or implied, including, without limitation,
202any warranties or conditions of TITLE, NON-INFRINGEMENT,
203MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely
204responsible for determining the appropriateness of using or
205redistributing the Covered Software and assume any risks associated
206with Your exercise of permissions under this License.
207
208In no event and under no legal theory, whether in tort (including
209negligence), contract, or otherwise, unless required by applicable law
210(such as deliberate and grossly negligent acts) or agreed to in
211writing, shall any Contributor be liable to You for damages, including
212any direct, indirect, special, incidental, or consequential damages of
213any character arising as a result of this License or out of the use or
214inability to use the Covered Software (including but not limited to
215damages for loss of goodwill, work stoppage, computer failure or
216malfunction, or any and all other commercial damages or losses), even
217if such Contributor has been advised of the possibility of such
218damages.
219
2206. External Deployment
221
222If You Externally Deploy Covered Software, such as hosting a website
223designed to execute Nmap scans for users, the system and its
224documentation must, if technically feasible, prominently display a
225notice stating that the system uses the Nmap Security Scanner to
226perform its tasks. If technically feasible, the notice must contain a
227hyperlink to https://nmap.org/ or provide that URL in the text.
228
2297. Trademarks
230
231This License does not grant permission to use the trade names,
232trademarks, service marks, or product names of the Licensor, except as
233required for reasonable and customary use in describing the origin of
234the Covered Software.
235
2368. Termination for Patent Action
237
238This License shall terminate automatically and You may no longer
239exercise any of the rights granted to You by this License as of the
240date You commence an action, including a cross-claim or counterclaim,
241against Licensor or any licensee alleging that the Covered Software
242infringes a patent. This termination provision shall not apply for an
243action alleging patent infringement by combinations of the Covered
244Software with other software or hardware.
245
2469. Jurisdiction, Venue and Governing Law
247
248This License is governed by the laws of the State of Washington and
249the intellectual property laws of the United States of America,
250excluding the jurisdiction's conflict-of-law provisions. Any
251litigation or other dispute resolution between You and Licensor
252relating to this License shall take place in the Northern District of
253California, and You and Licensor hereby consent to the personal
254jurisdiction of, and venue in, the state and federal courts within
255that District with respect to this License. The application of the
256United Nations Convention on Contracts for the International Sale of
257Goods is expressly excluded.
258
25910. Npcap and the Official Nmap Windows Builds
260
261The official Windows Nmap builds includes the Npcap driver and library
262(https://npcap.com) for packet capture and transmission on
263Windows. That software is under its own separate license terms rather
264than this license. Therefore anyone wishing to use or redistribute
265both pieces of software must comply with both licenses. Since Npcap
266does not allow for redistribution without special permission, the
267official Nmap Windows builds which include Npcap may not be
268redistributed without special permission. Such permission can be
269requested by email to sales@nmap.com.
270
27111. Permission to link with OpenSSL
272
273Licensor grants permission to link Covered Software with any version
274of the OpenSSL library from OpenSSL.Org, and distribute linked
275combinations including the two (assuming such distribution is
276otherwise allowed by this agreement). You must obey this License in
277all respects for all code used other than OpenSSL.
278
27912. Waiver; Construction
280
281Failure by Licensor or any Contributor to enforce any provision of
282this License will not be deemed a waiver of future enforcement of that
283or any other provision. Any law or regulation which provides that the
284language of a contract shall be construed against the drafter will not
285apply to this License.
286
28713. Enforceability
288
289If any provision of this License is invalid or unenforceable under
290applicable law, it shall not affect the validity or enforceability of
291the remainder of the terms of this License, and without further action
292by the parties hereto, such provision shall be reformed to the minimum
293extent necessary to make such provision valid and enforceable.
294
295Exhibit A. The GNU General Public License Version 2
296GNU GENERAL PUBLIC LICENSE
297Version 2, June 1991
298
299Copyright (C) 1989, 1991 Free Software Foundation, Inc.
30051 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
301
302Everyone is permitted to copy and distribute verbatim copies
303of this license document, but changing it is not allowed.
304Preamble
305
306The licenses for most software are designed to take away your freedom
307to share and change it. By contrast, the GNU General Public License is
308intended to guarantee your freedom to share and change free
309software--to make sure the software is free for all its users. This
310General Public License applies to most of the Free Software
311Foundation's software and to any other program whose authors commit to
312using it. (Some other Free Software Foundation software is covered by
313the GNU Lesser General Public License instead.) You can apply it to
314your programs, too.
315
316When we speak of free software, we are referring to freedom, not
317price. Our General Public Licenses are designed to make sure that you
318have the freedom to distribute copies of free software (and charge for
319this service if you wish), that you receive source code or can get it
320if you want it, that you can change the software or use pieces of it
321in new free programs; and that you know you can do these things.
322
323To protect your rights, we need to make restrictions that forbid
324anyone to deny you these rights or to ask you to surrender the
325rights. These restrictions translate to certain responsibilities for
326you if you distribute copies of the software, or if you modify it.
327
328For example, if you distribute copies of such a program, whether
329gratis or for a fee, you must give the recipients all the rights that
330you have. You must make sure that they, too, receive or can get the
331source code. And you must show them these terms so they know their
332rights.
333
334We protect your rights with two steps: (1) copyright the software, and
335(2) offer you this license which gives you legal permission to copy,
336distribute and/or modify the software.
337
338Also, for each author's protection and ours, we want to make certain
339that everyone understands that there is no warranty for this free
340software. If the software is modified by someone else and passed on,
341we want its recipients to know that what they have is not the
342original, so that any problems introduced by others will not reflect
343on the original authors' reputations.
344
345Finally, any free program is threatened constantly by software
346patents. We wish to avoid the danger that redistributors of a free
347program will individually obtain patent licenses, in effect making the
348program proprietary. To prevent this, we have made it clear that any
349patent must be licensed for everyone's free use or not licensed at
350all.
351
352The precise terms and conditions for copying, distribution and
353modification follow.
354
355TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
356
3570. This License applies to any program or other work which contains a
358notice placed by the copyright holder saying it may be distributed
359under the terms of this General Public License. The "Program", below,
360refers to any such program or work, and a "work based on the Program"
361means either the Program or any derivative work under copyright law:
362that is to say, a work containing the Program or a portion of it,
363either verbatim or with modifications and/or translated into another
364language. (Hereinafter, translation is included without limitation in
365the term "modification".) Each licensee is addressed as "you".
366
367Activities other than copying, distribution and modification are not
368covered by this License; they are outside its scope. The act of
369running the Program is not restricted, and the output from the Program
370is covered only if its contents constitute a work based on the Program
371(independent of having been made by running the Program). Whether that
372is true depends on what the Program does.
373
3741. You may copy and distribute verbatim copies of the Program's source
375code as you receive it, in any medium, provided that you conspicuously
376and appropriately publish on each copy an appropriate copyright notice
377and disclaimer of warranty; keep intact all the notices that refer to
378this License and to the absence of any warranty; and give any other
379recipients of the Program a copy of this License along with the
380Program.
381
382You may charge a fee for the physical act of transferring a copy, and
383you may at your option offer warranty protection in exchange for a
384fee.
385
3862. You may modify your copy or copies of the Program or any portion of
387it, thus forming a work based on the Program, and copy and distribute
388such modifications or work under the terms of Section 1 above,
389provided that you also meet all of these conditions:
390
391a) You must cause the modified files to carry prominent notices
392stating that you changed the files and the date of any change.
393
394b) You must cause any work that you distribute or publish, that in
395whole or in part contains or is derived from the Program or any part
396thereof, to be licensed as a whole at no charge to all third parties
397under the terms of this License.
398
399c) If the modified program normally reads commands interactively when
400run, you must cause it, when started running for such interactive use
401in the most ordinary way, to print or display an announcement
402including an appropriate copyright notice and a notice that there is
403no warranty (or else, saying that you provide a warranty) and that
404users may redistribute the program under these conditions, and telling
405the user how to view a copy of this License. (Exception: if the
406Program itself is interactive but does not normally print such an
407announcement, your work based on the Program is not required to print
408an announcement.)
409
410These requirements apply to the modified work as a whole. If
411identifiable sections of that work are not derived from the Program,
412and can be reasonably considered independent and separate works in
413themselves, then this License, and its terms, do not apply to those
414sections when you distribute them as separate works. But when you
415distribute the same sections as part of a whole which is a work based
416on the Program, the distribution of the whole must be on the terms of
417this License, whose permissions for other licensees extend to the
418entire whole, and thus to each and every part regardless of who wrote
419it.
420
421Thus, it is not the intent of this section to claim rights or contest
422your rights to work written entirely by you; rather, the intent is to
423exercise the right to control the distribution of derivative or
424collective works based on the Program.
425
426In addition, mere aggregation of another work not based on the Program
427with the Program (or with a work based on the Program) on a volume of
428a storage or distribution medium does not bring the other work under
429the scope of this License.
430
4313. You may copy and distribute the Program (or a work based on it,
432under Section 2) in object code or executable form under the terms of
433Sections 1 and 2 above provided that you also do one of the following:
434
435a) Accompany it with the complete corresponding machine-readable
436source code, which must be distributed under the terms of Sections 1
437and 2 above on a medium customarily used for software interchange; or,
438
439b) Accompany it with a written offer, valid for at least three years,
440to give any third party, for a charge no more than your cost of
441physically performing source distribution, a complete machine-readable
442copy of the corresponding source code, to be distributed under the
443terms of Sections 1 and 2 above on a medium customarily used for
444software interchange; or,
445
446c) Accompany it with the information you received as to the offer to
447distribute corresponding source code. (This alternative is allowed
448only for noncommercial distribution and only if you received the
449program in object code or executable form with such an offer, in
450accord with Subsection b above.)
451
452The source code for a work means the preferred form of the work for
453making modifications to it. For an executable work, complete source
454code means all the source code for all modules it contains, plus any
455associated interface definition files, plus the scripts used to
456control compilation and installation of the executable. However, as a
457special exception, the source code distributed need not include
458anything that is normally distributed (in either source or binary
459form) with the major components (compiler, kernel, and so on) of the
460operating system on which the executable runs, unless that component
461itself accompanies the executable.
462
463If distribution of executable or object code is made by offering
464access to copy from a designated place, then offering equivalent
465access to copy the source code from the same place counts as
466distribution of the source code, even though third parties are not
467compelled to copy the source along with the object code.
468
4694. You may not copy, modify, sublicense, or distribute the Program
470except as expressly provided under this License. Any attempt otherwise
471to copy, modify, sublicense or distribute the Program is void, and
472will automatically terminate your rights under this License. However,
473parties who have received copies, or rights, from you under this
474License will not have their licenses terminated so long as such
475parties remain in full compliance.
476
4775. You are not required to accept this License, since you have not
478signed it. However, nothing else grants you permission to modify or
479distribute the Program or its derivative works. These actions are
480prohibited by law if you do not accept this License. Therefore, by
481modifying or distributing the Program (or any work based on the
482Program), you indicate your acceptance of this License to do so, and
483all its terms and conditions for copying, distributing or modifying
484the Program or works based on it.
485
4866. Each time you redistribute the Program (or any work based on the
487Program), the recipient automatically receives a license from the
488original licensor to copy, distribute or modify the Program subject to
489these terms and conditions. You may not impose any further
490restrictions on the recipients' exercise of the rights granted
491herein. You are not responsible for enforcing compliance by third
492parties to this License.
493
4947. If, as a consequence of a court judgment or allegation of patent
495infringement or for any other reason (not limited to patent issues),
496conditions are imposed on you (whether by court order, agreement or
497otherwise) that contradict the conditions of this License, they do not
498excuse you from the conditions of this License. If you cannot
499distribute so as to satisfy simultaneously your obligations under this
500License and any other pertinent obligations, then as a consequence you
501may not distribute the Program at all. For example, if a patent
502license would not permit royalty-free redistribution of the Program by
503all those who receive copies directly or indirectly through you, then
504the only way you could satisfy both it and this License would be to
505refrain entirely from distribution of the Program.
506
507If any portion of this section is held invalid or unenforceable under
508any particular circumstance, the balance of the section is intended to
509apply and the section as a whole is intended to apply in other
510circumstances.
511
512It is not the purpose of this section to induce you to infringe any
513patents or other property right claims or to contest validity of any
514such claims; this section has the sole purpose of protecting the
515integrity of the free software distribution system, which is
516implemented by public license practices. Many people have made
517generous contributions to the wide range of software distributed
518through that system in reliance on consistent application of that
519system; it is up to the author/donor to decide if he or she is willing
520to distribute software through any other system and a licensee cannot
521impose that choice.
522
523This section is intended to make thoroughly clear what is believed to
524be a consequence of the rest of this License.
525
5268. If the distribution and/or use of the Program is restricted in
527certain countries either by patents or by copyrighted interfaces, the
528original copyright holder who places the Program under this License
529may add an explicit geographical distribution limitation excluding
530those countries, so that distribution is permitted only in or among
531countries not thus excluded. In such case, this License incorporates
532the limitation as if written in the body of this License.
533
5349. The Free Software Foundation may publish revised and/or new
535versions of the General Public License from time to time. Such new
536versions will be similar in spirit to the present version, but may
537differ in detail to address new problems or concerns.
538
539Each version is given a distinguishing version number. If the Program
540specifies a version number of this License which applies to it and
541"any later version", you have the option of following the terms and
542conditions either of that version or of any later version published by
543the Free Software Foundation. If the Program does not specify a
544version number of this License, you may choose any version ever
545published by the Free Software Foundation.
546
54710. If you wish to incorporate parts of the Program into other free
548programs whose distribution conditions are different, write to the
549author to ask for permission. For software which is copyrighted by the
550Free Software Foundation, write to the Free Software Foundation; we
551sometimes make exceptions for this. Our decision will be guided by the
552two goals of preserving the free status of all derivatives of our free
553software and of promoting the sharing and reuse of software generally.
554
555NO WARRANTY
556
55711. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO
558WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE
559LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS
560AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF
561ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
562THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
563PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
564PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME
565THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
566
56712. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
568WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
569AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU
570FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
571CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
572PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
573RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
574FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF
575SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
576DAMAGES.
577
578END OF TERMS AND CONDITIONS
579
580[For brevity, we've cut out the GPL's final section on "How to Apply
581These Terms to Your New Program", but you can find that at
582https://www.gnu.org/licenses/gpl-2.0.html#SEC4 ]
583
diff --git a/meta-oe/recipes-security/nmap/nmap_7.95.bb b/meta-oe/recipes-security/nmap/nmap_7.95.bb
index c410751595..a892c1e910 100644
--- a/meta-oe/recipes-security/nmap/nmap_7.95.bb
+++ b/meta-oe/recipes-security/nmap/nmap_7.95.bb
@@ -1,7 +1,7 @@
1SUMMARY = "network auditing tool" 1SUMMARY = "network auditing tool"
2DESCRIPTION = "Nmap (Network Mapper) is a free and open source (license) utility for network discovery and security auditing.\nGui support via appending to IMAGE_FEATURES x11-base in local.conf" 2DESCRIPTION = "Nmap (Network Mapper) is a free and open source (license) utility for network discovery and security auditing.\nGui support via appending to IMAGE_FEATURES x11-base in local.conf"
3SECTION = "security" 3SECTION = "security"
4LICENSE = "GPL-2.0-only" 4LICENSE = "NPSL"
5 5
6LIC_FILES_CHKSUM = "file://LICENSE;md5=895af8527fe4bcb72f271fd1841fd2f6" 6LIC_FILES_CHKSUM = "file://LICENSE;md5=895af8527fe4bcb72f271fd1841fd2f6"
7 7