mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-22 12:20:26 +01:00
Clarify licensing of float formatting code.
This commit is contained in:
parent
79c86b04a7
commit
84c6f87963
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue