diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2016-03-21 02:20:06 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2016-03-21 02:20:15 +0100 |
commit | 3b35bd273a79f6b01fda7a246aed64aca147ea7a (patch) | |
tree | 5f259026b0771aceb2ad9a88619437ef1841d14c /sources/plugins/forms/dialogs | |
parent | 7adcb81e4f83f98c468889aaa5a85558ba88c770 (diff) | |
download | connexionswing-ckeditor-component-master.tar.gz connexionswing-ckeditor-component-master.tar.zst connexionswing-ckeditor-component-master.zip |
Diffstat (limited to 'sources/plugins/forms/dialogs')
-rw-r--r-- | sources/plugins/forms/dialogs/button.js | 2 | ||||
-rw-r--r-- | sources/plugins/forms/dialogs/checkbox.js | 2 | ||||
-rw-r--r-- | sources/plugins/forms/dialogs/form.js | 2 | ||||
-rw-r--r-- | sources/plugins/forms/dialogs/hiddenfield.js | 2 | ||||
-rw-r--r-- | sources/plugins/forms/dialogs/radio.js | 2 | ||||
-rw-r--r-- | sources/plugins/forms/dialogs/select.js | 2 | ||||
-rw-r--r-- | sources/plugins/forms/dialogs/textarea.js | 2 | ||||
-rw-r--r-- | sources/plugins/forms/dialogs/textfield.js | 2 |
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 | */ |
5 | CKEDITOR.dialog.add( 'radio', function( editor ) { | 5 | CKEDITOR.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 | */ |
5 | CKEDITOR.dialog.add( 'select', function( editor ) { | 5 | CKEDITOR.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 | */ |
5 | CKEDITOR.dialog.add( 'textarea', function( editor ) { | 5 | CKEDITOR.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 | */ |
5 | CKEDITOR.dialog.add( 'textfield', function( editor ) { | 5 | CKEDITOR.dialog.add( 'textfield', function( editor ) { |