Parcourir la source

Bump up the year.

Piotrek Koszuliński il y a 9 ans
Parent
commit
9a9624656d

+ 1 - 1
LICENSE.md

@@ -2,7 +2,7 @@ Software License Agreement
 ==========================
 
 **CKEditor 5** – https://github.com/ckeditor/ckeditor5 <br>
-Copyright (c) 2003-2016, [CKSource](http://cksource.com) Frederico Knabben. All rights reserved.
+Copyright (c) 2003-2017, [CKSource](http://cksource.com) Frederico Knabben. All rights reserved.
 
 Licensed under the terms of any of the following licenses at your choice:
 

+ 1 - 1
gulpfile.js

@@ -1,5 +1,5 @@
 /**
- * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
+ * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
  * For licensing, see LICENSE.md.
  */
 

+ 5 - 0
scripts/fix-src-imports.js

@@ -1,5 +1,10 @@
 #!/usr/bin/env node
 
+/**
+ * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
+ * For licensing, see LICENSE.md.
+ */
+
 'use strict';
 
 const fs = require( 'fs' );

+ 5 - 0
scripts/fix-test-imports.js

@@ -1,5 +1,10 @@
 #!/usr/bin/env node
 
+/**
+ * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
+ * For licensing, see LICENSE.md.
+ */
+
 'use strict';
 
 const fs = require( 'fs' );

+ 5 - 0
scripts/remove-js-extensions-from-imports.js

@@ -1,5 +1,10 @@
 #!/usr/bin/env node
 
+/**
+ * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
+ * For licensing, see LICENSE.md.
+ */
+
 'use strict';
 
 const fs = require( 'fs' );

+ 4 - 0
scripts/switch-to-dev-dev.sh

@@ -1,4 +1,8 @@
 #!/bin/sh
+
+# @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
+# For licensing, see LICENSE.md.
+
 set -e
 
 # If it doesn't exist the following lines won't work.