WHISKER-7 cover case when copyright notice is not primary

git-svn-id: https://svn.apache.org/repos/asf/creadur/whisker/trunk@1406840 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/site/fml/faq.fml b/src/site/fml/faq.fml
index ca9e23a..c0a1888 100644
--- a/src/site/fml/faq.fml
+++ b/src/site/fml/faq.fml
@@ -521,6 +521,38 @@
             </p>
         </answer>
     </faq>
+    <faq id='when--copyright-notice'>
+        <question>When do I need to add a copyright notice for a license?</question>
+        <answer>
+            <p>
+<a href='#what-is-license-family'>Template licenses</a>
+(for example the
+<a href='http://opensource.org/licenses/BSD-2-Clause'>BSD License 2 Clause</a>)
+typically includes a
+parameterised copyright notice. Licenses
+<a href='#when-notice-needed'>with</a> a <code>NOTICE</code>
+(for example the
+<a href='http://www.apache.org/licenses/LICENSE-2.0.html'>Apache License, Version 2</a>)
+usually include the copyright notice in the <code>NOTICE</code>. When using these
+licenses with Whisker, to set a copyright claim use the parameter or
+<code>notice</code> rather than
+the <code>copyright-notice</code> element.
+            </p><p>
+Some other licenses (for example the
+<a href='http://opensource.org/licenses/mit-license.php/'>MIT License</a>)
+conventionally include a copyright notice above the text:
+to use these licenses with Whisker, add a copyright notice
+and use the plain license text.
+            </p>
+            <p>
+ Learn about copyright notices <a href='#what-copyright-notice'>here</a>.
+            </p>
+            <p>
+ Read about the different between a <code>NOTICE</code>
+ and a copyright notice <a href='#notice-vs-copyright-notice'>here</a>.
+            </p>
+        </answer>
+    </faq>
 
 
     <faq id='sample-meta-data'>