distribute licenses to be used by vala-gen-project
authorJuerg Billeter <j@bitron.ch>
Sat, 1 Mar 2008 23:23:31 +0000 (23:23 +0000)
committerJürg Billeter <juergbi@src.gnome.org>
Sat, 1 Mar 2008 23:23:31 +0000 (23:23 +0000)
commitc7b08cc363c7f6330c7bb26833788b58c1c39ae6
treed245d828ab490bc1865de33149d02e0a76ab7957
parent58d7306be5210636c0f72a3b21d876d654fff2cd
distribute licenses to be used by vala-gen-project

2008-03-02  Juerg Billeter  <j@bitron.ch>

* configure.ac, gen-project/Makefile.am, gen-project/licenses/:
  distribute licenses to be used by vala-gen-project

* gen-project/valaprojectgenerator.vala: add GPL3 and LGPL3, copy
  license from $(pkgdatadir)/licenses or /usr/share/common-licenses/
  instead of automake or libtool to ensure we copy the right version,
  based on patch by Andreas Brauchli

svn path=/trunk/; revision=1081
ChangeLog
configure.ac
gen-project/Makefile.am
gen-project/licenses/Makefile.am [new file with mode: 0644]
gen-project/licenses/gpl-2.0.txt [new file with mode: 0644]
gen-project/licenses/gpl-3.0.txt [new file with mode: 0644]
gen-project/licenses/lgpl-2.1.txt [new file with mode: 0644]
gen-project/licenses/lgpl-3.0.txt [new file with mode: 0644]
gen-project/valaprojectgenerator.vala
tests/Makefile.am