Author: bodewig Date: Mon Sep 11 13:24:18 2006 New Revision: 442331 URL: http://svn.apache.org/viewvc?view=rev&rev=442331 Log: license, no copyright anymore
Modified: ant/core/trunk/docs/manual/tutorial-tasks-filesets-properties.html Modified: ant/core/trunk/docs/manual/tutorial-tasks-filesets-properties.html URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/tutorial-tasks-filesets-properties.html?view=diff&rev=442331&r1=442330&r2=442331 ============================================================================== --- ant/core/trunk/docs/manual/tutorial-tasks-filesets-properties.html (original) +++ ant/core/trunk/docs/manual/tutorial-tasks-filesets-properties.html Mon Sep 11 13:24:18 2006 @@ -709,7 +709,7 @@ <p>Now we will check the "Checklist before submitting a new task" described in that guideline. <ul> -<li>Java file begins with Apache copyright and license statement. <b><i>must do that</i></b></li> +<li>Java file begins with Apache license statement. <b><i>must do that</i></b></li> <li>Task does not depend on GPL or LGPL code. <b><i>ok</i></b></li> <li>Source code complies with style guidelines <b><i>have to check (checkstyle)</i></b></li> <li>Code compiles and runs on Java1.2 <b><i>have to try</i></b></li> @@ -837,11 +837,8 @@ -<h3>Apache copyright and license statement</h3> -<p>Simply copy the license text from one the other source from the Ant source tree. But -ensure that the current year is used in the<tt> * Copyright (c) 2000-2005 The Apache Software -Foundation. All rights reserved.</tt> lines. Don't forget to add a license statement at the end -of the find.html. (Can be copied from other manual files.)</p> +<h3>Apache license statement</h3> +<p>Simply copy the license text from one the other source from the Ant source tree.</p> <h3>Test on JDK 1.2</h3> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]