aboutsummaryrefslogtreecommitdiff
path: root/sources/samples/toolbarconfigurator
diff options
context:
space:
mode:
Diffstat (limited to 'sources/samples/toolbarconfigurator')
-rw-r--r--sources/samples/toolbarconfigurator/index.html4
-rw-r--r--sources/samples/toolbarconfigurator/less/base.less2
-rw-r--r--sources/samples/toolbarconfigurator/less/toolbarmodifier.less2
3 files changed, 4 insertions, 4 deletions
diff --git a/sources/samples/toolbarconfigurator/index.html b/sources/samples/toolbarconfigurator/index.html
index 3c1cf525..cf3d0438 100644
--- a/sources/samples/toolbarconfigurator/index.html
+++ b/sources/samples/toolbarconfigurator/index.html
@@ -1,6 +1,6 @@
1<!DOCTYPE html> 1<!DOCTYPE html>
2<!-- 2<!--
3Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3Copyright (c) 2003-2016, 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<!--[if IE 8]><html class="ie8"><![endif]--> 6<!--[if IE 8]><html class="ie8"><![endif]-->
@@ -136,7 +136,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
136 CKEditor &ndash; The text editor for the Internet &ndash; <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> 136 CKEditor &ndash; The text editor for the Internet &ndash; <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
137 </p> 137 </p>
138 <p class="grid-width-100" id="copy"> 138 <p class="grid-width-100" id="copy">
139 Copyright &copy; 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a> &ndash; Frederico Knabben. All rights reserved. 139 Copyright &copy; 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> &ndash; Frederico Knabben. All rights reserved.
140 </p> 140 </p>
141</footer> 141</footer>
142 142
diff --git a/sources/samples/toolbarconfigurator/less/base.less b/sources/samples/toolbarconfigurator/less/base.less
index be59d207..0b7f918b 100644
--- a/sources/samples/toolbarconfigurator/less/base.less
+++ b/sources/samples/toolbarconfigurator/less/base.less
@@ -1,4 +1,4 @@
1// Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 1// Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
2// For licensing, see LICENSE.html or http://cksource.com/ckeditor/license 2// For licensing, see LICENSE.html or http://cksource.com/ckeditor/license
3 3
4@base-font-size: 16px; 4@base-font-size: 16px;
diff --git a/sources/samples/toolbarconfigurator/less/toolbarmodifier.less b/sources/samples/toolbarconfigurator/less/toolbarmodifier.less
index ea6ed15a..319c6995 100644
--- a/sources/samples/toolbarconfigurator/less/toolbarmodifier.less
+++ b/sources/samples/toolbarconfigurator/less/toolbarmodifier.less
@@ -1,4 +1,4 @@
1// Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 1// Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
2// For licensing, see LICENSE.html or http://cksource.com/ckeditor/license 2// For licensing, see LICENSE.html or http://cksource.com/ckeditor/license
3 3
4@import "base.less"; 4@import "base.less";