Skip to content

Commit c89cb74

Browse files
agcolomscottgonzalez
authored andcommitted
Build: Remove dates from copyright notice
Closes gh-1403
1 parent 713688d commit c89cb74

59 files changed

Lines changed: 59 additions & 60 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ function createBanner( files ) {
119119
"<%= grunt.template.today('isoDate') %>\n" +
120120
"<%= pkg.homepage ? '* ' + pkg.homepage + '\\n' : '' %>" +
121121
(files ? "* Includes: " + fileNames.join(", ") + "\n" : "") +
122-
"* Copyright <%= grunt.template.today('yyyy') %> <%= pkg.author.name %>;" +
122+
"* Copyright <%= pkg.author.name %>;" +
123123
" Licensed <%= _.pluck(pkg.licenses, 'type').join(', ') %> */\n";
124124
}
125125

LICENSE.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
Copyright 2007, 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

themes/base/accordion.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* jQuery UI Accordion @VERSION
33
* http://jqueryui.com
44
*
5-
* Copyright 2014 jQuery Foundation and other contributors
5+
* Copyright jQuery Foundation and other contributors
66
* Released under the MIT license.
77
* http://jquery.org/license
88
*

themes/base/all.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* jQuery UI CSS Framework @VERSION
33
* http://jqueryui.com
44
*
5-
* Copyright 2014 jQuery Foundation and other contributors
5+
* Copyright jQuery Foundation and other contributors
66
* Released under the MIT license.
77
* http://jquery.org/license
88
*

themes/base/autocomplete.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* jQuery UI Autocomplete @VERSION
33
* http://jqueryui.com
44
*
5-
* Copyright 2014 jQuery Foundation and other contributors
5+
* Copyright jQuery Foundation and other contributors
66
* Released under the MIT license.
77
* http://jquery.org/license
88
*

themes/base/base.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* jQuery UI CSS Framework @VERSION
33
* http://jqueryui.com
44
*
5-
* Copyright 2014 jQuery Foundation and other contributors
5+
* Copyright jQuery Foundation and other contributors
66
* Released under the MIT license.
77
* http://jquery.org/license
88
*

themes/base/button.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* jQuery UI Button @VERSION
33
* http://jqueryui.com
44
*
5-
* Copyright 2014 jQuery Foundation and other contributors
5+
* Copyright jQuery Foundation and other contributors
66
* Released under the MIT license.
77
* http://jquery.org/license
88
*

themes/base/core.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* jQuery UI CSS Framework @VERSION
33
* http://jqueryui.com
44
*
5-
* Copyright 2014 jQuery Foundation and other contributors
5+
* Copyright jQuery Foundation and other contributors
66
* Released under the MIT license.
77
* http://jquery.org/license
88
*

themes/base/datepicker.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* jQuery UI Datepicker @VERSION
33
* http://jqueryui.com
44
*
5-
* Copyright 2014 jQuery Foundation and other contributors
5+
* Copyright jQuery Foundation and other contributors
66
* Released under the MIT license.
77
* http://jquery.org/license
88
*

themes/base/dialog.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* jQuery UI Dialog @VERSION
33
* http://jqueryui.com
44
*
5-
* Copyright 2014 jQuery Foundation and other contributors
5+
* Copyright jQuery Foundation and other contributors
66
* Released under the MIT license.
77
* http://jquery.org/license
88
*

0 commit comments

Comments
 (0)