License compliance rectification

This commit is contained in:
lyn1001 2022-05-09 18:16:45 +08:00
parent 9e0c07a417
commit afb20071fb

View File

@ -2,9 +2,9 @@
%global enable_tests 0
Name: nodejs-burrito
Version: 0.2.12
Release: 1
Release: 2
Summary: Wrap up expressions with a trace function while walking the AST
License: BSD
License: BSD-3-Clause
URL: https://github.com/substack/node-burrito
Source0: https://registry.npmjs.org/burrito/-/burrito-%{version}.tgz
Source1: https://raw.github.com/substack/lambdascape/master/LICENSE
@ -45,5 +45,8 @@ cp -pr package.json index.js %{buildroot}%{nodejs_sitelib}/burrito
%license LICENSE
%changelog
* Mon May 9 2022 liyanan <liyanan32@h-partners.com> - 0.2.12-2
- License compliance rectification
* Tue Aug 18 2020 leiju <leiju4@huawei.com> - 0.2.12-1
- Package init