update spdx

This commit is contained in:
ladyada 2023-09-21 19:20:59 -04:00
parent a1a011243e
commit d8484666a5
2 changed files with 8 additions and 0 deletions

View file

@ -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.

View file

@ -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