aboutsummaryrefslogtreecommitdiff
path: root/cmd/ini.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/ini.c')
-rw-r--r--cmd/ini.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/cmd/ini.c b/cmd/ini.c
index 8656299..8c28fa6 100644
--- a/cmd/ini.c
+++ b/cmd/ini.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: BSD-3-Clause
/*
* inih -- simple .INI file parser
*
@@ -6,8 +7,6 @@
* Joe Hershberger, National Instruments, joe.hershberger@ni.com
* All rights reserved.
*
- * SPDX-License-Identifier: BSD-3-Clause
- *
* Go to the project home page for more info:
* http://code.google.com/p/inih/
*/