diff --git a/guava.spec b/guava.spec index 22c1d2f..93cdb50 100644 --- a/guava.spec +++ b/guava.spec @@ -1,8 +1,10 @@ Name: guava Version: 25.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Google Core Libraries for Java -License: ASL 2.0 +# Most of the code is under ASL 2.0 +# Few classes are under CC0, grep for creativecommons +License: ASL 2.0 and CC0 URL: https://github.com/google/guava BuildArch: noarch @@ -94,6 +96,9 @@ find -name '*.java' | xargs sed -ri \ %files testlib -f .mfiles-guava-testlib %changelog +* Fri Aug 03 2018 Michael Simacek - 25.0-3 +- Fix license tag to include CC0 + * Fri Jul 13 2018 Fedora Release Engineering - 25.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild