aboutsummaryrefslogtreecommitdiff
path: root/sources/samples/old
diff options
context:
space:
mode:
Diffstat (limited to 'sources/samples/old')
-rw-r--r--sources/samples/old/ajax.html4
-rw-r--r--sources/samples/old/api.html4
-rw-r--r--sources/samples/old/appendto.html4
-rw-r--r--sources/samples/old/assets/outputxhtml/outputxhtml.css2
-rw-r--r--sources/samples/old/assets/posteddata.php4
-rw-r--r--sources/samples/old/assets/uilanguages/languages.js5
-rw-r--r--sources/samples/old/datafiltering.html8
-rw-r--r--sources/samples/old/divreplace.html4
-rw-r--r--sources/samples/old/index.html4
-rw-r--r--sources/samples/old/inlineall.html4
-rw-r--r--sources/samples/old/inlinebycode.html4
-rw-r--r--sources/samples/old/inlinetextarea.html4
-rw-r--r--sources/samples/old/jquery.html4
-rw-r--r--sources/samples/old/readonly.html4
-rw-r--r--sources/samples/old/replacebyclass.html4
-rw-r--r--sources/samples/old/replacebycode.html4
-rw-r--r--sources/samples/old/sample.css2
-rw-r--r--sources/samples/old/sample.js2
-rw-r--r--sources/samples/old/sample_posteddata.php2
-rw-r--r--sources/samples/old/tabindex.html4
-rw-r--r--sources/samples/old/uicolor.html4
-rw-r--r--sources/samples/old/uilanguages.html4
-rw-r--r--sources/samples/old/xhtmlstyle.html4
23 files changed, 46 insertions, 43 deletions
diff --git a/sources/samples/old/ajax.html b/sources/samples/old/ajax.html
index 3f88ec2..852a086 100644
--- a/sources/samples/old/ajax.html
+++ b/sources/samples/old/ajax.html
@@ -1,6 +1,6 @@
1<!DOCTYPE html> 1<!DOCTYPE html>
2<!-- 2<!--
3Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. 3Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
4For licensing, see LICENSE.md or http://ckeditor.com/license 4For licensing, see LICENSE.md or http://ckeditor.com/license
5--> 5-->
6<html> 6<html>
@@ -77,7 +77,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
77 CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> 77 CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
78 </p> 78 </p>
79 <p id="copy"> 79 <p id="copy">
80 Copyright &copy; 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico 80 Copyright &copy; 2003-2017, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
81 Knabben. All rights reserved. 81 Knabben. All rights reserved.
82 </p> 82 </p>
83 </div> 83 </div>
diff --git a/sources/samples/old/api.html b/sources/samples/old/api.html
index d01f0ee..682a719 100644
--- a/sources/samples/old/api.html
+++ b/sources/samples/old/api.html
@@ -1,6 +1,6 @@
1<!DOCTYPE html> 1<!DOCTYPE html>
2<!-- 2<!--
3Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. 3Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
4For licensing, see LICENSE.md or http://ckeditor.com/license 4For licensing, see LICENSE.md or http://ckeditor.com/license
5--> 5-->
6<html> 6<html>
@@ -202,7 +202,7 @@ Second line of text preceded by two line breaks.</textarea>
202 CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> 202 CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
203 </p> 203 </p>
204 <p id="copy"> 204 <p id="copy">
205 Copyright &copy; 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico 205 Copyright &copy; 2003-2017, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
206 Knabben. All rights reserved. 206 Knabben. All rights reserved.
207 </p> 207 </p>
208 </div> 208 </div>
diff --git a/sources/samples/old/appendto.html b/sources/samples/old/appendto.html
index 51e2d62..a984704 100644
--- a/sources/samples/old/appendto.html
+++ b/sources/samples/old/appendto.html
@@ -1,6 +1,6 @@
1<!DOCTYPE html> 1<!DOCTYPE html>
2<!-- 2<!--
3Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. 3Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
4For licensing, see LICENSE.md or http://ckeditor.com/license 4For licensing, see LICENSE.md or http://ckeditor.com/license
5--> 5-->
6<html> 6<html>
@@ -51,7 +51,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
51 CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> 51 CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
52 </p> 52 </p>
53 <p id="copy"> 53 <p id="copy">
54 Copyright &copy; 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico 54 Copyright &copy; 2003-2017, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
55 Knabben. All rights reserved. 55 Knabben. All rights reserved.
56 </p> 56 </p>
57 </div> 57 </div>
diff --git a/sources/samples/old/assets/outputxhtml/outputxhtml.css b/sources/samples/old/assets/outputxhtml/outputxhtml.css
index 50daa1d..b81e1d7 100644
--- a/sources/samples/old/assets/outputxhtml/outputxhtml.css
+++ b/sources/samples/old/assets/outputxhtml/outputxhtml.css
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. 2 * Copyright (c) 2003-2017, 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 * Styles used by the XHTML 1.1 sample page (xhtml.html). 5 * Styles used by the XHTML 1.1 sample page (xhtml.html).
diff --git a/sources/samples/old/assets/posteddata.php b/sources/samples/old/assets/posteddata.php
index 914b098..ca43cc9 100644
--- a/sources/samples/old/assets/posteddata.php
+++ b/sources/samples/old/assets/posteddata.php
@@ -1,7 +1,7 @@
1<!DOCTYPE html> 1<!DOCTYPE html>
2<?php 2<?php
3/* 3/*
4Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. 4Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
5For licensing, see LICENSE.md or http://ckeditor.com/license 5For licensing, see LICENSE.md or http://ckeditor.com/license
6*/ 6*/
7?> 7?>
@@ -52,7 +52,7 @@ if (!empty($_POST))
52 CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> 52 CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
53 </p> 53 </p>
54 <p id="copy"> 54 <p id="copy">
55 Copyright &copy; 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved. 55 Copyright &copy; 2003-2017, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved.
56 </p> 56 </p>
57 </div> 57 </div>
58</body> 58</body>
diff --git a/sources/samples/old/assets/uilanguages/languages.js b/sources/samples/old/assets/uilanguages/languages.js
index bffea89..a3cf84f 100644
--- a/sources/samples/old/assets/uilanguages/languages.js
+++ b/sources/samples/old/assets/uilanguages/languages.js
@@ -1,5 +1,5 @@
1/** 1/**
2 * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. 2 * @license Copyright (c) 2003-2017, 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
@@ -9,6 +9,7 @@ var CKEDITOR_LANGS = ( function() {
9 var langs = { 9 var langs = {
10 af: 'Afrikaans', 10 af: 'Afrikaans',
11 ar: 'Arabic', 11 ar: 'Arabic',
12 az: 'Azerbaijani',
12 bg: 'Bulgarian', 13 bg: 'Bulgarian',
13 bn: 'Bengali/Bangla', 14 bn: 'Bengali/Bangla',
14 bs: 'Bosnian', 15 bs: 'Bosnian',
@@ -25,6 +26,7 @@ var CKEDITOR_LANGS = ( function() {
25 'en-gb': 'English (United Kingdom)', 26 'en-gb': 'English (United Kingdom)',
26 eo: 'Esperanto', 27 eo: 'Esperanto',
27 es: 'Spanish', 28 es: 'Spanish',
29 'es-mx': 'Spanish (Mexico)',
28 et: 'Estonian', 30 et: 'Estonian',
29 eu: 'Basque', 31 eu: 'Basque',
30 fa: 'Persian', 32 fa: 'Persian',
@@ -54,6 +56,7 @@ var CKEDITOR_LANGS = ( function() {
54 nb: 'Norwegian Bokmal', 56 nb: 'Norwegian Bokmal',
55 nl: 'Dutch', 57 nl: 'Dutch',
56 no: 'Norwegian', 58 no: 'Norwegian',
59 oc: 'Occitan',
57 pl: 'Polish', 60 pl: 'Polish',
58 pt: 'Portuguese (Portugal)', 61 pt: 'Portuguese (Portugal)',
59 'pt-br': 'Portuguese (Brazil)', 62 'pt-br': 'Portuguese (Brazil)',
diff --git a/sources/samples/old/datafiltering.html b/sources/samples/old/datafiltering.html
index 700cd9e..dd78ba5 100644
--- a/sources/samples/old/datafiltering.html
+++ b/sources/samples/old/datafiltering.html
@@ -1,6 +1,6 @@
1<!DOCTYPE html> 1<!DOCTYPE html>
2<!-- 2<!--
3Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. 3Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
4For licensing, see LICENSE.md or http://ckeditor.com/license 4For licensing, see LICENSE.md or http://ckeditor.com/license
5--> 5-->
6<html> 6<html>
@@ -399,7 +399,7 @@ CKEDITOR.replace( 'editor4', {
399 <div class="description"> 399 <div class="description">
400 <p> 400 <p>
401 This editor is using a custom configuration for <abbr title="Advanced Content Filter">ACF</abbr>. 401 This editor is using a custom configuration for <abbr title="Advanced Content Filter">ACF</abbr>.
402 It's using the <a href="http://docs.ckeditor.com/#!/guide/dev_disallowed_content" target="_blank"> 402 It's using the <a href="http://docs.ckeditor.com/#!/guide/dev_disallowed_content" rel="noopener noreferrer" target="_blank">
403 Disallowed Content</a> property of the filter to eliminate all <code>title</code> attributes. 403 Disallowed Content</a> property of the filter to eliminate all <code>title</code> attributes.
404 </p> 404 </p>
405 405
@@ -454,7 +454,7 @@ CKEDITOR.replace( 'editor6', {
454 <div class="description"> 454 <div class="description">
455 <p> 455 <p>
456 This editor is using a custom configuration for <abbr title="Advanced Content Filter">ACF</abbr>. 456 This editor is using a custom configuration for <abbr title="Advanced Content Filter">ACF</abbr>.
457 It's using the <a href="http://docs.ckeditor.com/#!/guide/dev_disallowed_content" target="_blank"> 457 It's using the <a href="http://docs.ckeditor.com/#!/guide/dev_disallowed_content" rel="noopener noreferrer" target="_blank">
458 Disallowed Content</a> property of the filter to eliminate all <code>a</code> and <code>img</code> tags, 458 Disallowed Content</a> property of the filter to eliminate all <code>a</code> and <code>img</code> tags,
459 while allowing all other tags. 459 while allowing all other tags.
460 </p> 460 </p>
@@ -500,7 +500,7 @@ CKEDITOR.replace( 'editor7', {
500 CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> 500 CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
501 </p> 501 </p>
502 <p id="copy"> 502 <p id="copy">
503 Copyright &copy; 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico 503 Copyright &copy; 2003-2017, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
504 Knabben. All rights reserved. 504 Knabben. All rights reserved.
505 </p> 505 </p>
506 </div> 506 </div>
diff --git a/sources/samples/old/divreplace.html b/sources/samples/old/divreplace.html
index 91008c8..e882b22 100644
--- a/sources/samples/old/divreplace.html
+++ b/sources/samples/old/divreplace.html
@@ -1,6 +1,6 @@
1<!DOCTYPE html> 1<!DOCTYPE html>
2<!-- 2<!--
3Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. 3Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
4For licensing, see LICENSE.md or http://ckeditor.com/license 4For licensing, see LICENSE.md or http://ckeditor.com/license
5--> 5-->
6<html> 6<html>
@@ -136,7 +136,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
136 CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> 136 CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
137 </p> 137 </p>
138 <p id="copy"> 138 <p id="copy">
139 Copyright &copy; 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico 139 Copyright &copy; 2003-2017, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
140 Knabben. All rights reserved. 140 Knabben. All rights reserved.
141 </p> 141 </p>
142 </div> 142 </div>
diff --git a/sources/samples/old/index.html b/sources/samples/old/index.html
index 8f8105d..999d110 100644
--- a/sources/samples/old/index.html
+++ b/sources/samples/old/index.html
@@ -1,6 +1,6 @@
1<!DOCTYPE html> 1<!DOCTYPE html>
2<!-- 2<!--
3Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. 3Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
4For licensing, see LICENSE.md or http://ckeditor.com/license 4For licensing, see LICENSE.md or http://ckeditor.com/license
5--> 5-->
6<html> 6<html>
@@ -104,7 +104,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
104 CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> 104 CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
105 </p> 105 </p>
106 <p id="copy"> 106 <p id="copy">
107 Copyright &copy; 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved. 107 Copyright &copy; 2003-2017, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved.
108 </p> 108 </p>
109 </div> 109 </div>
110</body> 110</body>
diff --git a/sources/samples/old/inlineall.html b/sources/samples/old/inlineall.html
index 6fbd9ef..8220ea5 100644
--- a/sources/samples/old/inlineall.html
+++ b/sources/samples/old/inlineall.html
@@ -1,6 +1,6 @@
1<!DOCTYPE html> 1<!DOCTYPE html>
2<!-- 2<!--
3Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. 3Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
4For licensing, see LICENSE.md or http://ckeditor.com/license 4For licensing, see LICENSE.md or http://ckeditor.com/license
5--> 5-->
6<html> 6<html>
@@ -306,7 +306,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
306 http://ckeditor.com</a> 306 http://ckeditor.com</a>
307 </p> 307 </p>
308 <p id="copy"> 308 <p id="copy">
309 Copyright &copy; 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> 309 Copyright &copy; 2003-2017, <a class="samples" href="http://cksource.com/">CKSource</a>
310 - Frederico Knabben. All rights reserved. 310 - Frederico Knabben. All rights reserved.
311 </p> 311 </p>
312</div> 312</div>
diff --git a/sources/samples/old/inlinebycode.html b/sources/samples/old/inlinebycode.html
index 390b142..eea2723 100644
--- a/sources/samples/old/inlinebycode.html
+++ b/sources/samples/old/inlinebycode.html
@@ -1,6 +1,6 @@
1<!DOCTYPE html> 1<!DOCTYPE html>
2<!-- 2<!--
3Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. 3Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
4For licensing, see LICENSE.md or http://ckeditor.com/license 4For licensing, see LICENSE.md or http://ckeditor.com/license
5--> 5-->
6<html> 6<html>
@@ -116,7 +116,7 @@ var editor = CKEDITOR.inline( document.getElementById( 'editable' ) );
116 http://ckeditor.com</a> 116 http://ckeditor.com</a>
117 </p> 117 </p>
118 <p id="copy"> 118 <p id="copy">
119 Copyright &copy; 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> 119 Copyright &copy; 2003-2017, <a class="samples" href="http://cksource.com/">CKSource</a>
120 - Frederico Knabben. All rights reserved. 120 - Frederico Knabben. All rights reserved.
121 </p> 121 </p>
122 </div> 122 </div>
diff --git a/sources/samples/old/inlinetextarea.html b/sources/samples/old/inlinetextarea.html
index 99ac241..57e664e 100644
--- a/sources/samples/old/inlinetextarea.html
+++ b/sources/samples/old/inlinetextarea.html
@@ -1,6 +1,6 @@
1<!DOCTYPE html> 1<!DOCTYPE html>
2<!-- 2<!--
3Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. 3Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
4For licensing, see LICENSE.md or http://ckeditor.com/license 4For licensing, see LICENSE.md or http://ckeditor.com/license
5--> 5-->
6<html> 6<html>
@@ -105,7 +105,7 @@ var editor = CKEDITOR.inline( 'article-body' );
105 http://ckeditor.com</a> 105 http://ckeditor.com</a>
106 </p> 106 </p>
107 <p id="copy"> 107 <p id="copy">
108 Copyright &copy; 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> 108 Copyright &copy; 2003-2017, <a class="samples" href="http://cksource.com/">CKSource</a>
109 - Frederico Knabben. All rights reserved. 109 - Frederico Knabben. All rights reserved.
110 </p> 110 </p>
111 </div> 111 </div>
diff --git a/sources/samples/old/jquery.html b/sources/samples/old/jquery.html
index 75bffa9..2f6d958 100644
--- a/sources/samples/old/jquery.html
+++ b/sources/samples/old/jquery.html
@@ -1,6 +1,6 @@
1<!DOCTYPE html> 1<!DOCTYPE html>
2<!-- 2<!--
3Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. 3Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
4For licensing, see LICENSE.md or http://ckeditor.com/license 4For licensing, see LICENSE.md or http://ckeditor.com/license
5--> 5-->
6<html> 6<html>
@@ -95,7 +95,7 @@ $( document ).ready( function() {
95 CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> 95 CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
96 </p> 96 </p>
97 <p id="copy"> 97 <p id="copy">
98 Copyright &copy; 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico 98 Copyright &copy; 2003-2017, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
99 Knabben. All rights reserved. 99 Knabben. All rights reserved.
100 </p> 100 </p>
101 </div> 101 </div>
diff --git a/sources/samples/old/readonly.html b/sources/samples/old/readonly.html
index 086e7b4..084d6af 100644
--- a/sources/samples/old/readonly.html
+++ b/sources/samples/old/readonly.html
@@ -1,6 +1,6 @@
1<!DOCTYPE html> 1<!DOCTYPE html>
2<!-- 2<!--
3Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. 3Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
4For licensing, see LICENSE.md or http://ckeditor.com/license 4For licensing, see LICENSE.md or http://ckeditor.com/license
5--> 5-->
6<html> 6<html>
@@ -68,7 +68,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
68 CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> 68 CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
69 </p> 69 </p>
70 <p id="copy"> 70 <p id="copy">
71 Copyright &copy; 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico 71 Copyright &copy; 2003-2017, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
72 Knabben. All rights reserved. 72 Knabben. All rights reserved.
73 </p> 73 </p>
74 </div> 74 </div>
diff --git a/sources/samples/old/replacebyclass.html b/sources/samples/old/replacebyclass.html
index e2eaa35..23652d6 100644
--- a/sources/samples/old/replacebyclass.html
+++ b/sources/samples/old/replacebyclass.html
@@ -1,6 +1,6 @@
1<!DOCTYPE html> 1<!DOCTYPE html>
2<!-- 2<!--
3Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. 3Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
4For licensing, see LICENSE.md or http://ckeditor.com/license 4For licensing, see LICENSE.md or http://ckeditor.com/license
5--> 5-->
6<html> 6<html>
@@ -52,7 +52,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
52 CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> 52 CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
53 </p> 53 </p>
54 <p id="copy"> 54 <p id="copy">
55 Copyright &copy; 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico 55 Copyright &copy; 2003-2017, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
56 Knabben. All rights reserved. 56 Knabben. All rights reserved.
57 </p> 57 </p>
58 </div> 58 </div>
diff --git a/sources/samples/old/replacebycode.html b/sources/samples/old/replacebycode.html
index a447c4e..a4f4395 100644
--- a/sources/samples/old/replacebycode.html
+++ b/sources/samples/old/replacebycode.html
@@ -1,6 +1,6 @@
1<!DOCTYPE html> 1<!DOCTYPE html>
2<!-- 2<!--
3Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. 3Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
4For licensing, see LICENSE.md or http://ckeditor.com/license 4For licensing, see LICENSE.md or http://ckeditor.com/license
5--> 5-->
6<html> 6<html>
@@ -51,7 +51,7 @@ CKEDITOR.replace( '<em>textarea_id</em>' )
51 CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> 51 CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
52 </p> 52 </p>
53 <p id="copy"> 53 <p id="copy">
54 Copyright &copy; 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico 54 Copyright &copy; 2003-2017, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
55 Knabben. All rights reserved. 55 Knabben. All rights reserved.
56 </p> 56 </p>
57 </div> 57 </div>
diff --git a/sources/samples/old/sample.css b/sources/samples/old/sample.css
index 8915098..3304111 100644
--- a/sources/samples/old/sample.css
+++ b/sources/samples/old/sample.css
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5 5
diff --git a/sources/samples/old/sample.js b/sources/samples/old/sample.js
index 6152343..7d4c74e 100644
--- a/sources/samples/old/sample.js
+++ b/sources/samples/old/sample.js
@@ -1,5 +1,5 @@
1/** 1/**
2 * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. 2 * @license Copyright (c) 2003-2017, 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/samples/old/sample_posteddata.php b/sources/samples/old/sample_posteddata.php
index d34d581..54e9b7c 100644
--- a/sources/samples/old/sample_posteddata.php
+++ b/sources/samples/old/sample_posteddata.php
@@ -9,7 +9,7 @@
9 To save the content created with CKEditor you need to read the POST data on the server 9 To save the content created with CKEditor you need to read the POST data on the server
10 side and write it to a file or the database. 10 side and write it to a file or the database.
11 11
12 Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. 12 Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
13 For licensing, see LICENSE.md or http://ckeditor.com/license 13 For licensing, see LICENSE.md or http://ckeditor.com/license
14------------------------------------------------------------------------------------------- 14-------------------------------------------------------------------------------------------
15 15
diff --git a/sources/samples/old/tabindex.html b/sources/samples/old/tabindex.html
index 22ff5be..4238f33 100644
--- a/sources/samples/old/tabindex.html
+++ b/sources/samples/old/tabindex.html
@@ -1,6 +1,6 @@
1<!DOCTYPE html> 1<!DOCTYPE html>
2<!-- 2<!--
3Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. 3Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
4For licensing, see LICENSE.md or http://ckeditor.com/license 4For licensing, see LICENSE.md or http://ckeditor.com/license
5--> 5-->
6<html> 6<html>
@@ -70,7 +70,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
70 CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> 70 CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
71 </p> 71 </p>
72 <p id="copy"> 72 <p id="copy">
73 Copyright &copy; 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico 73 Copyright &copy; 2003-2017, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
74 Knabben. All rights reserved. 74 Knabben. All rights reserved.
75 </p> 75 </p>
76 </div> 76 </div>
diff --git a/sources/samples/old/uicolor.html b/sources/samples/old/uicolor.html
index 8acc91f..fb61b1f 100644
--- a/sources/samples/old/uicolor.html
+++ b/sources/samples/old/uicolor.html
@@ -1,6 +1,6 @@
1<!DOCTYPE html> 1<!DOCTYPE html>
2<!-- 2<!--
3Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. 3Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
4For licensing, see LICENSE.md or http://ckeditor.com/license 4For licensing, see LICENSE.md or http://ckeditor.com/license
5--> 5-->
6<html> 6<html>
@@ -64,7 +64,7 @@ CKEDITOR.replace( '<em>textarea_id</em>', {
64 CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> 64 CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
65 </p> 65 </p>
66 <p id="copy"> 66 <p id="copy">
67 Copyright &copy; 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico 67 Copyright &copy; 2003-2017, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
68 Knabben. All rights reserved. 68 Knabben. All rights reserved.
69 </p> 69 </p>
70 </div> 70 </div>
diff --git a/sources/samples/old/uilanguages.html b/sources/samples/old/uilanguages.html
index b1bb694..76749cb 100644
--- a/sources/samples/old/uilanguages.html
+++ b/sources/samples/old/uilanguages.html
@@ -1,6 +1,6 @@
1<!DOCTYPE html> 1<!DOCTYPE html>
2<!-- 2<!--
3Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. 3Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
4For licensing, see LICENSE.md or http://ckeditor.com/license 4For licensing, see LICENSE.md or http://ckeditor.com/license
5--> 5-->
6<html> 6<html>
@@ -114,7 +114,7 @@ CKEDITOR.replace( '<em>textarea_id</em>', {
114 CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> 114 CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
115 </p> 115 </p>
116 <p id="copy"> 116 <p id="copy">
117 Copyright &copy; 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico 117 Copyright &copy; 2003-2017, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
118 Knabben. All rights reserved. 118 Knabben. All rights reserved.
119 </p> 119 </p>
120 </div> 120 </div>
diff --git a/sources/samples/old/xhtmlstyle.html b/sources/samples/old/xhtmlstyle.html
index 0732848..c918766 100644
--- a/sources/samples/old/xhtmlstyle.html
+++ b/sources/samples/old/xhtmlstyle.html
@@ -1,6 +1,6 @@
1<!DOCTYPE html> 1<!DOCTYPE html>
2<!-- 2<!--
3Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. 3Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
4For licensing, see LICENSE.md or http://ckeditor.com/license 4For licensing, see LICENSE.md or http://ckeditor.com/license
5--> 5-->
6<html> 6<html>
@@ -226,7 +226,7 @@ CKEDITOR.replace( '<em>textarea_id</em>', {
226 CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> 226 CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
227 </p> 227 </p>
228 <p id="copy"> 228 <p id="copy">
229 Copyright &copy; 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico 229 Copyright &copy; 2003-2017, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
230 Knabben. All rights reserved. 230 Knabben. All rights reserved.
231 </p> 231 </p>
232 </div> 232 </div>