]> git.sesse.net Git - pistorm/blobdiff - platforms/platforms.c
Add license information to source
[pistorm] / platforms / platforms.c
index c28004edbe423afd47abda4feb4d1eec2a42f562..4d301b4f085edefcc47a19f227624f49b1db2f04 100644 (file)
@@ -1,3 +1,5 @@
+// SPDX-License-Identifier: MIT
+
 #include "platforms.h"
 #include <stdio.h>
 #include <stdlib.h>
@@ -57,4 +59,4 @@ struct platform_config *make_platform_config(char *name, char *subsys) {
     }
 
     return cfg;
-}
\ No newline at end of file
+}