# HG changeset patch # User John Tsiombikas # Date 1397529262 -10800 # Node ID 47f2f73026fc85948883a9404852c02fb766ae94 # Parent 838d473cf6ccff1c5d500e1cb6624251eb17821d release 0.2 diff -r 838d473cf6cc -r 47f2f73026fc README --- a/README Tue Apr 15 05:10:39 2014 +0300 +++ b/README Tue Apr 15 05:34:22 2014 +0300 @@ -1,16 +1,16 @@ -libdrawtext - 0.1 +libdrawtext - 0.2 ----------------- Libdrawtext is a simple library for fast anti-aliased text rendering in OpenGL. -Copyright (C) 2011-2012 John Tsiombikas +Copyright (C) 2011-2014 John Tsiombikas You may freely use, modify and/or redistribute libdrawtext, under the terms of the GNU Lesser General Public License (LGPL) version 3 (or at your option, any later version published by the Free Software Foundation). See COPYING, and COPYING.LESSER for details. Canonical url: http://nuclear.mutantstargoat.com/sw/libdrawtext -Mercurial repository: https://nuclear.mutantstargoat.com/hg/libdrawtext +Mercurial repository: http://nuclear.mutantstargoat.com/hg/libdrawtext Feel free to send in bug reports, patches, and other comments to nuclear@member.fsf.org diff -r 838d473cf6cc -r 47f2f73026fc src/drawtext.h --- a/src/drawtext.h Tue Apr 15 05:10:39 2014 +0300 +++ b/src/drawtext.h Tue Apr 15 05:34:22 2014 +0300 @@ -1,6 +1,6 @@ /* libdrawtext - a simple library for fast text rendering in OpenGL -Copyright (C) 2011-2012 John Tsiombikas +Copyright (C) 2011-2014 John Tsiombikas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by @@ -15,8 +15,8 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ -#ifndef TEXT_H_ -#define TEXT_H_ +#ifndef LIBDRAWTEXT_H_ +#define LIBDRAWTEXT_H_ #include #include @@ -185,4 +185,4 @@ } #endif -#endif /* TEXT_H_ */ +#endif /* LIBDRAWTEXT_H_ */ diff -r 838d473cf6cc -r 47f2f73026fc src/font.c --- a/src/font.c Tue Apr 15 05:10:39 2014 +0300 +++ b/src/font.c Tue Apr 15 05:34:22 2014 +0300 @@ -1,6 +1,6 @@ /* libdrawtext - a simple library for fast text rendering in OpenGL -Copyright (C) 2011 John Tsiombikas +Copyright (C) 2011-2014 John Tsiombikas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by