diff options
author | Kristian Høgsberg <krh@redhat.com> | 2006-05-28 13:38:50 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@dinky.bitplanet.net> | 2006-05-28 13:38:50 -0400 |
commit | 84c6f879631b3d3ca63c3fd99b9cb68b111d283f (patch) | |
tree | 0c5a0ec524402d51ddd9b90387fec6f124cf69c8 /src | |
parent | 79c86b04a7848830998e1a5344c6a9ecf9113789 (diff) |
Clarify licensing of float formatting code.
Diffstat (limited to 'src')
-rw-r--r-- | src/cairo-output-stream.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cairo-output-stream.c b/src/cairo-output-stream.c index 4032c393..de92fa4e 100644 --- a/src/cairo-output-stream.c +++ b/src/cairo-output-stream.c @@ -164,6 +164,10 @@ _cairo_output_stream_write_hex_string (cairo_output_stream_t *stream, /* Format a double in a locale independent way and trim trailing * zeros. Based on code from Alex Larson <alexl@redhat.com>. * http://mail.gnome.org/archives/gtk-devel-list/2001-October/msg00087.html + * + * The code in the patch is copyright Red Hat, Inc under the LGPL, but + * has been relicensed under the LGPL/MPL dual license for inclusion + * into cairo (see COPYING). -- Kristian Høgsberg <krh@redhat.com> */ int |