Skip to content

Commit 46f56d8

Browse files
committed
2015 Updates!
1 parent 43f7c32 commit 46f56d8

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = function(grunt) {
2020
},
2121
uglify: {
2222
options: {
23-
banner: '/*!\n * jQuery Browser Plugin <%= pkg.version %>\n * https://github.com/gabceb/jquery-browser-plugin\n *\n * Original jquery-browser code Copyright 2005, 2013 jQuery Foundation, Inc. and other contributors\n * http://jquery.org/license\n *\n * Modifications Copyright <%= grunt.template.today("yyyy") %> Gabriel Cebrian\n * https://github.com/gabceb\n *\n * Released under the MIT license\n *\n * Date: <%= grunt.template.today("dd-mm-yyyy")%>\n */'
23+
banner: '/*!\n * jQuery Browser Plugin <%= pkg.version %>\n * https://github.com/gabceb/jquery-browser-plugin\n *\n * Original jquery-browser code Copyright 2005, 2015 jQuery Foundation, Inc. and other contributors\n * http://jquery.org/license\n *\n * Modifications Copyright <%= grunt.template.today("yyyy") %> Gabriel Cebrian\n * https://github.com/gabceb\n *\n * Released under the MIT license\n *\n * Date: <%= grunt.template.today("dd-mm-yyyy")%>\n */'
2424
},
2525
dist: {
2626
files: {

MIT-LICENSE.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Copyright 2013 jQuery Foundation and other contributors, http://jquery.com/
2-
Modifications Copyright 2013 Gabriel Cebrian, https://www.github.com/gabceb
1+
Copyright 2015 jQuery Foundation and other contributors, http://jquery.com/
2+
Modifications Copyright 2015 Gabriel Cebrian, https://www.github.com/gabceb
33

44
Permission is hereby granted, free of charge, to any person obtaining
55
a copy of this software and associated documentation files (the

dist/jquery.browser.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
* jQuery Browser Plugin 0.0.7
33
* https://github.com/gabceb/jquery-browser-plugin
44
*
5-
* Original jquery-browser code Copyright 2005, 2013 jQuery Foundation, Inc. and other contributors
5+
* Original jquery-browser code Copyright 2005, 2015 jQuery Foundation, Inc. and other contributors
66
* http://jquery.org/license
77
*
8-
* Modifications Copyright 2014 Gabriel Cebrian
8+
* Modifications Copyright 2015 Gabriel Cebrian
99
* https://github.com/gabceb
1010
*
1111
* Released under the MIT license
1212
*
13-
* Date: 12-12-2014
13+
* Date: 19-05-2015
1414
*/
1515
/*global window: false */
1616

dist/jquery.browser.min.js

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)