Hey,

Given what is expected to be on the license information on the about
box, I'd say /usr/share/common-licenses/LGPL-2 is more appropriate than
the Debian copyright file.

A stupid patch is attached =)

See ya,

-- 
Guilherme de S. Pastore (fatalerror)
<[EMAIL PROTECTED]>
--- gazpacho/application.py	2005-08-13 11:57:16.000000000 -0300
+++ gazpacho/application.py.new	2005-08-27 12:59:51.564871024 -0300
@@ -901,7 +901,7 @@
         contributorsfile = file(os.path.join(docs, 'CONTRIBUTORS'))
         authors.extend([c.strip() for c in contributorsfile.readlines()[:-2]])
         about.set_authors(authors)
-        license = file(os.path.join(docs, 'COPYING')).read()
+        license = file('/usr/share/common-licenses/LGPL-2')).read()
         about.set_license(license)
         about.set_website('http://gazpacho.sicem.biz')
         about.run()

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to