Skip to content

Commit 1532332

Browse files
committed
Build: Remove dates from copyright notice
1 parent 514b53d commit 1532332

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Gruntfile.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,7 @@ module.exports = function(grunt) {
5353
options: {
5454
banner: "/*!\n * <%= pkg.title || pkg.name %> - v<%= pkg.version %> - " +
5555
"<%= grunt.template.today('yyyy-mm-dd') %>\n" +
56-
" * <%= pkg.homepage %>\n" +
57-
" * Copyright 2005, <%= grunt.template.today('yyyy') %> <%= pkg.author.name %>;" +
58-
" Licensed <%= _.pluck(pkg.licenses, 'type').join(', ') %>\n */\n"
56+
" * Copyright <%= pkg.author.name %>\n */\n"
5957
},
6058
dist: {
6159
src: "<%= files %>",
@@ -90,7 +88,7 @@ module.exports = function(grunt) {
9088
}
9189
},
9290
options: {
93-
banner: "/*! jQuery Migrate v<%= pkg.version %> | (c) 2005, <%= grunt.template.today('yyyy') %> <%= pkg.author.name %> | jquery.org/license */\n",
91+
banner: "/*! jQuery Migrate v<%= pkg.version %> | (c) <%= pkg.author.name %> | jquery.org/license */\n",
9492
beautify: {
9593
ascii_only: true
9694
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"version": "1.2.2-pre",
66
"homepage": "https://github.com/jquery/jquery-migrate",
77
"author": {
8-
"name": "jQuery Foundation, Inc. and other contributors",
8+
"name": "jQuery Foundation and other contributors",
99
"url": "https://github.com/jquery/jquery-migrate/blob/master/AUTHORS.txt"
1010
},
1111
"repository": {

0 commit comments

Comments
 (0)