From eacdaf583e0cef43cb6437f14c740a8f5a63ed3b Mon Sep 17 00:00:00 2001 From: Jiri Kalvoda <jirikalvoda@kam.mff.cuni.cz> Date: Sun, 24 Jan 2021 14:46:03 +0100 Subject: [PATCH] Copyrigh Jiri Kalvoda --- README | 2 +- display.c | 1 + display.h | 1 + osdd.c | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README b/README index e783379..2641754 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ On-Screen Display Daemon (c) 2010 Martin Mares <mj@ucw.cz> - (c) 2021 Jiří Kalvoda <jirikalvoda@kam.mff.cuni.cz> + (c) 2020--2021 Jiri Kalvoda <jirikalvoda@kam.mff.cuni.cz> You can use and distribute this program under the terms of GPLv2. diff --git a/display.c b/display.c index 4d4a712..08a680b 100644 --- a/display.c +++ b/display.c @@ -2,6 +2,7 @@ * On-screen Display * * (c) 2013--2014 Martin Mares <mj@ucw.cz> + * (c) 2020--2021 Jiri Kalvoda <jirikalvoda@kam.mff.cuni.cz> * * This code is heavily inspired by the libxosd library, * which is (c) 2000, 2001 Andre Renaud <andre@ignavus.net>. diff --git a/display.h b/display.h index 379451d..131f7c3 100644 --- a/display.h +++ b/display.h @@ -2,6 +2,7 @@ * On-screen Display * * (c) 2013--2014 Martin Mares <mj@ucw.cz> + * (c) 2020--2021 Jiri Kalvoda <jirikalvoda@kam.mff.cuni.cz> */ #include <stdbool.h> diff --git a/osdd.c b/osdd.c index 0f5723b..a92fbe0 100644 --- a/osdd.c +++ b/osdd.c @@ -2,6 +2,7 @@ * On-screen Display Daemon * * (c) 2010--2014 Martin Mares <mj@ucw.cz> + * (c) 2020--2021 Jiri Kalvoda <jirikalvoda@kam.mff.cuni.cz> */ #include <stdio.h> -- GitLab