diff --git a/objectweb-asm3.spec b/objectweb-asm3.spec index 6d650f1..ba9507b 100644 --- a/objectweb-asm3.spec +++ b/objectweb-asm3.spec @@ -2,9 +2,9 @@ Name: objectweb-asm3 Version: 3.3.1 -Release: 21 +Release: 22 Summary: A bytecode manipulation framework for Java -License: BSD +License: BSD-3-Clause and Apache-2.0 URL: http://asm.ow2.org/ Source0: http://download.forge.ow2.org/asm/asm-%{version}.tar.gz Source1: http://www.apache.org/licenses/LICENSE-2.0.txt @@ -83,5 +83,8 @@ done %files help -f .mfiles-javadoc %changelog +* Tue May 10 2022 caodongxia - 3.3.1-22 +- License compliance rectification + * Sat Dec 21 2019 duyeyu - 3.3.1-21 - Initial packaging