summaryrefslogtreecommitdiff
path: root/LICENSE.MIT
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-04-12 00:20:58 +0200
committerLennart Poettering <lennart@poettering.net>2012-04-12 00:24:39 +0200
commit5430f7f2bc7330f3088b894166bf3524a067e3d8 (patch)
tree642d498d4208dfdf9b5db12e7d1167342cf9204b /LICENSE.MIT
parente8854556417197e195196e94c74bc01ff5d064ff (diff)
relicense to LGPLv2.1 (with exceptions)
We finally got the OK from all contributors with non-trivial commits to relicense systemd from GPL2+ to LGPL2.1+. Some udev bits continue to be GPL2+ for now, but we are looking into relicensing them too, to allow free copy/paste of all code within systemd. The bits that used to be MIT continue to be MIT. The big benefit of the relicensing is that closed source code may now link against libsystemd-login.so and friends.
Diffstat (limited to 'LICENSE.MIT')
-rw-r--r--LICENSE.MIT19
1 files changed, 19 insertions, 0 deletions
diff --git a/LICENSE.MIT b/LICENSE.MIT
new file mode 100644
index 000000000..fd44f736e
--- /dev/null
+++ b/LICENSE.MIT
@@ -0,0 +1,19 @@
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation files
+(the "Software"), to deal in the Software without restriction,
+including without limitation the rights to use, copy, modify, merge,
+publish, distribute, sublicense, and/or sell copies of the Software,
+and to permit persons to whom the Software is furnished to do so,
+subject to the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE 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.