瀏覽代碼

Aligned MD files to changes made in ckeditor5#42.

Piotrek Koszuliński 9 年之前
父節點
當前提交
8331427024

+ 5 - 8
packages/ckeditor5-ui/CHANGES.md

@@ -1,9 +1,9 @@
-{App Name} Changelog
-====================
+CKEditor 5 Core Framework Changelog
+========================================
 
-## App 1.2.3
+## CKEditor 5 Core Framework 0.0.2
 
-**Major|Minor|Patch Release** - Build Date: yyyy-mm-dd
+**Major|Minor|Patch Release**  Build Date: yyyy-mm-dd
 
 New Features:
 
@@ -15,14 +15,11 @@ Fixed Issues:
 * [#Issue Number](http://issue/url): Item 1.
 * Item 2
 
-
 Other Changes:
 
 * Item 1
 * Item 2
 
----
-
-## App 1.2.2
+## CKEditor 5 Core Framework 0.0.1
 
 ...

+ 2 - 3
packages/ckeditor5-ui/CONTRIBUTING.md

@@ -1,5 +1,4 @@
 Contributing
-============
+========================================
 
-Information about contributing can be found at the following page:
-https://github.com/ckeditor/ckeditor5/blob/master/CONTRIBUTING.md
+Information about contributing can be found at the following page: <https://github.com/ckeditor/ckeditor5/blob/master/CONTRIBUTING.md>.

+ 10 - 18
packages/ckeditor5-ui/LICENSE.md

@@ -1,37 +1,29 @@
 Software License Agreement
 ==========================
 
-**CKEditor 5 Core Framework** - https://github.com/ckeditor/ckeditor5-core <br>
+**CKEditor 5 Core Framework**  https://github.com/ckeditor/ckeditor5-core <br>
 Copyright (c) 2003-2016, [CKSource](http://cksource.com) Frederico Knabben. All rights reserved.
 
 Licensed under the terms of any of the following licenses at your choice:
 
- * [GNU General Public License Version 2 or later (the "GPL")](http://www.gnu.org/licenses/gpl.html)
+* [GNU General Public License Version 2 or later (the "GPL")](http://www.gnu.org/licenses/gpl.html)
+* [GNU Lesser General Public License Version 2.1 or later (the "LGPL")](http://www.gnu.org/licenses/lgpl.html)
+* [Mozilla Public License Version 1.1 or later (the "MPL")](http://www.mozilla.org/MPL/MPL-1.1.html)
 
- * [GNU Lesser General Public License Version 2.1 or later (the "LGPL")](http://www.gnu.org/licenses/lgpl.html)
-
- * [Mozilla Public License Version 1.1 or later (the "MPL")](http://www.mozilla.org/MPL/MPL-1.1.html)
-
-You are not required to, but if you want to explicitly declare the license you have chosen to be bound to when using,
-reproducing, modifying and distributing this software, just include a text file titled "legal.txt" in your version of
-this software, indicating your license choice. In any case, your choice will not restrict any recipient of your version
-of this software to use, reproduce, modify and distribute this software under any of the above licenses.
+You are not required to, but if you want to explicitly declare the license you have chosen to be bound to when using, reproducing, modifying and distributing this software, just include a text file titled "legal.txt" in your version of this software, indicating your license choice. In any case, your choice will not restrict any recipient of your version of this software to use, reproduce, modify and distribute this software under any of the above licenses.
 
 Sources of Intellectual Property Included in CKEditor
 -----------------------------------------------------
 
-Where not otherwise indicated, all CKEditor content is authored by CKSource engineers and consists of CKSource-owned
-intellectual property. In some specific instances, CKEditor will incorporate work done by developers outside of CKSource
-with their express permission.
+Where not otherwise indicated, all CKEditor content is authored by CKSource engineers and consists of CKSource-owned intellectual property. In some specific instances, CKEditor will incorporate work done by developers outside of CKSource with their express permission.
 
 Third parties' software included:
 
- * Lo-Dash (src/lib/lodash) <br>
-   Copyright 2012-2015 [The Dojo Foundation](http://dojofoundation.org/) <br>
-   Available under [MIT license](http://lodash.com/license)
+* Lo-Dash (src/lib/lodash) <br>
+  Copyright 2012-2015 [The Dojo Foundation](http://dojofoundation.org/) <br>
+  Available under [MIT license](http://lodash.com/license)
 
 Trademarks
 ----------
 
-**CKEditor** is a trademark of [CKSource](http://cksource.com) Frederico Knabben. All other brand and product names are
-trademarks, registered trademarks or service marks of their respective holders.
+**CKEditor** is a trademark of [CKSource](http://cksource.com) Frederico Knabben. All other brand and product names are trademarks, registered trademarks or service marks of their respective holders.

+ 2 - 3
packages/ckeditor5-ui/README.md

@@ -1,10 +1,9 @@
 CKEditor 5 Core Framework
-================================
+========================================
 
 [![devDependency Status](https://david-dm.org/ckeditor/ckeditor5-core/dev-status.svg)](https://david-dm.org/ckeditor/ckeditor5-core#info=devDependencies)
 
-The core framework of CKEditor 5 project. More information about the project can be found at the following url: <br>
-https://github.com/ckeditor/ckeditor5
+The core framework of CKEditor 5 project. More information about the project can be found at the following url: <https://github.com/ckeditor/ckeditor5>.
 
 ## License