remove self from copyright, authors
This commit is contained in:
parent
2d229b66ef
commit
d9fe17e91a
22 changed files with 26 additions and 43 deletions
2
LICENSE
2
LICENSE
|
|
@ -1,7 +1,7 @@
|
|||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2017 Adam Patt
|
||||
Copyright (c) 2019-2020 Roy Hooper, Kattni Rembor
|
||||
Copyright (c) 2019-2020 Kattni Rembor
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# The MIT License (MIT)
|
||||
#
|
||||
# Copyright (c) 2020 Roy Hooper
|
||||
# Copyright (c) 2020 Kattni Rembor for Adafruit Industries
|
||||
#
|
||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
# of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
@ -22,7 +22,7 @@
|
|||
"""
|
||||
Timing for Adafruit LED Animation library.
|
||||
|
||||
Author(s): Roy Hooper
|
||||
Author(s): Kattni Rembor
|
||||
"""
|
||||
|
||||
try:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
# The MIT License (MIT)
|
||||
#
|
||||
# Copyright (c) 2019-2020 Roy Hooper
|
||||
# Copyright (c) 2020 Kattni Rembor for Adafruit Industries
|
||||
#
|
||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
|
|
@ -26,7 +25,7 @@
|
|||
|
||||
Animation base class for CircuitPython helper library for LED animations.
|
||||
|
||||
* Author(s): Roy Hooper, Kattni Rembor
|
||||
* Author(s): Kattni Rembor
|
||||
|
||||
Implementation Notes
|
||||
--------------------
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
# The MIT License (MIT)
|
||||
#
|
||||
# Copyright (c) 2019-2020 Roy Hooper
|
||||
# Copyright (c) 2020 Kattni Rembor for Adafruit Industries
|
||||
#
|
||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
|
|
@ -26,7 +25,7 @@
|
|||
|
||||
Blink animation for CircuitPython helper library for LED animations.
|
||||
|
||||
* Author(s): Roy Hooper, Kattni Rembor
|
||||
* Author(s): Kattni Rembor
|
||||
|
||||
Implementation Notes
|
||||
--------------------
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
# The MIT License (MIT)
|
||||
#
|
||||
# Copyright (c) 2019-2020 Roy Hooper
|
||||
# Copyright (c) 2020 Kattni Rembor for Adafruit Industries
|
||||
#
|
||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
|
|
@ -26,7 +25,7 @@
|
|||
|
||||
Theatre chase animation for CircuitPython helper library for LED animations.
|
||||
|
||||
* Author(s): Roy Hooper, Kattni Rembor
|
||||
* Author(s): Kattni Rembor
|
||||
|
||||
Implementation Notes
|
||||
--------------------
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
# The MIT License (MIT)
|
||||
#
|
||||
# Copyright (c) 2019-2020 Roy Hooper
|
||||
# Copyright (c) 2020 Kattni Rembor for Adafruit Industries
|
||||
#
|
||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
|
|
@ -26,7 +25,7 @@
|
|||
|
||||
Color cycle animation for CircuitPython helper library for LED animations.
|
||||
|
||||
* Author(s): Roy Hooper, Kattni Rembor
|
||||
* Author(s): Kattni Rembor
|
||||
|
||||
Implementation Notes
|
||||
--------------------
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
# The MIT License (MIT)
|
||||
#
|
||||
# Copyright (c) 2019-2020 Roy Hooper
|
||||
# Copyright (c) 2020 Kattni Rembor for Adafruit Industries
|
||||
#
|
||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
|
|
@ -26,7 +25,7 @@
|
|||
|
||||
Comet animation for CircuitPython helper library for LED animations.
|
||||
|
||||
* Author(s): Roy Hooper, Kattni Rembor
|
||||
* Author(s): Kattni Rembor
|
||||
|
||||
Implementation Notes
|
||||
--------------------
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
# The MIT License (MIT)
|
||||
#
|
||||
# Copyright (c) 2019-2020 Roy Hooper
|
||||
# Copyright (c) 2020 Kattni Rembor for Adafruit Industries
|
||||
# Copyright (c) 2020 Connie Sieh
|
||||
#
|
||||
|
|
@ -27,7 +26,7 @@
|
|||
|
||||
Custom color chase animation for CircuitPython helper library for LED animations.
|
||||
|
||||
* Author(s): Roy Hooper, Kattni Rembor, Connie Sieh
|
||||
* Author(s): Kattni Rembor, Connie Sieh
|
||||
|
||||
Implementation Notes
|
||||
--------------------
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
# The MIT License (MIT)
|
||||
#
|
||||
# Copyright (c) 2019-2020 Roy Hooper
|
||||
# Copyright (c) 2020 Kattni Rembor for Adafruit Industries
|
||||
#
|
||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
|
|
@ -26,7 +25,7 @@
|
|||
|
||||
Rain animations for CircuitPython helper library for LED animations.
|
||||
|
||||
* Author(s): Roy Hooper, Kattni Rembor
|
||||
* Author(s): Kattni Rembor
|
||||
|
||||
Implementation Notes
|
||||
--------------------
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
# The MIT License (MIT)
|
||||
#
|
||||
# Copyright (c) 2019-2020 Roy Hooper
|
||||
# Copyright (c) 2020 Kattni Rembor for Adafruit Industries
|
||||
#
|
||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
|
|
@ -26,7 +25,7 @@
|
|||
|
||||
Pulse animation for CircuitPython helper library for LED animations.
|
||||
|
||||
* Author(s): Roy Hooper, Kattni Rembor
|
||||
* Author(s): Kattni Rembor
|
||||
|
||||
Implementation Notes
|
||||
--------------------
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
# The MIT License (MIT)
|
||||
#
|
||||
# Copyright (c) 2019-2020 Roy Hooper
|
||||
# Copyright (c) 2020 Kattni Rembor for Adafruit Industries
|
||||
#
|
||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
|
|
@ -26,7 +25,7 @@
|
|||
|
||||
Rainbow animation for CircuitPython helper library for LED animations.
|
||||
|
||||
* Author(s): Roy Hooper, Kattni Rembor
|
||||
* Author(s): Kattni Rembor
|
||||
|
||||
Implementation Notes
|
||||
--------------------
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
# The MIT License (MIT)
|
||||
#
|
||||
# Copyright (c) 2019-2020 Roy Hooper
|
||||
# Copyright (c) 2020 Kattni Rembor for Adafruit Industries
|
||||
#
|
||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
|
|
@ -26,7 +25,7 @@
|
|||
|
||||
Rainbow chase animation for CircuitPython helper library for LED animations.
|
||||
|
||||
* Author(s): Roy Hooper, Kattni Rembor
|
||||
* Author(s): Kattni Rembor
|
||||
|
||||
Implementation Notes
|
||||
--------------------
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
# The MIT License (MIT)
|
||||
#
|
||||
# Copyright (c) 2019-2020 Roy Hooper
|
||||
# Copyright (c) 2020 Kattni Rembor for Adafruit Industries
|
||||
#
|
||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
|
|
@ -26,7 +25,7 @@
|
|||
|
||||
Rainbow comet for CircuitPython helper library for LED animations.
|
||||
|
||||
* Author(s): Roy Hooper, Kattni Rembor
|
||||
* Author(s): Kattni Rembor
|
||||
|
||||
Implementation Notes
|
||||
--------------------
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
# The MIT License (MIT)
|
||||
#
|
||||
# Copyright (c) 2019-2020 Roy Hooper
|
||||
# Copyright (c) 2020 Kattni Rembor for Adafruit Industries
|
||||
#
|
||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
|
|
@ -26,7 +25,7 @@
|
|||
|
||||
Rainbow sparkle for CircuitPython helper library for LED animations.
|
||||
|
||||
* Author(s): Roy Hooper, Kattni Rembor
|
||||
* Author(s): Kattni Rembor
|
||||
|
||||
Implementation Notes
|
||||
--------------------
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
# The MIT License (MIT)
|
||||
#
|
||||
# Copyright (c) 2019-2020 Roy Hooper
|
||||
# Copyright (c) 2020 Kattni Rembor for Adafruit Industries
|
||||
#
|
||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
|
|
@ -26,7 +25,7 @@
|
|||
|
||||
Solid animation for CircuitPython helper library for LED animations.
|
||||
|
||||
* Author(s): Roy Hooper, Kattni Rembor
|
||||
* Author(s): Kattni Rembor
|
||||
|
||||
Implementation Notes
|
||||
--------------------
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
# The MIT License (MIT)
|
||||
#
|
||||
# Copyright (c) 2019-2020 Roy Hooper
|
||||
# Copyright (c) 2020 Kattni Rembor for Adafruit Industries
|
||||
#
|
||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
|
|
@ -26,7 +25,7 @@
|
|||
|
||||
Sparkle animation for CircuitPython helper library for LED animations.
|
||||
|
||||
* Author(s): Roy Hooper, Kattni Rembor
|
||||
* Author(s): Kattni Rembor
|
||||
|
||||
Implementation Notes
|
||||
--------------------
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
# The MIT License (MIT)
|
||||
#
|
||||
# Copyright (c) 2019-2020 Roy Hooper
|
||||
# Copyright (c) 2020 Kattni Rembor for Adafruit Industries
|
||||
#
|
||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
|
|
@ -26,7 +25,7 @@
|
|||
|
||||
Sparkle-pulse animation for CircuitPython helper library for LED animations.
|
||||
|
||||
* Author(s): Roy Hooper, dmolavi
|
||||
* Author(s): dmolavi
|
||||
|
||||
Implementation Notes
|
||||
--------------------
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# The MIT License (MIT)
|
||||
#
|
||||
# Copyright (c) 2019 Roy Hooper
|
||||
# Copyright (c) 2020 Kattni Rembor for Adafruit Industries
|
||||
#
|
||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
# of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
PixelGrid helper for 2D animations.
|
||||
|
||||
* Author(s): Roy Hooper
|
||||
* Author(s): Kattni Rembor
|
||||
|
||||
Implementation Notes
|
||||
--------------------
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
# The MIT License (MIT)
|
||||
#
|
||||
# Copyright (c) 2019-2020 Roy Hooper
|
||||
# Copyright (c) 2020 Kattni Rembor for Adafruit Industries
|
||||
#
|
||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
|
|
@ -27,7 +26,7 @@
|
|||
Animation group helper for CircuitPython helper library for LED animations..
|
||||
|
||||
|
||||
* Author(s): Roy Hooper, Kattni Rembor
|
||||
* Author(s): Kattni Rembor
|
||||
|
||||
Implementation Notes
|
||||
--------------------
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# The MIT License (MIT)
|
||||
#
|
||||
# Copyright (c) 2019 Roy Hooper
|
||||
# Copyright (c) 2019
|
||||
#
|
||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
# of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
Helper classes for making complex animations using CircuitPython LED animations library.
|
||||
|
||||
* Author(s): Roy Hooper, Kattni Rembor
|
||||
* Author(s): Kattni Rembor
|
||||
|
||||
Implementation Notes
|
||||
--------------------
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
# The MIT License (MIT)
|
||||
#
|
||||
# Copyright (c) 2019-2020 Roy Hooper
|
||||
# Copyright (c) 2020 Kattni Rembor for Adafruit Industries
|
||||
#
|
||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
|
|
@ -27,7 +26,7 @@
|
|||
Animation sequence helper for CircuitPython helper library for LED animations.
|
||||
|
||||
|
||||
* Author(s): Roy Hooper, Kattni Rembor
|
||||
* Author(s): Kattni Rembor
|
||||
|
||||
Implementation Notes
|
||||
--------------------
|
||||
|
|
|
|||
|
|
@ -39,8 +39,8 @@ master_doc = "index"
|
|||
|
||||
# General information about the project.
|
||||
project = "LED_Animation Library"
|
||||
copyright = "2018 Roy Hoopert"
|
||||
author = "Roy Hooper"
|
||||
copyright = "2020 Kattni Rembor"
|
||||
author = "Kattni Rembor"
|
||||
|
||||
# The version info for the project you're documenting, acts as replacement for
|
||||
# |version| and |release|, also used in various other places throughout the
|
||||
|
|
|
|||
Loading…
Reference in a new issue