rpms/plexus-ant-factory/devel plexus-ant-factory_license_and_copyright.txt, NONE, 1.1 plexus-ant-factory.spec, 1.7, 1.8

Tom Callaway (spot) fedora-extras-commits at redhat.com
Thu May 29 15:26:18 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/plexus-ant-factory/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28729

Modified Files:
	plexus-ant-factory.spec 
Added Files:
	plexus-ant-factory_license_and_copyright.txt 
Log Message:
fix license tag, add proof of license


--- NEW FILE plexus-ant-factory_license_and_copyright.txt ---
Date: Thu, 29 May 2008 11:13:06 -0400
From: John Casey <jdcasey at commonjava.org>
To: tcallawa at redhat.com
Subject: plexus-ant-factory license and copyright

This is just an official notice that I wrote the original version of the 
plexus-ant-factory, and that it's licensed in a consistent manner with 
the plexus-container-default artifact, which is APLv2.0.

Since then, it's only been modified by plexus-project committers, with 
the understanding that all of plexus is APLv2-compliant.

-john

-- 
John Casey
Developer, PMC Member - Apache Maven (http://maven.apache.org)
Blog: http://www.ejlife.net/blogs/buildchimp/



Index: plexus-ant-factory.spec
===================================================================
RCS file: /cvs/pkgs/rpms/plexus-ant-factory/devel/plexus-ant-factory.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- plexus-ant-factory.spec	28 Feb 2008 16:59:00 -0000	1.7
+++ plexus-ant-factory.spec	29 May 2008 15:25:35 -0000	1.8
@@ -41,10 +41,11 @@
 
 Name:           %{parent}-%{subname}
 Version:        1.0
-Release:        0.2.a1.1jpp.6%{?dist}
+Release:        0.2.a1.1jpp.7%{?dist}
 Epoch:          0
 Summary:        Plexus Ant component factory
-License:        MIT-Style
+# Email from copyright holder confirms license.
+License:        ASL 2.0
 Group:          Development/Java
 URL:            http://plexus.codehaus.org/
 Source0:        %{name}-src.tar.gz
@@ -53,6 +54,7 @@
 # tar czf plexus-ant-factory-src.tar.gz plexus-ant-factory/
 Source1:        %{name}-jpp-depmap.xml
 Source2:        %{name}-build.xml
+Source3:	plexus-ant-factory_license_and_copyright.txt
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -109,6 +111,7 @@
 
 %prep
 %setup -q -n %{name}
+cp %{SOURCE3} .
 
 %if %{without_maven}
     cp -p %{SOURCE2} build.xml
@@ -193,6 +196,7 @@
 
 %files
 %defattr(-,root,root,-)
+%doc plexus-ant-factory_license_and_copyright.txt
 %dir %{_javadir}/plexus
 %{_javadir}/plexus
 %{_datadir}/maven2
@@ -211,6 +215,10 @@
 
 
 %changelog
+* Thu May 29 2008 Tom "spot" Callaway <tcallawa at redhat.com> 1.0-0.2.a1.1jpp.7
+- include proof of license
+- fix license tag
+
 * Thu Feb 28 2008 Deepak Bhole <dbhole at redhat.com> 1.0-0.2.a1.1jpp.6
 - Rebuild
 




More information about the fedora-extras-commits mailing list