This repository was archived by the owner on Jun 3, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ module.exports = function(grunt) {
11
11
' * <%= pkg.title || pkg.name %> v<%= pkg.version %>\n' +
12
12
' * <%= pkg.homepage %>\n' +
13
13
' *\n' +
14
- ' * Copyright (c) <%= copyright %> <%= pkg.author.name %> <<%= pkg.author.email %>> \n' +
15
- ' * Released under the <%= pkg.licenses[0].type %> license \n' +
14
+ ' * Copyright (c) <%= copyright %> <%= pkg.author.name %>\n' +
15
+ ' * Released under the <%= pkg.licenses[0].type %> License \n' +
16
16
' * <%= pkg.licenses[0].url %>\n' +
17
17
' */\n' ,
18
18
19
19
minbanner : '/*! <%= pkg.title || pkg.name %> v<%= pkg.version %> | ' +
20
20
'(c) <%= copyright %> <%= pkg.author.name %> | ' +
21
- '<%= pkg.licenses[0].type %> license */\n' ,
21
+ '<%= pkg.licenses[0].type %> License */\n' ,
22
22
23
23
clean : {
24
24
files : [ 'dist' ]
Original file line number Diff line number Diff line change 2
2
* jQuery Timeout Plugin
3
3
* https://github.com/tkem/jquery-timeout/
4
4
*
5
- * Copyright (c) 2011-2014 Thomas Kemmer <tkemmer@computer.org>
6
- * Released under the MIT license
5
+ * Copyright (c) 2011-2014 Thomas Kemmer
6
+ * Released under the MIT License
7
7
* http://raw.github.com/tkem/jquery-timeout/master/MIT-LICENSE
8
8
*/
9
9
; ( function ( $ , window , undefined ) {
You can’t perform that action at this time.
0 commit comments