summaryrefslogtreecommitdiff
path: root/fs/jffs2/mergesort.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/jffs2/mergesort.c')
-rw-r--r--fs/jffs2/mergesort.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/jffs2/mergesort.c b/fs/jffs2/mergesort.c
index 6e633a1133..fca77aa651 100644
--- a/fs/jffs2/mergesort.c
+++ b/fs/jffs2/mergesort.c
@@ -1,11 +1,10 @@
+// SPDX-License-Identifier: MIT
/*
* This file is copyright 2001 Simon Tatham.
* Rewritten from original source 2006 by Dan Merillat for use in u-boot.
*
* Original code can be found at:
* http://www.chiark.greenend.org.uk/~sgtatham/algorithms/listsort.html
- *
- * SPDX-License-Identifier: MIT
*/
#include <common.h>