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.");