From 248c61b2a59208addd43145457b4972b380216b8 Mon Sep 17 00:00:00 2001
From: Kamil Piechaczek <pomek@pomek.pl>
Date: Mon, 15 Apr 2019 12:22:41 +0200
Subject: [PATCH] Internal: Updated the license header. See
 ckeditor/ckeditor5#1557. [skip ci]

---
 .eslintrc.js                          | 2 +-
 docs/_snippets/features/autoformat.js | 2 +-
 src/autoformat.js                     | 2 +-
 src/blockautoformatediting.js         | 2 +-
 src/inlineautoformatediting.js        | 2 +-
 tests/autoformat.js                   | 2 +-
 tests/blockautoformatediting.js       | 2 +-
 tests/inlineautoformatediting.js      | 2 +-
 tests/manual/autoformat.js            | 2 +-
 tests/undointegration.js              | 2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/.eslintrc.js b/.eslintrc.js
index e82e66c..4a0a88f 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -1,6 +1,6 @@
 /**
  * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
- * For licensing, see LICENSE.md.
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
  */
 
 /* eslint-env node */
diff --git a/docs/_snippets/features/autoformat.js b/docs/_snippets/features/autoformat.js
index 8d09d34..0821932 100644
--- a/docs/_snippets/features/autoformat.js
+++ b/docs/_snippets/features/autoformat.js
@@ -1,6 +1,6 @@
 /**
  * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
- * For licensing, see LICENSE.md.
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
  */
 
 /* globals console, window, document */
diff --git a/src/autoformat.js b/src/autoformat.js
index 10d4f72..31fec83 100644
--- a/src/autoformat.js
+++ b/src/autoformat.js
@@ -1,6 +1,6 @@
 /**
  * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
- * For licensing, see LICENSE.md.
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
  */
 
 /**
diff --git a/src/blockautoformatediting.js b/src/blockautoformatediting.js
index a82b502..7eeb51e 100644
--- a/src/blockautoformatediting.js
+++ b/src/blockautoformatediting.js
@@ -1,6 +1,6 @@
 /**
  * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
- * For licensing, see LICENSE.md.
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
  */
 
 /**
diff --git a/src/inlineautoformatediting.js b/src/inlineautoformatediting.js
index 272dcdc..57da2a2 100644
--- a/src/inlineautoformatediting.js
+++ b/src/inlineautoformatediting.js
@@ -1,6 +1,6 @@
 /**
  * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
- * For licensing, see LICENSE.md.
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
  */
 
 /**
diff --git a/tests/autoformat.js b/tests/autoformat.js
index 76ddfde..40e580f 100644
--- a/tests/autoformat.js
+++ b/tests/autoformat.js
@@ -1,6 +1,6 @@
 /**
  * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
- * For licensing, see LICENSE.md.
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
  */
 
 import Autoformat from '../src/autoformat';
diff --git a/tests/blockautoformatediting.js b/tests/blockautoformatediting.js
index 16459ef..225990b 100644
--- a/tests/blockautoformatediting.js
+++ b/tests/blockautoformatediting.js
@@ -1,6 +1,6 @@
 /**
  * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
- * For licensing, see LICENSE.md.
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
  */
 
 import Autoformat from '../src/autoformat';
diff --git a/tests/inlineautoformatediting.js b/tests/inlineautoformatediting.js
index 3bceef8..ae56f4e 100644
--- a/tests/inlineautoformatediting.js
+++ b/tests/inlineautoformatediting.js
@@ -1,6 +1,6 @@
 /**
  * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
- * For licensing, see LICENSE.md.
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
  */
 
 import Autoformat from '../src/autoformat';
diff --git a/tests/manual/autoformat.js b/tests/manual/autoformat.js
index 7d2f107..dc0537a 100644
--- a/tests/manual/autoformat.js
+++ b/tests/manual/autoformat.js
@@ -1,6 +1,6 @@
 /**
  * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
- * For licensing, see LICENSE.md.
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
  */
 
 /* globals console, window, document */
diff --git a/tests/undointegration.js b/tests/undointegration.js
index 5abdbee..f03a67c 100644
--- a/tests/undointegration.js
+++ b/tests/undointegration.js
@@ -1,6 +1,6 @@
 /**
  * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
- * For licensing, see LICENSE.md.
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
  */
 
 import Autoformat from '../src/autoformat';