gbasys

diff src/comm.c @ 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 06726f0b8cd3
children
line diff
     1.1 --- a/src/comm.c	Tue Sep 04 05:05:50 2012 +0300
     1.2 +++ b/src/comm.c	Fri Apr 18 02:04:46 2014 +0300
     1.3 @@ -1,6 +1,6 @@
     1.4  /*
     1.5  gbasys - a gameboy advance hardware abstraction library
     1.6 -Copyright (C) 2004-2012  John Tsiombikas <nuclear@member.fsf.org>
     1.7 +Copyright (C) 2004-2014  John Tsiombikas <nuclear@member.fsf.org>
     1.8  
     1.9  This program is free software: you can redistribute it and/or modify
    1.10  it under the terms of the GNU General Public License as published by
    1.11 @@ -15,7 +15,6 @@
    1.12  You should have received a copy of the GNU General Public License
    1.13  along with this program.  If not, see <http://www.gnu.org/licenses/>.
    1.14  */
    1.15 -
    1.16  #include "comm.h"
    1.17  #include "error.h"
    1.18  #include "signal.h"