Skip to content

Commit f7ccc46

Browse files
committed
Merge pull request #95 from tricknotes/keep-license-on-minify
Keep header comment on minify
2 parents 07f0c41 + 5cb17aa commit f7ccc46

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

github.js

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
// Github.js 0.9.0
2-
// (c) 2013 Michael Aufreiter, Development Seed
3-
// Github.js is freely distributable under the MIT license.
4-
// For all details and documentation:
5-
// http://substance.io/michael/github
1+
/*!
2+
* @overview Github.js 0.9.0
3+
*
4+
* @copyright (c) 2013 Michael Aufreiter, Development Seed
5+
* Github.js is freely distributable.
6+
*
7+
* @license Licensed under MIT license
8+
*
9+
* For all details and documentation:
10+
* http://substance.io/michael/github
11+
*/
612

713
(function() {
814

0 commit comments

Comments
 (0)