From 2a6da03fcfb6a2470fcc037dd79a3df6ec57cf13 Mon Sep 17 00:00:00 2001 From: "brian m. carlson" Date: Wed, 8 Jan 2020 22:24:32 +0000 Subject: [PATCH] LICENSE: document use of other Go modules Document that we use other Go modules which are available under different license terms, so that folks aren't confused, and point them to the other license files. --- LICENSE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/LICENSE.md b/LICENSE.md index e216fd38..95215934 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -19,3 +19,6 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Note that Git LFS uses components from other Go modules (included in `vendor/`) +which are under different licenses. See those LICENSE files for details.