Skip to content

Commit fc03f33

Browse files
committed
Tweak license notice
1 parent a641012 commit fc03f33

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,6 @@
66
[![Issue Count](https://codeclimate.com/github/unixorn/git-extra-commands/badges/issue_count.svg)](https://codeclimate.com/github/unixorn/git-extra-commands)
77
[![GitHub stars](https://img.shields.io/github/stars/unixorn/git-extra-commands.svg)](https://github.com/unixorn/git-extra-commands/stargazers)
88

9-
**git-extra-commands** is a ZSH plugin that packages some extra git helper scripts I've found. This collection (and the scripts that I wrote in it) is licensed with the Apache Version 2 license.
10-
11-
Some of the scripts in this collection came from other sources and may have different licensing - if they do, their license information is included inline in the script source.
12-
13-
This collection doesn't actually require ZSH, but packaging it as a ZSH plugin makes it more convenient for people using a ZSH framework to use this collection.
14-
15-
If you wrote one of these scripts and want it removed from this collection, please either make a PR and/or file an issue against the repo and I will remove it.
16-
179
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
1810
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
1911
**Table of Contents**
@@ -36,6 +28,14 @@ If you wrote one of these scripts and want it removed from this collection, plea
3628

3729
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
3830

31+
**git-extra-commands** is a ZSH plugin that packages some extra `git` helper scripts I've found. This collection (and the scripts that I wrote in it) is licensed with the Apache Version 2 license.
32+
33+
However, some of the scripts in this collection came from other sources and may have different licensing - if they do, their license information is included inline in the script source.
34+
35+
This collection doesn't actually require ZSH, but packaging it as a ZSH plugin makes it more convenient for people using a ZSH framework to use this collection.
36+
37+
If you wrote one of these scripts and want it removed from this collection, please either make a PR and/or file an issue against the repo and I will remove it.
38+
3939
## Installing
4040

4141
### Pre-requisites

0 commit comments

Comments
 (0)