about summary refs log tree commit diff
path: root/lib/licenses.nix
AgeCommit message (Collapse)AuthorFilesLines
2020-08-31pythonPackages.databricks-connect: init at 7.1.0kfollesdal1-1/+1
2020-08-31licenses: add databrickskfollesdal1-0/+6
2020-08-17licenses: add BlueOak-1.0.0Daniël de Kok1-0/+5
2020-08-03licenses: add bsdProtectionRobert Scott1-0/+5
see https://spdx.org/licenses/BSD-Protection.html
2020-07-05licenses: Make single-version-only GPL explicitJan Tojnar1-10/+22
I commonly see people use the former when they should use the latter. Would be also in line with the SPDX change https://www.gnu.org/licenses/identify-licenses-clearly.html
2020-07-02Merge pull request #92049 from r-ryantm/auto-update/libvmafRyan Mulligan1-0/+5
libvmaf: 1.5.1 -> 1.5.2
2020-07-02licenses: add bsd2PatentRyan Mulligan1-0/+5
2020-06-27licenses: add LGPL For Linguistic ResourcesDaniël de Kok1-0/+5
2020-06-28Merge pull request #91454 from ConradMearns/obsidianMaximilian Bosch1-0/+6
obsidian: init at 0.7.3
2020-06-27lib/licenses: add SPDX LLVM-exceptionMarkus Kowalewski1-0/+5
2020-06-25licences: add Obsidian.md EULAConrad Mearns1-0/+6
2020-06-11licenses: add GNU Free Documentation License v1.1Markus Kowalewski1-0/+5
2020-04-23verifast: change license to MITPavol Rusnak1-6/+0
It seems verifast was relicensed to MIT in 2016: https://github.com/verifast/verifast/commit/b3c1bce76aec40de115c666e8d6e7d09f3f35a78 As this was the only package using lib.licenses.msrla I dropped it.
2020-04-20Merge pull request #81210 from B4dM4n/ausweisapp2Timo Kaufmann1-0/+5
ausweisapp2: init at 1.20.0
2020-04-18licenses: add EUPL-1.2Fabian Möller1-0/+5
2020-04-18lib/licenses: use https where possiblePavol Rusnak1-15/+15
2020-04-18treewide: per RFC45, remove more unquoted URLsPavol Rusnak1-1/+1
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-24/+24
2020-04-01lib.licenses: Add Unicode License Agreement for Data Files and SoftwareKonrad Borowski1-0/+5
2020-03-26mongodb: 3.4.10 -> 4.0.4Nathan Smyth1-0/+7
fix: Adding libtool to allow darwin compiles Libtool seems to be required for mongodb to compile on darwin. fix: Marking MongoDB as broken on aarch64 fix: Adding libtools to the pkg imports Update mongodb to 4.0.4
2020-01-17Notion custom license: excludeAndersonTorres1-5/+0
2019-09-22licenses: refer to curl using spdxOrivej Desh1-3/+3
2019-09-22qhull: specify spdx licenseOrivej Desh1-0/+5
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-06-12licenses: refer to libpng2 using spdxOrivej Desh1-3/+3
https://spdx.org/licenses/libpng-2.0.html
2019-06-06licenses: fix LGPL 2.1 full nameOrivej Desh1-2/+2
2019-04-24lib.licences: Add CC-BY-NC-3.0Mario Rodas1-0/+6
2019-02-24Merge pull request #55488 from winpat/add_dirvishxeji1-0/+5
dirvish: init at 1.2.1
2019-02-09lib.licenses: add Open Software License 2.0Patrick Winter1-0/+5
2018-12-29libpng2: link to license, SPDX seems geared to old versionWill Dietz1-1/+1
See https://github.com/NixOS/nixpkgs/pull/51447 for some discussion.
2018-12-29libpng: 1.6.35 -> 1.6.36, license v2Will Dietz1-0/+5
2018-12-24licenses: update SPDX IDs (#52711)Orivej Desh1-23/+32
See the bottom of https://spdx.org/licenses/ for the list of deprecations. The explicit URLs of agpl3Plus and gpl2Classpath were dropped because the default SPDX URL is correct. wxWindows ID had wrong capitalization.
2018-12-12ikos: init at 2.1Etienne Laurin1-0/+6
2018-11-16lib/licenses: remove bsl10Linus Heckemann1-6/+0
Licence isn't used anywhere and nonfree.
2018-11-16lib/licenses: mark some as unfreeLinus Heckemann1-0/+3
AMD license agreement (currently unavailable at the given URL, but included in tarball) disallows reverse-engineering, modification, redistribution etc; BSL licenses limit commercial production use.
2018-11-08cwebbin: add licenseMarkus Kowalewski1-0/+5
2018-11-01jasper: add licenseMarkus Kowalewski1-0/+4
2018-10-28licenses: add GPLv2.0 only + classpath exceptiontaku01-0/+6
2018-10-18libmilter: add licenseMarkus Kowalewski1-0/+5
2018-10-15Merge pull request #47182 from bhipple/add/mklMatthew Bauer1-0/+8
mkl: init at 2019.0.117
2018-10-13alt-ergo: 1.30->2.2.0, ocplib-simplex: 0.3->0.4Moritz Kiefer1-0/+6
2018-09-22mkl: init at 2019.0.117Benjamin Hipple1-0/+8
This packags the Intel Math Kernel library on x86-64 platforms, which is a dependency for many data science and machine learning packages. Upstream, Intel provides proprietary binary RPMs with a permissive redistribution license. These have been repackaged in both Debian and Anaconda, so we are not the first distribution to redistribute.
2018-09-10pythonmagick: fix build (#46469)Maximilian Bosch1-0/+5
The original build broke with the following linker issue: ``` CXXLD _PythonMagick.la /nix/store/h0lbngpv6ln56hjj59i6l77vxq25flbz-binutils-2.30/bin/ld: cannot find -l-L/nix/store/4gh6ynzsd5ndx37hmkl62xa8z30k43y1-imagemagick-6.9.9-34/lib collect2: error: ld returned 1 exit status ``` This happens since `BOOST_PYTHON_LIB` wasn't set properly, however `_PythonMagick.la` was linked with `-l$(BOOST_PYTHON_LIB) $(MAGICK_LIBS)`. With an empty `BOOST_PYTHON_LIB` the linker got confused. To work around this, the `boost` library directory needs to be specified explicitly. To ensure that the changes take effect, the original `configure` script shipped with `$src` needs to be removed and recreated using the `autoreconfHook`. Additionally the `imagemagick` license (https://spdx.org/licenses/ImageMagick.html) needs to be added to `lib/licenses.nix` to document the proper license of `pythonmagick` in the meta section.
2018-09-03lsof: add license + update homepageMarkus Kowalewski1-0/+5
lib/licenses: add purdue style BSD license
2018-08-20xfig: 3.2.5b -> 3.2.7aMarkus Kowalewski1-0/+5
init fig2dev as separate package (3.2.7a). fig2dev was included in xfig in the previous version.
2018-08-16curl: add licenseMarkus Kowalewski1-0/+5
2018-08-08Add the virtualbox-puel license to the licenses file.(cdep)illabout1-0/+6
2018-07-28elk: 6.2.4 -> 6.3.2Bas van Dijk1-0/+6
* The ELK stack is upgraded to 6.3.2. * `elasticsearch6`, `logstash6` and `kibana6` now come with X-Pack which is a suite of additional features. These are however licensed under the unfree "Elastic License". * Fortunately they also provide OSS versions which are now packaged under: `elasticsearch6-oss`, `logstash6-oss` and `kibana6-oss`. Note that the naming of the attributes is consistent with upstream. * The test `nix-build nixos/tests/elk.nix -A ELK-6` will test the OSS version by default. You can also run the test on the unfree ELK using: `NIXPKGS_ALLOW_UNFREE=1 nix-build nixos/tests/elk.nix -A ELK-6 --arg enableUnfree true`
2018-07-16licenses: Add CC-BY-NC-4.0André-Patrick Bubel1-0/+6
2018-06-24Mark more unfree licenses as unfree. See also #20256.Théo Zimmermann1-0/+6