Skip to content

Commit a0bf5bf

Browse files
agcolomdmethvin
authored andcommitted
Build: Remove dates from copyright notice
Closes gh-1983 (cherry picked from commit 66e1b6b) Conflicts: Gruntfile.js
1 parent d588c85 commit a0bf5bf

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

Gruntfile.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,7 @@ module.exports = function( grunt ) {
136136
"ascii_only": true
137137
},
138138
banner: "/*! jQuery Compat v<%= pkg.version %> | " +
139-
"(c) 2005, <%= grunt.template.today('yyyy') %> jQuery Foundation, Inc. | " +
140-
"jquery.org/license */",
139+
"(c) jQuery Foundation | jquery.org/license */",
141140
compress: {
142141
"hoist_funs": false,
143142
loops: false,

LICENSE.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
Copyright 2005, 2014 jQuery Foundation and other contributors,
2-
https://jquery.org/
1+
Copyright jQuery Foundation and other contributors, https://jquery.org/
32

43
This software consists of voluntary contributions made by many
54
individuals. For exact contribution history, see the revision history

src/intro.js

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

0 commit comments

Comments
 (0)