about summary refs log tree commit diff
path: root/lib/licenses.nix
AgeCommit message (Collapse)AuthorFilesLines
2022-12-28linuxdoc-tools: init at 0.9.82Philippe Hürlimann1-0/+6
Heavily based on original work by xvuko Co-authored-by: xvuko <nix@vuko.pl>
2022-12-20garamond-libre: init at 1.4Pol Dellaiera1-0/+5
2022-11-16licenses: add bsd2WithViewsGabriel Arazas1-0/+5
2022-11-09Merge pull request #196007 from wegank/fdl11-removeSandro1-15/+0
2022-11-02arkpandora_ttf: add licenseMarkus Kowalewski1-0/+5
2022-10-27licenses: remove fdl13Weijia Wang1-5/+0
2022-10-27licenses: remove fdl12Weijia Wang1-5/+0
2022-10-27licenses: remove fdl11Weijia Wang1-5/+0
2022-10-21Merge pull request #196397 from fgaz/hikounomizu/initSandro1-0/+10
2022-10-19Merge pull request #193551 from OPNA2608/init/mac-fdiskSandro1-0/+6
2022-10-17lib.licenses: add lal12 and lal13Francesco Gazzetta1-0/+10
2022-10-13licenses: Add apsl10OPNA26081-0/+6
2022-10-12Merge pull request #193484 from wegank/gpl1-eolSandro1-5/+0
2022-10-09licenses: add libssh2 licenseWeijia Wang1-0/+5
2022-10-03Merge pull request #188265 from steveeJ-forks/pr-holochain-launcher-binSandro1-0/+5
2022-09-29licenses: remove gpl1Weijia Wang1-5/+0
2022-09-28licenses: add BOLA licensePol Dellaiera1-0/+5
2022-09-15lib.licenses: add CAL-1.0Stefan Junker1-0/+5
2022-09-05Merge pull request #161118 from arkivm/init-dwarf2jsonJonas Heinrich1-0/+5
dwarf2json: init at unstable-2021-04-15
2022-08-24perlPackages.Crypt{Blowfish,DES,IDEA}: Use correct licenseMichal Sojka1-0/+5
Recent commit 59356f11c1f ("perlPackages: Ensure all packages have a license", 2022-08-22) added a license field to Perl packages where the license was missing. The above mentioned packages got assigned `unfreeRedistributable` license, which is not precise and makes all packages depending on them unbuildable without `NIXPKGS_ALLOW_UNFREE`. The packages actually have a license which SPDX calls BSD-4-Clause-Shortened (https://spdx.org/licenses/BSD-4-Clause-Shortened.html). In this commit, we add this license to the list of allowed licenses and change the license field of the mentioned packages. Closes #188103
2022-08-22perlPackages: Clarify all unfree licensesJanne Heß1-0/+10
2022-07-25python3Packages.dbx: 0.5.0Guillaume Desforges1-0/+7
2022-07-02lib.licenses: add Aladdin Free Public Licensetoastal1-0/+6
2022-05-10lib.licenses: add DRL-1.0Fabian Affolter1-0/+5
https://spdx.org/licenses/DRL-1.0.html https://github.com/SigmaHQ/sigma/blob/master/LICENSE.Detection.Rules.md
2022-03-27Merge pull request #165672 from yoctocell/patatt-initSandro1-0/+5
2022-03-24lib.licenses: add MIT-0Xinglu Chen1-0/+5
<https://spdx.org/licenses/MIT-0.html>
2022-03-24soundfont-generaluser: init at 1.471ckie1-0/+5
2022-02-20license: Add Volatility Software LicenseVikram Narayanan1-0/+5
2022-02-16Merge pull request #155707 from 06kellyjac/fehRenaud1-0/+5
feh: correct license
2022-01-28feh: correct license06kellyjac1-0/+5
2022-01-24Merge remote-tracking branch 'nixpkgs/staging-next' into stagingAlyssa Ross1-0/+5
Conflicts: pkgs/development/python-modules/cupy/default.nix pkgs/development/python-modules/staticjinja/default.nix
2022-01-23lib.licenses: add MIT-advertisingc0bw3b1-0/+5
2022-01-22licenses: add Alliance for Open Media Patent License 1.0Atemu1-0/+5
2022-01-22lib.licenses: add Imlib2c0bw3b1-0/+5
2021-10-15licenses: add CAPECMarkus S. Wamser1-0/+5
2021-09-30ocamlPackages.lustre-v6: init at 6.103.3Delta1-0/+5
2021-08-26replace dead linksPaul-Nicolas Madelaine1-2/+2
2021-08-11lib.licenses: mark a few unfree redistributable licenses as suchAtemu1-0/+6
I'm sure there are more but it's not feasible for a single person to check all of them
2021-08-11lib.licenses: introduce `redistributable` attributeAtemu1-0/+2
Allows for distinction of licenses that are unfree overall but do grant the right to redistribute. Defaults to the freeness of the license. Note: Many unfree but are redistributable licenses aren't marked as such. I expect that to be fixed in a distributed manner over time. Closes https://github.com/NixOS/nixpkgs/pull/97789
2021-08-11lib.licenses: make all licenses have `free` and `deprecated` attrsAtemu1-1/+3
This makes them consistent which eases more complex operations on licenses such as filtering etc.
2021-08-11lib.licenses: refactor common attribute applicationAtemu1-140/+148
This is cleaner and makes common attribute application more expandable
2021-06-20treewide: use quotes for urlPavol Rusnak1-1/+1
2021-06-07Merge pull request #125942 from musfay/rlottietomberek1-0/+5
rlottie: 0.1 -> 0.2
2021-06-06rlottie: 0.1 -> 0.2Mustafa Çalışkan1-0/+5
2021-06-06Merge pull request #82642 from magnetophon/faustPhysicalModelingSandro1-0/+6
2021-06-02android-tools: init at 31.0.0p1Michael Weiss1-0/+5
lowPrio is used to avoid collisions with the simg2img package. Licensing information is in share/licenses/android-tools/AOSP_LICENSE.
2021-04-09lib.licenses: add bsdOriginalUC (BSD 4-Clause University of California-Specific)ajs1241-0/+5
2021-03-17licenses.odbl: init at 1.0Aaron Andersen1-0/+5
2021-02-25lib/licenses: fix regression removing shortName for some licensessternenseemann1-2/+2
Usually we ensure using the mapAttrs call wrapping the license set that every license has an associated shortName. A change related to legacy aliases most likely introduced the removal of the shortName attribute for all the legacy license names by splitting the set into two sets connected by a record update operator -- leading to mapAttrs only affecting the first set. Since it used to be a valid assumption to have that every license had a shortName attribute, we reintroduce this attribute for the legacy aliases as well.
2021-02-11lib.licenses.fdl11Plus: initAlyssa Ross1-0/+5