From: Marco Zanon Date: Sun, 26 Aug 2012 10:10:10 +0000 (+0000) Subject: Fixed copyright information. X-Git-Tag: 2.0~5 X-Git-Url: https://gitweb.marcozanon.com/?a=commitdiff_plain;h=e9485115107cda12463e8e94d11695bebeb68b0a;p=Macaco Fixed copyright information. --- 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.");