Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Build: Remove dates from copyright notice#1983

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed
agcolom wants to merge2 commits intojquery:masterfromagcolom:updateLicense

Conversation

agcolom
Copy link
Member

I'm not too sure about the change in Gruntfile.js, so please let me know if you would like it to be different, e,g, whether the jquery.org/license should be on the same line as the Copyright notice, whether it should behttps://jquery.org/ orhttps://jquery.org/license also, or anything else.

@@ -137,7 +137,7 @@ module.exports = function( grunt ) {
"ascii_only": true
},
banner: "/*! jQuery v<%= pkg.version %> | " +
"(c) 2005, <%= grunt.template.today('yyyy') %>jQuery Foundation, Inc. | " +
"CopyrightjQuery Foundation and other contributors " +
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Why the change from(c) toCopyright? You didn't do the same in the Sizzle PR:https://github.com/jquery/sizzle/pull/307/files

This is the banner put in the minified files, e.g.https://code.jquery.com/jquery-2.1.3.min.js

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

I'd leave| at the end, it separates the copyright info from the URL to the license (see the linked minified file for example).

Copy link
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

@mzgol Thanks for the comments. I'll make the changes now.

@mgol
Copy link
Member

mgol commentedJan 1, 2015

LGTM

@@ -137,7 +137,7 @@ module.exports = function( grunt ) {
"ascii_only": true
},
banner: "/*! jQuery v<%= pkg.version %> | " +
"(c)2005, <%= grunt.template.today('yyyy') %>jQuery Foundation, Inc. | " +
"(c) jQuery Foundation, Inc. | " +
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

In the intro file you also dropped theInc

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

+1, why this is being dropped btw?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

We don't need them, according to lawyers. So removing the dates makes it easier to maintain! 😃

alfredbez reacted with thumbs up emoji
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

I'll remove theInc. here for consistency.

@dmethvindmethvin self-assigned thisJan 3, 2015
dmethvin pushed a commit that referenced this pull requestJan 3, 2015
Closesgh-1983(cherry picked from commit66e1b6b)Conflicts:Gruntfile.js
markelog pushed a commit that referenced this pull requestNov 10, 2015
@locklockbot locked asresolvedand limited conversation to collaboratorsJan 19, 2019
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers
No reviews
Assignees

@dmethvindmethvin

Labels
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

5 participants
@agcolom@mgol@staabm@dmethvin@markelog

[8]ページ先頭

©2009-2025 Movatter.jp