You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by rd...@apache.org on 2012/08/08 08:57:42 UTC

svn commit: r1370675 - /creadur/whisker/trunk/src/site/apt/examples/in-5-mins.apt

Author: rdonkin
Date: Wed Aug  8 06:57:42 2012
New Revision: 1370675

URL: http://svn.apache.org/viewvc?rev=1370675&view=rev
Log:
Describe how to include a primary copyright notice

Modified:
    creadur/whisker/trunk/src/site/apt/examples/in-5-mins.apt

Modified: creadur/whisker/trunk/src/site/apt/examples/in-5-mins.apt
URL: http://svn.apache.org/viewvc/creadur/whisker/trunk/src/site/apt/examples/in-5-mins.apt?rev=1370675&r1=1370674&r2=1370675&view=diff
==============================================================================
--- creadur/whisker/trunk/src/site/apt/examples/in-5-mins.apt (original)
+++ creadur/whisker/trunk/src/site/apt/examples/in-5-mins.apt Wed Aug  8 06:57:42 2012
@@ -164,11 +164,18 @@ WITH THE SOFTWARE OR THE USE OR OTHER DE
   Reference this {{{../faq.html#why-ids}by id}}
   in <<<primary-license>>>. For our example, we set the <<<id>>> 
   attribute to the id - <<<osi:mit>>> - we picked earlier.
+  Conventionally, a 
+  {{{../faq.html#what-copyright-notice}copyright notice}}  
+  is positioned above the MIT license text. So we need to add
+  a {{{../faq.html#what-primary-copyright-notice}primary copyright notice}} 
+  (<Copyright (c) 3535 Someone>, let's say).
 
 +---------------------------------------+
 <manifest>
     ...
-    <primary-license id='osi:mit'/>
+    <primary-license id='osi:mit'>
+        <copyright-notice>Copyright (c) 3535 Someone</copyright-notice>
+    </primary-license>
     ...
 </manifest>
 +---------------------------------------+