add copyright header

This commit is contained in:
Rose Hooper 2021-10-31 15:18:17 -04:00
parent 4d6c98ff0d
commit e09c87772d
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View file

@ -7,3 +7,4 @@ _build
*.pyc
.env
bundles
.idea

View file

@ -1,3 +1,5 @@
# SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries, karan bhatia
# SPDX-License-Identifier: MIT
"""
This example uses AnimationsSequence to display multiple animations in sequence, at a five second
interval.