From 70f58ed6dcfcb4e8571d2560dc27ef73588ba639 Mon Sep 17 00:00:00 2001 From: Godzil Date: Wed, 24 Jul 2019 15:57:48 +0100 Subject: [PATCH] Update 2018 -> 2019 --- kfusd/kfusd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kfusd/kfusd.c b/kfusd/kfusd.c index 693de93..ceb88b5 100755 --- a/kfusd/kfusd.c +++ b/kfusd/kfusd.c @@ -38,7 +38,7 @@ * Copyright (c) 2001, Sensoria Corporation * Copyright (c) 2002-2003, Regents of the University of California * Copyright (c) 2007 Monty and Xiph.Org - * Copyright (c) 2009-2018 Manoel Trapier + * Copyright (c) 2009-2019 Manoel Trapier * */ @@ -204,7 +204,7 @@ DEFINE_SEMAPHORE (fusd_devlist_sem); //#ifdef MODULE_LICENSE MODULE_AUTHOR ("Jeremy Elson (c)2001"); -MODULE_AUTHOR ("Manoel Trapier (c)2009-2018"); +MODULE_AUTHOR ("Manoel Trapier (c)2009-2019"); MODULE_VERSION(GIT_DESCRIBE); MODULE_LICENSE ("GPL"); //#endif