From c088b28c508b2325ba6032a8efcf46b40520e0f1 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 13 Aug 2013 20:12:22 +0200 Subject: [PATCH] Fixed copyright --- .../js/3rdParty/ckeditor/plugins/wbbcode/plugin.js | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/wcfsetup/install/files/js/3rdParty/ckeditor/plugins/wbbcode/plugin.js b/wcfsetup/install/files/js/3rdParty/ckeditor/plugins/wbbcode/plugin.js index d18f13902a..d681e0e234 100644 --- a/wcfsetup/install/files/js/3rdParty/ckeditor/plugins/wbbcode/plugin.js +++ b/wcfsetup/install/files/js/3rdParty/ckeditor/plugins/wbbcode/plugin.js @@ -1,9 +1,10 @@ -/* - * BBCode Plugin v1.0 for CKEditor - http://www.site-top.com/ - * Copyright (c) 2010, PitBult. - * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") +/** + * BBCode Plugin for CKEditor + * + * @author Marcel Werk + * @copyright 2001-2013 WoltLab GmbH + * @license GNU Lesser General Public License */ - (function() { var $pasted = false; var $insertedText = null; -- 2.20.1