diff options
Diffstat (limited to 'include/post.h')
-rw-r--r-- | include/post.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/post.h b/include/post.h index b41a6c8127..08a771e405 100644 --- a/include/post.h +++ b/include/post.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * (C) Copyright 2002 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. @@ -5,8 +6,6 @@ * (C) Copyright 2010 * Michael Zaidman, Kodak, michael.zaidman@kodak.com * post_word_{load|store} cleanup. - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef _POST_H #define _POST_H |