[parisc-linux-cvs] linux-2.6 grundler
Grant Grundler
grundler at parisc-linux.org
Fri Jan 16 23:48:33 MST 2004
On Fri, Jan 16, 2004 at 11:39:25PM -0700, Grant Grundler wrote:
> Log message:
> update arch/parisc drivers/parisc for missing Copyright/License
> patch partially prepared by Joel Soete.
> Mistakes in Copyright (C) entries are mine.
BTW, I reviewed linux-2.4 and linux-2.6 CVS log entries to
generate the Copyright. And at times I checked linux-2.3 and
linux-2.5 as well. But this is by no means a conclusive
or even correct work.
Please update (add/del) or correct entries that you feel are wrong.
Oh, and "merge" entries in the cvs log didn't count.
thanks,
grant
Index: arch/parisc/hpux/fs.c
===================================================================
RCS file: /var/cvs/linux-2.6/arch/parisc/hpux/fs.c,v
retrieving revision 1.2
diff -u -p -r1.2 fs.c
--- arch/parisc/hpux/fs.c 28 Sep 2003 04:04:52 -0000 1.2
+++ arch/parisc/hpux/fs.c 17 Jan 2004 05:51:45 -0000
@@ -1,7 +1,24 @@
/*
- * linux/arch/parisc/kernel/sys_hpux.c
+ * Implements HPUX syscalls.
*
- * implements HPUX syscalls.
+ * Copyright (C) 1999 Matthew Wilcox <willy with parisc-linux.org>
+ * Copyright (C) 2000 Michael Ang <mang with subcarrier.org>
+ * Copyright (C) 2000 John Marvin <jsm with parisc-linux.org>
+ * Copyright (C) 2000 Philipp Rumpf
+ *
+ * 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
*/
#include <linux/mm.h>
Index: arch/parisc/hpux/ioctl.c
===================================================================
RCS file: /var/cvs/linux-2.6/arch/parisc/hpux/ioctl.c,v
retrieving revision 1.1
diff -u -p -r1.1 ioctl.c
--- arch/parisc/hpux/ioctl.c 29 Jul 2003 17:00:41 -0000 1.1
+++ arch/parisc/hpux/ioctl.c 17 Jan 2004 05:51:45 -0000
@@ -1,7 +1,21 @@
/*
- * linux/arch/parisc/hpux/ioctl.c
+ * Implements some necessary HPUX ioctls.
*
- * implements some necessary HPUX ioctls.
+ * Copyright (C) 1999-2002 Matthew Wilcox <willy with parisc-linux.org>
+ *
+ * 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
*/
/*
Index: arch/parisc/hpux/sys_hpux.c
===================================================================
RCS file: /var/cvs/linux-2.6/arch/parisc/hpux/sys_hpux.c,v
retrieving revision 1.2
diff -u -p -r1.2 sys_hpux.c
--- arch/parisc/hpux/sys_hpux.c 28 Sep 2003 04:04:52 -0000 1.2
+++ arch/parisc/hpux/sys_hpux.c 17 Jan 2004 05:51:45 -0000
@@ -1,7 +1,25 @@
/*
- * linux/arch/parisc/kernel/sys_hpux.c
+ * Implements HPUX syscalls.
*
- * implements HPUX syscalls.
+ * Copyright (C) 1999 Matthew Wilcox <willy with parisc-linux.org>
+ * Copyright (C) 2000 Philipp Rumpf
+ * Copyright (C) 2000 John Marvin <jsm with parisc-linux.org>
+ * Copyright (C) 2000 Michael Ang <mang with subcarrier.org>
+ * Copyright (C) 2001 Nathan Neulinger <nneul at umr.edu>
+ *
+ * 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
*/
#include <linux/fs.h>
Index: arch/parisc/kernel/asm-offsets.c
===================================================================
RCS file: /var/cvs/linux-2.6/arch/parisc/kernel/asm-offsets.c,v
retrieving revision 1.2
diff -u -p -r1.2 asm-offsets.c
--- arch/parisc/kernel/asm-offsets.c 13 Sep 2003 19:48:43 -0000 1.2
+++ arch/parisc/kernel/asm-offsets.c 17 Jan 2004 05:51:45 -0000
@@ -2,6 +2,29 @@
* Generate definitions needed by assembly language modules.
* This code generates raw asm output which is post-processed to extract
* and format the required data.
+ *
+ * Copyright (C) 2000-2001 John Marvin <jsm at parisc-linux.org>
+ * Copyright (C) 2000 David Huggins-Daines <dhd with pobox.org>
+ * Copyright (C) 2000 Sam Creasey <sammy at sammy.net>
+ * Copyright (C) 2000 Grant Grundler <grundler with parisc-linux.org>
+ * Copyright (C) 2001 Paul Bame <bame at parisc-linux.org>
+ * Copyright (C) 2001 Richard Hirst <rhirst at parisc-linux.org>
+ * Copyright (C) 2002 Randolph Chung <tausq with parisc-linux.org>
+ * Copyright (C) 2003 James Bottomley <jejb at parisc-linux.org>
+ *
+ * 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
*/
#include <linux/types.h>
Index: arch/parisc/kernel/hpmc.S
===================================================================
RCS file: /var/cvs/linux-2.6/arch/parisc/kernel/hpmc.S,v
retrieving revision 1.1
diff -u -p -r1.1 hpmc.S
--- arch/parisc/kernel/hpmc.S 29 Jul 2003 17:00:41 -0000 1.1
+++ arch/parisc/kernel/hpmc.S 17 Jan 2004 05:51:45 -0000
@@ -17,7 +17,7 @@
*
* 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
Index: arch/parisc/kernel/init_task.c
===================================================================
RCS file: /var/cvs/linux-2.6/arch/parisc/kernel/init_task.c,v
retrieving revision 1.2
diff -u -p -r1.2 init_task.c
--- arch/parisc/kernel/init_task.c 8 Oct 2003 20:52:07 -0000 1.2
+++ arch/parisc/kernel/init_task.c 17 Jan 2004 05:51:45 -0000
@@ -1,3 +1,27 @@
+/*
+ * Static declaration of "init" task data structure.
+ *
+ * Copyright (C) 2000 Paul Bame <bame at parisc-linux.org>
+ * Copyright (C) 2000-2001 John Marvin <jsm at parisc-linux.org>
+ * Copyright (C) 2001 Helge Deller <deller @ parisc-linux.org>
+ * Copyright (C) 2002 Matthew Wilcox <willy with parisc-linux.org>
+ *
+ *
+ * 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
+ */
+
#include <linux/mm.h>
#include <linux/module.h>
#include <linux/sched.h>
Index: arch/parisc/kernel/pacache.S
===================================================================
RCS file: /var/cvs/linux-2.6/arch/parisc/kernel/pacache.S,v
retrieving revision 1.2
diff -u -p -r1.2 pacache.S
--- arch/parisc/kernel/pacache.S 13 Oct 2003 19:43:19 -0000 1.2
+++ arch/parisc/kernel/pacache.S 17 Jan 2004 05:51:45 -0000
@@ -1,6 +1,8 @@
/*
- * Parisc tlb and cache flushing support
- * Copyright (C) 2000 Hewlett-Packard (John Marvin)
+ * PARISC TLB and cache flushing support
+ * Copyright (C) 2000-2001 Hewlett-Packard (John Marvin)
+ * Copyright (C) 2001 Matthew Wilcox (willy at parisc-linux.org)
+ * Copyright (C) 2002 Richard Hirst (rhirst with parisc-linux.org)
*
* 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
@@ -14,7 +16,7 @@
*
* 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
/*
Index: arch/parisc/kernel/parisc_ksyms.c
===================================================================
RCS file: /var/cvs/linux-2.6/arch/parisc/kernel/parisc_ksyms.c,v
retrieving revision 1.13
diff -u -p -r1.13 parisc_ksyms.c
--- arch/parisc/kernel/parisc_ksyms.c 9 Oct 2003 19:13:43 -0000 1.13
+++ arch/parisc/kernel/parisc_ksyms.c 17 Jan 2004 05:51:45 -0000
@@ -1,5 +1,27 @@
/*
- * Architecture-specific kernel symbols
+ * Architecture-specific kernel symbols
+ *
+ * Copyright (C) 2000-2001 Richard Hirst <rhirst with parisc-linux.org>
+ * Copyright (C) 2001 Dave Kennedy
+ * Copyright (C) 2001 Paul Bame <bame at parisc-linux.org>
+ * Copyright (C) 2001-2003 Grant Grundler <grundler with parisc-linux.org>
+ * Copyright (C) 2002-2003 Matthew Wilcox <willy at parisc-linux.org>
+ * Copyright (C) 2002 Randolph Chung <tausq at parisc-linux.org>
+ * Copyright (C) 2002-2003 Helge Deller <deller with parisc-linux.org>
+ *
+ * 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
*/
#include <linux/config.h>
Index: arch/parisc/kernel/pdc_chassis.c
===================================================================
RCS file: /var/cvs/linux-2.6/arch/parisc/kernel/pdc_chassis.c,v
retrieving revision 1.2
diff -u -p -r1.2 pdc_chassis.c
--- arch/parisc/kernel/pdc_chassis.c 2 Oct 2003 17:54:20 -0000 1.2
+++ arch/parisc/kernel/pdc_chassis.c 17 Jan 2004 05:51:45 -0000
@@ -1,23 +1,22 @@
-/*
- * arch/parisc/kernel/pdc_chassis.c
+/*
+ * interfaces to log Chassis Codes via PDC (firmware)
*
- * Copyright (C) 2002 Laurent Canet <canetl at esiee.fr>
- * Copyright (C) 2002-2003 Thibaut Varene <varenet at esiee.fr>
+ * Copyright (C) 2002 Laurent Canet <canetl at esiee.fr>
+ * Copyright (C) 2002-2003 Thibaut Varene <varenet at esiee.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 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, 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * 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
*/
#undef PDC_CHASSIS_DEBUG
Index: arch/parisc/kernel/pdc_cons.c
===================================================================
RCS file: /var/cvs/linux-2.6/arch/parisc/kernel/pdc_cons.c,v
retrieving revision 1.4
diff -u -p -r1.4 pdc_cons.c
--- arch/parisc/kernel/pdc_cons.c 14 Oct 2003 11:33:39 -0000 1.4
+++ arch/parisc/kernel/pdc_cons.c 17 Jan 2004 05:51:45 -0000
@@ -1,6 +1,35 @@
-/*
- * linux/arch/parisc/kernel/pdc_console.c
+/*
+ * PDC Console support - ie use firmware to dump text via boot console
+ *
+ * Copyright (C) 1999-2003 Matthew Wilcox <willy at parisc-linux.org>
+ * Copyright (C) 2000 Martin K Petersen <mkp at mkp.net>
+ * Copyright (C) 2000 John Marvin <jsm at parisc-linux.org>
+ * Copyright (C) 2000-2003 Paul Bame <bame at parisc-linux.org>
+ * Copyright (C) 2000 Philipp Rumpf <prumpf with tux.org>
+ * Copyright (C) 2000 Michael Ang <mang with subcarrier.org>
+ * Copyright (C) 2000 Grant Grundler <grundler with parisc-linux.org>
+ * Copyright (C) 2001-2002 Ryan Bradetich <rbrad at parisc-linux.org>
+ * Copyright (C) 2001 Helge Deller <deller at parisc-linux.org>
+ * Copyright (C) 2001 Thomas Boegendorfer <tsbogend at parisc-linux.org>
+ * Copyright (C) 2002 Randolph Chung <tausq with parisc-linux.org>
+ *
*
+ * 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
+ */
+
+/*
* The PDC console is a simple console, which can be used for debugging
* boot related problems on HP PA-RISC machines.
*
Index: arch/parisc/kernel/perf_asm.S
===================================================================
RCS file: /var/cvs/linux-2.6/arch/parisc/kernel/perf_asm.S,v
retrieving revision 1.1
diff -u -p -r1.1 perf_asm.S
--- arch/parisc/kernel/perf_asm.S 29 Jul 2003 17:00:41 -0000 1.1
+++ arch/parisc/kernel/perf_asm.S 17 Jan 2004 05:51:45 -0000
@@ -1,8 +1,22 @@
-;
-; Purpose:
-; This file has the overall purpose of suppyling low-level
-; assembly to program the intrigue portion of the cpu.
-;
+
+/* low-level asm for "intrigue" (PA8500-8700 CPU perf counters)
+ *
+ * Copyright (C) 2001 Randolph Chung <tausq at parisc-linux.org>
+ *
+ * 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
+ */
#include <linux/config.h>
#include <asm/assembly.h>
Index: arch/parisc/kernel/perf_images.h
===================================================================
RCS file: /var/cvs/linux-2.6/arch/parisc/kernel/perf_images.h,v
retrieving revision 1.1
diff -u -p -r1.1 perf_images.h
--- arch/parisc/kernel/perf_images.h 29 Jul 2003 17:00:41 -0000 1.1
+++ arch/parisc/kernel/perf_images.h 17 Jan 2004 05:51:45 -0000
@@ -1,11 +1,26 @@
+/*
+ * Imagine for use with the Onyx (PCX-U) CPU interface
+ *
+ * Copyright (C) 2001 Randolph Chung <tausq at parisc-linux.org>
+ *
+ * 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 PERF_IMAGES_H
#define PERF_IMAGES_H
/* Magic numbers taken without modification from HPUX stuff */
-
-/*
- * Imagine for use with the Onyx cpu interface
- */
#define PCXU_IMAGE_SIZE 584
Index: arch/parisc/kernel/process.c
===================================================================
RCS file: /var/cvs/linux-2.6/arch/parisc/kernel/process.c,v
retrieving revision 1.6
diff -u -p -r1.6 process.c
--- arch/parisc/kernel/process.c 9 Oct 2003 19:13:43 -0000 1.6
+++ arch/parisc/kernel/process.c 17 Jan 2004 05:51:45 -0000
@@ -1,10 +1,35 @@
/*
- * linux/arch/parisc/kernel/process.c
- * based on the work for i386
- */
-
-/*
- * This file handles the architecture-dependent parts of process handling..
+ * PARISC Architecture-dependent parts of process handling
+ * based on the work for i386
+ *
+ * Copyright (C) 1999-2003 Matthew Wilcox <willy at parisc-linux.org>
+ * Copyright (C) 2000 Martin K Petersen <mkp at mkp.net>
+ * Copyright (C) 2000 John Marvin <jsm at parisc-linux.org>
+ * Copyright (C) 2000 David Huggins-Daines <dhd with pobox.org>
+ * Copyright (C) 2000-2003 Paul Bame <bame at parisc-linux.org>
+ * Copyright (C) 2000 Philipp Rumpf <prumpf with tux.org>
+ * Copyright (C) 2000 David Kennedy <dkennedy with linuxcare.com>
+ * Copyright (C) 2000 Richard Hirst <rhirst with parisc-lixux.org>
+ * Copyright (C) 2000 Grant Grundler <grundler with parisc-linux.org>
+ * Copyright (C) 2001 Alan Modra <amodra at parisc-linux.org>
+ * Copyright (C) 2001-2002 Ryan Bradetich <rbrad at parisc-linux.org>
+ * Copyright (C) 2001-2002 Helge Deller <deller at parisc-linux.org>
+ * Copyright (C) 2002 Randolph Chung <tausq with parisc-linux.org>
+ *
+ *
+ * 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
*/
#define __KERNEL_SYSCALLS__
Index: arch/parisc/kernel/signal32.c
===================================================================
RCS file: /var/cvs/linux-2.6/arch/parisc/kernel/signal32.c,v
retrieving revision 1.2
diff -u -p -r1.2 signal32.c
--- arch/parisc/kernel/signal32.c 10 Dec 2003 22:42:34 -0000 1.2
+++ arch/parisc/kernel/signal32.c 17 Jan 2004 05:51:45 -0000
@@ -1,4 +1,25 @@
-/* mostly borrowed from kernel/signal.c */
+/* Signal support for 32-bit kernel builds
+ *
+ * Copyright (C) 2001 Matthew Wilcox <willy at parisc-linux.org>
+ * Code was mostly borrowed from kernel/signal.c.
+ * See kernel/signal.c for additional Copyrights.
+ *
+ *
+ * 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
+ */
+
#include <linux/config.h>
#include <linux/compat.h>
#include <linux/slab.h>
Index: arch/parisc/kernel/signal32.h
===================================================================
RCS file: /var/cvs/linux-2.6/arch/parisc/kernel/signal32.h,v
retrieving revision 1.1
diff -u -p -r1.1 signal32.h
--- arch/parisc/kernel/signal32.h 10 Dec 2003 22:34:02 -0000 1.1
+++ arch/parisc/kernel/signal32.h 17 Jan 2004 05:51:45 -0000
@@ -1,3 +1,21 @@
+/*
+ * Copyright (C) 2001 Matthew Wilcox <willy at parisc-linux.org>
+ * Copyright (C) 2003 Carlos O'Donell <carlos at parisc-linux.org>
+ *
+ * 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 _PARISC64_KERNEL_SIGNAL32_H
#define _PARISC64_KERNEL_SIGNAL32_H
Index: arch/parisc/kernel/sys32.h
===================================================================
RCS file: /var/cvs/linux-2.6/arch/parisc/kernel/sys32.h,v
retrieving revision 1.1
diff -u -p -r1.1 sys32.h
--- arch/parisc/kernel/sys32.h 29 Jul 2003 17:00:41 -0000 1.1
+++ arch/parisc/kernel/sys32.h 17 Jan 2004 05:51:45 -0000
@@ -1,3 +1,22 @@
+/*
+ * Copyright (C) 2002 Richard Hirst <rhirst at parisc-linux.org>
+ * Copyright (C) 2003 James Bottomley <jejb at parisc-linux.org>
+ * Copyright (C) 2003 Randolph Chung <tausq with parisc-linux.org>
+ *
+ * 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 _PARISC64_KERNEL_SYS32_H
#define _PARISC64_KERNEL_SYS32_H
Index: arch/parisc/kernel/sys_parisc.c
===================================================================
RCS file: /var/cvs/linux-2.6/arch/parisc/kernel/sys_parisc.c,v
retrieving revision 1.16
diff -u -p -r1.16 sys_parisc.c
--- arch/parisc/kernel/sys_parisc.c 15 Nov 2003 16:02:54 -0000 1.16
+++ arch/parisc/kernel/sys_parisc.c 17 Jan 2004 05:51:45 -0000
@@ -1,7 +1,25 @@
+
/*
- * linux/arch/parisc/kernel/sys_parisc.c
+ * PARISC specific syscalls
*
- * this implements syscalls which are handled per-arch.
+ * Copyright (C) 1999-2003 Matthew Wilcox <willy at parisc-linux.org>
+ * Copyright (C) 2000-2003 Paul Bame <bame at parisc-linux.org>
+ * Copyright (C) 2001 Thomas Boegendorfer <tsbogend at parisc-linux.org>
+ *
+ *
+ * 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
*/
#include <asm/uaccess.h>
Index: arch/parisc/kernel/syscall_table.S
===================================================================
RCS file: /var/cvs/linux-2.6/arch/parisc/kernel/syscall_table.S,v
retrieving revision 1.3
diff -u -p -r1.3 syscall_table.S
--- arch/parisc/kernel/syscall_table.S 15 Nov 2003 16:02:54 -0000 1.3
+++ arch/parisc/kernel/syscall_table.S 17 Jan 2004 05:51:45 -0000
@@ -1,3 +1,35 @@
+/* System Call Table
+ *
+ * Copyright (C) 1999-2003 Matthew Wilcox <willy at parisc-linux.org>
+ * Copyright (C) 2000-2001 John Marvin <jsm at parisc-linux.org>
+ * Copyright (C) 2000 Alan Modra <amodra at parisc-linux.org>
+ * Copyright (C) 2000-2003 Paul Bame <bame at parisc-linux.org>
+ * Copyright (C) 2000 Philipp Rumpf <prumpf with tux.org>
+ * Copyright (C) 2000 Michael Ang <mang with subcarrier.org>
+ * Copyright (C) 2000 David Huggins-Daines <dhd with pobox.org>
+ * Copyright (C) 2000 Grant Grundler <grundler at parisc-linux.org>
+ * Copyright (C) 2001 Richard Hirst <rhirst with parisc-linux.org>
+ * Copyright (C) 2001-2002 Ryan Bradetich <rbrad at parisc-linux.org>
+ * Copyright (C) 2001 Helge Deller <deller at parisc-linux.org>
+ * Copyright (C) 2000-2001 Thomas Boegendorfer <tsbogend at parisc-linux.org>
+ * Copyright (C) 2002 Randolph Chung <tausq with parisc-linux.org>
+ *
+ *
+ * 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
+ */
+
#undef ENTRY_SAME
#undef ENTRY_DIFF
#undef ENTRY_UHOH
Index: arch/parisc/kernel/vmlinux.lds.S
===================================================================
RCS file: /var/cvs/linux-2.6/arch/parisc/kernel/vmlinux.lds.S,v
retrieving revision 1.3
diff -u -p -r1.3 vmlinux.lds.S
--- arch/parisc/kernel/vmlinux.lds.S 8 Sep 2003 22:00:21 -0000 1.3
+++ arch/parisc/kernel/vmlinux.lds.S 17 Jan 2004 05:51:45 -0000
@@ -1,3 +1,27 @@
+/* Kernel link layout for various "sections"
+ *
+ * Copyright (C) 1999-2003 Matthew Wilcox <willy at parisc-linux.org>
+ * Copyright (C) 2000-2003 Paul Bame <bame at parisc-linux.org>
+ * Copyright (C) 2000 John Marvin <jsm at parisc-linux.org>
+ * Copyright (C) 2000 Michael Ang <mang with subcarrier.org>
+ * Copyright (C) 2002 Randolph Chung <tausq with parisc-linux.org>
+ * Copyright (C) 2003 James Bottomley <jejb with parisc-linux.org>
+ *
+ *
+ * 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
+ */
#include <linux/config.h>
#include <asm-generic/vmlinux.lds.h>
Index: arch/parisc/lib/lusercopy.S
===================================================================
RCS file: /var/cvs/linux-2.6/arch/parisc/lib/lusercopy.S,v
retrieving revision 1.2
diff -u -p -r1.2 lusercopy.S
--- arch/parisc/lib/lusercopy.S 18 Oct 2003 17:55:07 -0000 1.2
+++ arch/parisc/lib/lusercopy.S 17 Jan 2004 05:51:45 -0000
@@ -1,8 +1,11 @@
/*
- * Linux/PA-RISC Project (http://www.parisc-linux.org/)
+ * User Space Access Routines
+ *
+ * Copyright (C) 2000-2002 Hewlett-Packard (John Marvin)
+ * Copyright (C) 2000 Richard Hirst <rhirst with parisc-linux.org>
+ * Copyright (C) 2001 Matthieu Delahaye <delahaym at esiee.fr>
+ * Copyright (C) 2003 Randolph Chung <tausq with parisc-linux.org>
*
- * Assembly Language User Access Routines
- * Copyright (C) 2000 Hewlett-Packard (John Marvin)
*
* 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
@@ -16,7 +19,7 @@
*
* 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
/*
Index: arch/parisc/mm/kmap.c
===================================================================
RCS file: /var/cvs/linux-2.6/arch/parisc/mm/kmap.c,v
retrieving revision 1.1
diff -u -p -r1.1 kmap.c
--- arch/parisc/mm/kmap.c 29 Jul 2003 17:00:42 -0000 1.1
+++ arch/parisc/mm/kmap.c 17 Jan 2004 05:51:45 -0000
@@ -1,3 +1,26 @@
+/*
+ * kmap/page table map and unmap support routines
+ *
+ * Copyright 1999,2000 Hewlett-Packard Company
+ * Copyright 2000 John Marvin <jsm at hp.com>
+ * Copyright 2000 Grant Grundler <grundler at parisc-linux.org>
+ * Copyright 2000 Philipp Rumpf <prumpf at tux.org>
+ *
+ *
+ * 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
+ */
/*
** Stolen mostly from arch/parisc/kernel/pci-dma.c
*/
Index: drivers/parisc/eisa_eeprom.c
===================================================================
RCS file: /var/cvs/linux-2.6/drivers/parisc/eisa_eeprom.c,v
retrieving revision 1.1
diff -u -p -r1.1 eisa_eeprom.c
--- drivers/parisc/eisa_eeprom.c 29 Jul 2003 17:01:24 -0000 1.1
+++ drivers/parisc/eisa_eeprom.c 17 Jan 2004 05:51:46 -0000
@@ -1,3 +1,24 @@
+/*
+ * EISA "eeprom" support routines
+ *
+ * Copyright (C) 2001 Thomas Boegendorfer <tsbogend at parisc-linux.org>
+ *
+ *
+ * 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
+ */
+
#include <linux/config.h>
#include <linux/module.h>
#include <linux/init.h>
Index: drivers/parisc/iosapic_private.h
===================================================================
RCS file: /var/cvs/linux-2.6/drivers/parisc/iosapic_private.h,v
retrieving revision 1.2
diff -u -p -r1.2 iosapic_private.h
--- drivers/parisc/iosapic_private.h 21 Dec 2003 13:13:11 -0000 1.2
+++ drivers/parisc/iosapic_private.h 17 Jan 2004 05:51:46 -0000
@@ -1,3 +1,26 @@
+/*
+ * Private structs/constants for PARISC IOSAPIC support
+ *
+ * Copyright (C) 2000 Hewlett Packard (Grant Grundler)
+ * Copyright (C) 2000,2003 Grant Grundler (grundler at parisc-linux.org)
+ * Copyright (C) 2002 Matthew Wilcox (willy at parisc-linux.org)
+ *
+ *
+ * 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
+ */
+
/*
** This file is private to iosapic driver.
** If stuff needs to be used by another driver, move it to a common file.
More information about the parisc-linux-cvs
mailing list