From fabdc4a6db66afd5539d41ec140778e46f012240 Mon Sep 17 00:00:00 2001 From: undefiened Date: Wed, 10 Jul 2024 19:43:55 +0200 Subject: [PATCH] added copyright --- safeeyes/plugins/limitconsecutiveskipping/plugin.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/safeeyes/plugins/limitconsecutiveskipping/plugin.py b/safeeyes/plugins/limitconsecutiveskipping/plugin.py index a306a98..864333f 100644 --- a/safeeyes/plugins/limitconsecutiveskipping/plugin.py +++ b/safeeyes/plugins/limitconsecutiveskipping/plugin.py @@ -1,4 +1,9 @@ #!/usr/bin/env python +# Safe Eyes is a utility to remind you to take break frequently +# to protect your eyes from eye strain. + +# Copyright (C) 2024 Leo (@undefiened), based on the code written by Gobinath + # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or