aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/forms/dialogs
diff options
context:
space:
mode:
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 ) {