summaryrefslogtreecommitdiff
path: root/README.in
diff options
context:
space:
mode:
authorRobert Bragg <robert@linux.intel.com>2014-01-11 04:57:38 +0000
committerRobert Bragg <robert@linux.intel.com>2014-01-14 22:55:12 +0000
commit1b83ef938fc16b5c71df0806054f23338d10335c (patch)
tree3f63c3147f8856f01f3638c03f67cda7b438ec5c /README.in
parentc21aac22992bb7fef5a8d0913130b8245e67f2eb (diff)
downloadcogl-1b83ef938fc16b5c71df0806054f23338d10335c.tar.gz
This re-licenses Cogl under the MIT license
This follows up on the proposal that was sent to the Cogl mailing list to re-license from the LGPL to the MIT license: http://lists.freedesktop.org/archives/cogl/2013-December/001465.html Note: there was a copyright assignment policy in place for Clutter (and therefore Cogl which was part of Clutter at the time) until the 11th of June 2010 and so we only checked the details after that point (commit 0bbf50f905) For each file, authors were identified via this Git command: $ git blame -p -C -C -C20 -M -M10 0bbf50f905..HEAD We received blanket approvals for re-licensing all Red Hat and Collabora contributions which reduced how many people needed to be contacted individually: - http://lists.freedesktop.org/archives/cogl/2013-December/001470.html - http://lists.freedesktop.org/archives/cogl/2014-January/001536.html Individual approval requests were sent to all the other identified authors who all confirmed the re-license on the Cogl mailinglist: http://lists.freedesktop.org/archives/cogl/2014-January As well as updating the copyright header in all sources files, the COPYING file has been updated to reflect the license change and also document the other licenses used in Cogl such as the SGI Free Software License B, version 2.0 and the 3-clause BSD license.
Diffstat (limited to 'README.in')
-rw-r--r--README.in13
1 files changed, 9 insertions, 4 deletions
diff --git a/README.in b/README.in
index e297dd40..245bc609 100644
--- a/README.in
+++ b/README.in
@@ -111,10 +111,15 @@ The experimental 2.0 API is documented here:
LICENSE
-------------------------------------------------------------------------------
-Most of Cogl is licensed under the terms of the GNU Lesser General Public
-License, version 2.1 or (at your option) later. Some files are licensed under
-more permissive licenses MIT or BSD style licenses though so please see
-individual files for details.
+Most of Cogl is licensed under the terms of the MIT license. There are
+also some files under the SGI Free Software License B, version 2.0,
+cogl-point-in-poly.c is under a 3 clause BSD license and stb_image.c
+is public domain. Please see individual files for details.
+
+deps/glib is licensed under the LGPL (please see individual files for
+details and deps/glib/COPYING for a copy of the LGPL license) This
+code is only referenced when building Cogl with the --standalone
+configure option.
--
BUILDING AND INSTALLATION