summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafał Miłecki2021-08-04 13:58:47 +0000
committerRafał Miłecki2021-08-09 14:16:33 +0000
commitd220b73cdaa93db1383afb5a252df2d2caa0b48b (patch)
treec6504c5b43ff879b68a038c9b0624d5a408b5e32
parent3a537a411de288e84f0ca2ad49f6ccab0185398b (diff)
downloadfirmware-utils-d220b73cdaa93db1383afb5a252df2d2caa0b48b.tar.gz
firmware-utils: add GPL 2.0 SPDX to files with no license info
These files fall under the project license: GPL-2.0-only. Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
-rw-r--r--src/bcm_tag.h1
-rw-r--r--src/bcmalgo.c1
-rw-r--r--src/bcmalgo.h1
-rw-r--r--src/dgfirmware.c1
-rw-r--r--src/hcsmakeimage.c1
-rw-r--r--src/mkdapimg.c1
-rw-r--r--src/mksercommfw.c1
-rw-r--r--src/mktitanimg.c1
-rw-r--r--src/mktitanimg.h1
-rw-r--r--src/srec2bin.c1
-rw-r--r--src/trx2edips.c1
-rw-r--r--src/utils.h1
-rw-r--r--src/wrt400n.c1
13 files changed, 13 insertions, 0 deletions
diff --git a/src/bcm_tag.h b/src/bcm_tag.h
index 2730edc..a0d5608 100644
--- a/src/bcm_tag.h
+++ b/src/bcm_tag.h
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
#ifndef __BCM63XX_TAG_H
#define __BCM63XX_TAG_H
diff --git a/src/bcmalgo.c b/src/bcmalgo.c
index c0865a1..fd6c1c1 100644
--- a/src/bcmalgo.c
+++ b/src/bcmalgo.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
#include <stdlib.h>
#include <sys/types.h>
#include <stdio.h>
diff --git a/src/bcmalgo.h b/src/bcmalgo.h
index 46647cf..9aec7d1 100644
--- a/src/bcmalgo.h
+++ b/src/bcmalgo.h
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
#ifndef bcmutils_H
#define bcmutils_H
diff --git a/src/dgfirmware.c b/src/dgfirmware.c
index 3ec4712..c5549c8 100644
--- a/src/dgfirmware.c
+++ b/src/dgfirmware.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
diff --git a/src/hcsmakeimage.c b/src/hcsmakeimage.c
index 2888810..ce954cf 100644
--- a/src/hcsmakeimage.c
+++ b/src/hcsmakeimage.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
#include <stdlib.h>
#include <sys/types.h>
#include <stdio.h>
diff --git a/src/mkdapimg.c b/src/mkdapimg.c
index 0031d83..e8b1259 100644
--- a/src/mkdapimg.c
+++ b/src/mkdapimg.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
diff --git a/src/mksercommfw.c b/src/mksercommfw.c
index f6f1d93..5fa323f 100644
--- a/src/mksercommfw.c
+++ b/src/mksercommfw.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
diff --git a/src/mktitanimg.c b/src/mktitanimg.c
index acc21bd..654a6bd 100644
--- a/src/mktitanimg.c
+++ b/src/mktitanimg.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/src/mktitanimg.h b/src/mktitanimg.h
index 9ff30f6..27b37b3 100644
--- a/src/mktitanimg.h
+++ b/src/mktitanimg.h
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
#ifndef __MKTITANIMG_H
#define __MKTITANIMG_H
diff --git a/src/srec2bin.c b/src/srec2bin.c
index 95a8195..ad4222d 100644
--- a/src/srec2bin.c
+++ b/src/srec2bin.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
#include <stdio.h>
#include <ctype.h>
#include <string.h>
diff --git a/src/trx2edips.c b/src/trx2edips.c
index 14c4eb7..e8ac14d 100644
--- a/src/trx2edips.c
+++ b/src/trx2edips.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
#include <stdio.h>
#include <stdlib.h>
#include <stddef.h>
diff --git a/src/utils.h b/src/utils.h
index 11ec740..b051f5e 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
#include <stdint.h>
#include <string.h>
diff --git a/src/wrt400n.c b/src/wrt400n.c
index 1cf1deb..a6c1f80 100644
--- a/src/wrt400n.c
+++ b/src/wrt400n.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
/*
* WRT400n - Firmware Generation Creator
*