Commit 8260b06d authored by Bjorn Helgaas's avatar Bjorn Helgaas Committed by Linus Torvalds

[PATCH] Fix up HP copyright & license text

Fix up HP copyrights and add licensing terms (GPL v2) for hp-agp.c and
pcdp.
Signed-off-by: default avatarBjorn Helgaas <bjorn.helgaas@hp.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent f7f41097
/* /*
* HP AGPGART routines. * HP zx1 AGPGART routines.
* Copyright (C) 2002-2003 Hewlett-Packard Co *
* Bjorn Helgaas <bjorn_helgaas@hp.com> * (c) Copyright 2002, 2003 Hewlett-Packard Development Company, L.P.
* Bjorn Helgaas <bjorn.helgaas@hp.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/ */
#include <linux/acpi.h> #include <linux/acpi.h>
......
/* /*
* Copyright (C) 2002, 2003, 2004 Hewlett-Packard Co. * Parse the EFI PCDP table to locate the console device.
* Khalid Aziz <khalid_aziz@hp.com> *
* (c) Copyright 2002, 2003, 2004 Hewlett-Packard Development Company, L.P.
* Khalid Aziz <khalid.aziz@hp.com>
* Alex Williamson <alex.williamson@hp.com> * Alex Williamson <alex.williamson@hp.com>
* Bjorn Helgaas <bjorn.helgaas@hp.com> * Bjorn Helgaas <bjorn.helgaas@hp.com>
* *
* Parse the EFI PCDP table to locate the console device. * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/ */
#include <linux/acpi.h> #include <linux/acpi.h>
......
/* /*
* Copyright (C) 2002, 2004 Hewlett-Packard Co.
* Khalid Aziz <khalid_aziz@hp.com>
* Bjorn Helgaas <bjorn.helgaas@hp.com>
*
* Definitions for PCDP-defined console devices * Definitions for PCDP-defined console devices
* *
* v1.0a: http://www.dig64.org/specifications/DIG64_HCDPv10a_01.pdf * v1.0a: http://www.dig64.org/specifications/DIG64_HCDPv10a_01.pdf
* v2.0: http://www.dig64.org/specifications/DIG64_HCDPv20_042804.pdf * v2.0: http://www.dig64.org/specifications/DIG64_HCDPv20_042804.pdf
*
* (c) Copyright 2002, 2004 Hewlett-Packard Development Company, L.P.
* Khalid Aziz <khalid.aziz@hp.com>
* Bjorn Helgaas <bjorn.helgaas@hp.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/ */
#define PCDP_CONSOLE 0 #define PCDP_CONSOLE 0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment