about summary refs log tree commit diff
path: root/lib/licenses.nix
Commit message (Collapse)AuthorAge
* add GFDL-1.2 licenseThomas Tuegel2015-01-26
|
* add LaTeX Project Public License v1.3c for GyreDaniel Bergey2014-12-19
| | | | use lib.maintainers
* Fix spdx syntax for GPL1Michael Raskin2014-12-07
|
* lib/licenses: add gpl1 (close #5103)Bart Brouns2014-11-24
| | | | @vcunat changed format to spdx.
* Turn more licenses into lib.licenses styleMateusz Kowalczyk2014-11-06
| | | | | | Should eval cleanly, as far as -A tarball tells me. Relevant: issue #2999, issue #739
* Provide more SPDX IDsEelco Dolstra2014-11-05
|
* Make the license shortName attribute equal to the license attribute nameEelco Dolstra2014-11-05
| | | | | I.e. lib.licenses.<foo>.shortName == "<foo>". The SPDX identifier (if known) is kept in lib.licenses.<license>.spdxId.
* Allow marking licenses as unfreeEelco Dolstra2014-11-05
| | | | | | This allows licenses like the Amazon Software License to be identified properly while still preventing packages with those licenses from being distributed in the Nixpkgs/NixOS channels.
* licenses.publicDomain: Fix typoEelco Dolstra2014-11-05
|
* ec2-ami-tools -> 1.5.6, updated license & homepageVladimir Kirillov2014-11-05
|
* Added the CECILL 2.0 licenseJiri Marsik2014-10-28
|
* Add the UnlicenseValérian Galliat2014-10-22
|
* Adds the CC-BY-SA-3.0 licenseVincent Laporte2014-10-13
|
* lib/licenses.nix: cosmeticPeter Simons2014-10-04
|
* Adds license CeCILL-BVincent Laporte2014-09-28
|
* libpng: use spdx licensing methodMateusz Kowalczyk2014-09-21
|
* lib/licenses: add cc-by-40 (fixes #4035)Vladimír Čunát2014-09-11
|
* fix typo in postgresql license definitionAristid Breitkreuz2014-09-04
|
* add postgresql 9.4beta2Aristid Breitkreuz2014-09-04
|
* licenses: comment about two versions of MITVladimír Čunát2014-08-30
| | | | | I decided to follow spdx.org and not to differentiate those two. Packages would often have the wrong version anyway.
* List NCSA license properlyMichael Raskin2014-08-29
|
* licenses: Add CC0 license.Rüdiger Sonderfeld2014-08-28
| | | | | | A universal public domain license. http://creativecommons.org/publicdomain/zero/1.0/
* licenses: add LPL-102Vladimír Čunát2014-08-15
|
* licenses: fixup double isc definitionVladimír Čunát2014-08-14
|
* license: Add iscWilliam A. Kennington III2014-08-13
|
* Revert "lib/licenses.nix: allow choosing license by its shortName"Vladimír Čunát2014-08-12
| | | | | There's no consensus to adopt that (yet). This reverts commit 229e5c41df8db960de9d57b247107b6239a60383.
* lib/licenses.nix: allow choosing license by its shortNameVladimír Čunát2014-07-30
| | | | | | Example: license = licenses."GPL-2.0+"; This comes with some performance cost during eval of licenses.nix, but that's probably negligible.
* lib/licenses.nix: improve sortednessVladimír Čunát2014-07-30
|
* lib/licenses.nix: convert to spdx.org shortnamesVladimír Čunát2014-07-30
| | | | | Done where possible, replacing links to point to spdx.org (probably stabler). Also make libtiff use its dedicated license.
* Merge pull request #3102 from auntieNeo/ipafontMichael Raskin2014-06-30
|\ | | | | Added package for Japanese IPAFonts.
| * Added package for Japanese IPAFonts.Jonathan Glines2014-06-15
| |
* | Merge pull request #2871 from auntieNeo/kochi-substituteMichael Raskin2014-06-30
|\ \ | | | | | | Added Kochi substitute Japanese font package
| * | Removed non-free kochi-substitute and added kochi from Debian package.Jonathan Glines2014-06-11
| |/
* / licenses: add attribute "free" to fix eval of smlnjBootstrapVladimír Čunát2014-06-27
|/
* Add OFL as an actual licenseRicky Elrod2014-05-06
|
* Add licenses for CompCert/Z3Austin Seipp2014-05-01
| | | | | | Both of these allow for binary redistribution. Signed-off-by: Austin Seipp <aseipp@pobox.com>
* nixpkgs: add alt-ergo 0.95.2Austin Seipp2014-05-01
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* gnome-user-docs: new package licensed under the new licenses.cc-by-30Luca Bruno2014-04-14
| | | | | | User and system administration help for the Gnome https://help.gnome.org/users/gnome-help/3.10
* licenses: add Sleepycat Public LicenseAustin Seipp2014-03-24
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* set all licenses to be attributes (and wait for Nix 1.7)Domen Kozar2014-03-12
|
* amdadl-sdk: set license to unfree (close #1647)Jaka Hudoklin2014-01-31
| | | | | | | We cannot auto build amdadl-sdk on hydra, so setting license to unfree disable auto builds. I also remove amdadl license, because it's irrelevant. vcunat changed string license to attribute.
* Adding SlimerJS — script-driven Gecko browserMichael Raskin2013-10-21
|
* Move pkgs/lib/ to lib/Eelco Dolstra2013-10-10