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/04 15:07:18 UTC

svn commit: r1369312 - /creadur/whisker/trunk/src/site/apt/examples/license-family.apt

Author: rdonkin
Date: Sat Aug  4 13:07:18 2012
New Revision: 1369312

URL: http://svn.apache.org/viewvc?rev=1369312&view=rev
Log:
Added section explaining with-license block

Modified:
    creadur/whisker/trunk/src/site/apt/examples/license-family.apt

Modified: creadur/whisker/trunk/src/site/apt/examples/license-family.apt
URL: http://svn.apache.org/viewvc/creadur/whisker/trunk/src/site/apt/examples/license-family.apt?rev=1369312&r1=1369311&r2=1369312&view=diff
==============================================================================
--- creadur/whisker/trunk/src/site/apt/examples/license-family.apt (original)
+++ creadur/whisker/trunk/src/site/apt/examples/license-family.apt Sat Aug  4 13:07:18 2012
@@ -523,13 +523,29 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SU
   We need to add <<<boo.png>>> to the 
   {{{../faq.html#how-contents}contents}}, 
   into a new group of resources
-  within the {{{../faq.html#how-root-dir}root directory}}. Resources
+  within the {{{../faq.html#how-root-dir}root directory}}. 
+  Within each <<<dir>>>, resources contained within the 
+  directory are grouped <<<with-license>>>. The new resource
+  - <<<boo.png>>> - is the first with the <BSD (2 Clause) License>,
+  so we need to add a new <<<with-license>>> with <<<id>>> 
+  attribute <<<osi:BSD2>>>, the <<<id>>> we chose when we
+  added the license earlier.
+
++---------------------------------------+
+    ...
+    <!-- Contents -->
+    <within dir='.'>
+        ...
+        <with-license id='osi:BSD2'>
+        </with-license>
+        ...
++---------------------------------------+
+  
+  
+  Resources
   are grouped by organisation, so the <<<by-organisation>>> containing
   the new resource named <<<boo.png>>> needs to refer (by <<<id>>>) 
-  to the <<<organisation>>> we added earlier. After checking that 
-  <The Legion of the Bouncy Example>
-  doesn't distribute a <<<NOTICE>>> for <<<boo.png>>>, we can complete
-  the resource entry. 
+  to the <<<organisation>>> we added earlier. 
    
 +---------------------------------------+
     ...