Skip to content

Commit 66e1b6b

Browse files
agcolomdmethvin
authored andcommitted
Build: Remove dates from copyright notice
Closes gh-1983
1 parent b410b15 commit 66e1b6b

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

Gruntfile.js

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

LICENSE.txt

+1-2
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

+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, 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)