diff options
Diffstat (limited to 'cmd/zfs.c')
-rw-r--r-- | cmd/zfs.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cmd/zfs.c b/cmd/zfs.c index 6913043d7f4..384ac4c9396 100644 --- a/cmd/zfs.c +++ b/cmd/zfs.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * * ZFS filesystem porting to Uboot by @@ -5,8 +6,6 @@ * * zfsfs support * made from existing GRUB Sources by Sun, GNU and others. - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> |