summaryrefslogtreecommitdiff
path: root/src/fault.c
diff options
context:
space:
mode:
authorDave Chinner <dchinner@redhat.com>2018-06-20 12:04:16 +1000
committerEryu Guan <guaneryu@gmail.com>2018-06-22 10:38:07 +0800
commitc432589da355e3bc2016c1ddec7fcdb963f2f382 (patch)
tree57ed90f72751443795eab97225b3eae76f521264 /src/fault.c
parent09faacc1291dc4b396e913505d7ced17c6457f84 (diff)
src/: spdx license conversion
Mostly scripted like all the others, manually added tags to Makefile, nsexec.c and t_mmap_writev.c. Manually touched up open_by_handle.c and t_encrypted_d_revalidate.c post script. Notes for future reference: - src/log-writes/ code has no explicit copyright or license tags, nor does the upstream repository, hence license is unknown. Need Josef to clarify the license and send a patch adding SPDX tags to those files. - src/perf code has no explicit copyright or license tags, but it was code submitted explictly for fstests so it is assumed to be GPLv2.0 and tagged as such. If this is incorrect, Josef will need to clarify copyright and the license and send patches to correct it. Signed-off-by: Dave Chinner <dchinner@redhat.com>
Diffstat (limited to 'src/fault.c')
-rw-r--r--src/fault.c14
1 files changed, 1 insertions, 13 deletions
diff --git a/src/fault.c b/src/fault.c
index e20ab136..6e079a19 100644
--- a/src/fault.c
+++ b/src/fault.c
@@ -1,19 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* Copyright (c) 2000-2003 Silicon Graphics, Inc.
* All Rights Reserved.
- *
- * 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.
- *
- * 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. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "global.h"