| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | aspellDicts.*: add licensing information | Zitrone | 2024-06-16 | 1 | -0/+6 | |
| | |/ |/| | ||||||
| * | | licenses: Add NCBI-PD | Gavin John | 2024-05-14 | 1 | -0/+11 | |
| |/ | ||||||
| * | licenses: add ICU license | matthewcroughan | 2024-05-02 | 1 | -0/+5 | |
| * | lib/licenses: add unicode-30 | Dee Anzorge | 2024-04-28 | 1 | -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 etaoin | 2024-04-08 | 1 | -2/+14 | |
| * | Merge pull request #297266 from ByteSudoer/init-vidmerger•••vidmerger: init at 0.3.2 | Sandro | 2024-03-25 | 1 | -0/+6 | |
| |\ | ||||||
| | * | Update licenses.nix | Soussi Mohamed Nour | 2024-03-21 | 1 | -1065/+1076 | |
| | * | update license: added the common clause license | ByteSudoer | 2024-03-21 | 1 | -0/+1 | |
| | * | lib.licenses: added The commons clause license | ByteSudoer | 2024-03-21 | 1 | -1055/+1064 | |
| * | | treewide: remove licenses.agpl3 | Jussi Kuokkanen | 2024-03-21 | 1 | -5/+0 | |
| * | | lib/license: add hpndUc | jopejoe1 | 2024-03-20 | 1 | -0/+5 | |
| * | | lib/license: add giftware | jopejoe1 | 2024-03-20 | 1 | -0/+5 | |
| * | | lib/license: add NIST-Software | jopejoe1 | 2024-03-20 | 1 | -0/+5 | |
| |/ | ||||||
| * | Merge branch 'master' into license-updates | Jörg Thalheim | 2024-03-06 | 1 | -1/+18 | |
| |\ | ||||||
| | * | licenses: add mplus | h7x4 | 2024-02-10 | 1 | -0/+5 | |
| | * | licenses: add Creative Commons Attribution 2.0 | Vincenzo Mantova | 2024-01-27 | 1 | -0/+5 | |
| | * | lib/licenses: add missing spdxids | jopejoe1 | 2023-12-26 | 1 | -1/+8 | |
| * | | lib/license: add dtoa | jopejoe1 | 2023-12-30 | 1 | -0/+5 | |
| * | | lib/licenses: add smlnj | jopejoe1 | 2023-12-23 | 1 | -0/+5 | |
| * | | lib/licenses: add xinetd | jopejoe1 | 2023-12-23 | 1 | -0/+5 | |
| * | | lib/licenses: add xskat | jopejoe1 | 2023-12-23 | 1 | -0/+5 | |
| |/ | ||||||
| * | sudo: fix meta license information (#269788) | Pierre Bourdon | 2023-12-02 | 1 | -0/+6 | |
| * | acc: init at 1.60 | Emily Trau | 2023-11-26 | 1 | -0/+7 | |
| * | treewide: fix redirected and broken URLs•••Using the script in maintainers/scripts/update-redirected-urls.sh | Anthony Roussel | 2023-11-11 | 1 | -5/+5 | |
| * | lib.licenses: nvidia*: add shortName-s | Someone Serge | 2023-11-08 | 1 | -0/+1 | |
| * | cudaPackages: redist components: per-package license url | Someone Serge | 2023-11-08 | 1 | -0/+8 | |
| * | lib.licenses: nvidia*: use same fullNames as conda does | Someone Serge | 2023-11-08 | 1 | -1/+1 | |
| * | cudnn_cudatoolkit: add NVIDIA license | Tyler Benster | 2023-11-08 | 1 | -6/+0 | |
| * | lib.licenses: add NVIDIA licenses | Tyler Benster | 2023-11-08 | 1 | -0/+12 | |
| * | licenses: add Anti-Capitalist Software License v1.4 | mirrorwitch | 2023-10-05 | 1 | -0/+8 | |
| * | Merge pull request #256411 from wegank/zelus-init•••ocamlPackages.zelus{,-gtk}: init at 2.2 | Ulrik Strid | 2023-10-04 | 1 | -0/+6 | |
| |\ | ||||||
| | * | licenses: add inria-zelus | Weijia Wang | 2023-10-04 | 1 | -0/+6 | |
| * | | Merge pull request #251812 from LeSuisse/licenses-elv2•••lib/licenses: add Elastic License 2.0, drop Elastic License | Fabian Affolter | 2023-10-02 | 1 | -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 Gerbet | 2023-08-27 | 1 | -3/+3 | |
| * | | | Merge pull request #257143 from peat-psuwit/netdata-no-v2-dashboard | Ryan Lahfa | 2023-10-02 | 1 | -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 Srirattanamet | 2023-09-24 | 1 | -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. | FavoritoHJS | 2023-09-26 | 1 | -0/+5 | |
| |/ / | ||||||
| * | | licenses: fix full name of inria-icesl | Weijia Wang | 2023-09-21 | 1 | -1/+1 | |
| * | | licenses: add OCaml LGPL Linking Exception | Niols | 2023-09-21 | 1 | -0/+5 | |
| |/ | ||||||
| * | licenses: add Hippocratic License v3.0 | Icy-Thought | 2023-07-07 | 1 | -0/+7 | |
| * | Merge pull request #237895 from emilytrau/tart•••tart: init at 1.6.0 | Pol Dellaiera | 2023-07-02 | 1 | -0/+7 | |
| |\ | ||||||
| | * | licenses: add Fair Source License v0.9 | Emily Trau | 2023-06-16 | 1 | -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). | apfelkuchen6 | 2023-06-26 | 1 | -0/+5 | |
| * | | lib.licenses: add Sustainable Use License (#239455) | Hugh O'Brien | 2023-06-25 | 1 | -0/+8 | |
| * | | lib/licenses: remove unused rec | figsoda | 2023-06-23 | 1 | -1/+1 | |
| * | | licenses: add mulan-psl2 | Astro | 2023-06-20 | 1 | -0/+6 | |
| * | | licenses: add GFL | apfelkuchen06 | 2023-06-19 | 1 | -0/+5 | |
| * | | licenses: add GFSL | apfelkuchen06 | 2023-06-19 | 1 | -0/+5 | |
| * | | licenses: add Artistic-1.0-cl8 | apfelkuchen06 | 2023-06-19 | 1 | -0/+5 | |
| * | | licenses: add CC-BY-SA-2.0 | apfelkuchen06 | 2023-06-19 | 1 | -0/+5 | |
