WHISKER-7 Write up definitions

git-svn-id: https://svn.apache.org/repos/asf/creadur/whisker/trunk@1407874 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/site/apt/examples/copyright-notices.apt b/src/site/apt/examples/copyright-notices.apt
index df68b5c..44cf345 100644
--- a/src/site/apt/examples/copyright-notices.apt
+++ b/src/site/apt/examples/copyright-notices.apt
@@ -142,7 +142,19 @@
  and one which requires a <<<notice>>>
  ({{{http://www.apache.org/licenses/LICENSE-2.0.html}Apache License, Version 2}}).
 
- Begin by adding definitions for these licenses
+** Definitions
+
+*** Define Licenses
+
+ Begin by adding definitions for the licenses for the
+ works contained in the distribution:
+
+  * CDDL 1.0 (primary, <<<copyright-notice>>> not required)
+
+  * MIT License (<<<copyright-notice>>> required)
+
+  * Apache License, Version 2 (<<<notice>>> required)
+
 
 +---------------------------------------+
 <manifest>
@@ -717,3 +729,41 @@
     ...
 +---------------------------------------+
 
+*** Define Organisations
+
+  Let's assume (for clarity) that <The Example Project> has licensed
+  each of the works distributed. So, only need to define one
+  {{{../faq.html#what-is-org}organisation}}:
+
++---------------------------------------+
+    ...
+    </licenses>
+    <organisations>
+        <organisation
+           id='example.org'
+           name='The Example Project'
+           url='http://example.org/'
+        />
+    </organisations>
+    ...
++---------------------------------------+
+
+*** Define Primary License, Organisation, Notice and Copyright Notice
+
+  Add {{{../faq.html#why-ids}references}} to the main license (CDDL 1.0)
+  and organisation (<The Example Project>).
+
+  The CDDL 1.0 has no
+  {{{../faq.html#when-notice-needed}retention clause}} so no
+  <<<primary-notice>>> needs to be added, and includes no copyright
+  claim so no <<<<copyright-notice>>> is needed either.
+
++---------------------------------------+
+    ...
+    </organisations>
+    <primary-license id='osi:CDDL-1.0'/>
+    <primary-notice/>
+    <primary-organisation id='example.org'/>
+    ...
++---------------------------------------+
+