mirror of
https://github.com/nmap/nmap.git
synced 2025-12-07 13:11:28 +00:00
Include third-part license notices in Windows packages.
This commit is contained in:
@@ -22,7 +22,7 @@ winbuild:
|
|||||||
rm -rf nmap-$(NMAP_VERSION)
|
rm -rf nmap-$(NMAP_VERSION)
|
||||||
rm -f nmap-$(NMAP_VERSION)-win32.zip
|
rm -f nmap-$(NMAP_VERSION)-win32.zip
|
||||||
mkdir nmap-$(NMAP_VERSION)
|
mkdir nmap-$(NMAP_VERSION)
|
||||||
cd Release && cp -r ../../CHANGELOG ../../COPYING nmap-mac-prefixes nmap-os-db nmap-payloads nmap-protocols nmap-rpc nmap-service-probes nmap-services nmap.exe nmap.xsl nse_main.lua ../nmap_performance.reg ../../README-WIN32 ../nmap-$(NMAP_VERSION)/
|
cd Release && cp -r ../../CHANGELOG ../../COPYING nmap-mac-prefixes nmap-os-db nmap-payloads nmap-protocols nmap-rpc nmap-service-probes nmap-services nmap.exe nmap.xsl nse_main.lua ../nmap_performance.reg ../../README-WIN32 ../../docs/LICENSES ../nmap-$(NMAP_VERSION)/
|
||||||
cp -f OpenSSL/bin/*.dll ./nmap-$(NMAP_VERSION)/
|
cp -f OpenSSL/bin/*.dll ./nmap-$(NMAP_VERSION)/
|
||||||
mkdir nmap-$(NMAP_VERSION)/scripts
|
mkdir nmap-$(NMAP_VERSION)/scripts
|
||||||
cd Release && cp -f $(NSE_FILES) ../nmap-$(NMAP_VERSION)/scripts/
|
cd Release && cp -f $(NSE_FILES) ../nmap-$(NMAP_VERSION)/scripts/
|
||||||
@@ -32,6 +32,7 @@ winbuild:
|
|||||||
cd Release && for f in `find nselib -name .svn -prune -o -type f -print`; do \
|
cd Release && for f in `find nselib -name .svn -prune -o -type f -print`; do \
|
||||||
cp -f $$f ../nmap-$(NMAP_VERSION)/$$f; \
|
cp -f $$f ../nmap-$(NMAP_VERSION)/$$f; \
|
||||||
done
|
done
|
||||||
|
cd Release && cp -r ../../docs/LGPL-2 ../../docs/LGPL-2.1 ../../docs/MPL-1.1 ../nmap-$(NMAP_VERSION)/
|
||||||
cp winpcap/winpcap-nmap-*.exe nmap-$(NMAP_VERSION)
|
cp winpcap/winpcap-nmap-*.exe nmap-$(NMAP_VERSION)
|
||||||
cp vcredist_x86.exe nmap-$(NMAP_VERSION)
|
cp vcredist_x86.exe nmap-$(NMAP_VERSION)
|
||||||
cp ../ncat/Release/ncat.exe nmap-$(NMAP_VERSION)
|
cp ../ncat/Release/ncat.exe nmap-$(NMAP_VERSION)
|
||||||
|
|||||||
@@ -191,6 +191,10 @@ Section "Nmap Core Files" SecCore
|
|||||||
File ..\..\docs\nmap.xsl
|
File ..\..\docs\nmap.xsl
|
||||||
File ..\nmap_performance.reg
|
File ..\nmap_performance.reg
|
||||||
File ..\..\README-WIN32
|
File ..\..\README-WIN32
|
||||||
|
File ..\..\docs\LICENSES
|
||||||
|
File ..\..\docs\LGPL-2
|
||||||
|
File ..\..\docs\LGPL-2.1
|
||||||
|
File ..\..\docs\MPL-1.1
|
||||||
File libeay32.dll
|
File libeay32.dll
|
||||||
File ssleay32.dll
|
File ssleay32.dll
|
||||||
File /r /x mswin32 /x .svn /x ncat ..\..\scripts
|
File /r /x mswin32 /x .svn /x ncat ..\..\scripts
|
||||||
|
|||||||
Reference in New Issue
Block a user