From 24d9143e1d4425bee3832716c6687ad207dd7aaa Mon Sep 17 00:00:00 2001 From: blundellc Date: Sat, 13 Sep 2008 13:18:05 +0000 Subject: [PATCH] populate_licenses: a simple cran2deb license script for populating the database with licenses git-svn-id: svn://svn.r-forge.r-project.org/svnroot/cran2deb@56 edb9625f-4e0d-4859-8d74-9fd3b1da38cb --- pkg/trunk/data/populate_licenses | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 pkg/trunk/data/populate_licenses diff --git a/pkg/trunk/data/populate_licenses b/pkg/trunk/data/populate_licenses new file mode 100644 index 0000000..169981e --- /dev/null +++ b/pkg/trunk/data/populate_licenses @@ -0,0 +1,19 @@ +add GPL +file GPL /usr/share/common-licenses/GPL-2 +file GPL /usr/share/common-licenses/GPL-3 +add LGPL +file LGPL /usr/share/common-licenses/LGPL-2 +file LGPL /usr/share/common-licenses/LGPL-2.1 +file LGPL /usr/share/common-licenses/LGPL-3 +add BSD +file BSD /usr/share/common-licenses/BSD +add ARTISTIC +file ARTISTIC /usr/share/common-licenses/Artistic +add APACHE +file APACHE /usr/share/common-licenses/Apache-2.0 +add AGPL +add MIT +add X11 +add MPL +add UNLIMITED deny +ls -- 2.39.2