pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pike-*: add LICENSE
Module Name: pkgsrc-wip
Committed By: miwarin <miwarin%gmail.com@localhost>
Pushed By: miwarin
Date: Sun Apr 29 19:10:17 2018 +0900
Changeset: 340ee7da462b85cc5c3232841aa8248f60884757
Modified Files:
pike-Gettext/Makefile
pike-Gz/Makefile
pike-Pipe/Makefile
pike-Regexp-PCRE/Makefile
pike-core/Makefile
pike-gdbm/Makefile
pike-mime/Makefile
Log Message:
pike-*: add LICENSE
via dowloaded source file comment each modules.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=340ee7da462b85cc5c3232841aa8248f60884757
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
pike-Gettext/Makefile | 1 +
pike-Gz/Makefile | 1 +
pike-Pipe/Makefile | 1 +
pike-Regexp-PCRE/Makefile | 1 +
pike-core/Makefile | 1 +
pike-gdbm/Makefile | 1 +
pike-mime/Makefile | 1 +
7 files changed, 7 insertions(+)
diffs:
diff --git a/pike-Gettext/Makefile b/pike-Gettext/Makefile
old mode 100644
new mode 100755
index 62e44ba645..9eaf305246
--- a/pike-Gettext/Makefile
+++ b/pike-Gettext/Makefile
@@ -3,6 +3,7 @@
PKGNAME= pike-Gettext-${PIKE_VERSION}
CATEGORIES= lang
COMMENT= Gettext module for Pike programming language
+LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1 AND mpl-1.1
MODULE_NAMES= Gettext
MODULE_DIRS= modules/Gettext
diff --git a/pike-Gz/Makefile b/pike-Gz/Makefile
old mode 100644
new mode 100755
index 0ec9148e5a..0b9d998b78
--- a/pike-Gz/Makefile
+++ b/pike-Gz/Makefile
@@ -3,6 +3,7 @@
PKGNAME= pike-Gz-${PIKE_VERSION}
CATEGORIES= lang
COMMENT= Gz module for Pike programming language
+LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1 AND mpl-1.1
MODULE_NAMES= Gz
MODULE_DIRS= modules/Gz
diff --git a/pike-Pipe/Makefile b/pike-Pipe/Makefile
old mode 100644
new mode 100755
index c2d3b276f9..000f378c7c
--- a/pike-Pipe/Makefile
+++ b/pike-Pipe/Makefile
@@ -3,6 +3,7 @@
PKGNAME= pike-Pipe-${PIKE_VERSION}
CATEGORIES= lang
COMMENT= PIPE module for Pike programming language
+LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1 AND mpl-1.1
MODULE_NAMES= Pipe
MODULE_DIRS= modules/Pipe
diff --git a/pike-Regexp-PCRE/Makefile b/pike-Regexp-PCRE/Makefile
old mode 100644
new mode 100755
index 2e64786efc..affaa2ad09
--- a/pike-Regexp-PCRE/Makefile
+++ b/pike-Regexp-PCRE/Makefile
@@ -3,6 +3,7 @@
PKGNAME= pike-Regexp_PCRE-${PIKE_VERSION}
CATEGORIES= lang
COMMENT= Regexp_PCRE module for Pike programming language
+LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1 AND mpl-1.1
MODULE_NAMES= _Regexp_PCRE
MODULE_DIRS= modules/_Regexp_PCRE
diff --git a/pike-core/Makefile b/pike-core/Makefile
old mode 100644
new mode 100755
index 0c31b195b2..03b40bebcd
--- a/pike-core/Makefile
+++ b/pike-core/Makefile
@@ -4,6 +4,7 @@
PKGNAME= pike-core-${PIKE_VERSION}
CATEGORIES= lang
COMMENT= Dynamic programming language with a syntax similar to C++
+LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1 AND mpl-1.1
MODULE_NAMES= _ADT _math _Charset files system Nettle Gmp Math Parser \
Regexp sprintf Unicode Locale
diff --git a/pike-gdbm/Makefile b/pike-gdbm/Makefile
old mode 100644
new mode 100755
index 3431efca1f..c95aa438e6
--- a/pike-gdbm/Makefile
+++ b/pike-gdbm/Makefile
@@ -3,6 +3,7 @@
PKGNAME= pike-gdbm-${PIKE_VERSION}
CATEGORIES= lang
COMMENT= GDBM module for Pike programming language
+LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1 AND mpl-1.1
MODULE_NAMES= Gdbm
MODULE_DIRS= modules/Gdbm
diff --git a/pike-mime/Makefile b/pike-mime/Makefile
old mode 100644
new mode 100755
index 13d2463c19..1b1202a906
--- a/pike-mime/Makefile
+++ b/pike-mime/Makefile
@@ -3,6 +3,7 @@
PKGNAME= pike-MIME-${PIKE_VERSION}
CATEGORIES= lang
COMMENT= MIME module for Pike programming language
+LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1 AND mpl-1.1
MODULE_NAMES= MIME
MODULE_DIRS= modules/MIME
Home |
Main Index |
Thread Index |
Old Index