aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2018-09-19 10:57:51 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2018-09-19 11:02:03 +0200
commit33313f8d4009b36f211d6da99e9fbc6cb134a62a (patch)
tree87e13eaf6153366b853d696110a6d999fe1796ef
parent6a7975dd475c858689632831782e3d6069569dc5 (diff)
downloadrpmtools-33313f8d4009b36f211d6da99e9fbc6cb134a62a.tar
rpmtools-33313f8d4009b36f211d6da99e9fbc6cb134a62a.tar.gz
rpmtools-33313f8d4009b36f211d6da99e9fbc6cb134a62a.tar.bz2
rpmtools-33313f8d4009b36f211d6da99e9fbc6cb134a62a.tar.xz
rpmtools-33313f8d4009b36f211d6da99e9fbc6cb134a62a.zip
add license
-rwxr-xr-xMakefile.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index b0f4ffb..9da77d3 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -24,6 +24,7 @@ MAKEMAKEFILE
WriteMakefile(
NAME => 'rpmtools',
VERSION => $rpmtools_version,
+ LICENSE => 'gpl_2',
macro => {
RPMTOOLSVERSION => $rpmtools_version,
},