gbasys

diff src/font.h @ 7:72c6429ae953

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