0
0
mirror of https://github.com/netwide-assembler/nasm.git synced 2025-09-22 10:43:39 -04:00

nasm.nsi: remove COPYING; add LICENSE

The licensing information has been moved into file LICENSE.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
H. Peter Anvin
2009-07-06 11:10:42 -07:00
parent 8ee2e244eb
commit 4ea9cede34

View File

@@ -50,7 +50,7 @@ Section "${PACKAGE_NAME}"
SectionIn RO
SetOutPath "$INSTDIR\."
File "COPYING"
File "LICENSE"
File "nasm.exe"
File "ndisasm.exe"
File "doc/nasmdoc.pdf"
@@ -102,7 +102,7 @@ Section "Uninstall"
Delete /rebootok "$INSTDIR\nasmdoc.pdf"
Delete /rebootok "$INSTDIR\nasm.exe"
Delete /rebootok "$INSTDIR\ldrdf.exe"
Delete /rebootok "$INSTDIR\COPYING"
Delete /rebootok "$INSTDIR\LICENSE"
RMDir "$INSTDIR"
SectionEnd