Commit graph

371 commits

Author SHA1 Message Date
nia
833f379aab add eternal-lands-license 2021-04-04 09:36:29 +00:00
ryoon
196ff91e4d licenses: Remove -license suffix from ODC Open Database License
ODC Open Database License is treated as free license by FSF.
2021-03-06 04:30:56 +00:00
ryoon
b608d0ef3c licenses: Add odbl-v1-license for ODC Open Database License (ODbL) 2021-02-20 21:59:31 +00:00
tnn
140ff1ad8c licenses: add timescale-license
source:
https://github.com/timescale/timescaledb/blob/master/tsl/LICENSE-TIMESCALE
2021-02-13 11:31:10 +00:00
nia
15cc776bff Add editors/hexer.
The hexer utility is a multi-buffer editor for binary files for Unix-like
systems that displays its buffer(s) as a hex dump. The user interface is
kept similar to vi/ex.
2020-12-12 13:32:51 +00:00
kardel
7b53ff2992 devel/libyang: reference modified-bsd license
as per request of gdt@
2020-12-10 20:35:45 +00:00
kardel
4a6668ddf3 devel/libyang: add Makefile and license entry 2020-12-10 16:34:53 +00:00
ryoon
a2ab0de77b licenses: Add a license file for upcoming emulators/nono
A part of PR pkg/55761.
2020-11-27 13:04:32 +00:00
nia
0a7e64d5cf Add evilwm-license 2020-10-11 08:53:28 +00:00
brook
fed8d9530b math/udunits: update to udunits2 v2.2.26.
The UDUNITS-2 package differs from the previous UDUNITS package in the
following ways:

    Support for non-ASCII characters. The original UDUNITS package only
    supports the ASCII character set. The UDUNITS-2 package supports
    the following character sets: ASCII, ISO 8859-1 (Latin 1), and the
    UTF-8 encoding of ISO 10646 (Unicode). This means that unit string
    specifications like "µ°F·Ω⁻¹" are now supported (your viewer
    must support UTF-8 to display this string correctly).

    Support for logarithmic units. The unit string specification
    "0.1 lg(re 1 mW)" specifies a deciBel unit with a one milliwatt
    reference level.  Meteorologists should note that the unit "dBZ"
    (i.e., "0.1 lg(re um^3)") is now supported.

    Persistent value converters. It is now possible to obtain a converter
    data-object, which can be used to convert numeric values in one
    unit to numeric values in another, compatible unit. The values can
    be float, double, or one-dimensional arrays of floats or doubles.

    Improved API. Due to the above changes, it was not possible to keep
    the application programming interface of the original UDUNITS
    package.  Beginning with version 2.1.0, however, the package
    contains a thin UDUNITS API to the UDUNITS-2 library, so code
    written to the original API can simply be recompiled and relinked
    against the new package.  Because the original UDUNITS API uses the
    "utUnit" data-structure and the UDUNITS-2 API uses pointers to
    "ut_unit" data-structures, a small memory-leak is possible in code
    that creates many units.  This leak can be avoided by calling the
    new method utFree(utUnit*) when the unit is no longer needed.

    XML unit database. The unit database is encoded using human-readable
    XML rather than a custom format. The XML parser included in the
    package supports an <import> element to allow easy and convenient
    customization.

One thing that has not changed is that all unit string specifications
understood by the original UDUNITS package are also understood by the
new UDUNITS-2 package.
2020-08-08 21:55:54 +00:00
nia
3a23bfb04c licenses: Add ttyp0-license 2020-06-17 11:06:58 +00:00
plunky
fbacdefa4d add afl-3.0 (Academic Free License)
https://opensource.org/licenses/AFL-3.0
2020-04-30 08:40:06 +00:00
rillig
912aaa97cd licenses: remove unused licenses
Reported by pkglint, manually checked. None of these license names is
mentioned anywhere.
2020-04-19 11:37:12 +00:00
js
c445e3744f Import cross/ppc-morphos-sdk from wip
SDK headers, libraries and build scripts, allowing cross-compilation for
MorphOS.
2020-04-14 21:55:30 +00:00
micha
760e9e4203 Added cc-by-nc-nd-v4.0-license
Creative Commons Attribution-NonCommercial-NoDerivatives 4.0
International Public License
2020-02-28 11:21:36 +00:00
nia
9aeee6a858 licenses: Add vvvvvv-license 2020-01-20 21:15:48 +00:00
mef
8787bf6593 (licenses/0-clause-bsd, sysutils/bfs) Rename license isc-AUTHOR to 0-clause-bsd
sysutils/bfs/Makefile  .. convert to LICENSE=  0-clause-bsd
 licenses/0-clause-bsd  .. renamed from isc-AUTHOR (with minor edit on YEAR)
 licenses/isc-AUTHOR    .. remvoed
   See thread of starting at
   http://mail-index.netbsd.org/tech-pkg/2019/12/15/msg022307.html
   Thanks
2019-12-28 12:16:53 +00:00
mef
031d09722f (with real EDIT) Add new license file, s/isc/AHUTOR/g equivalent of isc 2019-12-15 12:24:25 +00:00
mef
4ca614fa2d Add new license file, s/isc/AHUTOR/g equivalent of isc 2019-12-15 12:20:43 +00:00
gutteridge
9ebff42314 licenses & mk/license.mk: add license for Enlightenment 16
Enlightenment 16 uses a modified (non-standard) MIT license that
includes an advertising clause. (This makes it incompatible with the
GPL.) I've named it enlightenment16 to differentiate that Enlightenment
>=17 releases use the 2-Clause BSD. (Enlightenment 16 continues to be
developed independently, and is of current interest to pkgsrc users.)

In some places, this is referred to as the "MIT With Advertising"
license, but I'm not aware of other projects using this variant. If it
becomes more broadly relevant to pkgsrc, we could rename it such.

(This should have been added a long time ago, the wm/enlightenment
package simply has never had a LICENSE variable set. Better late than
never.)
2019-12-07 04:47:32 +00:00
nia
c7bc557c3d licenses: amaya was removed 2019-09-09 11:42:33 +00:00
micha
02e1cd172a doom1: Update to 1.9
- Update to latest shareware data file
- Add License (taken from Debian)
- Take maintainership

OK from wiz@.
2019-08-30 17:04:31 +00:00
micha
533fb957bc Nonfree License needs "-license" suffix.
Thanks to gdt@ for pointing out.
2019-08-26 13:51:20 +00:00
micha
b3c6907ec7 Add Creative Commons Attribution-NonCommercial 4.0 International Public License 2019-08-26 11:25:07 +00:00
micha
cb0b4a1a60 Add license for Doom PWAD packages 2019-08-26 11:22:46 +00:00
brook
8e3cceea64 Add the biopython license to DEFAULT_ACCEPTABLE_LICENSES.
The biopython license is _very_ similar, but not identical, to many
other open source licenses used throughout pkgsrc.  The gratuitous
differences are being addressed by the project through an effort to
relicense all files to the 3-clause BSD license.  In the meantime,
Debian has accepted that the current biopython license meets the DFSG
and includes the package in their main distribution.  Consequently,
rename the license file and add it to DEFAULT_ACCEPTABLE_LICENSES.

See http://mail-index.netbsd.org/pkgsrc-changes/2019/08/13/msg195804.html.
2019-08-14 18:12:00 +00:00
maya
372a9888c0 Add Microsoft Public License. 2019-08-13 04:26:15 +00:00
brook
fefaea513f py-biopython: initial commit of the biopython license
The Biopython package contains high-quality, reusable modules and
scripts written in Python to make it as easy as possible to use Python
for bioinformatics.  The Biopython includes the follwing: the ability
to parse bioinformatics files into python utilizable data structures,
including support for the formats such as Blast output, Clustalw,
FASTA, GenBank, PubMed and Medicine, various Expasy files, SCOP,
Rebase, UniGene, and SwissProt.
2019-08-13 03:13:12 +00:00
wiz
1709c0eee7 etlegacy-data: set LICENSE and add it to licenses/ 2019-07-26 11:32:07 +00:00
jaapb
122fe90bf0 Added CeCiLL-B license.
This is a free software license according to the FSF:
https://www.gnu.org/licenses/license-list.en.html#CeCILL-B
2019-07-02 09:28:12 +00:00
nia
d21d791eeb licenses: Add 7kaa-music-license 2019-06-30 21:51:47 +00:00
gdt
d07b9d7eea licenses: Add Server Side Public License
This license is used by MongoDB.  It does not seem to be approved by
OSI and FSF, and there is no basis for expecting it to be approved, so
use a -license suffix.
2019-06-28 12:03:14 +00:00
thorpej
4fc8e37edc Conform to the non-free license convention. Thanks to gdt@ for pointing
out my mistake.
2019-05-18 19:26:49 +00:00
thorpej
b2395238bc License for amlogic-meson-fwtools. 2019-05-18 17:42:13 +00:00
wiz
5bc87973b3 license/gnu-gpl-v2: sync with https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
Whitespace and reflow changes only.
2019-05-17 07:07:17 +00:00
wiz
0e05c0371b licenses/gnu-lgpl-v2: sync from https://www.gnu.org/licenses/old-licenses/lgpl-2.0.txt
Whitespace changes, and adds a missing word ("Software" in "Free Software Foundation").
2019-05-17 07:04:55 +00:00
wiz
825cd8dfa9 uvscan: remove
Distfile does not exist and was not redistributable.
Package was marked BROKEN for this reason for some time.
Newer version available, package could be re-added if someone is interested.
(Last update was 2007.)
2019-05-02 08:53:00 +00:00
wiz
49b1bb13c3 sun-jdk6, sun-jre6: remove
Last update in 2013, remove sun-jdk7/sun-jre7 instead
2019-05-02 08:36:09 +00:00
maya
0d94cd3d7d So long, lame-license! 2019-04-20 06:46:30 +00:00
triaxx
8bb0d71ea9 Rename abell-94 into purdue (used by Debian) 2018-12-08 17:03:49 +00:00
triaxx
70e9ef8421 Victor A. Abell license
* used in sysutils/lsof
* derived from spencer-94: https://spdx.org/licenses/Spencer-94.html
* treated as Free and GPL compatible by Fedora Project
2018-12-08 09:08:06 +00:00
fox
6769943a03 Added the CC-BY-NC-SA v4.0 license from
https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode.txt
2018-12-01 11:07:09 +00:00
leot
699219c4b9 licenses/intel-microcode-license: Update with the current version
Since 20180807a the license was changed, adjust accordingly.
2018-09-03 10:56:17 +00:00
maya
27f503621c Add intel's microcode license. 2018-08-23 10:52:27 +00:00
nia
dd38bec615 libretro-fbalpha: add version 0.2.97.42.20180408.
Libretro is a simple but powerful development interface that allows for the
easy creation of emulators, games and multimedia applications that can plug
straight into any libretro-compatible frontend. This development interface is
open to others so that they can run these pluggable emulator and game cores
also in their own programs or devices.

FB Alpha (Final Burn Alpha) is an arcade game emulator.
2018-08-17 12:54:48 +00:00
nia
d0a5bbb9b3 Rename old-mame-license to mame-license, because I found an older MAME
license.

mame-license is the last license used by MAME prior to their switch to
"modified-bsd AND gnu-gpl-v2".
2018-08-12 17:11:39 +00:00
nia
6a7c68e4a9 Rename picodrive-license to old-mame-license, reflecting its origin.
Some packages which are neither old versions of MAME or Picodrive
use this license in wip, and will be imported soon(TM).
2018-08-11 14:38:15 +00:00
nia
c9f19896d5 licenses: add snes9x-license. This is not default acceptable. 2018-08-10 20:33:16 +00:00
nia
b4a2448b9d licenses: Add cc-by-v4.0. 2018-08-07 15:27:51 +00:00
triaxx
6121912732 Remove folkloric licenses for mail/fetchmail.
No incompatibility with fsf/osi/dfsg, Debian packages it...
2018-05-22 07:47:19 +00:00