aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2011-03-02 20:49:30 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2011-03-02 20:49:30 -0500
commit9b9f93da1fdb133a2de88c22670d6c39b3634eb5 (patch)
treedc510f3a9e57c57d21bba5cb8d68d699bdefe9cb
parent8fd16ff35c97f3bd0ec8ff25f0f86a95e638d9ad (diff)
Staging: hv: hv_mouse: fix up copyright and license header
Use the proper license header from the other hv drivers and remove the nonsense about derivative works, as it's rubbish. Cc: Hank Janssen <hjanssen@microsoft.com> Cc: K. Y. Srinivasan <kys@microsoft.com> Cc: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r--drivers/staging/hv/hv_mouse.c31
1 files changed, 10 insertions, 21 deletions
diff --git a/drivers/staging/hv/hv_mouse.c b/drivers/staging/hv/hv_mouse.c
index fb3299a0688..32fad734432 100644
--- a/drivers/staging/hv/hv_mouse.c
+++ b/drivers/staging/hv/hv_mouse.c
@@ -1,27 +1,16 @@
1/* 1/*
2 * Copyright 2009 Citrix Systems, Inc. 2 * Copyright (c) 2009, Citrix Systems, Inc.
3 * Copyright (c) 2010, Microsoft Corporation.
4 * Copyright (c) 2011, Novell Inc.
3 * 5 *
4 * This program is free software; you can redistribute it and/or modify 6 * This program is free software; you can redistribute it and/or modify it
5 * it under the terms of the GNU General Public License as published by 7 * under the terms and conditions of the GNU General Public License,
6 * the Free Software Foundation; either version 2 of the License, or 8 * version 2, as published by the Free Software Foundation.
7 * (at your option) any later version.
8 *
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 *
14 * You should have received a copy of the GNU General Public License along
15 * with this program; if not, write to the Free Software Foundation, Inc.,
16 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17 *
18 * For clarity, the licensor of this program does not intend that a
19 * "derivative work" include code which compiles header information from
20 * this program.
21 *
22 * This code has been modified from its original by
23 * Hank Janssen <hjanssen@microsoft.com>
24 * 9 *
10 * This program is distributed in the hope it will be useful, but WITHOUT
11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
13 * more details.
25 */ 14 */
26#include <linux/init.h> 15#include <linux/init.h>
27#include <linux/module.h> 16#include <linux/module.h>