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 missing licenses #44358

Merged
merged 116 commits into from Aug 11, 2018
Merged

Add missing licenses #44358

merged 116 commits into from Aug 11, 2018

Conversation

pSub
Copy link
Member

@pSub pSub commented Aug 2, 2018

Motivation for this change

Add missing licenses. This is an attempt to (partly) fix #43716 and currently work-in-progress.

@@ -2526,6 +2526,7 @@ let
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ libX11 xproto ];
meta.platforms = stdenv.lib.platforms.unix;
meta.license = stdenv.lib.licenses.mit;
Copy link
Member

Choose a reason for hiding this comment

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

This one is generated. You have to edit overrides.nix here:

meta = attrs.meta // { license = lib.licenses.unfreeRedistributable; };

Copy link
Member Author

Choose a reason for hiding this comment

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

Thank you. Should be fixed now.

 Conflicts:
	pkgs/applications/version-management/subversion/default.nix
@FRidh
Copy link
Member

FRidh commented Aug 9, 2018

How about merging some parts to prevent merge conflicts?

 Conflicts:
	pkgs/tools/networking/network-manager/fortisslvpn.nix
@pSub pSub merged commit c53c998 into master Aug 11, 2018
@pSub pSub deleted the add-missing-licenses branch August 11, 2018 09:33
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.

Add missing licenses
4 participants