add copyright header
This commit is contained in:
parent
4d6c98ff0d
commit
e09c87772d
2 changed files with 3 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -7,3 +7,4 @@ _build
|
|||
*.pyc
|
||||
.env
|
||||
bundles
|
||||
.idea
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue