[cairo-commit] 2 commits - src/cairo-lzw.c src/cairo-output-stream.c

Kristian Høgsberg krh at kemper.freedesktop.org
Sun May 28 10:42:26 PDT 2006


 src/cairo-lzw.c           |    2 +-
 src/cairo-output-stream.c |    4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
diff-tree bafdded8ee43632e5f60307e53f0489be0afc3c4 (from 84c6f879631b3d3ca63c3fd99b9cb68b111d283f)
Author: Kristian Høgsberg <krh at redhat.com>
Date:   Sun May 28 13:25:57 2006 -0400

    Remove cairo_public from _cairo_lzw_compress() definition.

diff --git a/src/cairo-lzw.c b/src/cairo-lzw.c
index 1f48a0a..3ffaa02 100644
--- a/src/cairo-lzw.c
+++ b/src/cairo-lzw.c
@@ -318,7 +318,7 @@ _lzw_symbol_table_lookup (lzw_symbol_tab
  * lzw_buf without having to check for errors, (until a final check at
  * the end).
  */
-cairo_public unsigned char *
+unsigned char *
 _cairo_lzw_compress (unsigned char *data, unsigned long *size_in_out)
 {
     int bytes_remaining = *size_in_out;
diff-tree 84c6f879631b3d3ca63c3fd99b9cb68b111d283f (from 79c86b04a7848830998e1a5344c6a9ecf9113789)
Author: Kristian Høgsberg <krh at redhat.com>
Date:   Sun May 28 13:38:50 2006 -0400

    Clarify licensing of float formatting code.

diff --git a/src/cairo-output-stream.c b/src/cairo-output-stream.c
index 4032c39..de92fa4 100644
--- a/src/cairo-output-stream.c
+++ b/src/cairo-output-stream.c
@@ -164,6 +164,10 @@ _cairo_output_stream_write_hex_string (c
 /* Format a double in a locale independent way and trim trailing
  * zeros.  Based on code from Alex Larson <alexl at 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 at redhat.com>
  */
 
 int


More information about the cairo-commit mailing list