Add NOTICE file

This commit is contained in:
gbenson 2005-03-29 11:10:29 +00:00
parent 90dddbafde
commit 3d33c30ba4

View File

@ -3,7 +3,7 @@
Name: ant
Version: 1.6.2
Release: 3jpp_2fc
Release: 3jpp_3fc
Epoch: 0
Summary: Ant build tool for java
Summary(it): Tool per la compilazione di programmi java
@ -441,7 +441,7 @@ fi
%files
%defattr(0644,root,root,0755)
%doc KEYS LICENSE README WHATSNEW
%doc KEYS LICENSE NOTICE README WHATSNEW
%config %{_sysconfdir}/%{name}.conf
%attr(0755,root,root) %{_bindir}/ant
%attr(0755,root,root) %{_bindir}/antRun
@ -570,6 +570,9 @@ fi
# -----------------------------------------------------------------------------
%changelog
* Tue Mar 29 2005 Gary Benson <gbenson at redhat.com> 0:1.6.2-3jpp_3fc
- Add NOTICE file as per Apache License version 2.0.
* Thu Jan 20 2005 Gary Benson <gbenson at redhat.com> 0:1.6.2-3jpp_2fc
- Use jdtcore.jar instead of ecj.jar when running under libgcj.