Index: trunk/grails-app/views/_about.gsp
===================================================================
--- trunk/grails-app/views/_about.gsp	(revision 519)
+++ trunk/grails-app/views/_about.gsp	(revision 521)
@@ -5,5 +5,6 @@
         <tbody>
             <tr><td>
-                GnuMims provides a powerful but simple to use Maintenance and Inventory Management Solution for your Assets.
+                ${applicationString.encodeAsHTML()} provides a powerful but simple to use
+                Maintenance and Inventory Management Solution for your Assets.
                 Also known as a computerised maintenance management system or CMMS.
                 Initially designed with an engineering department and mid-size industrial production enviroment in mind.
@@ -183,9 +184,17 @@
     <table>
         <tbody>
-            <tr><td>
-                The Grails web framework and the plugins used are available under 
-                their respective licenses from  <a href="http://www.grails.org">http://www.grails.org</a>
-            </td></tr>
-        </tbody>
-    </table>
-</div>
+            <tr>
+                <td>
+                The Grails-${grailsVersion.encodeAsHTML()} web framework and the plugins used are available under 
+                the <a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache 2.0</a>
+                license from  <a href="http://www.grails.org">http://www.grails.org</a>
+                </td>
+            </tr>
+                <tr>
+                    <td>
+                        Plugins: ${plugins}
+                    </td>
+                </tr>
+        </tbody>
+    </table>
+</div>
