Commit 6e23fcb3 authored by Dmitry Artamonow's avatar Dmitry Artamonow Committed by Russell King

ARM: 5821/1: SA1100: h3100/h3600: revise copyright boilerplates

Correct boilerplates after files split. Also shorten them a bit - use
standart GPL wording (as per http://lkml.org/lkml/2007/5/1/220) and
drop changelog, which only entry about h3800 support and abstracted
EGPIOs is just confusing now, as both of these features are gone.
Signed-off-by: default avatarDmitry Artamonow <mad_soft@inbox.ru>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 86e5e38c
/* /*
* Hardware definitions for Compaq iPAQ H3xxx Handheld Computers * Support for Compaq iPAQ H3100 handheld computer
* *
* Copyright 2000,1 Compaq Computer Corporation. * Copyright (c) 2000,1 Compaq Computer Corporation. (Author: Jamey Hicks)
* Copyright (c) 2009 Dmitry Artamonow <mad_soft@inbox.ru>
* *
* Use consistent with the GNU GPL is permitted, * This program is free software; you can redistribute it and/or modify
* provided that this copyright notice is * it under the terms of the GNU General Public License version 2 as
* preserved in its entirety in all copies and derived works. * published by the Free Software Foundation.
*
* COMPAQ COMPUTER CORPORATION MAKES NO WARRANTIES, EXPRESSED OR IMPLIED,
* AS TO THE USEFULNESS OR CORRECTNESS OF THIS CODE OR ITS
* FITNESS FOR ANY PARTICULAR PURPOSE.
*
* Author: Jamey Hicks.
*
* History:
*
* 2001-10-?? Andrew Christian Added support for iPAQ H3800
* and abstracted EGPIO interface.
* *
*/ */
#include <linux/module.h> #include <linux/module.h>
#include <linux/init.h> #include <linux/init.h>
#include <linux/kernel.h> #include <linux/kernel.h>
......
/* /*
* Hardware definitions for Compaq iPAQ H3xxx Handheld Computers * Support for Compaq iPAQ H3600 handheld computer
* *
* Copyright 2000,1 Compaq Computer Corporation. * Copyright (c) 2000,1 Compaq Computer Corporation. (Author: Jamey Hicks)
* Copyright (c) 2009 Dmitry Artamonow <mad_soft@inbox.ru>
* *
* Use consistent with the GNU GPL is permitted, * This program is free software; you can redistribute it and/or modify
* provided that this copyright notice is * it under the terms of the GNU General Public License version 2 as
* preserved in its entirety in all copies and derived works. * published by the Free Software Foundation.
*
* COMPAQ COMPUTER CORPORATION MAKES NO WARRANTIES, EXPRESSED OR IMPLIED,
* AS TO THE USEFULNESS OR CORRECTNESS OF THIS CODE OR ITS
* FITNESS FOR ANY PARTICULAR PURPOSE.
*
* Author: Jamey Hicks.
*
* History:
*
* 2001-10-?? Andrew Christian Added support for iPAQ H3800
* and abstracted EGPIO interface.
* *
*/ */
#include <linux/module.h> #include <linux/module.h>
#include <linux/init.h> #include <linux/init.h>
#include <linux/kernel.h> #include <linux/kernel.h>
......
/* /*
* Hardware definitions for Compaq iPAQ H3xxx Handheld Computers * Support for Compaq iPAQ H3100 and H3600 handheld computers (common code)
* *
* Copyright 2000,1 Compaq Computer Corporation. * Copyright (c) 2000,1 Compaq Computer Corporation. (Author: Jamey Hicks)
* Copyright (c) 2009 Dmitry Artamonow <mad_soft@inbox.ru>
* *
* Use consistent with the GNU GPL is permitted, * This program is free software; you can redistribute it and/or modify
* provided that this copyright notice is * it under the terms of the GNU General Public License version 2 as
* preserved in its entirety in all copies and derived works. * published by the Free Software Foundation.
*
* COMPAQ COMPUTER CORPORATION MAKES NO WARRANTIES, EXPRESSED OR IMPLIED,
* AS TO THE USEFULNESS OR CORRECTNESS OF THIS CODE OR ITS
* FITNESS FOR ANY PARTICULAR PURPOSE.
*
* Author: Jamey Hicks.
*
* History:
*
* 2001-10-?? Andrew Christian Added support for iPAQ H3800
* and abstracted EGPIO interface.
* *
*/ */
#include <linux/module.h> #include <linux/module.h>
#include <linux/init.h> #include <linux/init.h>
#include <linux/kernel.h> #include <linux/kernel.h>
......
/* /*
* Definitions for Compaq iPAQ H3100 and H3600 handheld computers
* *
* Definitions for H3600 Handheld Computer * (c) 2000 Compaq Computer Corporation. (Author: Jamey Hicks)
* (c) 2009 Dmitry Artamonow <mad_soft@inbox.ru>
* *
* Copyright 2000 Compaq Computer Corporation. * 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
* Use consistent with the GNU GPL is permitted, * published by the Free Software Foundation.
* provided that this copyright notice is
* preserved in its entirety in all copies and derived works.
*
* COMPAQ COMPUTER CORPORATION MAKES NO WARRANTIES, EXPRESSED OR IMPLIED,
* AS TO THE USEFULNESS OR CORRECTNESS OF THIS CODE OR ITS
* FITNESS FOR ANY PARTICULAR PURPOSE.
*
* Author: Jamey Hicks.
*
* History:
*
* 2001-10-?? Andrew Christian Added support for iPAQ H3800
* *
*/ */
......
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