-
Notifications
You must be signed in to change notification settings - Fork 0
/
COPYING
98 lines (78 loc) · 3.55 KB
/
COPYING
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
This source code is dual-licensed.
==================================
LGPL:
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
See the file LGPL.licence
Apache 2.0:
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
See the file APACHE.licence
Notes regarding licensing glib code.
====================================
Files: src/core/util/unicode/*
Some portions of glib code have been used in Lucene++, a project
spawned from CLucene, with special permission from the author(s).
This is the email exchange that took place in 2006 between
Ben van Klinken, Owen Taylor and Tom Tromey:
---------- Forwarded message ----------
From: Owen Taylor <[email protected]>
Date: 11 February 2006 04:48
Subject: Re: Fwd: glib licensing
To: Ben van Klinken <[email protected]>
On Fri, 2006-02-10 at 18:34 +0100, Ben van Klinken wrote:
>
> Hi Owen,
>
> I am the author and maintainer of CLucene (clucene.sourceforge.net). I
> was forwarded to you by Matthias Classen. We have an enquiry about
> licensing of glib:
>
> CLucene was licensed LGPL, but recently we changed our license to
> allow licensing under apache or LGPL. During the audit of the change,
> we made a mistake with some of the code (code in the
> gunichartables.cpp - various utf8<>wchar conversion functions) to be
> licensed apache, since some of the functions are from the glib
> library. The file in question contains various functions from the
> http://cvs.gnome.org/viewcvs/glib/glib/ directory.
>
> We are working on fixing this and are exploring several options. When
> discussing the issue on our mailing list, one suggestion was to
> enquire with you what the chances of re-licensing some of the glib
> unicode functions under
> the apache license would be? I believe you were the author of glib
> unicode support?
I'd have to know more specifically what particular portions of
the GLib code are involved; can you be more specific about
particular functions and code portions? while I did much of the work,
there have been additions made later on by other people, and a good
portion of the code derives originally from libunicode by
Tom Tromey. (Cc'ed)
For the portions that are actually my code I don't have any
objection to them also being licensed under the Apache license ...
it's pretty much straightforward implementations of algorithms from
the Unicode standard, and other implementations are widely available in
many forms.
Regards,
Owen
---------- Forwarded message ----------
From: Tom Tromey <[email protected]>
Date: 25 April 2006 02:42
Subject: Re: Fwd: glib licensing
To: Ben van Klinken <[email protected]>
Cc: Owen Taylor <[email protected]>
Ben> All the code has Tom Tromey's name at the top. Please let me know if
Ben> you need any other information.
I was wondering ... if other people made substantial contributions
after this code was written, wouldn't they also be copyright holders?
You'd have to use the cvs history to see this.
Ben> I don't think we need to do anything other for you to agree with this
Ben> licensing in this email correspondence. So unless you can shed any
Ben> more light on this process and if you agree to this licensing, i will
Ben> append the apache license to the top of our files with a note that it
Ben> has been licensed with your approval.
It is fine by me.
Tom