Skip to content

Commit 3118f58

Browse files
committed
Build: Happy New Year! Thanks @marlonlandaverde
1 parent 0858144 commit 3118f58

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ module.exports = function( grunt ) {
120120
ascii_only: true
121121
},
122122
banner: "/*! jQuery v<%= pkg.version %> | " +
123-
"(c) 2005, 2013 jQuery Foundation, Inc. | " +
123+
"(c) 2005, <%= grunt.template.today('yyyy') %> jQuery Foundation, Inc. | " +
124124
"jquery.org/license */",
125125
compress: {
126126
hoist_funs: false,

MIT-LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2013 jQuery Foundation and other contributors
1+
Copyright 2014 jQuery Foundation and other contributors
22
http://jquery.com/
33

44
Permission is hereby granted, free of charge, to any person obtaining

src/intro.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Includes Sizzle.js
66
* http://sizzlejs.com/
77
*
8-
* Copyright 2005, 2013 jQuery Foundation, Inc. and other contributors
8+
* Copyright 2005, 2014 jQuery Foundation, Inc. and other contributors
99
* Released under the MIT license
1010
* http://jquery.org/license
1111
*

0 commit comments

Comments
 (0)