summaryrefslogtreecommitdiff
path: root/lib/licenses.nix (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | aspellDicts.*: add licensing informationZitrone2024-06-161-0/+6
| |/ |/|
* | licenses: Add NCBI-PDGavin John2024-05-141-0/+11
|/
* licenses: add ICU licensematthewcroughan2024-05-021-0/+5
* lib/licenses: add unicode-30Dee Anzorge2024-04-281-0/+5
* licenses: rename `apsl{10,20}` -> `apple-psl{10,20}`•••Part 1 of #301908. This renames the two versions of the Apple Public Source License seen in nixpkgs; `apsl20` was often confused as being for the widely-used Apache License 2.0. iliana etaoin2024-04-081-2/+14
* Merge pull request #297266 from ByteSudoer/init-vidmerger•••vidmerger: init at 0.3.2Sandro2024-03-251-0/+6
|\
| * Update licenses.nixSoussi Mohamed Nour2024-03-211-1065/+1076
| * update license: added the common clause licenseByteSudoer2024-03-211-0/+1
| * lib.licenses: added The commons clause licenseByteSudoer2024-03-211-1055/+1064
* | treewide: remove licenses.agpl3Jussi Kuokkanen2024-03-211-5/+0
* | lib/license: add hpndUcjopejoe12024-03-201-0/+5
* | lib/license: add giftwarejopejoe12024-03-201-0/+5
* | lib/license: add NIST-Softwarejopejoe12024-03-201-0/+5
|/
* Merge branch 'master' into license-updatesJörg Thalheim2024-03-061-1/+18
|\
| * licenses: add mplush7x42024-02-101-0/+5
| * licenses: add Creative Commons Attribution 2.0Vincenzo Mantova2024-01-271-0/+5
| * lib/licenses: add missing spdxidsjopejoe12023-12-261-1/+8
* | lib/license: add dtoajopejoe12023-12-301-0/+5
* | lib/licenses: add smlnjjopejoe12023-12-231-0/+5
* | lib/licenses: add xinetdjopejoe12023-12-231-0/+5
* | lib/licenses: add xskatjopejoe12023-12-231-0/+5
|/
* sudo: fix meta license information (#269788)Pierre Bourdon2023-12-021-0/+6
* acc: init at 1.60Emily Trau2023-11-261-0/+7
* treewide: fix redirected and broken URLs•••Using the script in maintainers/scripts/update-redirected-urls.sh Anthony Roussel2023-11-111-5/+5
* lib.licenses: nvidia*: add shortName-sSomeone Serge2023-11-081-0/+1
* cudaPackages: redist components: per-package license urlSomeone Serge2023-11-081-0/+8
* lib.licenses: nvidia*: use same fullNames as conda doesSomeone Serge2023-11-081-1/+1
* cudnn_cudatoolkit: add NVIDIA licenseTyler Benster2023-11-081-6/+0
* lib.licenses: add NVIDIA licensesTyler Benster2023-11-081-0/+12
* licenses: add Anti-Capitalist Software License v1.4mirrorwitch2023-10-051-0/+8
* Merge pull request #256411 from wegank/zelus-init•••ocamlPackages.zelus{,-gtk}: init at 2.2Ulrik Strid2023-10-041-0/+6
|\
| * licenses: add inria-zelusWeijia Wang2023-10-041-0/+6
* | Merge pull request #251812 from LeSuisse/licenses-elv2•••lib/licenses: add Elastic License 2.0, drop Elastic LicenseFabian Affolter2023-10-021-3/+3
|\ \
| * | lib/licenses: add Elastic License 2.0, drop Elastic License•••This license was introduced in the Elastic search repository by this commit: https://github.com/elastic/elasticsearch/commit/a92a647b9f17d1bddf5c707490a19482c273eda3 It appears that all the the packages in nixpkgs using the Elastic License are using the v2.0. Thomas Gerbet2023-08-271-3/+3
* | | Merge pull request #257143 from peat-psuwit/netdata-no-v2-dashboardRyan Lahfa2023-10-021-0/+8
|\ \ \
| * | | netdata: disable installation of non-free v2 dashboard•••The v2 dashboard (included since version 1.41.0) is licensed under Netdata Cloud UI License v1.0, which is a non-free license. Patch the source code so that the v2 is not included in the source and the result derivation. Users that want the v2 dashboard can still request it by overriding this derivation and pass `withCloudUi = true`. Co-authored-by: Raito Bezarius <masterancpp@gmail.com> Fixes: https://github.com/NixOS/nixpkgs/issues/256964 Ratchanan Srirattanamet2023-09-241-0/+8
| | |/ | |/|
* / | licenses: add Fraunhofer FDK AAC Codec Library•••This license is used by the Fraunhofer FDK codec, which is currently mislicensed to Apache 2.0. Of course, this can't be corrected without having the proper license available in lib.licenses can't it?? Thanks @trofi for noticing this has an SPDX ID.FavoritoHJS2023-09-261-0/+5
|/ /
* | licenses: fix full name of inria-iceslWeijia Wang2023-09-211-1/+1
* | licenses: add OCaml LGPL Linking ExceptionNiols2023-09-211-0/+5
|/
* licenses: add Hippocratic License v3.0Icy-Thought2023-07-071-0/+7
* Merge pull request #237895 from emilytrau/tart•••tart: init at 1.6.0Pol Dellaiera2023-07-021-0/+7
|\
| * licenses: add Fair Source License v0.9Emily Trau2023-06-161-0/+7
* | texlive: fix licensing information for doc-only-packages (#239528)•••* licenses: add opubl * texlive: fix license for npp-for-context and lshort-german This unbreaks evaluation for `texlive.combine { inherit (texlive) scheme-full; pkgFilter = (_: true) }`. The problem doesn't manifest for the default pkgFilter as `npp-for-context` is a doc-only-package (that by the way has recently been removed from texlive).apfelkuchen62023-06-261-0/+5
* | lib.licenses: add Sustainable Use License (#239455)Hugh O'Brien2023-06-251-0/+8
* | lib/licenses: remove unused recfigsoda2023-06-231-1/+1
* | licenses: add mulan-psl2Astro2023-06-201-0/+6
* | licenses: add GFLapfelkuchen062023-06-191-0/+5
* | licenses: add GFSLapfelkuchen062023-06-191-0/+5
* | licenses: add Artistic-1.0-cl8apfelkuchen062023-06-191-0/+5
* | licenses: add CC-BY-SA-2.0apfelkuchen062023-06-191-0/+5