summaryrefslogtreecommitdiff
path: root/Makefile.am
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 /Makefile.am
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 'Makefile.am')
-rw-r--r--Makefile.am12
1 files changed, 7 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index 675e59135..0a9f2e519 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,16 +4,16 @@
# Copyright 2010-2012 Kay Sievers
#
# systemd is free software; you can redistribute it and/or modify it
-# under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
+# under the terms of the GNU Lesser General Public License as published by
+# the Free Software Foundation; either version 2.1 of the License, or
# (at your option) any later version.
#
# systemd is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# General Public License for more details.
+# Lesser General Public License for more details.
#
-# You should have received a copy of the GNU General Public License
+# You should have received a copy of the GNU Lesser General Public License
# along with systemd; If not, see <http://www.gnu.org/licenses/>.
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
@@ -457,7 +457,9 @@ endif
dist_doc_DATA = \
README \
NEWS \
- LICENSE \
+ LICENSE.LGPL2.1 \
+ LICENSE.GPL2 \
+ LICENSE.MIT \
DISTRO_PORTING
pkgconfigdata_DATA = \