Author: sebb
Date: Wed Mar 31 10:59:58 2010
New Revision: 929471
URL: http://svn.apache.org/viewvc?rev=929471&view=rev
Log:
Fix up links
Modified:
commons/proper/commons-site/trunk/src/site/xdoc/releases/prepare.xml
Modified: commons/proper/commons-site/trunk/src/site/xdoc/releases/prepare.xml
URL:
http://svn.apache.org/viewvc/commons/proper/commons-site/trunk/src/site/xdoc/releases/prepare.xml?rev=929471&r1=929470&r2=929471&view=diff
==============================================================================
--- commons/proper/commons-site/trunk/src/site/xdoc/releases/prepare.xml
(original)
+++ commons/proper/commons-site/trunk/src/site/xdoc/releases/prepare.xml Wed
Mar 31 10:59:58 2010
@@ -391,19 +391,20 @@ The release notes should contain the min
<p>
Developer documentation on how to apply the Apache License
can be found in <a
href="http://www.apache.org/dev/apply-license.html">Applying the Apache
License, Version 2.0</a>
+ and <a href="http://www.apache.org/legal/src-headers.html">ASF Source
Header and Copyright Notice Policy</a>
</p>
<p>
Some of the important items from the aforementioned documents:
</p>
<p>
- <b>Do I have to have a copy of the license in each source file?</b>
+ <b>Do I have to have a copy of the license header in each source
file?</b>
</p>
<p>
Only one full copy of the license is needed per distribution. Each
source
file only needs to contain the boilerplate notice at:
</p>
<p>
- <code><a
href="http://www.apache.org/licenses/LICENSE-2.0.html#apply">http://www.apache.org/licenses/LICENSE-2.0.html#apply</a></code>
+ <code><a
href="http://www.apache.org/legal/src-headers.html#headers">http://www.apache.org/legal/src-headers.html#headers</a></code>
</p>
<p>
<b>In my current source files I have attribution notices for other
works.