[tuxdroid-svn] r478 - firmware/tuxcore/trunk
Status: Beta
Brought to you by:
ks156
From: jaguarondi <c2m...@c2...> - 2007-09-05 09:18:40
|
Author: jaguarondi Date: 2007-09-05 11:17:54 +0200 (Wed, 05 Sep 2007) New Revision: 478 Modified: firmware/tuxcore/trunk/fifo.c firmware/tuxcore/trunk/fifo.h Log: * Restored the license headers on the fifo module. Modified: firmware/tuxcore/trunk/fifo.c =================================================================== --- firmware/tuxcore/trunk/fifo.c 2007-09-04 08:18:27 UTC (rev 477) +++ firmware/tuxcore/trunk/fifo.c 2007-09-05 09:17:54 UTC (rev 478) @@ -1,10 +1,24 @@ /* - * Copyright (c) 2006, C2ME S.A. - * All rights reserved. + * TUXCORE - Firmware for the 'core' CPU of tuxdroid + * Copyright (C) 2007 C2ME S.A. <tux...@c2...> * - * $Id$ + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +/* $Id$ */ + #include <inttypes.h> #include "fifo.h" Modified: firmware/tuxcore/trunk/fifo.h =================================================================== --- firmware/tuxcore/trunk/fifo.h 2007-09-04 08:18:27 UTC (rev 477) +++ firmware/tuxcore/trunk/fifo.h 2007-09-05 09:17:54 UTC (rev 478) @@ -1,10 +1,24 @@ /* - * Copyright (c) 2006, C2ME S.A. - * All rights reserved. + * TUXCORE - Firmware for the 'core' CPU of tuxdroid + * Copyright (C) 2007 C2ME S.A. <tux...@c2...> * - * $Id$ + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +/* $Id$ */ + #ifndef _FIFO_H_ #define _FIFO_H_ |