Fixed copyright information.
authorMarco Zanon <info@marcozanon.com>
Sun, 26 Aug 2012 10:10:10 +0000 (10:10 +0000)
committerMarco Zanon <info@marcozanon.com>
Sun, 26 Aug 2012 10:10:10 +0000 (10:10 +0000)
2.x/src/java/com/marcozanon/macaco/MInformation.java

index 8f28f2fb65d4cea2540603c1a6589804155a70e8..44551d31374d72b90d8366823976478ce267ea9c 100644 (file)
@@ -50,7 +50,7 @@ public class MInformation extends MObject {
     public static String getMacacoCopyrightInformation() {
         StringBuilder s = new StringBuilder("");
         s.append(MInformation.getMacacoFullName() + System.getProperty("line.separator"));
-        s.append("Copyright (c) 2009-2011 by Marco Zanon." + System.getProperty("line.separator"));
+        s.append("Copyright (c) 2009-2012 by Marco Zanon." + System.getProperty("line.separator"));
         s.append("Released under the MIT license. See LICENSE for additional information." + System.getProperty("line.separator"));
         s.append("Small portions inspired by other projects or web pages. See source code for additional information.");
         s.append("Includes TinyMCE Wysiwyg editor (c) Moxiecode Systems AB. See http://tinymce.moxiecode.com for license and additional information.");