From: <bo...@us...> - 2010-05-21 15:16:19
|
Revision: 399 http://xmlunit.svn.sourceforge.net/xmlunit/?rev=399&view=rev Author: bodewig Date: 2010-05-21 15:16:13 +0000 (Fri, 21 May 2010) Log Message: ----------- fix/add license Modified Paths: -------------- trunk/xmlunit/build.xml trunk/xmlunit/xmlunit.nant.build Modified: trunk/xmlunit/build.xml =================================================================== --- trunk/xmlunit/build.xml 2010-05-21 15:12:49 UTC (rev 398) +++ trunk/xmlunit/build.xml 2010-05-21 15:16:13 UTC (rev 399) @@ -1,19 +1,16 @@ <?xml version="1.0"?> <!-- - Licensed to the XMLUnit developers under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - This file is licensed to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at + This file is licensed to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + http://www.apache.org/licenses/LICENSE-2.0 - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. --> <project name="xmlunit" default="test" basedir="."> Modified: trunk/xmlunit/xmlunit.nant.build =================================================================== --- trunk/xmlunit/xmlunit.nant.build 2010-05-21 15:12:49 UTC (rev 398) +++ trunk/xmlunit/xmlunit.nant.build 2010-05-21 15:16:13 UTC (rev 399) @@ -1,3 +1,17 @@ +<?xml version="1.0"?> +<!-- + This file is licensed to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> <project name="xmlunit" description="XmlUnit for .Net" default="compile"> <property name="project.version" value="2.0" overwrite="false"/> <property name="base.dir" value="${project::get-base-directory()}" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |