[Kos-cvs] kos/modules/x86/lib _delay.c,1.3,1.4

thomas at kos.enix.org thomas at kos.enix.org
Tue May 31 18:20:02 CEST 2005


Update of /var/cvs/kos/kos/modules/x86/lib
In directory the-doors:/home/the-doors/thomas/kos-cvs/kos/modules/x86/lib

Modified Files:
	_delay.c 
Log Message:
Adding GPL header

Index: _delay.c
===================================================================
RCS file: /var/cvs/kos/kos/modules/x86/lib/_delay.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- _delay.c	27 May 2003 20:15:41 -0000	1.3
+++ _delay.c	31 May 2005 16:20:00 -0000	1.4
@@ -1,3 +1,24 @@
+/* Copyright (C) 2000-2005, Thomas Petazzoni <thomas.petazzoni at enix.org>
+                            David Decotigny <david.decotigny at free.fr>
+
+   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 <arch/lib/delay.h>
 
 



More information about the Kos-cvs mailing list