Explorar o código

Merge branch 'master' of github.com:ckeditor/ckeditor5-utils

Anna Tomanek %!s(int64=6) %!d(string=hai) anos
pai
achega
a1d4306d7c
Modificáronse 100 ficheiros con 105 adicións e 103 borrados
  1. 1 1
      packages/ckeditor5-utils/.eslintrc.js
  2. 6 5
      packages/ckeditor5-utils/.travis.yml
  3. 1 0
      packages/ckeditor5-utils/package.json
  4. 1 1
      packages/ckeditor5-utils/src/ckeditorerror.js
  5. 1 1
      packages/ckeditor5-utils/src/collection.js
  6. 1 1
      packages/ckeditor5-utils/src/comparearrays.js
  7. 1 1
      packages/ckeditor5-utils/src/config.js
  8. 1 1
      packages/ckeditor5-utils/src/count.js
  9. 1 1
      packages/ckeditor5-utils/src/diff.js
  10. 1 1
      packages/ckeditor5-utils/src/difftochanges.js
  11. 1 1
      packages/ckeditor5-utils/src/dom/createelement.js
  12. 1 1
      packages/ckeditor5-utils/src/dom/emittermixin.js
  13. 1 1
      packages/ckeditor5-utils/src/dom/getancestors.js
  14. 1 1
      packages/ckeditor5-utils/src/dom/getborderwidths.js
  15. 1 1
      packages/ckeditor5-utils/src/dom/getcommonancestor.js
  16. 1 1
      packages/ckeditor5-utils/src/dom/getdatafromelement.js
  17. 1 1
      packages/ckeditor5-utils/src/dom/getpositionedancestor.js
  18. 1 1
      packages/ckeditor5-utils/src/dom/global.js
  19. 1 1
      packages/ckeditor5-utils/src/dom/indexof.js
  20. 1 1
      packages/ckeditor5-utils/src/dom/insertat.js
  21. 1 1
      packages/ckeditor5-utils/src/dom/isnode.js
  22. 1 1
      packages/ckeditor5-utils/src/dom/isrange.js
  23. 1 1
      packages/ckeditor5-utils/src/dom/istext.js
  24. 1 1
      packages/ckeditor5-utils/src/dom/iswindow.js
  25. 1 1
      packages/ckeditor5-utils/src/dom/position.js
  26. 1 1
      packages/ckeditor5-utils/src/dom/rect.js
  27. 1 1
      packages/ckeditor5-utils/src/dom/remove.js
  28. 1 1
      packages/ckeditor5-utils/src/dom/scroll.js
  29. 1 1
      packages/ckeditor5-utils/src/dom/setdatainelement.js
  30. 1 1
      packages/ckeditor5-utils/src/dom/tounit.js
  31. 1 1
      packages/ckeditor5-utils/src/elementreplacer.js
  32. 1 1
      packages/ckeditor5-utils/src/emittermixin.js
  33. 1 1
      packages/ckeditor5-utils/src/env.js
  34. 1 1
      packages/ckeditor5-utils/src/eventinfo.js
  35. 1 1
      packages/ckeditor5-utils/src/fastdiff.js
  36. 1 1
      packages/ckeditor5-utils/src/first.js
  37. 1 1
      packages/ckeditor5-utils/src/focustracker.js
  38. 1 1
      packages/ckeditor5-utils/src/isiterable.js
  39. 1 1
      packages/ckeditor5-utils/src/keyboard.js
  40. 1 1
      packages/ckeditor5-utils/src/keystrokehandler.js
  41. 1 1
      packages/ckeditor5-utils/src/locale.js
  42. 1 1
      packages/ckeditor5-utils/src/log.js
  43. 1 1
      packages/ckeditor5-utils/src/mapsequal.js
  44. 1 1
      packages/ckeditor5-utils/src/mix.js
  45. 1 1
      packages/ckeditor5-utils/src/nth.js
  46. 1 1
      packages/ckeditor5-utils/src/objecttomap.js
  47. 1 1
      packages/ckeditor5-utils/src/observablemixin.js
  48. 1 1
      packages/ckeditor5-utils/src/priorities.js
  49. 1 1
      packages/ckeditor5-utils/src/spy.js
  50. 1 1
      packages/ckeditor5-utils/src/tomap.js
  51. 1 1
      packages/ckeditor5-utils/src/translation-service.js
  52. 1 1
      packages/ckeditor5-utils/src/uid.js
  53. 1 1
      packages/ckeditor5-utils/src/unicode.js
  54. 1 1
      packages/ckeditor5-utils/src/version.js
  55. 1 1
      packages/ckeditor5-utils/tests/_utils-tests/longtext.js
  56. 1 1
      packages/ckeditor5-utils/tests/_utils-tests/normalizehtml.js
  57. 1 1
      packages/ckeditor5-utils/tests/_utils-tests/utils.js
  58. 1 1
      packages/ckeditor5-utils/tests/_utils/locale-mock.js
  59. 1 1
      packages/ckeditor5-utils/tests/_utils/longtext.js
  60. 1 1
      packages/ckeditor5-utils/tests/_utils/normalizehtml.js
  61. 1 1
      packages/ckeditor5-utils/tests/_utils/utils.js
  62. 1 1
      packages/ckeditor5-utils/tests/ckeditorerror.js
  63. 1 1
      packages/ckeditor5-utils/tests/collection.js
  64. 1 1
      packages/ckeditor5-utils/tests/comparearrays.js
  65. 1 1
      packages/ckeditor5-utils/tests/config.js
  66. 1 1
      packages/ckeditor5-utils/tests/count.js
  67. 1 1
      packages/ckeditor5-utils/tests/diff.js
  68. 1 1
      packages/ckeditor5-utils/tests/difftochanges.js
  69. 1 1
      packages/ckeditor5-utils/tests/dom/createelement.js
  70. 1 1
      packages/ckeditor5-utils/tests/dom/emittermixin.js
  71. 1 1
      packages/ckeditor5-utils/tests/dom/getancestors.js
  72. 1 1
      packages/ckeditor5-utils/tests/dom/getborderwidths.js
  73. 1 1
      packages/ckeditor5-utils/tests/dom/getcommonancestor.js
  74. 1 1
      packages/ckeditor5-utils/tests/dom/getdatafromelement.js
  75. 1 1
      packages/ckeditor5-utils/tests/dom/getpositionedancestor.js
  76. 1 1
      packages/ckeditor5-utils/tests/dom/global.js
  77. 1 1
      packages/ckeditor5-utils/tests/dom/indexof.js
  78. 1 1
      packages/ckeditor5-utils/tests/dom/insertat.js
  79. 1 1
      packages/ckeditor5-utils/tests/dom/isdomnode.js
  80. 1 1
      packages/ckeditor5-utils/tests/dom/isrange.js
  81. 1 1
      packages/ckeditor5-utils/tests/dom/istext.js
  82. 1 1
      packages/ckeditor5-utils/tests/dom/iswindow.js
  83. 1 1
      packages/ckeditor5-utils/tests/dom/position.js
  84. 1 1
      packages/ckeditor5-utils/tests/dom/rect.js
  85. 1 1
      packages/ckeditor5-utils/tests/dom/remove.js
  86. 1 1
      packages/ckeditor5-utils/tests/dom/scroll.js
  87. 1 1
      packages/ckeditor5-utils/tests/dom/setdatainelement.js
  88. 1 1
      packages/ckeditor5-utils/tests/dom/tounit.js
  89. 1 1
      packages/ckeditor5-utils/tests/elementreplacer.js
  90. 1 1
      packages/ckeditor5-utils/tests/emittermixin.js
  91. 1 1
      packages/ckeditor5-utils/tests/env.js
  92. 1 1
      packages/ckeditor5-utils/tests/eventinfo.js
  93. 1 1
      packages/ckeditor5-utils/tests/fastdiff.js
  94. 1 1
      packages/ckeditor5-utils/tests/first.js
  95. 1 1
      packages/ckeditor5-utils/tests/focustracker.js
  96. 1 1
      packages/ckeditor5-utils/tests/isIterable.js
  97. 1 1
      packages/ckeditor5-utils/tests/keyboard.js
  98. 1 1
      packages/ckeditor5-utils/tests/keystrokehandler.js
  99. 1 1
      packages/ckeditor5-utils/tests/locale.js
  100. 1 1
      packages/ckeditor5-utils/tests/lodash.js

+ 1 - 1
packages/ckeditor5-utils/.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 */

+ 6 - 5
packages/ckeditor5-utils/.travis.yml

@@ -1,12 +1,8 @@
 sudo: required
 dist: trusty
 addons:
+  chrome: stable
   firefox: latest
-  apt:
-    sources:
-    - google-chrome
-    packages:
-    - google-chrome-stable
 language: node_js
 node_js:
 - '8'
@@ -16,6 +12,7 @@ branches:
   except:
   - stable
 before_install:
+- export START_TIME=$( date +%s )
 - export DISPLAY=:99.0
 - sh -e /etc/init.d/xvfb start
 - npm i -g yarn
@@ -26,7 +23,11 @@ script:
 - ckeditor5-dev-tests-travis
 after_success:
 - ckeditor5-dev-tests-save-revision
+after_script:
+- export END_TIME=$( date +%s )
+- ckeditor5-dev-tests-notify-travis-status
 env:
   global:
   - secure: FMZImRbIWkU/uUU+1Qxe/7mu/oJJ/At7JEGl+TcpNMHhHBqv4Ikxcwlk32AzkM1SBcNZIVey3sFjLQ8kUiKPpYn7M1ys/vUydOflciM3881OtmXT/Q+zO2CAy+/Ty5HDhXO2hUpJjFTAvQDUEUJgKhs0ZlD9GE8KM+bS3hl9KlWytwtZETArrjaiELI9u7eTErwr7Knu08MxkOgJVQdIvI3JPtzJwdrEzNlEJMAOowPtXwLKmNabpfaSEyLopR9MK8P9SRoVIphTOPWALJZ6SHz8RM2OEX0rRulRMzvi7NllAR7l1cbdAvEzQm8Uyr7nnXEkck2CT4kKHpG22pW7JOeMWK87GJLglia7uPdKTnH1MgLmFhx+jgR06/1xh4CnBhDbAoR5q0We8yw17KqU4FJBFpepapgameJHuqnyZa2vTQUrMwAoSa8p8HSwo/q0eBfu89kAr732fKnCm6IiRp1hVKV4YBCG0Js93zkjeLtgqzQWWVQmJH6xi8DVoZAQhAHpTqf6gJnIARzfigiRg2tSYau3FaBZmXpgeX8DDV6Lc6kCGYYco/NJNlmndw/U1EmnDzaLuZ4AzadqHaS1UsAjDF2LSiG0oNHAP76sN8OswFIrA6dTSnnWn1OJB9x/pupZblIQyDTg8krNmJPjE9snqh/XSVzWUzPTUPRH7kk=
   - secure: Ll5zMID4/PVtmXN00UKK7z/LKQznWdvv65OAonLoYzoGQqT9CV9RH6lvA1PUVreYW+4tKnR7ZA3PV7mYV7zlwnRomKxYPywdT2pxcREaW4n0SUEFLu4SZICZ1xiO54yjnr6RaOkLa6DJtt/znox0dCQlI33F1neYeqLkpFhCcBWjeq/188/oxnM2CodYea+1pONbbk9zj8o3L+y+ftlAR5b3EYW/bc/7uHl5N+NgWM++O5mh7FzC58QN/4BIGvBvFD67a+5dOGu+5WSn4nYovbTJVrdOMmT0q1Beg6NfhVcTgdprDC5jtTJk7zluHLzzKl2yOZzuBSDD+kbCrovHQI6hP7jHpSPpzjPK/MDLTwiCPkbdhyKt/041bjrUJq4CpOTLsaWebOkkZJGAfgWP64mEaCVgscv+1e6tkNxqjYoNrWsaNZ49s82TUTid3XhjBMXZ3ieoA56dTynD0INPuP6jnkCDqZ/GnRjQ0imNfIGkHVChKKdb3BddVVHh9UJqj74KTKLfGoMOqZy0V2AkbhXqoFKg1El6ax8cglTIR5VRpZ4TQpiKxVLGrIJvNySQpnM2KH58DEN7GAQMmxX7riRfuYmzEixDi+lItkwMARPmNK2rx2+PnGF269SDeK6hoRbug75r1GY9FgOCCLE045TLNIRzpWCdZPkHrayCbUc=
+  - secure: RdamgfU+DrEg2hfhKB142o0BOBAOr/jAb2NqZjPBpvc9rHf9QoccTLhp1fkCFICiuXWwXLmLsC6udZ3DCx4p5m/VWk6YXkcliF+CNotYVr6ZIrzYIRiSE3RQU1wr6nVimAs9Z+bSSgyi1IJmN7c796gVhtggmo6Q4qow2zyd5K8b7JgvqgrjvSJyIj0FslMQbq+iRJV0RgGpeM/DVOmdszd/VTmoal8/Hw2meP2WQlzw54Cxi/IR6k7ZDu1O58HIERsZKBt40isu3n+J0jhPK2uPzxcPGLGjiKpB7R4Y339wqwh0MV38LIZMjgov8bWmkHbd3BawFKFYWBAP8rjHla2hm8BCjJMWIvRfzB1mlKzGKITdbDbBmha3xh6QzOVAafm7Jer4DHwGPuX3t6e8Zm6hHFA0pkMdIYVjFaa6+jD9rNoGUgQKfchnGsCn/8AMyci1kG278hdgbcrIMu4zY29vmcSGIeJo/wnZUNcKJCBw6eOy52ad5mH7y4bbPxG2HQHtYBkw2RzZr5DU8IeFF6mNbGUcMGFIZyYEmE8WeWUxeLeH40opadDekTVmxOtTyzrWlnUpkT15+0Qaw0f3JWcjwKTBcV/Vhv9qz6M1vNu+x9BuhY/H0I7a5yxrq+w9t/04QiWzgynUiYq6qJZvnwak6YmfqMomFM3RaYA7QkE=

+ 1 - 0
packages/ckeditor5-utils/package.json

@@ -13,6 +13,7 @@
     "lodash-es": "^4.17.10"
   },
   "devDependencies": {
+    "@ckeditor/ckeditor5-build-classic": "^12.1.0",
     "@ckeditor/ckeditor5-core": "^12.1.0",
     "@ckeditor/ckeditor5-engine": "^13.1.0",
     "eslint": "^5.5.0",

+ 1 - 1
packages/ckeditor5-utils/src/ckeditorerror.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
  */
 
 /**

+ 1 - 1
packages/ckeditor5-utils/src/collection.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
  */
 
 /**

+ 1 - 1
packages/ckeditor5-utils/src/comparearrays.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
  */
 
 /**

+ 1 - 1
packages/ckeditor5-utils/src/config.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
  */
 
 /**

+ 1 - 1
packages/ckeditor5-utils/src/count.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
  */
 
 /**

+ 1 - 1
packages/ckeditor5-utils/src/diff.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
  */
 
 /**

+ 1 - 1
packages/ckeditor5-utils/src/difftochanges.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
  */
 
 /**

+ 1 - 1
packages/ckeditor5-utils/src/dom/createelement.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
  */
 
 /**

+ 1 - 1
packages/ckeditor5-utils/src/dom/emittermixin.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
  */
 
 /**

+ 1 - 1
packages/ckeditor5-utils/src/dom/getancestors.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 Node */

+ 1 - 1
packages/ckeditor5-utils/src/dom/getborderwidths.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
  */
 
 /**

+ 1 - 1
packages/ckeditor5-utils/src/dom/getcommonancestor.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
  */
 
 /**

+ 1 - 1
packages/ckeditor5-utils/src/dom/getdatafromelement.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 HTMLTextAreaElement */

+ 1 - 1
packages/ckeditor5-utils/src/dom/getpositionedancestor.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
  */
 
 /**

+ 1 - 1
packages/ckeditor5-utils/src/dom/global.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 window, document */

+ 1 - 1
packages/ckeditor5-utils/src/dom/indexof.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
  */
 
 /**

+ 1 - 1
packages/ckeditor5-utils/src/dom/insertat.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
  */
 
 /**

+ 1 - 1
packages/ckeditor5-utils/src/dom/isnode.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
  */
 
 /**

+ 1 - 1
packages/ckeditor5-utils/src/dom/isrange.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
  */
 
 /**

+ 1 - 1
packages/ckeditor5-utils/src/dom/istext.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
  */
 
 /**

+ 1 - 1
packages/ckeditor5-utils/src/dom/iswindow.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
  */
 
 /**

+ 1 - 1
packages/ckeditor5-utils/src/dom/position.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
  */
 
 /**

+ 1 - 1
packages/ckeditor5-utils/src/dom/rect.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
  */
 
 /**

+ 1 - 1
packages/ckeditor5-utils/src/dom/remove.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
  */
 
 /**

+ 1 - 1
packages/ckeditor5-utils/src/dom/scroll.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
  */
 
 /**

+ 1 - 1
packages/ckeditor5-utils/src/dom/setdatainelement.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
  */
 
 /**

+ 1 - 1
packages/ckeditor5-utils/src/dom/tounit.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
  */
 
 /**

+ 1 - 1
packages/ckeditor5-utils/src/elementreplacer.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
  */
 
 /**

+ 1 - 1
packages/ckeditor5-utils/src/emittermixin.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
  */
 
 /**

+ 1 - 1
packages/ckeditor5-utils/src/env.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 navigator:false */

+ 1 - 1
packages/ckeditor5-utils/src/eventinfo.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
  */
 
 /**

+ 1 - 1
packages/ckeditor5-utils/src/fastdiff.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
  */
 
 /**

+ 1 - 1
packages/ckeditor5-utils/src/first.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
  */
 
 /**

+ 1 - 1
packages/ckeditor5-utils/src/focustracker.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
  */
 
 /* global setTimeout, clearTimeout */

+ 1 - 1
packages/ckeditor5-utils/src/isiterable.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
  */
 
 /**

+ 1 - 1
packages/ckeditor5-utils/src/keyboard.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
  */
 
 /**

+ 1 - 1
packages/ckeditor5-utils/src/keystrokehandler.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
  */
 
 /**

+ 1 - 1
packages/ckeditor5-utils/src/locale.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
  */
 
 /**

+ 1 - 1
packages/ckeditor5-utils/src/log.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
  */
 
 /* global console */

+ 1 - 1
packages/ckeditor5-utils/src/mapsequal.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
  */
 
 /**

+ 1 - 1
packages/ckeditor5-utils/src/mix.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
  */
 
 /**

+ 1 - 1
packages/ckeditor5-utils/src/nth.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
  */
 
 /**

+ 1 - 1
packages/ckeditor5-utils/src/objecttomap.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
  */
 
 /**

+ 1 - 1
packages/ckeditor5-utils/src/observablemixin.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
  */
 
 /**

+ 1 - 1
packages/ckeditor5-utils/src/priorities.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
  */
 
 /**

+ 1 - 1
packages/ckeditor5-utils/src/spy.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
  */
 
 /**

+ 1 - 1
packages/ckeditor5-utils/src/tomap.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
  */
 
 /**

+ 1 - 1
packages/ckeditor5-utils/src/translation-service.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 window */

+ 1 - 1
packages/ckeditor5-utils/src/uid.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
  */
 
 /**

+ 1 - 1
packages/ckeditor5-utils/src/unicode.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
  */
 
 /**

+ 1 - 1
packages/ckeditor5-utils/src/version.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
  */
 
 /**

+ 1 - 1
packages/ckeditor5-utils/tests/_utils-tests/longtext.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 getLongText from '../../tests/_utils/longtext';

+ 1 - 1
packages/ckeditor5-utils/tests/_utils-tests/normalizehtml.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 normalizeHtml from '../../tests/_utils/normalizehtml';

+ 1 - 1
packages/ckeditor5-utils/tests/_utils-tests/utils.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 testUtils from '@ckeditor/ckeditor5-core/tests/_utils/utils';

+ 1 - 1
packages/ckeditor5-utils/tests/_utils/locale-mock.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
  */
 
 /**

+ 1 - 1
packages/ckeditor5-utils/tests/_utils/longtext.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 longtext from './longtext.txt';

+ 1 - 1
packages/ckeditor5-utils/tests/_utils/normalizehtml.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 HtmlDataProcessor from '@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor';

+ 1 - 1
packages/ckeditor5-utils/tests/_utils/utils.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
  */
 
 /* global console:false */

+ 1 - 1
packages/ckeditor5-utils/tests/ckeditorerror.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 { default as CKEditorError, DOCUMENTATION_URL } from '../src/ckeditorerror';

+ 1 - 1
packages/ckeditor5-utils/tests/collection.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 testUtils from '@ckeditor/ckeditor5-core/tests/_utils/utils';

+ 1 - 1
packages/ckeditor5-utils/tests/comparearrays.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 compareArrays from '../src/comparearrays';

+ 1 - 1
packages/ckeditor5-utils/tests/config.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
  */
 
 /* global document */

+ 1 - 1
packages/ckeditor5-utils/tests/count.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 count from '../src/count';

+ 1 - 1
packages/ckeditor5-utils/tests/diff.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 diff from '../src/diff';

+ 1 - 1
packages/ckeditor5-utils/tests/difftochanges.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 diff from '../src/diff';

+ 1 - 1
packages/ckeditor5-utils/tests/dom/createelement.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 document */

+ 1 - 1
packages/ckeditor5-utils/tests/dom/emittermixin.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 document, window, Event, MouseEvent */

+ 1 - 1
packages/ckeditor5-utils/tests/dom/getancestors.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 document */

+ 1 - 1
packages/ckeditor5-utils/tests/dom/getborderwidths.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 getBorderWidths from '../../src/dom/getborderwidths';

+ 1 - 1
packages/ckeditor5-utils/tests/dom/getcommonancestor.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 document */

+ 1 - 1
packages/ckeditor5-utils/tests/dom/getdatafromelement.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 document */

+ 1 - 1
packages/ckeditor5-utils/tests/dom/getpositionedancestor.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
  */
 
 /* global document */

+ 1 - 1
packages/ckeditor5-utils/tests/dom/global.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
  */
 
 /* global window, document */

+ 1 - 1
packages/ckeditor5-utils/tests/dom/indexof.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 document */

+ 1 - 1
packages/ckeditor5-utils/tests/dom/insertat.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 document */

+ 1 - 1
packages/ckeditor5-utils/tests/dom/isdomnode.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
  */
 
 /* global document, window */

+ 1 - 1
packages/ckeditor5-utils/tests/dom/isrange.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
  */
 
 /* global Range */

+ 1 - 1
packages/ckeditor5-utils/tests/dom/istext.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
  */
 
 /* global document, Text */

+ 1 - 1
packages/ckeditor5-utils/tests/dom/iswindow.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
  */
 
 /* global window */

+ 1 - 1
packages/ckeditor5-utils/tests/dom/position.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
  */
 
 /* global document, window */

+ 1 - 1
packages/ckeditor5-utils/tests/dom/rect.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
  */
 
 /* global window, document */

+ 1 - 1
packages/ckeditor5-utils/tests/dom/remove.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 document */

+ 1 - 1
packages/ckeditor5-utils/tests/dom/scroll.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
  */
 
 /* global window, document, Text */

+ 1 - 1
packages/ckeditor5-utils/tests/dom/setdatainelement.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 document */

+ 1 - 1
packages/ckeditor5-utils/tests/dom/tounit.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 toUnit from '../../src/dom/tounit';

+ 1 - 1
packages/ckeditor5-utils/tests/elementreplacer.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 document */

+ 1 - 1
packages/ckeditor5-utils/tests/emittermixin.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 { default as EmitterMixin, _getEmitterListenedTo, _getEmitterId, _setEmitterId } from '../src/emittermixin';

+ 1 - 1
packages/ckeditor5-utils/tests/env.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 env, { isEdge, isMac, isGecko, isSafari } from '../src/env';

+ 1 - 1
packages/ckeditor5-utils/tests/eventinfo.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 EventInfo from '../src/eventinfo';

+ 1 - 1
packages/ckeditor5-utils/tests/fastdiff.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
  */
 
 /* global document */

+ 1 - 1
packages/ckeditor5-utils/tests/first.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 first from '../src/first';

+ 1 - 1
packages/ckeditor5-utils/tests/focustracker.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
  */
 
 /* global document, Event */

+ 1 - 1
packages/ckeditor5-utils/tests/isIterable.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 isIterable from '../src/isiterable';

+ 1 - 1
packages/ckeditor5-utils/tests/keyboard.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 env from '../src/env';

+ 1 - 1
packages/ckeditor5-utils/tests/keystrokehandler.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 EmitterMixin from '../src/emittermixin';

+ 1 - 1
packages/ckeditor5-utils/tests/locale.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 Locale from '../src/locale';

+ 1 - 1
packages/ckeditor5-utils/tests/lodash.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 { extend } from 'lodash-es';

Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio