Skip to content

Commit ce3b86a

Browse files
authored
Merge pull request #64 from rhooper/adjust-copyright
remove self from copyright, authors
2 parents 2d229b6 + d9fe17e commit ce3b86a

22 files changed

+26
-43
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
The MIT License (MIT)
22

33
Copyright (c) 2017 Adam Patt
4-
Copyright (c) 2019-2020 Roy Hooper, Kattni Rembor
4+
Copyright (c) 2019-2020 Kattni Rembor
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

adafruit_led_animation/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The MIT License (MIT)
22
#
3-
# Copyright (c) 2020 Roy Hooper
3+
# Copyright (c) 2020 Kattni Rembor for Adafruit Industries
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining a copy
66
# of this software and associated documentation files (the "Software"), to deal
@@ -22,7 +22,7 @@
2222
"""
2323
Timing for Adafruit LED Animation library.
2424
25-
Author(s): Roy Hooper
25+
Author(s): Kattni Rembor
2626
"""
2727

2828
try:

adafruit_led_animation/animation/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# The MIT License (MIT)
22
#
3-
# Copyright (c) 2019-2020 Roy Hooper
43
# Copyright (c) 2020 Kattni Rembor for Adafruit Industries
54
#
65
# Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -26,7 +25,7 @@
2625
2726
Animation base class for CircuitPython helper library for LED animations.
2827
29-
* Author(s): Roy Hooper, Kattni Rembor
28+
* Author(s): Kattni Rembor
3029
3130
Implementation Notes
3231
--------------------

adafruit_led_animation/animation/blink.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# The MIT License (MIT)
22
#
3-
# Copyright (c) 2019-2020 Roy Hooper
43
# Copyright (c) 2020 Kattni Rembor for Adafruit Industries
54
#
65
# Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -26,7 +25,7 @@
2625
2726
Blink animation for CircuitPython helper library for LED animations.
2827
29-
* Author(s): Roy Hooper, Kattni Rembor
28+
* Author(s): Kattni Rembor
3029
3130
Implementation Notes
3231
--------------------

adafruit_led_animation/animation/chase.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# The MIT License (MIT)
22
#
3-
# Copyright (c) 2019-2020 Roy Hooper
43
# Copyright (c) 2020 Kattni Rembor for Adafruit Industries
54
#
65
# Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -26,7 +25,7 @@
2625
2726
Theatre chase animation for CircuitPython helper library for LED animations.
2827
29-
* Author(s): Roy Hooper, Kattni Rembor
28+
* Author(s): Kattni Rembor
3029
3130
Implementation Notes
3231
--------------------

adafruit_led_animation/animation/colorcycle.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# The MIT License (MIT)
22
#
3-
# Copyright (c) 2019-2020 Roy Hooper
43
# Copyright (c) 2020 Kattni Rembor for Adafruit Industries
54
#
65
# Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -26,7 +25,7 @@
2625
2726
Color cycle animation for CircuitPython helper library for LED animations.
2827
29-
* Author(s): Roy Hooper, Kattni Rembor
28+
* Author(s): Kattni Rembor
3029
3130
Implementation Notes
3231
--------------------

adafruit_led_animation/animation/comet.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# The MIT License (MIT)
22
#
3-
# Copyright (c) 2019-2020 Roy Hooper
43
# Copyright (c) 2020 Kattni Rembor for Adafruit Industries
54
#
65
# Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -26,7 +25,7 @@
2625
2726
Comet animation for CircuitPython helper library for LED animations.
2827
29-
* Author(s): Roy Hooper, Kattni Rembor
28+
* Author(s): Kattni Rembor
3029
3130
Implementation Notes
3231
--------------------

adafruit_led_animation/animation/customcolorchase.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# The MIT License (MIT)
22
#
3-
# Copyright (c) 2019-2020 Roy Hooper
43
# Copyright (c) 2020 Kattni Rembor for Adafruit Industries
54
# Copyright (c) 2020 Connie Sieh
65
#
@@ -27,7 +26,7 @@
2726
2827
Custom color chase animation for CircuitPython helper library for LED animations.
2928
30-
* Author(s): Roy Hooper, Kattni Rembor, Connie Sieh
29+
* Author(s): Kattni Rembor, Connie Sieh
3130
3231
Implementation Notes
3332
--------------------

adafruit_led_animation/animation/grid_rain.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# The MIT License (MIT)
22
#
3-
# Copyright (c) 2019-2020 Roy Hooper
43
# Copyright (c) 2020 Kattni Rembor for Adafruit Industries
54
#
65
# Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -26,7 +25,7 @@
2625
2726
Rain animations for CircuitPython helper library for LED animations.
2827
29-
* Author(s): Roy Hooper, Kattni Rembor
28+
* Author(s): Kattni Rembor
3029
3130
Implementation Notes
3231
--------------------

adafruit_led_animation/animation/pulse.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# The MIT License (MIT)
22
#
3-
# Copyright (c) 2019-2020 Roy Hooper
43
# Copyright (c) 2020 Kattni Rembor for Adafruit Industries
54
#
65
# Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -26,7 +25,7 @@
2625
2726
Pulse animation for CircuitPython helper library for LED animations.
2827
29-
* Author(s): Roy Hooper, Kattni Rembor
28+
* Author(s): Kattni Rembor
3029
3130
Implementation Notes
3231
--------------------

0 commit comments

Comments
 (0)