Skip to content
This repository was archived by the owner on Jun 3, 2018. It is now read-only.

Commit 254ce58

Browse files
committed
Cleanup banners
1 parent b922c94 commit 254ce58

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gruntfile.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ module.exports = function(grunt) {
1111
' * <%= pkg.title || pkg.name %> v<%= pkg.version %>\n' +
1212
' * <%= pkg.homepage %>\n' +
1313
' *\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' +
1616
' * <%= pkg.licenses[0].url %>\n' +
1717
' */\n',
1818

1919
minbanner: '/*! <%= pkg.title || pkg.name %> v<%= pkg.version %> | ' +
2020
'(c) <%= copyright %> <%= pkg.author.name %> | ' +
21-
'<%= pkg.licenses[0].type %> license */\n',
21+
'<%= pkg.licenses[0].type %> License */\n',
2222

2323
clean: {
2424
files: ['dist']

src/jquery.timeout.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
* jQuery Timeout Plugin
33
* https://github.com/tkem/jquery-timeout/
44
*
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
77
* http://raw.github.com/tkem/jquery-timeout/master/MIT-LICENSE
88
*/
99
;(function( $, window, undefined ) {

0 commit comments

Comments
 (0)