summaryrefslogtreecommitdiffstats
path: root/drivers/staging/android/ion/ion_page_pool.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-11-07 21:07:57 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-11-28 13:20:48 +0100
commit204a68f0e845b46f9f72d2a183dfeb652a8d641a (patch)
treec5e1b770ff8e8d6c038fd1feffe627e10dc8f4bf /drivers/staging/android/ion/ion_page_pool.c
parentdbc9f36cf7bc6d431c63c4785ad3c4bc0f306588 (diff)
downloadop-kernel-dev-204a68f0e845b46f9f72d2a183dfeb652a8d641a.zip
op-kernel-dev-204a68f0e845b46f9f72d2a183dfeb652a8d641a.tar.gz
staging: android: Remove redundant license text
Now that the SPDX tag is in all android files, that identifies the license in a specific and legally-defined manner. So the extra GPL text wording can be removed as it is no longer needed at all. This is done on a quest to remove the 700+ different ways that files in the kernel describe the GPL license text. And there's unneeded stuff like the address (sometimes incorrect) for the FSF which is never needed. No copyright headers or other non-license-description text was removed. Cc: "Arve Hjønnevåg" <arve@android.com> Cc: Riley Andrews <riandrews@android.com> Cc: Sumit Semwal <sumit.semwal@linaro.org> Acked-by: Laura Abbott <labbott@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/android/ion/ion_page_pool.c')
-rw-r--r--drivers/staging/android/ion/ion_page_pool.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/staging/android/ion/ion_page_pool.c b/drivers/staging/android/ion/ion_page_pool.c
index 4c63e8f..b3017f1 100644
--- a/drivers/staging/android/ion/ion_page_pool.c
+++ b/drivers/staging/android/ion/ion_page_pool.c
@@ -3,16 +3,6 @@
* drivers/staging/android/ion/ion_mem_pool.c
*
* Copyright (C) 2011 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.
- *
*/
#include <linux/debugfs.h>
OpenPOWER on IntegriCloud