summaryrefslogtreecommitdiff
path: root/src/resvtest.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/resvtest.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/resvtest.c')
-rw-r--r--src/resvtest.c18
1 files changed, 1 insertions, 17 deletions
diff --git a/src/resvtest.c b/src/resvtest.c
index ecad0317..898731de 100644
--- a/src/resvtest.c
+++ b/src/resvtest.c
@@ -1,22 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright (c) 2004 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; either version 2 of the License, or
- * (at your option) any later version.
- *
- * 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.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
- * USA
- *
- * Contact information: Silicon Graphics, Inc., 1500 Crittenden Lane,
- * Mountain View, CA 94043, USA, or: http://www.sgi.com
*/
#include "global.h"