diff options
Diffstat (limited to 'fs/jffs2/mergesort.c')
-rw-r--r-- | fs/jffs2/mergesort.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/jffs2/mergesort.c b/fs/jffs2/mergesort.c index 6e633a11338..fca77aa6511 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> |