aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/forms/dialogs
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2016-03-21 02:20:06 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2016-03-21 02:20:15 +0100
commit3b35bd273a79f6b01fda7a246aed64aca147ea7a (patch)
tree5f259026b0771aceb2ad9a88619437ef1841d14c /sources/plugins/forms/dialogs
parent7adcb81e4f83f98c468889aaa5a85558ba88c770 (diff)
downloadconnexionswing-ckeditor-component-3b35bd273a79f6b01fda7a246aed64aca147ea7a.tar.gz
connexionswing-ckeditor-component-3b35bd273a79f6b01fda7a246aed64aca147ea7a.tar.zst
connexionswing-ckeditor-component-3b35bd273a79f6b01fda7a246aed64aca147ea7a.zip
Upgrade to 4.5.7 and add some pluginHEAD4.5.7master
Diffstat (limited to 'sources/plugins/forms/dialogs')
-rw-r--r--sources/plugins/forms/dialogs/button.js2
-rw-r--r--sources/plugins/forms/dialogs/checkbox.js2
-rw-r--r--sources/plugins/forms/dialogs/form.js2
-rw-r--r--sources/plugins/forms/dialogs/hiddenfield.js2
-rw-r--r--sources/plugins/forms/dialogs/radio.js2
-rw-r--r--sources/plugins/forms/dialogs/select.js2
-rw-r--r--sources/plugins/forms/dialogs/textarea.js2
-rw-r--r--sources/plugins/forms/dialogs/textfield.js2
8 files changed, 8 insertions, 8 deletions
diff --git a/sources/plugins/forms/dialogs/button.js b/sources/plugins/forms/dialogs/button.js
index b0dd161c..7bc64d4c 100644
--- a/sources/plugins/forms/dialogs/button.js
+++ b/sources/plugins/forms/dialogs/button.js
@@ -1,5 +1,5 @@
1/** 1/**
2 * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2 * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3 * For licensing, see LICENSE.md or http://ckeditor.com/license 3 * For licensing, see LICENSE.md or http://ckeditor.com/license
4 */ 4 */
5 5
diff --git a/sources/plugins/forms/dialogs/checkbox.js b/sources/plugins/forms/dialogs/checkbox.js
index 0bfda9ba..da30d20f 100644
--- a/sources/plugins/forms/dialogs/checkbox.js
+++ b/sources/plugins/forms/dialogs/checkbox.js
@@ -1,5 +1,5 @@
1/** 1/**
2 * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2 * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3 * For licensing, see LICENSE.md or http://ckeditor.com/license 3 * For licensing, see LICENSE.md or http://ckeditor.com/license
4 */ 4 */
5 5
diff --git a/sources/plugins/forms/dialogs/form.js b/sources/plugins/forms/dialogs/form.js
index 256b0544..47c9b098 100644
--- a/sources/plugins/forms/dialogs/form.js
+++ b/sources/plugins/forms/dialogs/form.js
@@ -1,5 +1,5 @@
1/** 1/**
2 * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2 * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3 * For licensing, see LICENSE.md or http://ckeditor.com/license 3 * For licensing, see LICENSE.md or http://ckeditor.com/license
4 */ 4 */
5 5
diff --git a/sources/plugins/forms/dialogs/hiddenfield.js b/sources/plugins/forms/dialogs/hiddenfield.js
index b4e0fe3b..423fd1f0 100644
--- a/sources/plugins/forms/dialogs/hiddenfield.js
+++ b/sources/plugins/forms/dialogs/hiddenfield.js
@@ -1,5 +1,5 @@
1/** 1/**
2 * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2 * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3 * For licensing, see LICENSE.md or http://ckeditor.com/license 3 * For licensing, see LICENSE.md or http://ckeditor.com/license
4 */ 4 */
5 5
diff --git a/sources/plugins/forms/dialogs/radio.js b/sources/plugins/forms/dialogs/radio.js
index a9214e41..014ae963 100644
--- a/sources/plugins/forms/dialogs/radio.js
+++ b/sources/plugins/forms/dialogs/radio.js
@@ -1,5 +1,5 @@
1/** 1/**
2 * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2 * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3 * For licensing, see LICENSE.md or http://ckeditor.com/license 3 * For licensing, see LICENSE.md or http://ckeditor.com/license
4 */ 4 */
5CKEDITOR.dialog.add( 'radio', function( editor ) { 5CKEDITOR.dialog.add( 'radio', function( editor ) {
diff --git a/sources/plugins/forms/dialogs/select.js b/sources/plugins/forms/dialogs/select.js
index 38842c20..32cf76d0 100644
--- a/sources/plugins/forms/dialogs/select.js
+++ b/sources/plugins/forms/dialogs/select.js
@@ -1,5 +1,5 @@
1/** 1/**
2 * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2 * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3 * For licensing, see LICENSE.md or http://ckeditor.com/license 3 * For licensing, see LICENSE.md or http://ckeditor.com/license
4 */ 4 */
5CKEDITOR.dialog.add( 'select', function( editor ) { 5CKEDITOR.dialog.add( 'select', function( editor ) {
diff --git a/sources/plugins/forms/dialogs/textarea.js b/sources/plugins/forms/dialogs/textarea.js
index 4370955e..297bc45c 100644
--- a/sources/plugins/forms/dialogs/textarea.js
+++ b/sources/plugins/forms/dialogs/textarea.js
@@ -1,5 +1,5 @@
1/** 1/**
2 * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2 * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3 * For licensing, see LICENSE.md or http://ckeditor.com/license 3 * For licensing, see LICENSE.md or http://ckeditor.com/license
4 */ 4 */
5CKEDITOR.dialog.add( 'textarea', function( editor ) { 5CKEDITOR.dialog.add( 'textarea', function( editor ) {
diff --git a/sources/plugins/forms/dialogs/textfield.js b/sources/plugins/forms/dialogs/textfield.js
index 5b601b31..e290bc73 100644
--- a/sources/plugins/forms/dialogs/textfield.js
+++ b/sources/plugins/forms/dialogs/textfield.js
@@ -1,5 +1,5 @@
1/** 1/**
2 * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2 * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3 * For licensing, see LICENSE.md or http://ckeditor.com/license 3 * For licensing, see LICENSE.md or http://ckeditor.com/license
4 */ 4 */
5CKEDITOR.dialog.add( 'textfield', function( editor ) { 5CKEDITOR.dialog.add( 'textfield', function( editor ) {