14
14
# along with this program; if not, write to the Free Software
15
15
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
30
34
license_paths = [data_path("COPYING"), "/usr/share/common-licenses/GPL-2"]
31
35
for license_file in license_paths:
33
37
return file(license_file).read()
34
38
# Fall back to just license name if we can't find the file