From d9486acc1a3b62df115ed75c0a0bac09b02561f6 Mon Sep 17 00:00:00 2001 From: mstroh76 Date: Tue, 27 Feb 2024 20:01:55 +0100 Subject: [PATCH] V3 --- INSTALL | 3 --- gpio/gpio.c | 6 +++--- gpio/readall.c | 2 +- wiringPi/wiringPi.c | 2 +- 4 files changed, 5 insertions(+), 8 deletions(-) diff --git a/INSTALL b/INSTALL index a8e29a4..f91b648 100644 --- a/INSTALL +++ b/INSTALL @@ -27,6 +27,3 @@ For help and support see: * https://github.com/WiringPi/WiringPi/issues - -wiringPi originally created by Gordon Henderson -https://projects.drogon.net/ diff --git a/gpio/gpio.c b/gpio/gpio.c index 7c448a5..0f0dd06 100644 --- a/gpio/gpio.c +++ b/gpio/gpio.c @@ -2,7 +2,7 @@ * gpio.c: * Swiss-Army-Knife, Set-UID command-line interface to the Raspberry * Pi's GPIO. - * Copyright (c) 2012-2018 Gordon Henderson + * Copyright (c) 2012-2024 Gordon Henderson and contributors *********************************************************************** * This file is part of wiringPi: * https://github.com/WiringPi/WiringPi/ @@ -1313,7 +1313,7 @@ static void doVersion (char *argv []) wiringPiVersion (&vMaj, &vMin) ; printf ("gpio version: %d.%d\n", vMaj, vMin) ; - printf ("Copyright (c) 2012-2018 Gordon Henderson\n") ; + printf ("Copyright (c) 2012-2024 Gordon Henderson and contributors\n") ; printf ("This is free software with ABSOLUTELY NO WARRANTY.\n") ; printf ("For details type: %s -warranty\n", argv [0]) ; printf ("\n") ; @@ -1398,7 +1398,7 @@ int main (int argc, char *argv []) if (strcasecmp (argv [1], "-warranty") == 0) { printf ("gpio version: %s\n", VERSION) ; - printf ("Copyright (c) 2012-2018 Gordon Henderson\n") ; + printf ("Copyright (c) 2012-2024 Gordon Henderson and contributors\n") ; printf ("\n") ; printf (" This program is free software; you can redistribute it and/or modify\n") ; printf (" it under the terms of the GNU Leser General Public License as published\n") ; diff --git a/gpio/readall.c b/gpio/readall.c index 6da28b7..c28f7fe 100644 --- a/gpio/readall.c +++ b/gpio/readall.c @@ -1,7 +1,7 @@ /* * readall.c: * The readall functions - getting a bit big, so split them out. - * Copyright (c) 2012-2018 Gordon Henderson + * Copyright (c) 2012-2024 Gordon Henderson and contributors *********************************************************************** * This file is part of wiringPi: * https://github.com/WiringPi/WiringPi/ diff --git a/wiringPi/wiringPi.c b/wiringPi/wiringPi.c index 382686d..d0bce4f 100644 --- a/wiringPi/wiringPi.c +++ b/wiringPi/wiringPi.c @@ -1,7 +1,7 @@ /* * wiringPi: * Arduino look-a-like Wiring library for the Raspberry Pi - * Copyright (c) 2012-2017 Gordon Henderson + * Copyright (c) 2012-2024 Gordon Henderson and contributors * Additional code for pwmSetClock by Chris Hall * * Thanks to code samples from Gert Jan van Loo and the