Explorar el Código

Added license header to two files.

Piotrek Koszuliński hace 9 años
padre
commit
83e3594600
Se han modificado 2 ficheros con 10 adiciones y 0 borrados
  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';