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

+1-1
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

+2-2
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

+1-2
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

+1-2
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

+1-2
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

+1-2
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

+1-2
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

+1-2
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

+1-2
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

+1-2
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
--------------------

adafruit_led_animation/animation/rainbow.py

+1-2
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
Rainbow 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/rainbowchase.py

+1-2
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
Rainbow 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/rainbowcomet.py

+1-2
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
Rainbow comet 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/rainbowsparkle.py

+1-2
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
Rainbow sparkle 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/solid.py

+1-2
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
Solid 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/sparkle.py

+1-2
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
Sparkle 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/sparklepulse.py

+1-2
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
Sparkle-pulse animation for CircuitPython helper library for LED animations.
2827
29-
* Author(s): Roy Hooper, dmolavi
28+
* Author(s): dmolavi
3029
3130
Implementation Notes
3231
--------------------

adafruit_led_animation/grid.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The MIT License (MIT)
22
#
3-
# Copyright (c) 2019 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
@@ -25,7 +25,7 @@
2525
2626
PixelGrid helper for 2D animations.
2727
28-
* Author(s): Roy Hooper
28+
* Author(s): Kattni Rembor
2929
3030
Implementation Notes
3131
--------------------

adafruit_led_animation/group.py

+1-2
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
@@ -27,7 +26,7 @@
2726
Animation group helper for CircuitPython helper library for LED animations..
2827
2928
30-
* Author(s): Roy Hooper, Kattni Rembor
29+
* Author(s): Kattni Rembor
3130
3231
Implementation Notes
3332
--------------------

adafruit_led_animation/helper.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The MIT License (MIT)
22
#
3-
# Copyright (c) 2019 Roy Hooper
3+
# Copyright (c) 2019
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
@@ -25,7 +25,7 @@
2525
2626
Helper classes for making complex animations using CircuitPython LED animations library.
2727
28-
* Author(s): Roy Hooper, Kattni Rembor
28+
* Author(s): Kattni Rembor
2929
3030
Implementation Notes
3131
--------------------

adafruit_led_animation/sequence.py

+1-2
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
@@ -27,7 +26,7 @@
2726
Animation sequence helper for CircuitPython helper library for LED animations.
2827
2928
30-
* Author(s): Roy Hooper, Kattni Rembor
29+
* Author(s): Kattni Rembor
3130
3231
Implementation Notes
3332
--------------------

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939

4040
# General information about the project.
4141
project = "LED_Animation Library"
42-
copyright = "2018 Roy Hoopert"
43-
author = "Roy Hooper"
42+
copyright = "2020 Kattni Rembor"
43+
author = "Kattni Rembor"
4444

4545
# The version info for the project you're documenting, acts as replacement for
4646
# |version| and |release|, also used in various other places throughout the

0 commit comments

Comments
 (0)