Skip to content

Commit 6d697b5

Browse files
committed
updating copyright statements with license info
1 parent 81c2a39 commit 6d697b5

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

examples/hello_arm_blob_raw.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# Added example for raw binary blob
33
# Kelly Patterson - Cisco Talos
44
# Copyright (C) 2025 Cisco Systems Inc
5+
# Licensed under the GNU General Public License v2.0 or later
56
##############################################################################
67
from qiling import Qiling
78
from qiling.const import QL_ARCH, QL_OS, QL_VERBOSE

examples/src/blob/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# Added example for raw binary blob
33
# Kelly Patterson - Cisco Talos
44
# Copyright (C) 2025 Cisco Systems Inc
5+
# Licensed under the GNU General Public License v2.0 or later
56
##############################################################################
67
# Makefile for Bare-Metal ARM Hash Calculator
78

examples/src/blob/example_raw.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
* Added example for raw binary blob
33
* Kelly Patterson - Cisco Talos
44
* Copyright (C) 2025 Cisco Systems Inc
5+
* Licensed under the GNU General Public License v2.0 or later
56
*
67
*/
78
// example_raw.c

examples/src/blob/linker.ld

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Added example for raw binary blob
44
* Kelly Patterson - Cisco Talos
55
* Copyright (C) 2025 Cisco Systems Inc
6+
* Licensed under the GNU General Public License v2.0 or later
67
*
78
*/
89

qiling/loader/blob.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
# Added support for raw binary blob emulation
66
# Kelly Patterson - Cisco Talos
77
# Copyright (C) 2025 Cisco Systems Inc
8+
# Licensed under the GNU General Public License v2.0 or later
89

910
from qiling import Qiling
1011
from qiling.loader.loader import QlLoader, Image

tests/test_blob.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
# Added test for raw binary blob emulation
66
# Kelly Patterson - Cisco Talos
77
# Copyright (C) 2025 Cisco Systems Inc
8+
# Licensed under the GNU General Public License v2.0 or later
89

910
import unittest
1011

0 commit comments

Comments
 (0)