Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add licenses #58434

Merged
merged 5 commits into from Apr 9, 2019
Merged

Add licenses #58434

merged 5 commits into from Apr 9, 2019

Conversation

matthiasbeyer
Copy link
Contributor

Motivation for this change

Adds licenses for:

pkgs/applications/networking/browsers/arora/default.nix
pkgs/development/compilers/aspectj/default.nix
pkgs/development/interpreters/clisp/default.nix
pkgs/games/atanks/default.nix
pkgs/tools/package-management/checkinstall/default.nix

because I was bored.

Things done

related to #43716

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Source: https://git.eclipse.org/c/aspectj/org.aspectj.git/tree/docs/build.xml#n7

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Source: https://sourceforge.net/p/atanks/atanks/ci/master/tree/COPYING

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Source: http://checkinstall.izto.org/docs/LICENSE

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
@@ -99,5 +99,6 @@ stdenv.mkDerivation rec {
platforms = stdenv.lib.platforms.unix;
# problems on Darwin: https://github.com/NixOS/nixpkgs/issues/20062
broken = stdenv.hostPlatform.isDarwin || stdenv.hostPlatform.isAarch64;
licenses = stdenv.lib.licenses.gpl2;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
licenses = stdenv.lib.licenses.gpl2;
license = stdenv.lib.licenses.gpl2;

Source: http://ftp.gnu.org/pub/gnu/clisp/release/latest/clisp-2.49.tar.gz
File: GNU-GPL

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
@c0bw3b c0bw3b merged commit 8db38cd into NixOS:master Apr 9, 2019
@matthiasbeyer matthiasbeyer deleted the add-licenses branch April 9, 2019 18:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants