Skip to content

remove self from copyright, authors #64

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 17, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions adafruit_led_animation/__init__.py
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -22,7 +22,7 @@
"""
Timing for Adafruit LED Animation library.

Author(s): Roy Hooper
Author(s): Kattni Rembor
"""

try:
Expand Down
3 changes: 1 addition & 2 deletions adafruit_led_animation/animation/__init__.py
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
--------------------
Expand Down
3 changes: 1 addition & 2 deletions adafruit_led_animation/animation/blink.py
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
--------------------
Expand Down
3 changes: 1 addition & 2 deletions adafruit_led_animation/animation/chase.py
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
--------------------
Expand Down
3 changes: 1 addition & 2 deletions adafruit_led_animation/animation/colorcycle.py
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
--------------------
Expand Down
3 changes: 1 addition & 2 deletions adafruit_led_animation/animation/comet.py
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
--------------------
Expand Down
3 changes: 1 addition & 2 deletions adafruit_led_animation/animation/customcolorchase.py
Original file line number Diff line number Diff line change
@@ -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
#
Expand All @@ -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
--------------------
Expand Down
3 changes: 1 addition & 2 deletions adafruit_led_animation/animation/grid_rain.py
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
--------------------
Expand Down
3 changes: 1 addition & 2 deletions adafruit_led_animation/animation/pulse.py
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
--------------------
Expand Down
3 changes: 1 addition & 2 deletions adafruit_led_animation/animation/rainbow.py
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
--------------------
Expand Down
3 changes: 1 addition & 2 deletions adafruit_led_animation/animation/rainbowchase.py
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
--------------------
Expand Down
3 changes: 1 addition & 2 deletions adafruit_led_animation/animation/rainbowcomet.py
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
--------------------
Expand Down
3 changes: 1 addition & 2 deletions adafruit_led_animation/animation/rainbowsparkle.py
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
--------------------
Expand Down
3 changes: 1 addition & 2 deletions adafruit_led_animation/animation/solid.py
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
--------------------
Expand Down
3 changes: 1 addition & 2 deletions adafruit_led_animation/animation/sparkle.py
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
--------------------
Expand Down
3 changes: 1 addition & 2 deletions adafruit_led_animation/animation/sparklepulse.py
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -26,7 +25,7 @@

Sparkle-pulse animation for CircuitPython helper library for LED animations.

* Author(s): Roy Hooper, dmolavi
* Author(s): dmolavi

Implementation Notes
--------------------
Expand Down
4 changes: 2 additions & 2 deletions adafruit_led_animation/grid.py
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -25,7 +25,7 @@

PixelGrid helper for 2D animations.

* Author(s): Roy Hooper
* Author(s): Kattni Rembor

Implementation Notes
--------------------
Expand Down
3 changes: 1 addition & 2 deletions adafruit_led_animation/group.py
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
--------------------
Expand Down
4 changes: 2 additions & 2 deletions adafruit_led_animation/helper.py
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
--------------------
Expand Down
3 changes: 1 addition & 2 deletions adafruit_led_animation/sequence.py
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
--------------------
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@

# 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
Expand Down