diff options
author | Dominique Martinet <asmadeus@codewreck.org> | 2021-11-02 22:12:01 +0900 |
---|---|---|
committer | Dominique Martinet <asmadeus@codewreck.org> | 2021-11-03 17:45:04 +0900 |
commit | 024b7d6a435a450819f112690052f2923fa5ffdd (patch) | |
tree | 6b9788f47efa2e363562db776003f680d89866c0 /net/9p/trans_common.h | |
parent | 9a268faa5f8627a0d4279480b8779231adaa45c5 (diff) | |
download | linux-024b7d6a435a450819f112690052f2923fa5ffdd.tar.gz linux-024b7d6a435a450819f112690052f2923fa5ffdd.tar.bz2 linux-024b7d6a435a450819f112690052f2923fa5ffdd.zip |
9p: fix file headers
- add missing SPDX-License-Identifier
- remove (sometimes incorrect) file name from file header
Link: http://lkml.kernel.org/r/20211102134608.1588018-2-dominique.martinet@atmark-techno.com
Signed-off-by: Dominique Martinet <asmadeus@codewreck.org>
Diffstat (limited to 'net/9p/trans_common.h')
-rw-r--r-- | net/9p/trans_common.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/net/9p/trans_common.h b/net/9p/trans_common.h index c43babb3f635..bab083353ad9 100644 --- a/net/9p/trans_common.h +++ b/net/9p/trans_common.h @@ -1,15 +1,7 @@ +/* SPDX-License-Identifier: LGPL-2.1 */ /* * Copyright IBM Corporation, 2010 * Author Venkateswararao Jujjuri <jvrao@linux.vnet.ibm.com> - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of version 2.1 of the GNU Lesser General Public License - * as published by the Free Software Foundation. - * - * This program is distributed in the hope that it would be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * */ void p9_release_pages(struct page **, int); |