summaryrefslogtreecommitdiffstats
path: root/net/nfs.h
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2020-10-29 22:14:04 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2020-11-02 08:57:32 +0100
commitecdc31e44fb3e7863b503d8ef4ed4a2e54c86fb5 (patch)
treeb1f04f74575a3f90197c1b16127c761d3be4d368 /net/nfs.h
parent3588d40c5385e0487800764902dbaaa766699816 (diff)
downloadbarebox-ecdc31e44fb3e7863b503d8ef4ed4a2e54c86fb5.tar.gz
barebox-ecdc31e44fb3e7863b503d8ef4ed4a2e54c86fb5.tar.xz
net: Replace license and copyright boilerplate by SPDX identfiers
Converts the files that licensecheck can determine to be licensed under GPL-2.0-only or GPL-2.0-or-later and also convert the copyright statements to SPDX. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'net/nfs.h')
-rw-r--r--net/nfs.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/net/nfs.h b/net/nfs.h
index 7c7a648e46..e9ac5f299a 100644
--- a/net/nfs.h
+++ b/net/nfs.h
@@ -1,11 +1,5 @@
-/*
- * (C) Masami Komiya <mkomiya@sonare.it> 2004
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation; either version 2, or (at
- * your option) any later version.
- */
+/* SPDX-License-Identifier: GPL-2.0-or-later */
+/* SPDX-FileCopyrightText: 2004 Masami Komiya <mkomiya@sonare.it> */
#ifndef __NFS_H__
#define __NFS_H__