aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-01-05 15:27:35 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-01-05 15:27:35 +0000
commit108b5cb25638e2b8d3cfba86f21dd69fdfe5d5bb (patch)
treee5cf5129a0df5a8d684ccaba016caece5017a70d /packaging
parent391cfa861d8451459aeed172179e314c050efdbf (diff)
using the file "COPYING" instead of "GPL.txt"
svn path=/trunk/; revision=9555
Diffstat (limited to 'packaging')
-rw-r--r--packaging/nsis/ethereal.nsi6
1 files changed, 3 insertions, 3 deletions
diff --git a/packaging/nsis/ethereal.nsi b/packaging/nsis/ethereal.nsi
index f0043d03d3..7870e0c931 100644
--- a/packaging/nsis/ethereal.nsi
+++ b/packaging/nsis/ethereal.nsi
@@ -1,7 +1,7 @@
;
; ethereal.nsi
;
-; $Id: ethereal.nsi,v 1.38 2003/12/26 12:27:47 ulfl Exp $
+; $Id: ethereal.nsi,v 1.39 2004/01/05 15:27:35 ulfl Exp $
; ============================================================================
; Header configuration
@@ -51,7 +51,7 @@ XPStyle on
; ============================================================================
!insertmacro MUI_PAGE_WELCOME
-!insertmacro MUI_PAGE_LICENSE "GPL.txt"
+!insertmacro MUI_PAGE_LICENSE "..\..\COPYING"
!insertmacro MUI_PAGE_COMPONENTS
!insertmacro MUI_PAGE_DIRECTORY
!insertmacro MUI_PAGE_INSTFILES
@@ -74,7 +74,7 @@ XPStyle on
; License page configuration
; ============================================================================
LicenseText "Ethereal is distributed under the GNU General Public License."
-LicenseData "GPL.txt"
+LicenseData "..\..\COPYING"
; ============================================================================
; Component page configuration