Update of /cvsroot/blob/blob/include/blob
In directory usw-pr-cvs1:/tmp/cvs-serv2139
Modified Files:
ide.h pcmcia.h
Log Message:
- Added copyright stuff
Index: ide.h
===================================================================
RCS file: /cvsroot/blob/blob/include/blob/ide.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ide.h 24 Apr 2002 14:29:03 -0000 1.2
+++ ide.h 26 Apr 2002 09:23:03 -0000 1.3
@@ -1,3 +1,23 @@
+/*
+ * ide.h
+ *
+ * Copyright (C) 2001, Brad Parker (br...@he...)
+ * Copyright (C) 2002, Stefan Eletzhofer <ste...@el...>
+ *
+ * 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
+ */
#ifndef BLOB_IDE_H
#define BLOB_IDE_H 1
Index: pcmcia.h
===================================================================
RCS file: /cvsroot/blob/blob/include/blob/pcmcia.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- pcmcia.h 26 Apr 2002 04:45:26 -0000 1.3
+++ pcmcia.h 26 Apr 2002 09:23:03 -0000 1.4
@@ -1,3 +1,23 @@
+/*
+ * pcmcia.h
+ *
+ * Copyright (C) 2001, Brad Parker (br...@he...)
+ * Copyright (C) 2002, Stefan Eletzhofer <ste...@el...>
+ *
+ * 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
+ */
#ifndef BLOB_PCMCIA_H
#define BLOB_PCMCIA_H 1
|