From cfddf43486146ebfa0f272cbc1ab16ced2b8c3f8 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sun, 27 Jan 2019 10:20:31 +0100 Subject: [PATCH] fix my name --- octoprint_hd44780/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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