From c9a6933ad19405609002f8d38ebf8f037365e3d9 Mon Sep 17 00:00:00 2001 From: Mateusz Samsel Date: Fri, 3 Nov 2017 16:46:05 +0100 Subject: [PATCH] Replace old license entry with new one. --- samples/toolbarconfigurator/less/base.less | 6 ++++-- samples/toolbarconfigurator/less/toolbarmodifier.less | 6 ++++-- tests/core/editor/_assets/custom_config_1.js | 8 ++++---- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/samples/toolbarconfigurator/less/base.less b/samples/toolbarconfigurator/less/base.less index 0a212ffd525..cd2b2dfdf6f 100644 --- a/samples/toolbarconfigurator/less/base.less +++ b/samples/toolbarconfigurator/less/base.less @@ -1,5 +1,7 @@ -// Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. -// For licensing, see LICENSE.html or http://cksource.com/ckeditor/license +/** + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or https://ckeditor.com/license + */ @base-font-size: 16px; @base-line-height: 24px; diff --git a/samples/toolbarconfigurator/less/toolbarmodifier.less b/samples/toolbarconfigurator/less/toolbarmodifier.less index 8aa5d08c714..5e11f563efd 100644 --- a/samples/toolbarconfigurator/less/toolbarmodifier.less +++ b/samples/toolbarconfigurator/less/toolbarmodifier.less @@ -1,5 +1,7 @@ -// Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. -// For licensing, see LICENSE.html or http://cksource.com/ckeditor/license +/** + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or https://ckeditor.com/license + */ @import "base.less"; diff --git a/tests/core/editor/_assets/custom_config_1.js b/tests/core/editor/_assets/custom_config_1.js index 5af9606f0ec..c54b959c7b3 100644 --- a/tests/core/editor/_assets/custom_config_1.js +++ b/tests/core/editor/_assets/custom_config_1.js @@ -1,7 +1,7 @@ -/* -Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or https://ckeditor.com/license -*/ +/** + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or https://ckeditor.com/license + */ CKEDITOR.editorConfig = function( config ) { config.customConfig = bender.getAbsolutePath( '_assets/custom_config_2.js' );