Messages in this thread Patch in this message |  | | Date | Wed, 3 Oct 2018 10:17:15 -0700 | Subject | [PATCH v3 10/15] platform: goldfish: pipe: Remove the license boilerplate | From | rkir@google ... |
| |
From: Roman Kiryanov <rkir@google.com>
Not required with the SPDX-License-Identifier header.
Signed-off-by: Roman Kiryanov <rkir@google.com> --- Changes in v3: - No change. Changes in v2: - No change.
drivers/platform/goldfish/goldfish_pipe_v2.c | 17 ----------------- 1 file changed, 17 deletions(-)
diff --git a/drivers/platform/goldfish/goldfish_pipe_v2.c b/drivers/platform/goldfish/goldfish_pipe_v2.c index a1fbbf49cc3f..ff5d88e7959a 100644 --- a/drivers/platform/goldfish/goldfish_pipe_v2.c +++ b/drivers/platform/goldfish/goldfish_pipe_v2.c @@ -1,21 +1,4 @@ // SPDX-License-Identifier: GPL-2.0 -/* - * Copyright (C) 2012 Intel, Inc. - * Copyright (C) 2013 Intel, Inc. - * Copyright (C) 2014 Linaro Limited - * Copyright (C) 2011-2016 Google, Inc. - * - * This software is licensed under the terms of the GNU General Public - * License version 2, as published by the Free Software Foundation, and - * may be copied, distributed, and modified under those terms. - * - * 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. - * - */ - /* This source file contains the implementation of a special device driver * that intends to provide a *very* fast communication channel between the * guest system and the QEMU emulator. -- 2.19.0.605.g01d371f741-goog
|  |