From 31d3b1c56872c2d88bf1952885eca02187792788 Mon Sep 17 00:00:00 2001 From: Joe Krump Date: Tue, 23 Jun 2020 15:49:33 -0700 Subject: [PATCH] Add "MIT License" at the top of acorn License file Add a first line that specifies the license type "MIT License" this makes it more clear to developers which license is being used and can help them more easily determine if `acorn` is a package that they are okay to use in their software. [This is also the default for an MIT license for a repository when adding one in GitHub](https://github.com/joekrump/acorn/community/license/new?branch=master&template=mit). --- acorn/LICENSE | 2 ++ 1 file changed, 2 insertions(+) diff --git a/acorn/LICENSE b/acorn/LICENSE index 2c0632b6a..cc5272c96 100644 --- a/acorn/LICENSE +++ b/acorn/LICENSE @@ -1,3 +1,5 @@ +MIT License + Copyright (C) 2012-2018 by various contributors (see AUTHORS) Permission is hereby granted, free of charge, to any person obtaining a copy