From 84d2084ff126154373aaf6f614334da28c8d1ea9 Mon Sep 17 00:00:00 2001 From: Ian Date: Wed, 28 Jan 2015 17:11:18 +0100 Subject: [PATCH] license s9y --- .../ckeditor/plugins/cheatsheet/dialogs/cheatsheet.js | 5 ++--- htmlarea/ckeditor/ckeditor/plugins/cheatsheet/plugin.js | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/htmlarea/ckeditor/ckeditor/plugins/cheatsheet/dialogs/cheatsheet.js b/htmlarea/ckeditor/ckeditor/plugins/cheatsheet/dialogs/cheatsheet.js index 04cd86d9..5caa8ec6 100644 --- a/htmlarea/ckeditor/ckeditor/plugins/cheatsheet/dialogs/cheatsheet.js +++ b/htmlarea/ckeditor/ckeditor/plugins/cheatsheet/dialogs/cheatsheet.js @@ -1,6 +1,5 @@ /** - * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md or http://ckeditor.com/license + * @license Serendipity (s9y.org) */ CKEDITOR.dialog.add( 'cheatsheet', function( editor ) { @@ -17,7 +16,7 @@ CKEDITOR.dialog.add( 'cheatsheet', function( editor ) { padding: 0, elements: [{ type: 'html', - html: '

Keyboard Shortcuts

blahblah' + html: '

Keyboard Shortcuts

' }] }], buttons: [ CKEDITOR.dialog.cancelButton ] diff --git a/htmlarea/ckeditor/ckeditor/plugins/cheatsheet/plugin.js b/htmlarea/ckeditor/ckeditor/plugins/cheatsheet/plugin.js index 35a3b921..e2940e7c 100644 --- a/htmlarea/ckeditor/ckeditor/plugins/cheatsheet/plugin.js +++ b/htmlarea/ckeditor/ckeditor/plugins/cheatsheet/plugin.js @@ -1,10 +1,9 @@ /** - * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md or http://ckeditor.com/license + * @license Serendipity (s9y.org) */ /** - * @fileOverview A Serendipity CKE-Cheatsheet plugin: cheatsheet, v. 1.2 - 2014-09-02 + * @fileOverview A Serendipity CKE-Cheatsheet plugin: cheatsheet, v. 1.2 - 2015-01-28 */ CKEDITOR.plugins.add( 'cheatsheet', {