From 51b5ecadfa1b5dcfa5c999305fe94b6012da3187 Mon Sep 17 00:00:00 2001 From: kichik Date: Sat, 28 Oct 2006 23:58:07 +0000 Subject: [PATCH] license.txt -> COPYING git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4790 212acab6-be3b-0410-9dea-997c60f758d6 --- Examples/makensis.nsi | 1 + SConstruct | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Examples/makensis.nsi b/Examples/makensis.nsi index 91331eed..15211281 100644 --- a/Examples/makensis.nsi +++ b/Examples/makensis.nsi @@ -1011,6 +1011,7 @@ Section Uninstall Delete $INSTDIR\makensisw.exe Delete $INSTDIR\NSIS.exe Delete $INSTDIR\license.txt + Delete $INSTDIR\COPYING Delete $INSTDIR\uninst-nsis.exe Delete $INSTDIR\nsisconf.nsi Delete $INSTDIR\nsisconf.nsh diff --git a/SConstruct b/SConstruct index f483d304..d65e3748 100644 --- a/SConstruct +++ b/SConstruct @@ -57,7 +57,7 @@ misc = [ ] doc = [ - 'license.txt' + 'COPYING' ] defenv = Environment()