File: gpl-path.diff

package info (click to toggle)
isomaster 1.3.9-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,024 kB
  • ctags: 844
  • sloc: ansic: 11,224; makefile: 235; sh: 109; python: 11
file content (16 lines) | stat: -rw-r--r-- 620 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
This patch updates text displayed in the about box to tell the user where they
can find a copy of the GPL on their system, since we don't install upstream's
LICENSE.TXT file.
--- a/about.c
+++ b/about.c
@@ -321,8 +321,8 @@
 
 static const char* 
 GBLlicense = 
-"ISO Master and bkisofs are distributed under the GNU General Public Licence\n"
-"version 2, please see LICENCE.TXT for the complete text\n";
+"ISO Master and bkisofs are distributed under the GNU General Public Licence version 2,\n"
+"on Debian systems please see /usr/share/common-licenses/GPL-2 for the complete text\n";
 
 static const char*
 GBLhelp =