Selaa lähdekoodia

Added license header to two files.

Piotrek Koszuliński 9 vuotta sitten
vanhempi
commit
83e3594600
2 muutettua tiedostoa jossa 10 lisäystä ja 0 poistoa
  1. 5 0
      bender.js
  2. 5 0
      gulpfile.js

+ 5 - 0
bender.js

@@ -1,3 +1,8 @@
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
+ * For licensing, see LICENSE.md.
+ */
+
 /* jshint browser: false, node: true, strict: true */
 
 'use strict';

+ 5 - 0
gulpfile.js

@@ -1,3 +1,8 @@
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
+ * For licensing, see LICENSE.md.
+ */
+
 /* jshint browser: false, node: true, strict: true */
 
 'use strict';