gedit r6723 - branches/win32/win32



Author: icq
Date: Thu Dec 25 17:00:42 2008
New Revision: 6723
URL: http://svn.gnome.org/viewvc/gedit?rev=6723&view=rev

Log:
Add COPYING file


Modified:
   branches/win32/win32/build-installer
   branches/win32/win32/gedit.iss.in

Modified: branches/win32/win32/build-installer
==============================================================================
--- branches/win32/win32/build-installer	(original)
+++ branches/win32/win32/build-installer	Thu Dec 25 17:00:42 2008
@@ -20,6 +20,9 @@
 
 mkdir -p installer || exit
 
+echo "Copying the license..."
+cp ../COPYING installer || exit
+
 echo "Copying DLL files..."
 
 mkdir -p installer/bin

Modified: branches/win32/win32/gedit.iss.in
==============================================================================
--- branches/win32/win32/gedit.iss.in	(original)
+++ branches/win32/win32/gedit.iss.in	Thu Dec 25 17:00:42 2008
@@ -9,6 +9,7 @@
 AppPublisherURL=http:\\www.gedit.org\
 AppVersion= VERSION@
 OutputBaseFilename=gedit-setup- VERSION@-INSTALLERREVISION
+LicenseFile=COPYING
 
 [Components]
 Name: "gtk"; Description: "GTK+ runtime environment"; Types: full compact custom; Flags: fixed
@@ -33,6 +34,9 @@
 
 [Files]
 
+; License
+Source: "COPYING"; DestDir: "{app}"; Components: main
+
 ; GTK+
 Source: "bin\intl.dll"; DestDir: "{app}\bin"; Components: gtk
 Source: "bin\iconv.dll"; DestDir: "{app}\bin"; Components: gtk



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]