Fix LICENSE name - sbase - suckless unix tools | |
git clone git://git.suckless.org/sbase | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit c3e47c1f4474061b8c37937247c17c6f11b7e18c | |
parent 2c2a7f54ab55a022a617e510b6e00c3e2736fabd | |
Author: Michael Forney <[email protected]> | |
Date: Tue, 22 Mar 2022 17:14:53 -0700 | |
Fix LICENSE name | |
The license text matches (and has always matched) what is known as | |
the MIT license[0]. The MIT/X Consortium license, also called the | |
X11 license, is slightly different and has an additional clause | |
prohibiting various uses of the X Consortium name. | |
[0] https://opensource.org/licenses/MIT | |
Diffstat: | |
M LICENSE | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/LICENSE b/LICENSE | |
@@ -1,4 +1,4 @@ | |
-MIT/X Consortium License | |
+MIT License | |
© 2011 Connor Lane Smith <[email protected]> | |
© 2011-2016 Dimitris Papastamos <[email protected]> |