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

spdx: Make CC-BY-3.0 and CC-BY-SA-3.0 free #356

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
@@ -35,7 +35,11 @@ BitTorrent-1.1
CAL-1.0
CAL-1.0-Combined-Work-Exception
CATOSL-1.1
CC-BY-2.5
CC-BY-3.0
CC-BY-4.0
CC-BY-SA-1.0
CC-BY-SA-3.0
CC-BY-SA-4.0
CC0-1.0
CDDL-1.0
@@ -448,6 +448,9 @@ test_spdx (void)
g_free (tmp);

/* licenses are free-as-in-freedom */
g_assert_true (as_license_is_free_license ("GPL-3.0+ and GPL-2.0+ and LGPL-2.0+ and BSD-3-Clause and MIT and CC-BY-SA-1.0 and CC-BY-2.5"));
g_assert_true (as_license_is_free_license ("GPL-2.0+ and CC-BY-3.0 and CC-BY-SA-3.0"));
g_assert_true (as_license_is_free_license ("GPL-3.0+ and CC-BY-SA-3.0"));
g_assert_true (as_license_is_free_license ("CC0"));
g_assert_true (as_license_is_free_license ("GPL-2.0 AND FSFAP"));
g_assert_true (as_license_is_free_license ("OFL-1.1 OR (GPL-3.0-or-later WITH Font-exception-2.0)"));