Browse Source

Added license header to two files.

Piotrek Koszuliński 9 years ago
parent
commit
83e3594600
2 changed files with 10 additions and 0 deletions
  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';