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
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit91cd7d6

Browse files
author
Hubot
committed
Sync changes from upstream repository
1 parentcf9c9bd commit91cd7d6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

‎lib/responses/license.rb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,11 @@ module Responses
2626
"html_url"=>"http://choosealicense.com/licenses/mit/",
2727
"featured"=>true,
2828
"description"=>"A permissive license that is short and to the point. It lets people do anything with your code with proper attribution and without warranty.",
29-
"category"=>"MIT",
3029
"implementation"=>
3130
"Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. Replace [year] with the current year and [fullname] with the name (or names) of the copyright holders.",
32-
"required"=>["include-copyright"],
33-
"permitted"=>["commercial-use","modifications","distribution","sublicense","private-use"],
34-
"forbidden"=>["no-liability"],
31+
"permissions"=>["commercial-use","modifications","distribution","sublicense","private-use"],
32+
"conditions"=>["include-copyright"],
33+
"limitations"=>["no-liability"],
3534
"body"=>
3635
"\n\nThe MIT License (MIT)\n\nCopyright (c) [year] [fullname]\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the\"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED\"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n"
3736
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp