Browse Source

Added missing license header.

Kuba Niegowski 5 years ago
parent
commit
a2ea04976c
1 changed files with 5 additions and 0 deletions
  1. 5 0
      packages/ckeditor5-table/tests/tablenavigation.js

+ 5 - 0
packages/ckeditor5-table/tests/tablenavigation.js

@@ -1,3 +1,8 @@
+/**
+ * @license Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+ */
+
 import { getCode } from '@ckeditor/ckeditor5-utils/src/keyboard';
 import { getData as getModelData, setData as setModelData } from '@ckeditor/ckeditor5-engine/src/dev-utils/model';
 import { modelTable } from './_utils/utils';