From d3888752c1e53ce40b02900eb4c754cde35fa926 Mon Sep 17 00:00:00 2001 From: Anne Barela <1911920+TheKitty@users.noreply.github.com> Date: Wed, 29 Sep 2021 16:28:14 -0400 Subject: [PATCH 1/3] Update 2020_shake.ino --- 2020_shake/2020_shake.ino | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/2020_shake/2020_shake.ino b/2020_shake/2020_shake.ino index 4adceec85..93cb37b6c 100644 --- a/2020_shake/2020_shake.ino +++ b/2020_shake/2020_shake.ino @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 Limor Fried for Adafruit Industries +# +# SPDX-License-Identifier: MIT + #include // For accelerometer #include // For simulation #include // For LED matrix From bee5a190898402ed6d2e242a6024649eedf73ab0 Mon Sep 17 00:00:00 2001 From: Anne Barela <1911920+TheKitty@users.noreply.github.com> Date: Wed, 29 Sep 2021 17:24:52 -0400 Subject: [PATCH 2/3] add author & license --- 2020_shake/2020.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/2020_shake/2020.h b/2020_shake/2020.h index 7126c4991..dec83ee7f 100644 --- a/2020_shake/2020.h +++ b/2020_shake/2020.h @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 Limor Fried for Adafruit Industries +# +# SPDX-License-Identifier: MIT + #define BITMAP_WIDTH 64 #define BITMAP_HEIGHT 32 const uint8_t PROGMEM bitmap_2020[] = { From f42b8a894d1db36c437bbb97811ccfc624203a6d Mon Sep 17 00:00:00 2001 From: Anne Barela <1911920+TheKitty@users.noreply.github.com> Date: Wed, 29 Sep 2021 17:25:25 -0400 Subject: [PATCH 3/3] add author & license --- 2020_shake/2021.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/2020_shake/2021.h b/2020_shake/2021.h index ac65691c8..b1ae37afb 100644 --- a/2020_shake/2021.h +++ b/2020_shake/2021.h @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 Limor Fried for Adafruit Industries +# +# SPDX-License-Identifier: MIT + const uint8_t PROGMEM bitmap_2021[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,