From ac1aa1d442f2c2d0dfacfddb52eb73811d6f01a9 Mon Sep 17 00:00:00 2001 From: evaherrada Date: Thu, 21 Jul 2022 13:53:46 -0400 Subject: [PATCH] Updated name --- LICENSE | 2 +- README.rst.license | 2 +- adafruit_ducky.py | 4 ++-- docs/api.rst.license | 2 +- docs/conf.py | 4 ++-- docs/examples.rst.license | 2 +- docs/index.rst.license | 2 +- examples/ducky_simpletest.py | 2 +- requirements.txt | 2 +- setup.py | 2 +- 10 files changed, 12 insertions(+), 12 deletions(-) diff --git a/LICENSE b/LICENSE index b2a48a7..68d5134 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2021 Dylan Herrada for Adafruit Industries +Copyright (c) 2021 Eva Herrada 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 diff --git a/README.rst.license b/README.rst.license index f855e64..fef8e7e 100644 --- a/README.rst.license +++ b/README.rst.license @@ -1,3 +1,3 @@ SPDX-FileCopyrightText: 2017 Scott Shawcroft, written for Adafruit Industries -SPDX-FileCopyrightText: Copyright (c) 2021 Dylan Herrada for Adafruit Industries +SPDX-FileCopyrightText: Copyright (c) 2021 Eva Herrada for Adafruit Industries SPDX-License-Identifier: MIT diff --git a/adafruit_ducky.py b/adafruit_ducky.py index c49ad6e..26a5e51 100644 --- a/adafruit_ducky.py +++ b/adafruit_ducky.py @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2017 Scott Shawcroft, written for Adafruit Industries -# SPDX-FileCopyrightText: Copyright (c) 2021 Dylan Herrada for Adafruit Industries +# SPDX-FileCopyrightText: Copyright (c) 2021 Eva Herrada for Adafruit Industries # # SPDX-License-Identifier: MIT """ @@ -9,7 +9,7 @@ CircuitPython library for running DuckyScript -* Author(s): Dylan Herrada +* Author(s): Eva Herrada Implementation Notes -------------------- diff --git a/docs/api.rst.license b/docs/api.rst.license index 7075090..6a2d00d 100644 --- a/docs/api.rst.license +++ b/docs/api.rst.license @@ -1,4 +1,4 @@ SPDX-FileCopyrightText: 2017 Scott Shawcroft, written for Adafruit Industries -SPDX-FileCopyrightText: Copyright (c) 2021 Dylan Herrada for Adafruit Industries +SPDX-FileCopyrightText: Copyright (c) 2021 Eva Herrada for Adafruit Industries SPDX-License-Identifier: MIT diff --git a/docs/conf.py b/docs/conf.py index e088b5c..286355d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -46,8 +46,8 @@ # General information about the project. project = "Adafruit CircuitPython Ducky Library" -copyright = "2021 Dylan Herrada" -author = "Dylan Herrada" +copyright = "2021 Eva Herrada" +author = "Eva Herrada" # Ignore imports of these modules, which sphinx will not know about. autodoc_mock_imports = ["usb_hid"] diff --git a/docs/examples.rst.license b/docs/examples.rst.license index 7075090..6a2d00d 100644 --- a/docs/examples.rst.license +++ b/docs/examples.rst.license @@ -1,4 +1,4 @@ SPDX-FileCopyrightText: 2017 Scott Shawcroft, written for Adafruit Industries -SPDX-FileCopyrightText: Copyright (c) 2021 Dylan Herrada for Adafruit Industries +SPDX-FileCopyrightText: Copyright (c) 2021 Eva Herrada for Adafruit Industries SPDX-License-Identifier: MIT diff --git a/docs/index.rst.license b/docs/index.rst.license index 7075090..6a2d00d 100644 --- a/docs/index.rst.license +++ b/docs/index.rst.license @@ -1,4 +1,4 @@ SPDX-FileCopyrightText: 2017 Scott Shawcroft, written for Adafruit Industries -SPDX-FileCopyrightText: Copyright (c) 2021 Dylan Herrada for Adafruit Industries +SPDX-FileCopyrightText: Copyright (c) 2021 Eva Herrada for Adafruit Industries SPDX-License-Identifier: MIT diff --git a/examples/ducky_simpletest.py b/examples/ducky_simpletest.py index 03ea544..b24db82 100644 --- a/examples/ducky_simpletest.py +++ b/examples/ducky_simpletest.py @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2017 Scott Shawcroft, written for Adafruit Industries -# SPDX-FileCopyrightText: Copyright (c) 2021 Dylan Herrada for Adafruit Industries +# SPDX-FileCopyrightText: Copyright (c) 2021 Eva Herrada for Adafruit Industries # # SPDX-License-Identifier: Unlicense import time diff --git a/requirements.txt b/requirements.txt index fe9879a..3d476b8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2017 Scott Shawcroft, written for Adafruit Industries -# SPDX-FileCopyrightText: Copyright (c) 2021 Dylan Herrada for Adafruit Industries +# SPDX-FileCopyrightText: Copyright (c) 2021 Eva Herrada for Adafruit Industries # # SPDX-License-Identifier: MIT diff --git a/setup.py b/setup.py index b5baad6..e014d4d 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2017 Scott Shawcroft, written for Adafruit Industries -# SPDX-FileCopyrightText: Copyright (c) 2021 Dylan Herrada for Adafruit Industries +# SPDX-FileCopyrightText: Copyright (c) 2021 Eva Herrada for Adafruit Industries # # SPDX-License-Identifier: MIT