Browse Source

license, no copyright anymore

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@442331 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 19 years ago
parent
commit
ad8251bb74
1 changed files with 3 additions and 6 deletions
  1. +3
    -6
      docs/manual/tutorial-tasks-filesets-properties.html

+ 3
- 6
docs/manual/tutorial-tasks-filesets-properties.html View File

@@ -709,7 +709,7 @@ information on that.</p>

<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 @@ is the same as directly after the cvs update (without our modifications).</p>



<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>


Loading…
Cancel
Save