summaryrefslogtreecommitdiff
path: root/lib/licenses.nix (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib/licenses: add sflsamfundev2025-04-031-0/+7
* treewide: Format all Nix files•••Format all Nix files using the officially approved formatter, making the CI check introduced in the previous commit succeed: nix-build ci -A fmt.check This is the next step of the of the [implementation](https://github.com/NixOS/nixfmt/issues/153) of the accepted [RFC 166](https://github.com/NixOS/rfcs/pull/166). This commit will lead to merge conflicts for a number of PRs, up to an estimated ~1100 (~33%) among the PRs with activity in the past 2 months, but that should be lower than what it would be without the previous [partial treewide format](https://github.com/NixOS/nixpkgs/pull/322537). Merge conflicts caused by this commit can now automatically be resolved while rebasing using the [auto-rebase script](https://github.com/NixOS/nixpkgs/tree/8616af08d915377bd930395f3b700a0e93d08728/maintainers/scripts/auto-rebase). If you run into any problems regarding any of this, please reach out to the [formatting team](https://nixos.org/community/teams/formatting/) by pinging @NixOS/nix-formatting. Silvan Mosberger2025-04-011-1194/+1208
* lib/licenses: add aml•••Add the "Appple MIT License", also known as "Apple-Sample-Code-License". Quoting the Fedora wiki: > This is Apple's variant of MIT. They've added wording around patents, > which is why it gets it own shortname. Apple did not give this license > a name, so we've named it "Apple MIT License". > It is free and GPL compatible. References: - https://developer.apple.com/support/downloads/terms/apple-sample-code/Apple-Sample-Code-License.pdf - https://spdx.org/licenses/AML.html - https://fedoraproject.org/wiki/Licensing/Apple_MIT_License Hugo Herter2025-03-281-0/+5
* lib.licenses.asl20-llvm: replace with separate llvm-exception•••This essentially reverts 7ce8e7c4cf90492a631e96bcfe70724104914381 asl20-llvm does not produce a valid SPDX ID, it produces a valid SPDX Expression. However, this is not what the spdxId field promises. This is relevant because we cannot produce valid SBOMs (e.g. CycloneDX) using this field as the schemas for these SBOMs check that the IDs are valid. This change leaves us with consistently valid SPDX IDs at the cost of slightly less convenience. nikstur2025-03-171-5/+5
* lib/licenses: add bsdAxisNoDisclaimerUnmodified•••This is a variant composed of clause 1 and 3 of a BSD-Modified found in the Linux kernel and this extra variant has the words "without modification" added at the end of clause 1 either with or without a comma. It also lacks the warranty disclaimer. See <https://scancode-licensedb.aboutcode.org/bsd-no-disclaimer-unmodified.html>. sanana2025-03-161-0/+5
* Docs: migrate format of comments to doc-commentsJohannes Kirschbauer2025-02-121-5/+8
* teamspeak5_client: 5.0.0-beta77 -> 6.0.0-beta2; teamspeak refactors (#377748)•••* teamspeak5_client: 5.0.0-beta77 -> 6.0.0-beta2, rename to teamspeak-6-client * teamspeak6-client: refactor * lib.licenses: add teamspeak license * teamspeak{3,_server,6-client}: use teamspeak license * teamspeak{6-client,_server}: move to pkgs/by-name * teamspeak_server: fix meta.platforms * teamspeak6-client: add update scriptGutyina Gergő2025-02-071-0/+39
* lib/licenses: fix lens license URLChandler Swift2024-11-301-1/+1
* lib/licenses: add missing spdxId and remove urls from licenses that have a sp...jopejoe12024-11-151-16/+1
|\
| * lib/licenses: remove urls from licenses that have a spdxId•••if the licenses have a spdxId the url get auto-generated from it. jopejoe12024-11-061-16/+0
| * lib/licenses: set spdx for Ubuntu font licensejopejoe12024-11-061-0/+1
* | Merge master into staging-nextgithub-actions[bot]2024-11-131-0/+5
|\ \
| * | lib/licenses: add bsd3Lbnlqbisi2024-11-131-0/+5
| |/
* | Merge staging-next into staginggithub-actions[bot]2024-11-041-0/+5
|\|
| * lib/licenses.nix: add tost•••this adds the license for OpenUSD which is explained here https://forum.aousd.org/t/upcoming-openusd-license-update/1561 Signed-off-by: Florian Brandes <florian.brandes@posteo.de> Florian Brandes2024-11-041-0/+5
* | Merge staging-next into staginggithub-actions[bot]2024-11-021-0/+9
|\|
| * lib/licenses: mark `watcom` as non‐FreeEmily2024-10-311-0/+9
* | Merge staging-next into staginggithub-actions[bot]2024-10-281-0/+5
|\|
| * fcitx5-mozc: 2.26.4220.102 -> 2.30.5544.102 (#346680)h7x42024-10-271-0/+5
| |\
| | * licenses: add naist-2003musjj2024-10-051-0/+5
* | | lib/licenses: introduce MIT-CMU licenseMartin Weinelt2024-10-241-0/+5
|/ /
* | lib.licenses.purdueBsd: fix typo in fullName and commentZitrone2024-10-021-1/+1
* | lib/licenses.nix: remove outdated commentZitrone2024-10-021-1/+1
* | lib.licenses.iasl: correct fullNameZitrone2024-10-021-1/+1
|/
* Color transformation language init (#338697)Connor Baker2024-09-271-0/+5
|\
| * aces-container: init at 1.0.2Mica Semrick2024-09-101-0/+5
* | _1fps: init at 0.1.10 (#333281)Aleksana2024-09-091-0/+7
|\ \
| * | licenses: add FSL-1.1-Apache-2.0renesat2024-09-081-0/+7
* | | databricks-cli: Init at 0.227.0 (#332946)Sandro2024-09-031-3/+2
|\ \ \ | |_|/ |/| |
| * | licenses: Update databricks metadata•••Link to offical Databricks License URL Kristoffer K. Føllesdal2024-08-261-3/+2
* | | cockroachdb-bin: Update licenses (#335770)Robert Scott2024-08-261-0/+6
|\ \ \ | |/ / |/| |
| * | lib.licenses: add CockroachDB Community License AgreementAlexander Ben Nasrallah2024-08-191-0/+6
| |/
* | Merge pull request #333915 from jopejoe1/license•••lib/licenses: some correctionsSandro2024-08-241-12/+7
|\ \
| * | lib/licenses: remove incorrect comment about mit and x11•••Spdx has a diffrent id for both and so do we! jopejoe12024-08-111-2/+0
| * | lib/licenses: remove libssh2 equivalent to bsd3jopejoe12024-08-111-5/+0
| * | lib/licenses: correct zsh to mit-modernjopejoe12024-08-111-5/+6
| * | lib/licenses: busl add spdxidjopejoe12024-08-111-0/+1
| |/
* / vscode-extensions.databricks.databricks: init at 2.3.1Salar Rahmanian2024-08-161-0/+6
|/
* Merge pull request #307683 from RobWalt/radianceSandro2024-07-311-0/+5
|\
| * lib/licenses: add radianceaviac2024-07-081-0/+5
* | Merge pull request #325384 from adisbladis/lib-licenses-factory-func•••lib.licenses: refactor internal mkLicense to avoid future typo bugsSomeone2024-07-241-18/+22
|\ \
| * | lib.licenses: refactor internal mkLicense to avoid future typo bugs•••This is a follow-up to https://github.com/NixOS/nixpkgs/pull/325380 where @emilazy discovered that we have some typos in field names. This refactoring wraps the implicit lib.licenses schema up in a factory function to ensure consistency. While a more proper type checker like the one we use for meta checks would be better I didn't want to depend on that in more places. In fact, we might want to make meta type checks more strict on the license field. adisbladis2024-07-081-18/+22
| |/
* | Merge pull request #323143 from tsandrini/init-mqtt-explorer•••mqtt-explorer: init at 0.4.0-beta.6Nikolay Korotkiy2024-07-181-0/+6
|\ \ | |/ |/|
| * lib/licenses: add cc-by-nd-40tsandrini2024-07-181-0/+6
* | lib/licenses: fix field namesEmily2024-07-081-3/+3
|/
* Merge pull request #318101 from getchoo/pkgs/gitbutler/init•••gitbutler: init at 0.12.2Aleksana2024-06-221-0/+7
|\
| * licenses: add FSL-1.1-MITseth2024-06-071-0/+7
* | Merge pull request #313769 from yVieta/zsh-completion•••zsh-completions: add licensesMasum Reza2024-06-201-4/+10
|\ \
| * | lib/license: add zsh licensevieta2024-05-241-0/+5
| * | lib/licenses: sort xskatvieta2024-05-241-4/+5