Skip to content

Commit 971696b

Browse files
illuusioemaste
authored andcommitted
mkimg: Add SPDX-License-Identifier tags
Reviewed by: emaste Sponsored by: The FreeBSD Foundation
1 parent 9a6e77e commit 971696b

File tree

20 files changed

+40
-0
lines changed

20 files changed

+40
-0
lines changed

usr.bin/mkimg/apm.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/*-
2+
* SPDX-License-Identifier: BSD-2-Clause
3+
*
24
* Copyright (c) 2014 Juniper Networks, Inc.
35
* All rights reserved.
46
*

usr.bin/mkimg/bsd.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/*-
2+
* SPDX-License-Identifier: BSD-2-Clause
3+
*
24
* Copyright (c) 2014 Juniper Networks, Inc.
35
* All rights reserved.
46
*

usr.bin/mkimg/ebr.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/*-
2+
* SPDX-License-Identifier: BSD-2-Clause
3+
*
24
* Copyright (c) 2014 Juniper Networks, Inc.
35
* All rights reserved.
46
*

usr.bin/mkimg/endian.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/*-
2+
* SPDX-License-Identifier: BSD-2-Clause
3+
*
24
* Copyright (c) 2002 Thomas Moestl <tmm@FreeBSD.org>
35
* All rights reserved.
46
*

usr.bin/mkimg/format.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/*-
2+
* SPDX-License-Identifier: BSD-2-Clause
3+
*
24
* Copyright (c) 2014 Juniper Networks, Inc.
35
* All rights reserved.
46
*

usr.bin/mkimg/format.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/*-
2+
* SPDX-License-Identifier: BSD-2-Clause
3+
*
24
* Copyright (c) 2014 Juniper Networks, Inc.
35
* All rights reserved.
46
*

usr.bin/mkimg/gpt.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/*-
2+
* SPDX-License-Identifier: BSD-2-Clause
3+
*
24
* Copyright (c) 2014 Juniper Networks, Inc.
35
* All rights reserved.
46
*

usr.bin/mkimg/image.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/*-
2+
* SPDX-License-Identifier: BSD-2-Clause
3+
*
24
* Copyright (c) 2014 Juniper Networks, Inc.
35
* All rights reserved.
46
*

usr.bin/mkimg/image.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/*-
2+
* SPDX-License-Identifier: BSD-2-Clause
3+
*
24
* Copyright (c) 2014 Juniper Networks, Inc.
35
* All rights reserved.
46
*

usr.bin/mkimg/mbr.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/*-
2+
* SPDX-License-Identifier: BSD-2-Clause
3+
*
24
* Copyright (c) 2014 Juniper Networks, Inc.
35
* All rights reserved.
46
*

0 commit comments

Comments
 (0)