From: Carl Worth Date: Tue, 19 Jun 2007 06:41:53 +0000 (-0700) Subject: Note missing copyright header/add some newlines X-Git-Url: https://git.cworth.org/git?p=spritext;a=commitdiff_plain;h=cb1f02bb191b26cdb86cf7f0d511950840c47d10 Note missing copyright header/add some newlines --- diff --git a/spritext.c b/spritext.c index 87feeae..0d47d19 100644 --- a/spritext.c +++ b/spritext.c @@ -1,3 +1,5 @@ +/* XXX: Copyright/license blurb needed here */ + #include #include #include @@ -5,9 +7,11 @@ #include #include #include + #ifndef CAIRO_HAS_PNG_FUNCTIONS #error This program requires cairo with PNG support #endif + #include #include FT_FREETYPE_H