From e9485115107cda12463e8e94d11695bebeb68b0a Mon Sep 17 00:00:00 2001 From: Marco Zanon Date: Sun, 26 Aug 2012 10:10:10 +0000 Subject: [PATCH] Fixed copyright information. --- src/java/com/marcozanon/macaco/MInformation.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/com/marcozanon/macaco/MInformation.java b/src/java/com/marcozanon/macaco/MInformation.java index 8f28f2f..44551d3 100644 --- a/src/java/com/marcozanon/macaco/MInformation.java +++ b/src/java/com/marcozanon/macaco/MInformation.java @@ -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."); -- 2.30.2