Skip to content

Commit c6e020d

Browse files
committed
spdx for headers
1 parent c28be07 commit c6e020d

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

PicoW_YBox3/graphics.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-FileCopyrightText: 2024 Liz Clark for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
14
// Graphics arrays were generated from PNG images using Python and PIL.
25
// Each is bit-packed into bytes: background is 1bpp, ball is 4bpp.
36

PicoW_YBox3/weather_sprites.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-FileCopyrightText: 2024 Liz Clark for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
14
// 'sunnyDay', 45x32px
25
const uint16_t sunnyDay [] PROGMEM = {
36
4, 4, 4, 4, 4, 11, 11, 11, 11, 4, 4, 4, 4, 4, 11, 11,

PicoW_YBox3/ybox3.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-FileCopyrightText: 2024 Liz Clark for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
14
// 'ybox3_bmp', 320x162px
25
const uint16_t myBitmapybox3_bmp [] PROGMEM = {
36
4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4,

0 commit comments

Comments
 (0)