Skip to content

Commit e09c877

Browse files
committed
add copyright header
1 parent 4d6c98f commit e09c877

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ _build
77
*.pyc
88
.env
99
bundles
10+
.idea

examples/led_animation_sparkle_mask.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries, karan bhatia
2+
# SPDX-License-Identifier: MIT
13
"""
24
This example uses AnimationsSequence to display multiple animations in sequence, at a five second
35
interval.

0 commit comments

Comments
 (0)