diff options
author | Colin Walters <walters@verbum.org> | 2009-08-24 14:30:14 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2009-08-24 14:30:14 -0400 |
commit | 95f40264a1df97d066bda5cda4b39e99804b77f7 (patch) | |
tree | 44a77efce237b16c40e71e122e0523cdbc19b1cb /COPYING | |
parent | 5e1c9e463e0cecc6e1952a7dae55641850e7a87d (diff) | |
download | gobject-introspection-95f40264a1df97d066bda5cda4b39e99804b77f7.tar.gz |
Bug 587279 - Add COPYING.GPL and COPYING.LGPL
It's better to keep lawyers happy if we ship the actual license
files rather than just mentioning them in COPYING.
Diffstat (limited to 'COPYING')
-rw-r--r-- | COPYING | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,9 +2,9 @@ gobject-introspection has two licenses; one for the typelib library, and one for the tools. The scanner (giscanner/) and typelib libraries (girepository/) are -licensed under the LGPLv2+. +licensed under the LGPLv2+. See the file COPYING.LGPL. -The tools (tools/) are licensed under the GPLv2+. +The tools (tools/) are licensed under the GPLv2+. See the file COPYING.GPL. There is also some MIT code in giscanner/. In general where applicable files should have headers denoting their license status; if |