Skip to content

Commit 54137e8

Browse files
committed
Relicense as dual MIT OR Apache-2.0
1 parent 69cd603 commit 54137e8

File tree

233 files changed

+460
-247
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

233 files changed

+460
-247
lines changed

.githooks/pre-commit

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env ruby
22
# frozen_string_literal: true
33

4-
# SPDX-License-Identifier: MIT
4+
# SPDX-License-Identifier: MIT OR Apache-2.0
55
#
66
# Copyright (c) 2018-2019 Andre Richter <[email protected]>
77

01_wait_forever/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## SPDX-License-Identifier: MIT
1+
## SPDX-License-Identifier: MIT OR Apache-2.0
22
##
33
## Copyright (c) 2018-2019 Andre Richter <[email protected]>
44

01_wait_forever/src/arch.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MIT
1+
// SPDX-License-Identifier: MIT OR Apache-2.0
22
//
33
// Copyright (c) 2018-2019 Andre Richter <[email protected]>
44

01_wait_forever/src/arch/aarch64.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MIT
1+
// SPDX-License-Identifier: MIT OR Apache-2.0
22
//
33
// Copyright (c) 2018-2019 Andre Richter <[email protected]>
44

01_wait_forever/src/arch/aarch64/start.S

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MIT
1+
// SPDX-License-Identifier: MIT OR Apache-2.0
22
//
33
// Copyright (c) 2018-2019 Andre Richter <[email protected]>
44

01_wait_forever/src/bsp.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MIT
1+
// SPDX-License-Identifier: MIT OR Apache-2.0
22
//
33
// Copyright (c) 2018-2019 Andre Richter <[email protected]>
44

01_wait_forever/src/bsp/rpi.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MIT
1+
// SPDX-License-Identifier: MIT OR Apache-2.0
22
//
33
// Copyright (c) 2018-2019 Andre Richter <[email protected]>
44

01_wait_forever/src/bsp/rpi/link.ld

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* SPDX-License-Identifier: MIT
1+
/* SPDX-License-Identifier: MIT OR Apache-2.0
22
*
33
* Copyright (c) 2018-2019 Andre Richter <andre.o[email protected]>
44
*/

01_wait_forever/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MIT
1+
// SPDX-License-Identifier: MIT OR Apache-2.0
22
//
33
// Copyright (c) 2018-2019 Andre Richter <[email protected]>
44

01_wait_forever/src/panic_wait.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MIT
1+
// SPDX-License-Identifier: MIT OR Apache-2.0
22
//
33
// Copyright (c) 2018-2019 Andre Richter <[email protected]>
44

02_runtime_init/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## SPDX-License-Identifier: MIT
1+
## SPDX-License-Identifier: MIT OR Apache-2.0
22
##
33
## Copyright (c) 2018-2019 Andre Richter <[email protected]>
44

02_runtime_init/README.md

+1-1

02_runtime_init/src/arch.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MIT
1+
// SPDX-License-Identifier: MIT OR Apache-2.0
22
//
33
// Copyright (c) 2018-2019 Andre Richter <[email protected]>
44

02_runtime_init/src/arch/aarch64.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MIT
1+
// SPDX-License-Identifier: MIT OR Apache-2.0
22
//
33
// Copyright (c) 2018-2019 Andre Richter <[email protected]>
44

02_runtime_init/src/arch/aarch64/start.S

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MIT
1+
// SPDX-License-Identifier: MIT OR Apache-2.0
22
//
33
// Copyright (c) 2018-2019 Andre Richter <[email protected]>
44

02_runtime_init/src/bsp.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MIT
1+
// SPDX-License-Identifier: MIT OR Apache-2.0
22
//
33
// Copyright (c) 2018-2019 Andre Richter <[email protected]>
44

02_runtime_init/src/bsp/rpi.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MIT
1+
// SPDX-License-Identifier: MIT OR Apache-2.0
22
//
33
// Copyright (c) 2018-2019 Andre Richter <[email protected]>
44

02_runtime_init/src/bsp/rpi/link.ld

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* SPDX-License-Identifier: MIT
1+
/* SPDX-License-Identifier: MIT OR Apache-2.0
22
*
33
* Copyright (c) 2018-2019 Andre Richter <andre.o[email protected]>
44
*/

02_runtime_init/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MIT
1+
// SPDX-License-Identifier: MIT OR Apache-2.0
22
//
33
// Copyright (c) 2018-2019 Andre Richter <[email protected]>
44

02_runtime_init/src/panic_wait.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MIT
1+
// SPDX-License-Identifier: MIT OR Apache-2.0
22
//
33
// Copyright (c) 2018-2019 Andre Richter <[email protected]>
44

02_runtime_init/src/runtime_init.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MIT
1+
// SPDX-License-Identifier: MIT OR Apache-2.0
22
//
33
// Copyright (c) 2018-2019 Andre Richter <[email protected]>
44

03_hacky_hello_world/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## SPDX-License-Identifier: MIT
1+
## SPDX-License-Identifier: MIT OR Apache-2.0
22
##
33
## Copyright (c) 2018-2019 Andre Richter <[email protected]>
44

03_hacky_hello_world/README.md

+2-2

03_hacky_hello_world/src/arch.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MIT
1+
// SPDX-License-Identifier: MIT OR Apache-2.0
22
//
33
// Copyright (c) 2018-2019 Andre Richter <[email protected]>
44

03_hacky_hello_world/src/arch/aarch64.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MIT
1+
// SPDX-License-Identifier: MIT OR Apache-2.0
22
//
33
// Copyright (c) 2018-2019 Andre Richter <[email protected]>
44

03_hacky_hello_world/src/arch/aarch64/start.S

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MIT
1+
// SPDX-License-Identifier: MIT OR Apache-2.0
22
//
33
// Copyright (c) 2018-2019 Andre Richter <[email protected]>
44

03_hacky_hello_world/src/bsp.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MIT
1+
// SPDX-License-Identifier: MIT OR Apache-2.0
22
//
33
// Copyright (c) 2018-2019 Andre Richter <[email protected]>
44

03_hacky_hello_world/src/bsp/rpi.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MIT
1+
// SPDX-License-Identifier: MIT OR Apache-2.0
22
//
33
// Copyright (c) 2018-2019 Andre Richter <[email protected]>
44

03_hacky_hello_world/src/bsp/rpi/link.ld

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* SPDX-License-Identifier: MIT
1+
/* SPDX-License-Identifier: MIT OR Apache-2.0
22
*
33
* Copyright (c) 2018-2019 Andre Richter <andre.o[email protected]>
44
*/

03_hacky_hello_world/src/interface.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MIT
1+
// SPDX-License-Identifier: MIT OR Apache-2.0
22
//
33
// Copyright (c) 2018-2019 Andre Richter <[email protected]>
44

03_hacky_hello_world/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MIT
1+
// SPDX-License-Identifier: MIT OR Apache-2.0
22
//
33
// Copyright (c) 2018-2019 Andre Richter <[email protected]>
44

03_hacky_hello_world/src/panic_wait.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MIT
1+
// SPDX-License-Identifier: MIT OR Apache-2.0
22
//
33
// Copyright (c) 2018-2019 Andre Richter <[email protected]>
44

03_hacky_hello_world/src/print.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MIT
1+
// SPDX-License-Identifier: MIT OR Apache-2.0
22
//
33
// Copyright (c) 2018-2019 Andre Richter <[email protected]>
44

03_hacky_hello_world/src/runtime_init.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MIT
1+
// SPDX-License-Identifier: MIT OR Apache-2.0
22
//
33
// Copyright (c) 2018-2019 Andre Richter <[email protected]>
44

04_zero_overhead_abstraction/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## SPDX-License-Identifier: MIT
1+
## SPDX-License-Identifier: MIT OR Apache-2.0
22
##
33
## Copyright (c) 2018-2019 Andre Richter <[email protected]>
44

04_zero_overhead_abstraction/README.md

+1-1

04_zero_overhead_abstraction/src/arch.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MIT
1+
// SPDX-License-Identifier: MIT OR Apache-2.0
22
//
33
// Copyright (c) 2018-2019 Andre Richter <[email protected]>
44

04_zero_overhead_abstraction/src/arch/aarch64.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MIT
1+
// SPDX-License-Identifier: MIT OR Apache-2.0
22
//
33
// Copyright (c) 2018-2019 Andre Richter <[email protected]>
44

04_zero_overhead_abstraction/src/bsp.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MIT
1+
// SPDX-License-Identifier: MIT OR Apache-2.0
22
//
33
// Copyright (c) 2018-2019 Andre Richter <[email protected]>
44

04_zero_overhead_abstraction/src/bsp/rpi.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MIT
1+
// SPDX-License-Identifier: MIT OR Apache-2.0
22
//
33
// Copyright (c) 2018-2019 Andre Richter <[email protected]>
44

04_zero_overhead_abstraction/src/bsp/rpi/link.ld

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* SPDX-License-Identifier: MIT
1+
/* SPDX-License-Identifier: MIT OR Apache-2.0
22
*
33
* Copyright (c) 2018-2019 Andre Richter <andre.o[email protected]>
44
*/

04_zero_overhead_abstraction/src/interface.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MIT
1+
// SPDX-License-Identifier: MIT OR Apache-2.0
22
//
33
// Copyright (c) 2018-2019 Andre Richter <[email protected]>
44

04_zero_overhead_abstraction/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MIT
1+
// SPDX-License-Identifier: MIT OR Apache-2.0
22
//
33
// Copyright (c) 2018-2019 Andre Richter <[email protected]>
44

04_zero_overhead_abstraction/src/panic_wait.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MIT
1+
// SPDX-License-Identifier: MIT OR Apache-2.0
22
//
33
// Copyright (c) 2018-2019 Andre Richter <[email protected]>
44

04_zero_overhead_abstraction/src/print.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MIT
1+
// SPDX-License-Identifier: MIT OR Apache-2.0
22
//
33
// Copyright (c) 2018-2019 Andre Richter <[email protected]>
44

04_zero_overhead_abstraction/src/runtime_init.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MIT
1+
// SPDX-License-Identifier: MIT OR Apache-2.0
22
//
33
// Copyright (c) 2018-2019 Andre Richter <[email protected]>
44

05_safe_globals/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## SPDX-License-Identifier: MIT
1+
## SPDX-License-Identifier: MIT OR Apache-2.0
22
##
33
## Copyright (c) 2018-2019 Andre Richter <[email protected]>
44

05_safe_globals/README.md

+1-1

05_safe_globals/src/arch.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MIT
1+
// SPDX-License-Identifier: MIT OR Apache-2.0
22
//
33
// Copyright (c) 2018-2019 Andre Richter <[email protected]>
44

05_safe_globals/src/arch/aarch64.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MIT
1+
// SPDX-License-Identifier: MIT OR Apache-2.0
22
//
33
// Copyright (c) 2018-2019 Andre Richter <[email protected]>
44

05_safe_globals/src/arch/aarch64/sync.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MIT
1+
// SPDX-License-Identifier: MIT OR Apache-2.0
22
//
33
// Copyright (c) 2018-2019 Andre Richter <[email protected]>
44

05_safe_globals/src/bsp.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MIT
1+
// SPDX-License-Identifier: MIT OR Apache-2.0
22
//
33
// Copyright (c) 2018-2019 Andre Richter <[email protected]>
44

05_safe_globals/src/bsp/rpi.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MIT
1+
// SPDX-License-Identifier: MIT OR Apache-2.0
22
//
33
// Copyright (c) 2018-2019 Andre Richter <[email protected]>
44

05_safe_globals/src/bsp/rpi/link.ld

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* SPDX-License-Identifier: MIT
1+
/* SPDX-License-Identifier: MIT OR Apache-2.0
22
*
33
* Copyright (c) 2018-2019 Andre Richter <andre.o[email protected]>
44
*/

05_safe_globals/src/interface.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MIT
1+
// SPDX-License-Identifier: MIT OR Apache-2.0
22
//
33
// Copyright (c) 2018-2019 Andre Richter <[email protected]>
44

05_safe_globals/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MIT
1+
// SPDX-License-Identifier: MIT OR Apache-2.0
22
//
33
// Copyright (c) 2018-2019 Andre Richter <[email protected]>
44

05_safe_globals/src/panic_wait.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MIT
1+
// SPDX-License-Identifier: MIT OR Apache-2.0
22
//
33
// Copyright (c) 2018-2019 Andre Richter <[email protected]>
44

05_safe_globals/src/print.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MIT
1+
// SPDX-License-Identifier: MIT OR Apache-2.0
22
//
33
// Copyright (c) 2018-2019 Andre Richter <[email protected]>
44

05_safe_globals/src/runtime_init.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MIT
1+
// SPDX-License-Identifier: MIT OR Apache-2.0
22
//
33
// Copyright (c) 2018-2019 Andre Richter <[email protected]>
44

06_drivers_gpio_uart/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## SPDX-License-Identifier: MIT
1+
## SPDX-License-Identifier: MIT OR Apache-2.0
22
##
33
## Copyright (c) 2018-2019 Andre Richter <[email protected]>
44

0 commit comments

Comments
 (0)