diff options
author | Roman Kiryanov <rkir@google.com> | 2018-09-14 10:51:02 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-09-25 20:25:42 +0200 |
commit | 9b9a4a3f140050797a881dec8f8c5ebb33a16ac0 (patch) | |
tree | 23215d0b362a95ce41586ed8d06276a4bb51e792 /drivers/platform | |
parent | 4d3ebd3658d8b87d8ead979725305adc6fae3855 (diff) | |
download | linux-stable-9b9a4a3f140050797a881dec8f8c5ebb33a16ac0.tar.gz linux-stable-9b9a4a3f140050797a881dec8f8c5ebb33a16ac0.tar.bz2 linux-stable-9b9a4a3f140050797a881dec8f8c5ebb33a16ac0.zip |
platform: goldfish: pipe: Remove license boilerplate
The boilerplate license is not necessary when the SPDX line is
present.
Signed-off-by: Roman Kiryanov <rkir@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/platform')
-rw-r--r-- | drivers/platform/goldfish/goldfish_pipe_qemu.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/drivers/platform/goldfish/goldfish_pipe_qemu.h b/drivers/platform/goldfish/goldfish_pipe_qemu.h index c272e11c5433..b4d78c108afd 100644 --- a/drivers/platform/goldfish/goldfish_pipe_qemu.h +++ b/drivers/platform/goldfish/goldfish_pipe_qemu.h @@ -1,19 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0 */ /* - * Copyright (C) 2018 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. - * - */ - -/* * IMPORTANT: The following constants must match the ones used and defined in * external/qemu/include/hw/misc/goldfish_pipe.h */ |