diff --git a/octoprint_hd44780/__init__.py b/octoprint_hd44780/__init__.py index cc3a9a0..3c7f362 100644 --- a/octoprint_hd44780/__init__.py +++ b/octoprint_hd44780/__init__.py @@ -4,7 +4,7 @@ from __future__ import absolute_import __author__ = "Franziska Kunsmann " __license__ = "GNU Affero General Public License http://www.gnu.org/licenses/agpl.html" -__copyright__ = "Copyright (C) 2017 Felix Kunsmann - Released under terms of the AGPLv3 License" +__copyright__ = "Copyright (C) 2017 Franziska Kunsmann - Released under terms of the AGPLv3 License" import octoprint.plugin