Skip to content
This repository was archived by the owner on Sep 8, 2018. It is now read-only.

Commit 2e10694

Browse files
committed
Update LICENSE.md and CONTRIBUTING.md
1 parent b19db24 commit 2e10694

File tree

3 files changed

+19
-12
lines changed

3 files changed

+19
-12
lines changed

CONTRIBUTING.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
See [here](https://github.com/atom/atom/blob/master/CONTRIBUTING.md) for the
2-
contributing guidelines.
1+
See the [Atom contributing guide](https://atom.io/docs/latest/contributing)

LICENSE.md

+17-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
1-
Copyright 2013 GitHub Inc.
1+
Copyright (c) 2014 GitHub Inc.
22

3-
Licensed under the Apache License, Version 2.0 (the "License");
4-
you may not use this file except in compliance with the License.
5-
You may obtain a copy of the License at
3+
Permission is hereby granted, free of charge, to any person obtaining
4+
a copy of this software and associated documentation files (the
5+
"Software"), to deal in the Software without restriction, including
6+
without limitation the rights to use, copy, modify, merge, publish,
7+
distribute, sublicense, and/or sell copies of the Software, and to
8+
permit persons to whom the Software is furnished to do so, subject to
9+
the following conditions:
610

7-
http://www.apache.org/licenses/LICENSE-2.0
11+
The above copyright notice and this permission notice shall be
12+
included in all copies or substantial portions of the Software.
813

9-
Unless required by applicable law or agreed to in writing, software
10-
distributed under the License is distributed on an "AS IS" BASIS,
11-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
See the License for the specific language governing permissions and
13-
limitations under the License.
14+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"main": "./lib/git-diff",
55
"description": "Add decorations to the editor gutter for lines added, edited, and deleted since the last commit.",
66
"repository": "https://github.com/atom/git-diff",
7+
"license": "MIT",
78
"engines": {
89
"atom": "*"
910
},

0 commit comments

Comments
 (0)