changeset 2363:18ac9058ecb7

regex license.
author Han-Wen Nienhuys <hanwen@lilypond.org>
date Thu, 19 Oct 2006 10:10:29 +0100
parents 053cc8de9acb
children dd082f629e0d
files specs/regex.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/specs/regex.py	Wed Oct 18 20:55:21 2006 +0100
+++ b/specs/regex.py	Thu Oct 19 10:10:29 2006 +0100
@@ -5,3 +5,6 @@
     def __init__ (self, settings):
         targetpackage.TargetBuildSpec.__init__ (self, settings)
         self.with (version='2.3.90-1', mirror=download.hw, format='bz2')
+
+    def license_file (self):
+        return '%(srcdir)s/COPYING.LIB'