update spdx
This commit is contained in:
parent
a1a011243e
commit
d8484666a5
2 changed files with 8 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
// SPDX-FileCopyrightText: 2023 PaintYourDragon for Adafruit
|
||||||
|
//
|
||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
// "Aquarium" example for PicoDVI library. If just starting out,
|
// "Aquarium" example for PicoDVI library. If just starting out,
|
||||||
// see the 8bit_double_buffer which explains the PicoDVI groundwork.
|
// see the 8bit_double_buffer which explains the PicoDVI groundwork.
|
||||||
// Comments in THIS file are mostly distinct & new concepts.
|
// Comments in THIS file are mostly distinct & new concepts.
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
// SPDX-FileCopyrightText: 2023 PaintYourDragon for Adafruit
|
||||||
|
//
|
||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
// Graphics data for the aquarium PicoDVI example.
|
// Graphics data for the aquarium PicoDVI example.
|
||||||
// Unlike the flying toasters demo, this one uses a larger color palette
|
// Unlike the flying toasters demo, this one uses a larger color palette
|
||||||
// and 2:1 packing as described as a possible upgrade in that code is not
|
// and 2:1 packing as described as a possible upgrade in that code is not
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue