1
0
mirror of https://github.com/gryf/pygtktalog.git synced 2025-12-17 19:40:21 +01:00

* Added file with licence.

This commit is contained in:
2008-05-14 08:57:00 +00:00
parent ea667cf03e
commit e51a447809
2 changed files with 675 additions and 5 deletions

View File

@@ -23,11 +23,7 @@
# -------------------------------------------------------------------------
__version__ = "1.0 RC2"
LICENCE = \
"""
GPL v2
http://www.gnu.org/licenses/gpl.txt
"""
LICENCE = open('LICENCE').read()
import os.path
from os import popen