Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CKEditor 5 Custom Build
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Daniel Kaufmann
CKEditor 5 Custom Build
Commits
ddd26a17
Unverified
Commit
ddd26a17
authored
Apr 15, 2019
by
Kamil Piechaczek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Internal: Updated the license header. See ckeditor/ckeditor5#1557. [skip ci]
parent
1835b433
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
.eslintrc.js
.eslintrc.js
+1
-1
ckeditor.js
src/ckeditor.js
+1
-1
ckeditor.js
tests/ckeditor.js
+1
-1
ckeditor-cjs-version.js
tests/manual/ckeditor-cjs-version.js
+1
-1
ckeditor.js
tests/manual/ckeditor.js
+1
-1
webpack.config.js
webpack.config.js
+1
-1
No files found.
.eslintrc.js
View file @
ddd26a17
/**
* @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 */
...
...
src/ckeditor.js
View file @
ddd26a17
/**
* @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
*/
// The editor creator to use.
...
...
tests/ckeditor.js
View file @
ddd26a17
/**
* @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 */
...
...
tests/manual/ckeditor-cjs-version.js
View file @
ddd26a17
/**
* @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 commonjs */
...
...
tests/manual/ckeditor.js
View file @
ddd26a17
/**
* @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, console */
...
...
webpack.config.js
View file @
ddd26a17
/**
* @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
*/
'use strict'
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment