gbasys

diff src/gfx.h @ 9:85f219fcdc82

merged
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 22 Jun 2014 06:27:18 +0300
parents 047c61960005 72c6429ae953
children 9d05431f4a16
line diff
     1.1 --- a/src/gfx.h	Sun Jun 22 06:26:11 2014 +0300
     1.2 +++ b/src/gfx.h	Sun Jun 22 06:27:18 2014 +0300
     1.3 @@ -1,10 +1,10 @@
     1.4  /*
     1.5 -This file is part of libgba, a library for GameBoy Advance development.
     1.6 -Copyright (C) 2004, 2005 John Tsiombikas <nuclear@siggraph.org>
     1.7 +gbasys - a gameboy advance hardware abstraction library
     1.8 +Copyright (C) 2004-2014  John Tsiombikas <nuclear@member.fsf.org>
     1.9  
    1.10 -This program is free software; you can redistribute it and/or modify
    1.11 +This program is free software: you can redistribute it and/or modify
    1.12  it under the terms of the GNU General Public License as published by
    1.13 -the Free Software Foundation; either version 2 of the License, or
    1.14 +the Free Software Foundation, either version 3 of the License, or
    1.15  (at your option) any later version.
    1.16  
    1.17  This program is distributed in the hope that it will be useful,
    1.18 @@ -13,10 +13,8 @@
    1.19  GNU General Public License for more details.
    1.20  
    1.21  You should have received a copy of the GNU General Public License
    1.22 -along with this program; if not, write to the Free Software
    1.23 -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    1.24 +along with this program.  If not, see <http://www.gnu.org/licenses/>.
    1.25  */
    1.26 -
    1.27  #ifndef _GFX_H_
    1.28  #define _GFX_H_
    1.29