Skip to content

Commit

Permalink
firmware-utils: add GPL 2.0 SPDX to files with no license info
Browse files Browse the repository at this point in the history
These files fall under the project license: GPL-2.0-only.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
  • Loading branch information
Rafał Miłecki committed Aug 6, 2021
1 parent e7ae32b commit 2dc1e4b
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/firmware-utils/src/bcm_tag.h
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
#ifndef __BCM63XX_TAG_H
#define __BCM63XX_TAG_H

Expand Down
1 change: 1 addition & 0 deletions tools/firmware-utils/src/bcmalgo.c
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
#include <stdlib.h>
#include <sys/types.h>
#include <stdio.h>
Expand Down
1 change: 1 addition & 0 deletions tools/firmware-utils/src/bcmalgo.h
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
#ifndef bcmutils_H
#define bcmutils_H

Expand Down
1 change: 1 addition & 0 deletions tools/firmware-utils/src/dgfirmware.c
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
Expand Down
1 change: 1 addition & 0 deletions tools/firmware-utils/src/hcsmakeimage.c
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
#include <stdlib.h>
#include <sys/types.h>
#include <stdio.h>
Expand Down
1 change: 1 addition & 0 deletions tools/firmware-utils/src/mkdapimg.c
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
Expand Down
1 change: 1 addition & 0 deletions tools/firmware-utils/src/mksercommfw.c
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
Expand Down
1 change: 1 addition & 0 deletions tools/firmware-utils/src/mktitanimg.c
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Expand Down
1 change: 1 addition & 0 deletions tools/firmware-utils/src/mktitanimg.h
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
#ifndef __MKTITANIMG_H
#define __MKTITANIMG_H

Expand Down
1 change: 1 addition & 0 deletions tools/firmware-utils/src/srec2bin.c
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
#include <stdio.h>
#include <ctype.h>
#include <string.h>
Expand Down
1 change: 1 addition & 0 deletions tools/firmware-utils/src/trx2edips.c
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
#include <stdio.h>
#include <stdlib.h>
#include <stddef.h>
Expand Down
1 change: 1 addition & 0 deletions tools/firmware-utils/src/utils.h
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
#include <stdint.h>
#include <string.h>

Expand Down
1 change: 1 addition & 0 deletions tools/firmware-utils/src/wrt400n.c
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
/*
* WRT400n - Firmware Generation Creator
*
Expand Down

0 comments on commit 2dc1e4b

Please sign in to comment.