8
0
Kuba Niegowski 5 лет назад
Родитель
Сommit
a2ea04976c
1 измененных файлов с 5 добавлено и 0 удалено
  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';