Browse Source

Minor template updates.

Piotrek Koszuliński 10 năm trước cách đây
mục cha
commit
38cb438286
3 tập tin đã thay đổi với 31 bổ sung3 xóa
  1. 1 3
      CHANGES.md
  2. 29 0
      dev/tasks/dev/templates/LICENSE.md
  3. 1 0
      dev/tasks/dev/templates/gulpfile.js

+ 1 - 3
CHANGES.md

@@ -5,6 +5,4 @@ CKEditor 5 Changelog
 
 **First Release** - Build Date: yyyy-mm-dd
 
-TODO: For the first release, we will not list new features or changes but more specifically describe CKEditor 5,
-emphasizing its differences and relation with CKEditor 4. In few words though, just like one would expect a changelog
-file to be.
+TODO: For the first release, we will not list new features or changes but more specifically describe CKEditor 5, emphasizing its differences and relation with CKEditor 4. In few words though, just like one would expect a changelog file to be.

+ 29 - 0
dev/tasks/dev/templates/LICENSE.md

@@ -1,2 +1,31 @@
 Software License Agreement
 ==========================
+
+**CKEditor 5** - https://github.com/ckeditor/ckeditor5 <br>
+Copyright (c) 2003-2014, [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 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.
+
+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.
+
+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.

+ 1 - 0
dev/tasks/dev/templates/gulpfile.js

@@ -13,4 +13,5 @@ const config = {
 };
 
 require( './dev/tasks/lint/tasks' )( config );
+
 gulp.task( 'pre-commit', [ 'lint-staged' ] );