RAT-224: Fix webpage example YAST

* Contributed via https://github.com/apache/creadur-rat/pull/5/files


git-svn-id: https://svn.apache.org/repos/asf/creadur/rat/trunk@1770594 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/apache-rat-plugin/src/site/apt/examples/custom-license.apt.vm b/apache-rat-plugin/src/site/apt/examples/custom-license.apt.vm
index 351d13f..21814ad 100644
--- a/apache-rat-plugin/src/site/apt/examples/custom-license.apt.vm
+++ b/apache-rat-plugin/src/site/apt/examples/custom-license.apt.vm
@@ -114,7 +114,7 @@
           </licenses>
           <licenseFamilies>
             <licenseFamily implementation="org.apache.rat.license.SimpleLicenseFamily">
-              <familyName>Yet Another Software License</familyName>
+              <familyName>Yet Another Software License (YASL) 1.0</familyName>
             </licenseFamily>
           </licenseFamilies>
         </configuration>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c93bd47..ed65db5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -55,6 +55,9 @@
 
   <body>
     <release version="0.13" date="2016-xx-xx" description="Current SNAPSHOT - to be done">
+      <action issue="RAT-224" type="fix" due-to="John Patrick" dev="pottlinger">
+        Fixed example on webpage abozt usage of custom licenses.
+      </action>
       <action issue="RAT-223" type="fix" due-to="Eric Friedrich" dev="pottlinger">
         Add support for Golang and Perl module files.
       </action>