From a83d64ea6c5abd7f78f38f35f31b4749ecb19923 Mon Sep 17 00:00:00 2001 From: Philip Howard Date: Mon, 24 Jan 2022 10:48:45 +0000 Subject: [PATCH] Prep for deb release as 2.70 This is a general tidyup to detach this fork better from Gordon, who was (and perhaps still is) completely inundated with WiringPi-related support questions. This changeset includes a number of tweaks which should reduce support burden on Gordon. I believe they are essential if we plan to release a new debian package. They should - hopefully - not reduce or make ambiguous the origins of this code while achieving the above. * Remove Gordon's email address from all source files to avoid support queries finding their way to him * Update wiringPi URLs to the GitHub repository to try and keep bugs/issues within the fork * Bump version to 2.70 ready for a debian package release * Update debian package maintainer info, add bugs & homepage URLs to this repository --- VERSION | 2 +- build | 16 ---------------- debian-template/wiringPi/DEBIAN/control | 7 +++++-- debian/control | 2 +- devLib/Makefile | 2 +- devLib/ds1302.c | 2 +- devLib/ds1302.h | 2 +- devLib/gertboard.c | 2 +- devLib/gertboard.h | 2 +- devLib/lcd.c | 2 +- devLib/lcd.h | 2 +- devLib/lcd128x64.c | 2 +- devLib/lcd128x64.h | 2 +- devLib/maxdetect.c | 2 +- devLib/maxdetect.h | 2 +- devLib/piFace.c | 2 +- devLib/piFace.h | 2 +- devLib/piFaceOld.c | 2 +- devLib/piGlow.c | 2 +- devLib/piGlow.h | 2 +- devLib/piNes.c | 2 +- devLib/piNes.h | 2 +- devLib/scrollPhat.c | 2 +- devLib/scrollPhat.h | 2 +- devLib/scrollPhatFont.h | 2 +- examples/Gertboard/buttons.c | 6 +++--- examples/Gertboard/gertboard.c | 6 +++--- examples/Gertboard/temperature.c | 4 ++-- examples/Gertboard/voltmeter.c | 4 ++-- examples/Makefile | 2 +- examples/PiFace/Makefile | 2 +- examples/PiFace/blink.c | 4 ++-- examples/PiFace/buttons.c | 4 ++-- examples/PiFace/metro.c | 4 ++-- examples/PiFace/motor.c | 4 ++-- examples/PiFace/reaction.c | 4 ++-- examples/PiGlow/Makefile | 2 +- examples/PiGlow/piGlow0.c | 2 +- examples/PiGlow/piGlow1.c | 2 +- examples/PiGlow/piglow.c | 2 +- examples/blink-thread.c | 4 ++-- examples/blink.c | 4 ++-- examples/blink.rtb | 4 ++-- examples/blink.sh | 4 ++-- examples/blink12.c | 4 ++-- examples/blink12drcs.c | 6 +++--- examples/blink6drcs.c | 4 ++-- examples/blink8-drcn.c | 4 ++-- examples/blink8.c | 4 ++-- examples/clock.c | 2 +- examples/delayTest.c | 4 ++-- examples/ds1302.c | 2 +- examples/header.h | 4 ++-- examples/isr-osc.c | 6 +++--- examples/isr.c | 2 +- examples/lcd-adafruit.c | 6 +++--- examples/lcd.c | 8 ++++---- examples/lowPower.c | 2 +- examples/max31855.c | 2 +- examples/nes.c | 4 ++-- examples/okLed.c | 4 ++-- examples/pwm.c | 4 ++-- examples/q2w/Makefile | 2 +- examples/q2w/binary.c | 4 ++-- examples/q2w/blink-io.c | 4 ++-- examples/q2w/blink.c | 4 ++-- examples/q2w/blink.sh | 4 ++-- examples/q2w/bright.c | 4 ++-- examples/q2w/button.c | 4 ++-- examples/q2w/volts.c | 4 ++-- examples/rht03.c | 4 ++-- examples/scrollPhat/Makefile | 2 +- examples/scrollPhat/scphat.c | 6 +++--- examples/scrollPhat/test.c | 6 +++--- examples/serialRead.c | 4 ++-- examples/serialTest.c | 4 ++-- examples/servo.c | 4 ++-- examples/softPwm.c | 4 ++-- examples/softTone.c | 4 ++-- examples/speed.c | 4 ++-- examples/spiSpeed.c | 2 +- examples/wfi.c | 2 +- gpio/Makefile | 2 +- gpio/gpio.1 | 3 +-- gpio/gpio.c | 2 +- gpio/readall.c | 2 +- newVersion | 5 ++++- pins/pins.tex | 2 +- version.h | 4 ++-- wiringPi/Makefile | 2 +- wiringPi/ads1115.c | 2 +- wiringPi/ads1115.h | 2 +- wiringPi/bmp180.c | 2 +- wiringPi/bmp180.h | 2 +- wiringPi/drcNet.c | 2 +- wiringPi/drcNet.h | 2 +- wiringPi/drcSerial.c | 2 +- wiringPi/drcSerial.h | 2 +- wiringPi/ds18b20.c | 2 +- wiringPi/ds18b20.h | 2 +- wiringPi/htu21d.c | 2 +- wiringPi/htu21d.h | 2 +- wiringPi/max31855.c | 2 +- wiringPi/max31855.h | 2 +- wiringPi/max5322.c | 2 +- wiringPi/max5322.h | 2 +- wiringPi/mcp23008.c | 2 +- wiringPi/mcp23008.h | 2 +- wiringPi/mcp23016.c | 2 +- wiringPi/mcp23016.h | 2 +- wiringPi/mcp23016reg.h | 2 +- wiringPi/mcp23017.c | 2 +- wiringPi/mcp23017.h | 2 +- wiringPi/mcp23s08.c | 2 +- wiringPi/mcp23s08.h | 2 +- wiringPi/mcp23s17.c | 2 +- wiringPi/mcp23s17.h | 2 +- wiringPi/mcp23x08.h | 2 +- wiringPi/mcp23x0817.h | 2 +- wiringPi/mcp3002.c | 2 +- wiringPi/mcp3002.h | 2 +- wiringPi/mcp3004.c | 2 +- wiringPi/mcp3004.h | 2 +- wiringPi/mcp3422.c | 2 +- wiringPi/mcp3422.h | 2 +- wiringPi/mcp4802.c | 2 +- wiringPi/mcp4802.h | 2 +- wiringPi/pcf8574.c | 2 +- wiringPi/pcf8574.h | 2 +- wiringPi/pcf8591.c | 2 +- wiringPi/pcf8591.h | 2 +- wiringPi/piHiPri.c | 2 +- wiringPi/piThread.c | 2 +- wiringPi/pseudoPins.c | 2 +- wiringPi/pseudoPins.h | 2 +- wiringPi/rht03.c | 2 +- wiringPi/rht03.h | 2 +- wiringPi/sn3218.c | 2 +- wiringPi/sn3218.h | 2 +- wiringPi/softPwm.c | 2 +- wiringPi/softPwm.h | 2 +- wiringPi/softServo.c | 2 +- wiringPi/softServo.h | 2 +- wiringPi/softTone.c | 2 +- wiringPi/softTone.h | 2 +- wiringPi/sr595.c | 2 +- wiringPi/sr595.h | 2 +- wiringPi/wiringPi.c | 4 ++-- wiringPi/wiringPi.h | 2 +- wiringPi/wiringPiI2C.c | 2 +- wiringPi/wiringPiI2C.h | 2 +- wiringPi/wiringPiSPI.c | 2 +- wiringPi/wiringPiSPI.h | 2 +- wiringPi/wiringSerial.c | 2 +- wiringPi/wiringSerial.h | 2 +- wiringPi/wiringShift.c | 2 +- wiringPi/wiringShift.h | 2 +- wiringPi/wpiExtensions.c | 2 +- wiringPi/wpiExtensions.h | 2 +- wiringPiD/Makefile | 2 +- wiringPiD/drcNetCmd.h | 2 +- wiringPiD/network.c | 4 ++-- wiringPiD/network.h | 2 +- wiringPiD/runRemote.c | 2 +- wiringPiD/runRemote.h | 2 +- wiringPiD/wiringpid.c | 2 +- 166 files changed, 226 insertions(+), 237 deletions(-) diff --git a/VERSION b/VERSION index 881307c..587cb39 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.61 +2.70 diff --git a/build b/build index 59d01bb..4911751 100755 --- a/build +++ b/build @@ -110,22 +110,6 @@ fi hardware=`fgrep Hardware /proc/cpuinfo | head -1 | awk '{ print $3 }'` -# if [ x$hardware != "xBCM2708" ]; then -# echo "" -# echo " +------------------------------------------------------------+" -# echo " | wiringPi is designed to run on the Raspberry Pi only. |" -# echo " | This processor does not appear to be a Raspberry Pi. |" -# echo " +------------------------------------------------------------+" -# echo " | In the unlikely event that you think it is a Raspberry Pi, |" -# echo " | then please accept my apologies and email the contents of |" -# echo " | /proc/cpuinfo to projects@drogon.net. |" -# echo " | - Thanks, Gordon |" -# echo " +------------------------------------------------------------+" -# echo "" -# exit 1 -# fi - - echo echo "WiringPi Library" cd wiringPi diff --git a/debian-template/wiringPi/DEBIAN/control b/debian-template/wiringPi/DEBIAN/control index 1302836..ee811af 100644 --- a/debian-template/wiringPi/DEBIAN/control +++ b/debian-template/wiringPi/DEBIAN/control @@ -1,10 +1,13 @@ Package: wiringpi -Version: 2.61 +Version: 2.70 Section: libraries Priority: optional Architecture: armhf Depends: libc6 -Maintainer: Gordon Henderson +Maintainer: Phil Howard +Uploaders: Phil Howard Description: The wiringPi libraries, headers and gpio command Libraries to allow GPIO access on a Raspberry Pi from C and C++ and BASIC programs as well as from the command-line +Homepage: https://github.com/WiringPi/WiringPi/ +Bugs: https://github.com/WiringPi/WiringPi/ diff --git a/debian/control b/debian/control index 1d6d228..d705252 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: electronics Priority: optional Maintainer: Ian Jackson Standards-Version: 3.8.0 -Homepage: http://wiringpi.com/ +Homepage: https://github.com/WiringPi/WiringPi Build-Depends: debhelper (>= 8) Package: libwiringpi2 diff --git a/devLib/Makefile b/devLib/Makefile index 55f8a64..611e423 100644 --- a/devLib/Makefile +++ b/devLib/Makefile @@ -5,7 +5,7 @@ # Copyright (c) 2012-2016 Gordon Henderson ################################################################################# # This file is part of wiringPi: -# https://projects.drogon.net/raspberry-pi/wiringpi/ +# https://github.com/wiringPi/wiringPi # # wiringPi is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by diff --git a/devLib/ds1302.c b/devLib/ds1302.c index cf64de7..bad252f 100644 --- a/devLib/ds1302.c +++ b/devLib/ds1302.c @@ -5,7 +5,7 @@ * Copyright (c) 2013 Gordon Henderson. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/devLib/ds1302.h b/devLib/ds1302.h index e82b3ed..72d747b 100644 --- a/devLib/ds1302.h +++ b/devLib/ds1302.h @@ -5,7 +5,7 @@ * Copyright (c) 2013 Gordon Henderson. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/devLib/gertboard.c b/devLib/gertboard.c index 6a84415..f65bba3 100644 --- a/devLib/gertboard.c +++ b/devLib/gertboard.c @@ -13,7 +13,7 @@ * *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/devLib/gertboard.h b/devLib/gertboard.h index 3fa1919..4107ade 100644 --- a/devLib/gertboard.h +++ b/devLib/gertboard.h @@ -8,7 +8,7 @@ * *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/devLib/lcd.c b/devLib/lcd.c index 6c0e474..0491bb9 100644 --- a/devLib/lcd.c +++ b/devLib/lcd.c @@ -7,7 +7,7 @@ * Copyright (c) 2012 Gordon Henderson. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/devLib/lcd.h b/devLib/lcd.h index 0a0e598..482314e 100644 --- a/devLib/lcd.h +++ b/devLib/lcd.h @@ -7,7 +7,7 @@ * Copyright (c) 2012 Gordon Henderson. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/devLib/lcd128x64.c b/devLib/lcd128x64.c index accd5c3..e370488 100644 --- a/devLib/lcd128x64.c +++ b/devLib/lcd128x64.c @@ -13,7 +13,7 @@ * Copyright (c) 2013 Gordon Henderson. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/devLib/lcd128x64.h b/devLib/lcd128x64.h index b448bbc..f374ec2 100644 --- a/devLib/lcd128x64.h +++ b/devLib/lcd128x64.h @@ -4,7 +4,7 @@ * Copyright (c) 2013 Gordon Henderson. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/devLib/maxdetect.c b/devLib/maxdetect.c index 74ff70e..69537bd 100644 --- a/devLib/maxdetect.c +++ b/devLib/maxdetect.c @@ -5,7 +5,7 @@ * Copyright (c) 2013 Gordon Henderson. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/devLib/maxdetect.h b/devLib/maxdetect.h index a1fd742..98519b3 100644 --- a/devLib/maxdetect.h +++ b/devLib/maxdetect.h @@ -5,7 +5,7 @@ * Copyright (c) 2013 Gordon Henderson. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/devLib/piFace.c b/devLib/piFace.c index 4475c7f..c3814cd 100644 --- a/devLib/piFace.c +++ b/devLib/piFace.c @@ -6,7 +6,7 @@ * Copyright (c) 2012-2013 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/devLib/piFace.h b/devLib/piFace.h index 4965314..e799622 100644 --- a/devLib/piFace.h +++ b/devLib/piFace.h @@ -4,7 +4,7 @@ * Copyright (c) 2012-2013 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/devLib/piFaceOld.c b/devLib/piFaceOld.c index cadbfe8..51e157d 100644 --- a/devLib/piFaceOld.c +++ b/devLib/piFaceOld.c @@ -6,7 +6,7 @@ * has an MCP23S17 GPIO device connected via the SPI bus. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/devLib/piGlow.c b/devLib/piGlow.c index 44e3db8..7f1db7c 100644 --- a/devLib/piGlow.c +++ b/devLib/piGlow.c @@ -5,7 +5,7 @@ * Copyright (c) 2013 Gordon Henderson. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/devLib/piGlow.h b/devLib/piGlow.h index a4d89d0..0c9ba5d 100644 --- a/devLib/piGlow.h +++ b/devLib/piGlow.h @@ -5,7 +5,7 @@ * Copyright (c) 2013 Gordon Henderson. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/devLib/piNes.c b/devLib/piNes.c index a115050..e1905ec 100644 --- a/devLib/piNes.c +++ b/devLib/piNes.c @@ -4,7 +4,7 @@ * Copyright (c) 2012 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/devLib/piNes.h b/devLib/piNes.h index 897f181..7989535 100644 --- a/devLib/piNes.h +++ b/devLib/piNes.h @@ -4,7 +4,7 @@ * Copyright (c) 2012 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/devLib/scrollPhat.c b/devLib/scrollPhat.c index c1a6f11..d12666c 100644 --- a/devLib/scrollPhat.c +++ b/devLib/scrollPhat.c @@ -5,7 +5,7 @@ * Copyright (c) 2015 Gordon Henderson. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/devLib/scrollPhat.h b/devLib/scrollPhat.h index 0e762b1..8c9cdac 100644 --- a/devLib/scrollPhat.h +++ b/devLib/scrollPhat.h @@ -5,7 +5,7 @@ * Copyright (c) 2015 Gordon Henderson. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/devLib/scrollPhatFont.h b/devLib/scrollPhatFont.h index 92f623a..f196c52 100644 --- a/devLib/scrollPhatFont.h +++ b/devLib/scrollPhatFont.h @@ -8,7 +8,7 @@ * Copyright (c) 2015-2016 Gordon Henderson. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/Gertboard/buttons.c b/examples/Gertboard/buttons.c index 5f76764..300d1bf 100644 --- a/examples/Gertboard/buttons.c +++ b/examples/Gertboard/buttons.c @@ -1,12 +1,12 @@ /* * buttons.c: * Read the Gertboard buttons. Each one will act as an on/off - * tiggle switch for 3 different LEDs + * toggle switch for 3 different LEDs * - * Copyright (c) 2012-2013 Gordon Henderson. + * Copyright (c) 2012-2013 Gordon Henderson. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/Gertboard/gertboard.c b/examples/Gertboard/gertboard.c index aefcb12..c05974f 100644 --- a/examples/Gertboard/gertboard.c +++ b/examples/Gertboard/gertboard.c @@ -7,12 +7,12 @@ * * We output a sine wave on D/A port 0 and sample A/D port 0. We then * plot the input value on the terminal as a sort of vertical scrolling - * oscilloscipe. + * oscilloscope. * - * Copyright (c) 2012-2013 Gordon Henderson. + * Copyright (c) 2012-2013 Gordon Henderson. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/Gertboard/temperature.c b/examples/Gertboard/temperature.c index 5985a12..c3cf3fa 100644 --- a/examples/Gertboard/temperature.c +++ b/examples/Gertboard/temperature.c @@ -3,10 +3,10 @@ * Demonstrate use of the Gertboard A to D converter to make * a simple thermometer using the LM35. * - * Copyright (c) 2012-2013 Gordon Henderson. + * Copyright (c) 2012-2013 Gordon Henderson. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/Gertboard/voltmeter.c b/examples/Gertboard/voltmeter.c index c4d2113..f1c3130 100644 --- a/examples/Gertboard/voltmeter.c +++ b/examples/Gertboard/voltmeter.c @@ -3,10 +3,10 @@ * Demonstrate use of the Gertboard A to D converter to make * a simple voltmeter. * - * Copyright (c) 2012-2013 Gordon Henderson. + * Copyright (c) 2012-2013 Gordon Henderson. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/Makefile b/examples/Makefile index 5813ca0..7e95df3 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -1,7 +1,7 @@ # # Makefile: # wiringPi - A "wiring" library for the Raspberry Pi -# https://projects.drogon.net/wiring-pi +# https://github.com/wiringPi/wiringPi # # Copyright (c) 2012-2015 Gordon Henderson ################################################################################# diff --git a/examples/PiFace/Makefile b/examples/PiFace/Makefile index a5c7c72..91eb946 100644 --- a/examples/PiFace/Makefile +++ b/examples/PiFace/Makefile @@ -1,7 +1,7 @@ # # Makefile: # wiringPi - A "wiring" library for the Raspberry Pi -# https://projects.drogon.net/wiring-pi +# https://github.com/wiringPi/wiringPi # # Copyright (c) 2012 Gordon Henderson ################################################################################# diff --git a/examples/PiFace/blink.c b/examples/PiFace/blink.c index ffb8a2e..21b472a 100644 --- a/examples/PiFace/blink.c +++ b/examples/PiFace/blink.c @@ -2,10 +2,10 @@ * blink.c: * Simple "blink" test for the PiFace interface board. * - * Copyright (c) 2012-2013 Gordon Henderson. + * Copyright (c) 2012-2013 Gordon Henderson. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/PiFace/buttons.c b/examples/PiFace/buttons.c index 147a4bd..4854a13 100644 --- a/examples/PiFace/buttons.c +++ b/examples/PiFace/buttons.c @@ -4,10 +4,10 @@ * * Read the buttons and output the same to the LEDs * - * Copyright (c) 2012-2013 Gordon Henderson. + * Copyright (c) 2012-2013 Gordon Henderson. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/PiFace/metro.c b/examples/PiFace/metro.c index a4a8c1d..c86b2a3 100644 --- a/examples/PiFace/metro.c +++ b/examples/PiFace/metro.c @@ -2,10 +2,10 @@ * metronome.c: * Simple test for the PiFace interface board. * - * Copyright (c) 2012-2013 Gordon Henderson. + * Copyright (c) 2012-2013 Gordon Henderson. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/PiFace/motor.c b/examples/PiFace/motor.c index 14f5539..fb7bad6 100644 --- a/examples/PiFace/motor.c +++ b/examples/PiFace/motor.c @@ -4,10 +4,10 @@ * circuit via the 2 relays. * Then add on an external transsitor to help with PWM. * - * Copyright (c) 2012-2013 Gordon Henderson. + * Copyright (c) 2012-2013 Gordon Henderson. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/PiFace/reaction.c b/examples/PiFace/reaction.c index 5084508..a3872b5 100644 --- a/examples/PiFace/reaction.c +++ b/examples/PiFace/reaction.c @@ -2,10 +2,10 @@ * reaction.c: * Simple test for the PiFace interface board. * - * Copyright (c) 2012-2013 Gordon Henderson. + * Copyright (c) 2012-2013 Gordon Henderson. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/PiGlow/Makefile b/examples/PiGlow/Makefile index 10b7bd7..eb0e2d9 100644 --- a/examples/PiGlow/Makefile +++ b/examples/PiGlow/Makefile @@ -1,7 +1,7 @@ # # Makefile: # wiringPi - A "wiring" library for the Raspberry Pi -# https://projects.drogon.net/wiring-pi +# https://github.com/wiringPi/wiringPi # # Copyright (c) 2012-2015 Gordon Henderson ################################################################################# diff --git a/examples/PiGlow/piGlow0.c b/examples/PiGlow/piGlow0.c index d3fe4b9..100fd03 100644 --- a/examples/PiGlow/piGlow0.c +++ b/examples/PiGlow/piGlow0.c @@ -8,7 +8,7 @@ * Copyright (c) 2013 Gordon Henderson. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/PiGlow/piGlow1.c b/examples/PiGlow/piGlow1.c index a00b31e..b04dc30 100644 --- a/examples/PiGlow/piGlow1.c +++ b/examples/PiGlow/piGlow1.c @@ -6,7 +6,7 @@ * Copyright (c) 2013 Gordon Henderson. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/PiGlow/piglow.c b/examples/PiGlow/piglow.c index e6a2db3..be5a5e0 100644 --- a/examples/PiGlow/piglow.c +++ b/examples/PiGlow/piglow.c @@ -6,7 +6,7 @@ * Copyright (c) 2013 Gordon Henderson. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/blink-thread.c b/examples/blink-thread.c index a53fbf3..323506b 100644 --- a/examples/blink-thread.c +++ b/examples/blink-thread.c @@ -3,10 +3,10 @@ * Standard "blink" program in wiringPi. Blinks an LED connected * to the first GPIO pin. * - * Copyright (c) 2012-2013 Gordon Henderson. + * Copyright (c) 2012-2013 Gordon Henderson. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/blink.c b/examples/blink.c index c27a20e..e0f3e7c 100644 --- a/examples/blink.c +++ b/examples/blink.c @@ -3,10 +3,10 @@ * Standard "blink" program in wiringPi. Blinks an LED connected * to the first GPIO pin. * - * Copyright (c) 2012-2013 Gordon Henderson. + * Copyright (c) 2012-2013 Gordon Henderson. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/blink.rtb b/examples/blink.rtb index eb7d26c..6402ecb 100644 --- a/examples/blink.rtb +++ b/examples/blink.rtb @@ -1,10 +1,10 @@ // blink.rtb: // Blink program in Return to Basic // -// Copyright (c) 2012-2013 Gordon Henderson. +// Copyright (c) 2012-2013 Gordon Henderson. //********************************************************************** // This file is part of wiringPi: -// https://projects.drogon.net/raspberry-pi/wiringpi/ +// https://github.com/WiringPi/WiringPi // // wiringPi is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/blink.sh b/examples/blink.sh index 3975bb7..25ceaf0 100644 --- a/examples/blink.sh +++ b/examples/blink.sh @@ -4,10 +4,10 @@ # Standard "blink" program in wiringPi. Blinks an LED connected # to the first GPIO pin. # -# Copyright (c) 2012-2013 Gordon Henderson. +# Copyright (c) 2012-2013 Gordon Henderson. ####################################################################### # This file is part of wiringPi: -# https://projects.drogon.net/raspberry-pi/wiringpi/ +# https://github.com/WiringPi/WiringPi # # wiringPi is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/blink12.c b/examples/blink12.c index c9b3d50..87ed808 100644 --- a/examples/blink12.c +++ b/examples/blink12.c @@ -3,10 +3,10 @@ * Simple sequence over the first 12 GPIO pins - LEDs * Aimed at the Gertboard, but it's fairly generic. * - * Copyright (c) 2012-2013 Gordon Henderson. + * Copyright (c) 2012-2013 Gordon Henderson. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/blink12drcs.c b/examples/blink12drcs.c index 6ee11fd..ad6caa1 100644 --- a/examples/blink12drcs.c +++ b/examples/blink12drcs.c @@ -2,12 +2,12 @@ * blink12drcs.c: * Simple sequence over the first 12 GPIO pins - LEDs * Aimed at the Gertboard, but it's fairly generic. - * This version uses DRC totalk to the ATmega on the Gertboard + * This version uses DRC to talk to the ATmega on the Gertboard * - * Copyright (c) 2012-2013 Gordon Henderson. + * Copyright (c) 2012-2013 Gordon Henderson. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/blink6drcs.c b/examples/blink6drcs.c index 32f4921..46bbbbf 100644 --- a/examples/blink6drcs.c +++ b/examples/blink6drcs.c @@ -4,10 +4,10 @@ * Aimed at the Gertduino, but it's fairly generic. * This version uses DRC to talk to the ATmega on the Gertduino * - * Copyright (c) 2012-2014 Gordon Henderson. + * Copyright (c) 2012-2014 Gordon Henderson. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/blink8-drcn.c b/examples/blink8-drcn.c index 96c775b..8840e9e 100644 --- a/examples/blink8-drcn.c +++ b/examples/blink8-drcn.c @@ -3,10 +3,10 @@ * Simple sequence over the first 8 GPIO pins - LEDs * Aimed at the Ladder board, but it's fairly generic. * - * Copyright (c) 2012-2013 Gordon Henderson. + * Copyright (c) 2012-2013 Gordon Henderson. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/blink8.c b/examples/blink8.c index 602d3c0..96dbedd 100644 --- a/examples/blink8.c +++ b/examples/blink8.c @@ -3,10 +3,10 @@ * Simple sequence over the first 8 GPIO pins - LEDs * Aimed at the Gertboard, but it's fairly generic. * - * Copyright (c) 2012-2013 Gordon Henderson. + * Copyright (c) 2012-2013 Gordon Henderson. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/clock.c b/examples/clock.c index 9a53210..5ca98fd 100644 --- a/examples/clock.c +++ b/examples/clock.c @@ -16,7 +16,7 @@ * Copyright (c) 2012-2013 Gordon Henderson. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/delayTest.c b/examples/delayTest.c index d772cf9..16245c3 100644 --- a/examples/delayTest.c +++ b/examples/delayTest.c @@ -3,10 +3,10 @@ * Just a little test program I'm using to experiment with * various timings and latency, etc. * - * Copyright (c) 2012-2013 Gordon Henderson. + * Copyright (c) 2012-2013 Gordon Henderson. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/ds1302.c b/examples/ds1302.c index f1e9e20..025e79b 100644 --- a/examples/ds1302.c +++ b/examples/ds1302.c @@ -5,7 +5,7 @@ * Copyright (c) 2013 Gordon Henderson. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/header.h b/examples/header.h index 82f723d..dafc922 100644 --- a/examples/header.h +++ b/examples/header.h @@ -1,10 +1,10 @@ /* * file.c: * - * Copyright (c) 2012-2013 Gordon Henderson. + * Copyright (c) 2012-2013 Gordon Henderson. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/isr-osc.c b/examples/isr-osc.c index a872ee3..ea52858 100644 --- a/examples/isr-osc.c +++ b/examples/isr-osc.c @@ -5,7 +5,7 @@ * How to test: * * IMPORTANT: To run this test we connect 2 GPIO pins together, but - * before we do that YOU must make sure that they are both setup + * before we do that YOU must make sure that they are both set up * the right way. If they are set to outputs and one is high and one low, * then you connect the wire, you'll create a short and that won't be good. * @@ -23,10 +23,10 @@ * then do the up/down toggling for itself and run at full speed, and * it will report the number of interrupts recieved every second. * - * Copyright (c) 2013 Gordon Henderson. projects@drogon.net + * Copyright (c) 2013 Gordon Henderson. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/isr.c b/examples/isr.c index abc6aec..ca60eb4 100644 --- a/examples/isr.c +++ b/examples/isr.c @@ -14,7 +14,7 @@ * Copyright (c) 2013 Gordon Henderson. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/lcd-adafruit.c b/examples/lcd-adafruit.c index 47c9b9b..7600aaf 100644 --- a/examples/lcd-adafruit.c +++ b/examples/lcd-adafruit.c @@ -7,7 +7,7 @@ * Copyright (c) 2012-2013 Gordon Henderson. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by @@ -271,8 +271,8 @@ int main (int argc, char *argv[]) adafruitLCDSetup (colour) ; - lcdPosition (lcdHandle, 0, 0) ; lcdPuts (lcdHandle, "Gordon Henderson") ; - lcdPosition (lcdHandle, 0, 1) ; lcdPuts (lcdHandle, " wiringpi.com ") ; + lcdPosition (lcdHandle, 0, 0) ; lcdPuts (lcdHandle, " Hello World ") ; + lcdPosition (lcdHandle, 0, 1) ; lcdPuts (lcdHandle, " wiringpi ") ; waitForEnter () ; diff --git a/examples/lcd.c b/examples/lcd.c index 510f562..b006173 100644 --- a/examples/lcd.c +++ b/examples/lcd.c @@ -19,7 +19,7 @@ * Copyright (c) 2012-2013 Gordon Henderson. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by @@ -215,14 +215,14 @@ int main (int argc, char *argv[]) return -1 ; } - lcdPosition (lcdHandle, 0, 0) ; lcdPuts (lcdHandle, "Gordon Henderson") ; - lcdPosition (lcdHandle, 0, 1) ; lcdPuts (lcdHandle, " wiringpi.com ") ; + lcdPosition (lcdHandle, 0, 0) ; lcdPuts (lcdHandle, "Hello World") ; + lcdPosition (lcdHandle, 0, 1) ; lcdPuts (lcdHandle, " wiringpi ") ; waitForEnter () ; if (rows > 1) { - lcdPosition (lcdHandle, 0, 1) ; lcdPuts (lcdHandle, " wiringpi.com ") ; + lcdPosition (lcdHandle, 0, 1) ; lcdPuts (lcdHandle, " wiringpi ") ; if (rows == 4) { diff --git a/examples/lowPower.c b/examples/lowPower.c index e901e7f..02879f5 100644 --- a/examples/lowPower.c +++ b/examples/lowPower.c @@ -9,7 +9,7 @@ * Copyright (c) 2014 Gordon Henderson. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/max31855.c b/examples/max31855.c index 36b3cf6..19c6d50 100644 --- a/examples/max31855.c +++ b/examples/max31855.c @@ -5,7 +5,7 @@ * Copyright (c) 2015 Gordon Henderson. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/nes.c b/examples/nes.c index 31908e8..9d76698 100644 --- a/examples/nes.c +++ b/examples/nes.c @@ -2,10 +2,10 @@ * nes.c: * Test program for an old NES controller connected to the Pi. * - * Copyright (c) 2012-2013 Gordon Henderson. + * Copyright (c) 2012-2013 Gordon Henderson. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/okLed.c b/examples/okLed.c index 930f266..2048c74 100644 --- a/examples/okLed.c +++ b/examples/okLed.c @@ -9,10 +9,10 @@ * e.g. by putting it in /etc/rc.local and running it in the * background & * - * Copyright (c) 2012-2013 Gordon Henderson. + * Copyright (c) 2012-2013 Gordon Henderson. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/pwm.c b/examples/pwm.c index 816c832..56f0c5d 100644 --- a/examples/pwm.c +++ b/examples/pwm.c @@ -2,10 +2,10 @@ * pwm.c: * This tests the hardware PWM channel. * - * Copyright (c) 2012-2013 Gordon Henderson. + * Copyright (c) 2012-2013 Gordon Henderson. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/q2w/Makefile b/examples/q2w/Makefile index 7dc0e55..ca05428 100644 --- a/examples/q2w/Makefile +++ b/examples/q2w/Makefile @@ -1,7 +1,7 @@ # # Makefile: # wiringPi - A "wiring" library for the Raspberry Pi -# https://projects.drogon.net/wiring-pi +# https://github.com/wiringPi/wiringPi # # Copyright (c) 2012-2013 Gordon Henderson ################################################################################# diff --git a/examples/q2w/binary.c b/examples/q2w/binary.c index 3c987c6..2bbe8ef 100644 --- a/examples/q2w/binary.c +++ b/examples/q2w/binary.c @@ -3,10 +3,10 @@ * Using the Quick 2 wire 16-bit GPIO expansion board to output * a binary counter. * - * Copyright (c) 2012-2013 Gordon Henderson. + * Copyright (c) 2012-2013 Gordon Henderson. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/q2w/blink-io.c b/examples/q2w/blink-io.c index 4dd4276..b4b42e5 100644 --- a/examples/q2w/blink-io.c +++ b/examples/q2w/blink-io.c @@ -2,10 +2,10 @@ * blink-io.c: * Simple "blink" test for the Quick2Wire 16-pin IO board. * - * Copyright (c) 2012-2013 Gordon Henderson. + * Copyright (c) 2012-2013 Gordon Henderson. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/q2w/blink.c b/examples/q2w/blink.c index 62b694a..530bd1a 100644 --- a/examples/q2w/blink.c +++ b/examples/q2w/blink.c @@ -2,10 +2,10 @@ * blink.c: * Simple "blink" test for the Quick2Wire interface board. * - * Copyright (c) 2012-2013 Gordon Henderson. + * Copyright (c) 2012-2013 Gordon Henderson. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/q2w/blink.sh b/examples/q2w/blink.sh index bb6107a..f10e982 100644 --- a/examples/q2w/blink.sh +++ b/examples/q2w/blink.sh @@ -4,10 +4,10 @@ # Standard "blink" program in wiringPi. Blinks an LED connected # to the LED on the Quick2Wire board # -# Copyright (c) 2012-2013 Gordon Henderson. +# Copyright (c) 2012-2013 Gordon Henderson. ####################################################################### # This file is part of wiringPi: -# https://projects.drogon.net/raspberry-pi/wiringpi/ +# https://github.com/WiringPi/WiringPi # # wiringPi is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/q2w/bright.c b/examples/q2w/bright.c index 2318834..784ed13 100644 --- a/examples/q2w/bright.c +++ b/examples/q2w/bright.c @@ -2,10 +2,10 @@ * bright.c: * Vary the Q2W LED brightness with the analog card * - * Copyright (c) 2012-2013 Gordon Henderson. + * Copyright (c) 2012-2013 Gordon Henderson. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/q2w/button.c b/examples/q2w/button.c index 1781f02..90ba6c7 100644 --- a/examples/q2w/button.c +++ b/examples/q2w/button.c @@ -2,10 +2,10 @@ * button.c: * Simple button test for the Quick2Wire interface board. * - * Copyright (c) 2012-2013 Gordon Henderson. + * Copyright (c) 2012-2013 Gordon Henderson. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/q2w/volts.c b/examples/q2w/volts.c index e091093..ab2d07e 100644 --- a/examples/q2w/volts.c +++ b/examples/q2w/volts.c @@ -2,10 +2,10 @@ * volts.c: * Read in all 4 analogs on the Q2W analog board. * - * Copyright (c) 2012-2013 Gordon Henderson. + * Copyright (c) 2012-2013 Gordon Henderson. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/rht03.c b/examples/rht03.c index 854f837..202d4b4 100644 --- a/examples/rht03.c +++ b/examples/rht03.c @@ -2,10 +2,10 @@ * rht03.c: * Driver for the MaxDetect series sensors * - * Copyright (c) 2012-2013 Gordon Henderson. + * Copyright (c) 2012-2013 Gordon Henderson. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/scrollPhat/Makefile b/examples/scrollPhat/Makefile index ac384d8..574792d 100644 --- a/examples/scrollPhat/Makefile +++ b/examples/scrollPhat/Makefile @@ -1,7 +1,7 @@ # # Makefile: # wiringPi - A "wiring" library for the Raspberry Pi -# https://projects.drogon.net/wiring-pi +# https://github.com/wiringPi/wiringPi # # Copyright (c) 2012-2015 Gordon Henderson ################################################################################# diff --git a/examples/scrollPhat/scphat.c b/examples/scrollPhat/scphat.c index 8f90bad..cba6c0f 100644 --- a/examples/scrollPhat/scphat.c +++ b/examples/scrollPhat/scphat.c @@ -1,12 +1,12 @@ /* * scphat.c: - * Little program to allow use of the Pimoroni Sctoll Phat + * Little program to allow use of the Pimoroni Scroll pHAT * from the command-line. * - * Copyright (c) 2015-2016 Gordon Henderson. + * Copyright (c) 2015-2016 Gordon Henderson. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/scrollPhat/test.c b/examples/scrollPhat/test.c index e4d8021..ddf0c32 100644 --- a/examples/scrollPhat/test.c +++ b/examples/scrollPhat/test.c @@ -1,11 +1,11 @@ /* * test.c: - * Little test program forthe Pimoroni Scroll Phat. + * Little test program for the Pimoroni Scroll pHAT. * - * Copyright (c) 2015-2016 Gordon Henderson. + * Copyright (c) 2015-2016 Gordon Henderson. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/serialRead.c b/examples/serialRead.c index 9ee11ac..8804788 100644 --- a/examples/serialRead.c +++ b/examples/serialRead.c @@ -2,10 +2,10 @@ * serial.c: * Example program to read bytes from the Serial line * - * Copyright (c) 2012-2013 Gordon Henderson. + * Copyright (c) 2012-2013 Gordon Henderson. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/serialTest.c b/examples/serialTest.c index 0d6da5f..ffc8d46 100644 --- a/examples/serialTest.c +++ b/examples/serialTest.c @@ -3,10 +3,10 @@ * Very simple program to test the serial port. Expects * the port to be looped back to itself * - * Copyright (c) 2012-2013 Gordon Henderson. + * Copyright (c) 2012-2013 Gordon Henderson. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/servo.c b/examples/servo.c index aa1ab05..cc3471e 100644 --- a/examples/servo.c +++ b/examples/servo.c @@ -3,10 +3,10 @@ * Test of the softServo code. * Do not use this code - use the servoBlaster kernel module instead * - * Copyright (c) 2012-2013 Gordon Henderson. + * Copyright (c) 2012-2013 Gordon Henderson. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/softPwm.c b/examples/softPwm.c index 11f7ad0..b34df42 100644 --- a/examples/softPwm.c +++ b/examples/softPwm.c @@ -3,10 +3,10 @@ * Test of the software PWM driver. Needs 8 LEDs connected * to the Pi - e.g. Ladder board. * - * Copyright (c) 2012-2013 Gordon Henderson. + * Copyright (c) 2012-2013 Gordon Henderson. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/softTone.c b/examples/softTone.c index 2f46783..94184fa 100644 --- a/examples/softTone.c +++ b/examples/softTone.c @@ -3,10 +3,10 @@ * Test of the softTone module in wiringPi * Plays a scale out on pin 3 - connect pizeo disc to pin 3 & 0v * - * Copyright (c) 2012-2013 Gordon Henderson. + * Copyright (c) 2012-2013 Gordon Henderson. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/speed.c b/examples/speed.c index 0a42b36..2cd2fe1 100644 --- a/examples/speed.c +++ b/examples/speed.c @@ -3,10 +3,10 @@ * Simple program to measure the speed of the various GPIO * access mechanisms. * - * Copyright (c) 2012-2013 Gordon Henderson. + * Copyright (c) 2012-2013 Gordon Henderson. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/examples/spiSpeed.c b/examples/spiSpeed.c index 0208f0a..cfadfe7 100644 --- a/examples/spiSpeed.c +++ b/examples/spiSpeed.c @@ -4,7 +4,7 @@ * Copyright (c) 2014 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/examples/wfi.c b/examples/wfi.c index 6bb6892..5a2ed1c 100644 --- a/examples/wfi.c +++ b/examples/wfi.c @@ -15,7 +15,7 @@ * Copyright (c) 2012-2013 Gordon Henderson. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/gpio/Makefile b/gpio/Makefile index 67eb45a..249bb24 100644 --- a/gpio/Makefile +++ b/gpio/Makefile @@ -2,7 +2,7 @@ # Makefile: # The gpio command: # A swiss-army knige of GPIO shenanigans. -# https://projects.drogon.net/wiring-pi +# https://github.com/wiringPi/wiringPi # # Copyright (c) 2012-2016 Gordon Henderson ################################################################################# diff --git a/gpio/gpio.1 b/gpio/gpio.1 index d610a03..b1be603 100644 --- a/gpio/gpio.1 +++ b/gpio/gpio.1 @@ -105,7 +105,6 @@ BCM_GPIO pin numbers are always used with the export and edge commands. This causes the named extension to be initialised. Extensions comprise of a name (e.g. mcp23017) followed by a colon, then the pin-base, then more optional parameters depending on the extension type. -See the web page on http://wiringpi.com/the-gpio-utility/ .TP .B \-p @@ -329,7 +328,7 @@ in future releases once the /dev/gpiomem interface is fully operational. .LP WiringPi's home page .IP -http://wiringpi.com/ +https://github.com/WiringPi/WiringPi/ .SH AUTHOR diff --git a/gpio/gpio.c b/gpio/gpio.c index 714e790..46b36df 100644 --- a/gpio/gpio.c +++ b/gpio/gpio.c @@ -5,7 +5,7 @@ * Copyright (c) 2012-2018 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/gpio/readall.c b/gpio/readall.c index 42d6365..932f8e1 100644 --- a/gpio/readall.c +++ b/gpio/readall.c @@ -4,7 +4,7 @@ * Copyright (c) 2012-2018 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/newVersion b/newVersion index ed4b438..e63b927 100644 --- a/newVersion +++ b/newVersion @@ -40,8 +40,11 @@ Section: libraries Priority: optional Architecture: armhf Depends: libc6 -Maintainer: Gordon Henderson +Maintainer: Phil Howard +Uploaders: Phil Howard Description: The wiringPi libraries, headers and gpio command Libraries to allow GPIO access on a Raspberry Pi from C and C++ and BASIC programs as well as from the command-line +Homepage: https://github.com/WiringPi/WiringPi/ +Bugs: https://github.com/WiringPi/WiringPi/ EOF diff --git a/pins/pins.tex b/pins/pins.tex index c3753e9..69b29bd 100644 --- a/pins/pins.tex +++ b/pins/pins.tex @@ -37,7 +37,7 @@ \begin{center} \bfseries{WiringPi: GPIO Pin Numbering Tables}\\ -\tt{http://wiringpi.com/} +\tt{https://github.com/WiringPi/WiringPi} \end{center} \begin{center} diff --git a/version.h b/version.h index f269bf4..10c398a 100644 --- a/version.h +++ b/version.h @@ -1,3 +1,3 @@ -#define VERSION "2.61" +#define VERSION "2.70" #define VERSION_MAJOR 2 -#define VERSION_MINOR 61 +#define VERSION_MINOR 70 diff --git a/wiringPi/Makefile b/wiringPi/Makefile index 3b825da..28501ec 100644 --- a/wiringPi/Makefile +++ b/wiringPi/Makefile @@ -5,7 +5,7 @@ # Copyright (c) 2012-2015 Gordon Henderson ################################################################################# # This file is part of wiringPi: -# https://projects.drogon.net/raspberry-pi/wiringpi/ +# https://github.com/wiringPi/wiringPi # # wiringPi is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by diff --git a/wiringPi/ads1115.c b/wiringPi/ads1115.c index 648e612..94ac22a 100644 --- a/wiringPi/ads1115.c +++ b/wiringPi/ads1115.c @@ -4,7 +4,7 @@ * Copyright (c) 2016 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/wiringPi/ads1115.h b/wiringPi/ads1115.h index 5c91735..54b3554 100644 --- a/wiringPi/ads1115.h +++ b/wiringPi/ads1115.h @@ -4,7 +4,7 @@ * Copyright (c) 2016 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/wiringPi/bmp180.c b/wiringPi/bmp180.c index bad4bb3..c273ff3 100644 --- a/wiringPi/bmp180.c +++ b/wiringPi/bmp180.c @@ -10,7 +10,7 @@ * *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/wiringPi/bmp180.h b/wiringPi/bmp180.h index 4a6d13a..74e6f14 100644 --- a/wiringPi/bmp180.h +++ b/wiringPi/bmp180.h @@ -5,7 +5,7 @@ * Copyright (c) 2016 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/wiringPi/drcNet.c b/wiringPi/drcNet.c index 0aa8a4f..0fc5d2b 100644 --- a/wiringPi/drcNet.c +++ b/wiringPi/drcNet.c @@ -4,7 +4,7 @@ * Copyright (c) 2016-2017 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/wiringPi/drcNet.h b/wiringPi/drcNet.h index 00f9b05..053efd6 100644 --- a/wiringPi/drcNet.h +++ b/wiringPi/drcNet.h @@ -4,7 +4,7 @@ * Copyright (c) 2016-2017 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/wiringPi/drcSerial.c b/wiringPi/drcSerial.c index db7cc09..c5cb2b1 100644 --- a/wiringPi/drcSerial.c +++ b/wiringPi/drcSerial.c @@ -4,7 +4,7 @@ * Copyright (c) 2013-2016 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/wiringPi/drcSerial.h b/wiringPi/drcSerial.h index 29e988e..7da1f7d 100644 --- a/wiringPi/drcSerial.h +++ b/wiringPi/drcSerial.h @@ -4,7 +4,7 @@ * Copyright (c) 2013 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/wiringPi/ds18b20.c b/wiringPi/ds18b20.c index 533398e..c4ec4fd 100644 --- a/wiringPi/ds18b20.c +++ b/wiringPi/ds18b20.c @@ -5,7 +5,7 @@ * Copyright (c) 2016 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/wiringPi/ds18b20.h b/wiringPi/ds18b20.h index a9ea291..1a59d5d 100644 --- a/wiringPi/ds18b20.h +++ b/wiringPi/ds18b20.h @@ -5,7 +5,7 @@ * Copyright (c) 2016 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/wiringPi/htu21d.c b/wiringPi/htu21d.c index 46c0fcb..d47f4de 100644 --- a/wiringPi/htu21d.c +++ b/wiringPi/htu21d.c @@ -5,7 +5,7 @@ * Copyright (c) 2016 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/wiringPi/htu21d.h b/wiringPi/htu21d.h index 3965c54..9e0d4e1 100644 --- a/wiringPi/htu21d.h +++ b/wiringPi/htu21d.h @@ -5,7 +5,7 @@ * Copyright (c) 2016 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/wiringPi/max31855.c b/wiringPi/max31855.c index d86cabd..46fe74d 100644 --- a/wiringPi/max31855.c +++ b/wiringPi/max31855.c @@ -4,7 +4,7 @@ * Copyright (c) 2012-2015 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/wiringPi/max31855.h b/wiringPi/max31855.h index 385c4bd..eeb07ff 100644 --- a/wiringPi/max31855.h +++ b/wiringPi/max31855.h @@ -4,7 +4,7 @@ * Copyright (c) 2012-2013 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/wiringPi/max5322.c b/wiringPi/max5322.c index e56b085..888b01a 100644 --- a/wiringPi/max5322.c +++ b/wiringPi/max5322.c @@ -4,7 +4,7 @@ * Copyright (c) 2012-2013 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/wiringPi/max5322.h b/wiringPi/max5322.h index a217cf8..8a0718f 100644 --- a/wiringPi/max5322.h +++ b/wiringPi/max5322.h @@ -4,7 +4,7 @@ * Copyright (c) 2012-2013 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/wiringPi/mcp23008.c b/wiringPi/mcp23008.c index 71757a8..bff6f49 100644 --- a/wiringPi/mcp23008.c +++ b/wiringPi/mcp23008.c @@ -4,7 +4,7 @@ * Copyright (c) 2013 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/wiringPi/mcp23008.h b/wiringPi/mcp23008.h index e9299a8..e600e8a 100644 --- a/wiringPi/mcp23008.h +++ b/wiringPi/mcp23008.h @@ -4,7 +4,7 @@ * Copyright (c) 2013 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/wiringPi/mcp23016.c b/wiringPi/mcp23016.c index 928d9e5..b4669ba 100644 --- a/wiringPi/mcp23016.c +++ b/wiringPi/mcp23016.c @@ -4,7 +4,7 @@ * Copyright (c) 2013 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/wiringPi/mcp23016.h b/wiringPi/mcp23016.h index f9b5cc5..bdec133 100644 --- a/wiringPi/mcp23016.h +++ b/wiringPi/mcp23016.h @@ -4,7 +4,7 @@ * Copyright (c) 2013 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/wiringPi/mcp23016reg.h b/wiringPi/mcp23016reg.h index 9aea92d..28ab655 100644 --- a/wiringPi/mcp23016reg.h +++ b/wiringPi/mcp23016reg.h @@ -6,7 +6,7 @@ * chip. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/wiringPi/mcp23017.c b/wiringPi/mcp23017.c index 4c3952d..eedf059 100644 --- a/wiringPi/mcp23017.c +++ b/wiringPi/mcp23017.c @@ -4,7 +4,7 @@ * Copyright (c) 2013 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/wiringPi/mcp23017.h b/wiringPi/mcp23017.h index 79b4d7b..8cb9c7e 100644 --- a/wiringPi/mcp23017.h +++ b/wiringPi/mcp23017.h @@ -4,7 +4,7 @@ * Copyright (c) 2013 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/wiringPi/mcp23s08.c b/wiringPi/mcp23s08.c index f293f3a..d9dbee7 100644 --- a/wiringPi/mcp23s08.c +++ b/wiringPi/mcp23s08.c @@ -4,7 +4,7 @@ * Copyright (c) 2013 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/wiringPi/mcp23s08.h b/wiringPi/mcp23s08.h index ebf93d1..13d2a09 100644 --- a/wiringPi/mcp23s08.h +++ b/wiringPi/mcp23s08.h @@ -4,7 +4,7 @@ * Copyright (c) 2013 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/wiringPi/mcp23s17.c b/wiringPi/mcp23s17.c index 42b0358..daf7f40 100644 --- a/wiringPi/mcp23s17.c +++ b/wiringPi/mcp23s17.c @@ -4,7 +4,7 @@ * Copyright (c) 2013 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/wiringPi/mcp23s17.h b/wiringPi/mcp23s17.h index 3b2a808..b82fa80 100644 --- a/wiringPi/mcp23s17.h +++ b/wiringPi/mcp23s17.h @@ -4,7 +4,7 @@ * Copyright (c) 2013 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/wiringPi/mcp23x08.h b/wiringPi/mcp23x08.h index c4e6b27..9271eee 100644 --- a/wiringPi/mcp23x08.h +++ b/wiringPi/mcp23x08.h @@ -7,7 +7,7 @@ * an the MXP23S17 which has an SPI interface. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/wiringPi/mcp23x0817.h b/wiringPi/mcp23x0817.h index 58bc038..1980b9e 100644 --- a/wiringPi/mcp23x0817.h +++ b/wiringPi/mcp23x0817.h @@ -8,7 +8,7 @@ * interface, and the MXP23Sxx (08/17) which has an SPI interface. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/wiringPi/mcp3002.c b/wiringPi/mcp3002.c index 9ebf3e4..04ce10a 100644 --- a/wiringPi/mcp3002.c +++ b/wiringPi/mcp3002.c @@ -4,7 +4,7 @@ * Copyright (c) 2012-2013 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/wiringPi/mcp3002.h b/wiringPi/mcp3002.h index 0cd727f..c779a7f 100644 --- a/wiringPi/mcp3002.h +++ b/wiringPi/mcp3002.h @@ -4,7 +4,7 @@ * Copyright (c) 2012-2013 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/wiringPi/mcp3004.c b/wiringPi/mcp3004.c index be8383e..0bfc8a7 100644 --- a/wiringPi/mcp3004.c +++ b/wiringPi/mcp3004.c @@ -6,7 +6,7 @@ * Thanks also to "ShorTie" on IRC for some remote debugging help! *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/wiringPi/mcp3004.h b/wiringPi/mcp3004.h index a07c0bf..a99a514 100644 --- a/wiringPi/mcp3004.h +++ b/wiringPi/mcp3004.h @@ -4,7 +4,7 @@ * Copyright (c) 2012-2013 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/wiringPi/mcp3422.c b/wiringPi/mcp3422.c index be14db6..15934cb 100644 --- a/wiringPi/mcp3422.c +++ b/wiringPi/mcp3422.c @@ -6,7 +6,7 @@ * Copyright (c) 2013-2016 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/wiringPi/mcp3422.h b/wiringPi/mcp3422.h index 72647d4..2fa3991 100644 --- a/wiringPi/mcp3422.h +++ b/wiringPi/mcp3422.h @@ -3,7 +3,7 @@ * Extend wiringPi with the MCP3422/3/4 I2C ADC chip *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/wiringPi/mcp4802.c b/wiringPi/mcp4802.c index ef104ed..4a411eb 100644 --- a/wiringPi/mcp4802.c +++ b/wiringPi/mcp4802.c @@ -4,7 +4,7 @@ * Copyright (c) 2012-2013 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/wiringPi/mcp4802.h b/wiringPi/mcp4802.h index effa024..da869be 100644 --- a/wiringPi/mcp4802.h +++ b/wiringPi/mcp4802.h @@ -4,7 +4,7 @@ * Copyright (c) 2012-2013 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/wiringPi/pcf8574.c b/wiringPi/pcf8574.c index e0b686a..402257e 100644 --- a/wiringPi/pcf8574.c +++ b/wiringPi/pcf8574.c @@ -4,7 +4,7 @@ * Copyright (c) 2013 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/wiringPi/pcf8574.h b/wiringPi/pcf8574.h index 8e2d818..48efe61 100644 --- a/wiringPi/pcf8574.h +++ b/wiringPi/pcf8574.h @@ -4,7 +4,7 @@ * Copyright (c) 2013 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/wiringPi/pcf8591.c b/wiringPi/pcf8591.c index 66c6255..902d8a8 100644 --- a/wiringPi/pcf8591.c +++ b/wiringPi/pcf8591.c @@ -5,7 +5,7 @@ * Copyright (c) 2013 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/wiringPi/pcf8591.h b/wiringPi/pcf8591.h index 6b44ccf..9f076a8 100644 --- a/wiringPi/pcf8591.h +++ b/wiringPi/pcf8591.h @@ -4,7 +4,7 @@ * Copyright (c) 2013 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/wiringPi/piHiPri.c b/wiringPi/piHiPri.c index d2f3b4e..e1905ee 100644 --- a/wiringPi/piHiPri.c +++ b/wiringPi/piHiPri.c @@ -6,7 +6,7 @@ * Copyright (c) 2012 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/wiringPi/piThread.c b/wiringPi/piThread.c index b0499be..e943d82 100644 --- a/wiringPi/piThread.c +++ b/wiringPi/piThread.c @@ -5,7 +5,7 @@ * Copyright (c) 2012 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/wiringPi/pseudoPins.c b/wiringPi/pseudoPins.c index c2bf5e0..36afe71 100644 --- a/wiringPi/pseudoPins.c +++ b/wiringPi/pseudoPins.c @@ -14,7 +14,7 @@ * Copyright (c) 2012-2016 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/wiringPi/pseudoPins.h b/wiringPi/pseudoPins.h index bef4660..6451297 100644 --- a/wiringPi/pseudoPins.h +++ b/wiringPi/pseudoPins.h @@ -5,7 +5,7 @@ * Copyright (c) 2012-2016 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/wiringPi/rht03.c b/wiringPi/rht03.c index 1129cfd..25d844f 100644 --- a/wiringPi/rht03.c +++ b/wiringPi/rht03.c @@ -4,7 +4,7 @@ * Copyright (c) 2016-2017 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/wiringPi/rht03.h b/wiringPi/rht03.h index 9523fbf..4310129 100644 --- a/wiringPi/rht03.h +++ b/wiringPi/rht03.h @@ -4,7 +4,7 @@ * Copyright (c) 2016-2017 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/wiringPi/sn3218.c b/wiringPi/sn3218.c index d9b9113..1302286 100644 --- a/wiringPi/sn3218.c +++ b/wiringPi/sn3218.c @@ -4,7 +4,7 @@ * Copyright (c) 2012-2013 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/wiringPi/sn3218.h b/wiringPi/sn3218.h index 580d5f9..eb1e034 100644 --- a/wiringPi/sn3218.h +++ b/wiringPi/sn3218.h @@ -4,7 +4,7 @@ * Copyright (c) 2012-2013 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/wiringPi/softPwm.c b/wiringPi/softPwm.c index 9e0aa37..6dccb05 100644 --- a/wiringPi/softPwm.c +++ b/wiringPi/softPwm.c @@ -4,7 +4,7 @@ * Copyright (c) 2012-2017 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/wiringPi/softPwm.h b/wiringPi/softPwm.h index 0351da5..c1ea129 100644 --- a/wiringPi/softPwm.h +++ b/wiringPi/softPwm.h @@ -4,7 +4,7 @@ * Copyright (c) 2012 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/wiringPi/softServo.c b/wiringPi/softServo.c index 9de9f4f..f7381cc 100644 --- a/wiringPi/softServo.c +++ b/wiringPi/softServo.c @@ -5,7 +5,7 @@ * Copyright (c) 2012 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/wiringPi/softServo.h b/wiringPi/softServo.h index 794cf55..86d1aae 100644 --- a/wiringPi/softServo.h +++ b/wiringPi/softServo.h @@ -5,7 +5,7 @@ * Copyright (c) 2012 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/wiringPi/softTone.c b/wiringPi/softTone.c index e2fb737..0515336 100644 --- a/wiringPi/softTone.c +++ b/wiringPi/softTone.c @@ -8,7 +8,7 @@ * Copyright (c) 2012 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/wiringPi/softTone.h b/wiringPi/softTone.h index a93c5af..5e3cf57 100644 --- a/wiringPi/softTone.h +++ b/wiringPi/softTone.h @@ -8,7 +8,7 @@ * Copyright (c) 2012 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/wiringPi/sr595.c b/wiringPi/sr595.c index 8280618..b42e583 100644 --- a/wiringPi/sr595.c +++ b/wiringPi/sr595.c @@ -9,7 +9,7 @@ * Copyright (c) 2013 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/wiringPi/sr595.h b/wiringPi/sr595.h index 4a26dc7..8f19bfd 100644 --- a/wiringPi/sr595.h +++ b/wiringPi/sr595.h @@ -4,7 +4,7 @@ * Copyright (c) 2013 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/wiringPi/wiringPi.c b/wiringPi/wiringPi.c index e97d6fd..d4b1e24 100644 --- a/wiringPi/wiringPi.c +++ b/wiringPi/wiringPi.c @@ -9,7 +9,7 @@ * the clock section /grr/mutter/ *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -785,7 +785,7 @@ int piGpioLayout (void) fprintf (stderr, "Unable to determine hardware version. I see: %s,\n", line) ; fprintf (stderr, " - expecting BCM2708, BCM2709 or BCM2835.\n") ; fprintf (stderr, "If this is a genuine Raspberry Pi then please report this\n") ; - fprintf (stderr, "to projects@drogon.net. If this is not a Raspberry Pi then you\n") ; + fprintf (stderr, "at GitHub.com/wiringPi/wiringPi. If this is not a Raspberry Pi then you\n") ; fprintf (stderr, "are on your own as wiringPi is designed to support the\n") ; fprintf (stderr, "Raspberry Pi ONLY.\n") ; exit (EXIT_FAILURE) ; diff --git a/wiringPi/wiringPi.h b/wiringPi/wiringPi.h index 7ed9078..e001d8d 100644 --- a/wiringPi/wiringPi.h +++ b/wiringPi/wiringPi.h @@ -4,7 +4,7 @@ * Copyright (c) 2012-2017 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/wiringPi/wiringPiI2C.c b/wiringPi/wiringPiI2C.c index b0ee5d3..3fa787d 100644 --- a/wiringPi/wiringPiI2C.c +++ b/wiringPi/wiringPiI2C.c @@ -4,7 +4,7 @@ * Copyright (c) 2013 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/wiringPi/wiringPiI2C.h b/wiringPi/wiringPiI2C.h index 6db8c68..73f031c 100644 --- a/wiringPi/wiringPiI2C.h +++ b/wiringPi/wiringPiI2C.h @@ -4,7 +4,7 @@ * Copyright (c) 2013 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/wiringPi/wiringPiSPI.c b/wiringPi/wiringPiSPI.c index 749c8fe..94e32a8 100644 --- a/wiringPi/wiringPiSPI.c +++ b/wiringPi/wiringPiSPI.c @@ -4,7 +4,7 @@ * Copyright (c) 2012-2015 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/wiringPi/wiringPiSPI.h b/wiringPi/wiringPiSPI.h index 3980321..44a8cfc 100644 --- a/wiringPi/wiringPiSPI.h +++ b/wiringPi/wiringPiSPI.h @@ -4,7 +4,7 @@ * Copyright (c) 2012-2015 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/wiringPi/wiringSerial.c b/wiringPi/wiringSerial.c index e1587ad..9d59702 100644 --- a/wiringPi/wiringSerial.c +++ b/wiringPi/wiringSerial.c @@ -3,7 +3,7 @@ * Handle a serial port *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/wiringPi/wiringSerial.h b/wiringPi/wiringSerial.h index 430dc73..1025f9b 100644 --- a/wiringPi/wiringSerial.h +++ b/wiringPi/wiringSerial.h @@ -3,7 +3,7 @@ * Handle a serial port *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/wiringPi/wiringShift.c b/wiringPi/wiringShift.c index 3df94e8..d0f0b18 100644 --- a/wiringPi/wiringShift.c +++ b/wiringPi/wiringShift.c @@ -5,7 +5,7 @@ * Copyright (c) 2009-2012 Gordon Henderson. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/wiringPi/wiringShift.h b/wiringPi/wiringShift.h index 419ade4..919c4e4 100644 --- a/wiringPi/wiringShift.h +++ b/wiringPi/wiringShift.h @@ -5,7 +5,7 @@ * Copyright (c) 2009-2012 Gordon Henderson. *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/wiringPi/wpiExtensions.c b/wiringPi/wpiExtensions.c index bef126f..8668806 100644 --- a/wiringPi/wpiExtensions.c +++ b/wiringPi/wpiExtensions.c @@ -7,7 +7,7 @@ * Copyright (c) 2012-2015 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/wiringPi/wpiExtensions.h b/wiringPi/wpiExtensions.h index fcaec96..9d0b41c 100644 --- a/wiringPi/wpiExtensions.h +++ b/wiringPi/wpiExtensions.h @@ -5,7 +5,7 @@ * Copyright (c) 2012-2015 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/wiringPiD/Makefile b/wiringPiD/Makefile index e050207..d7ebec8 100644 --- a/wiringPiD/Makefile +++ b/wiringPiD/Makefile @@ -1,7 +1,7 @@ # # Makefile: # The wiringPiD utility: -# https://projects.drogon.net/wiring-pi +# https://github.com/wiringPi/wiringPi # # Copyright (c) 2012-2017 Gordon Henderson ################################################################################# diff --git a/wiringPiD/drcNetCmd.h b/wiringPiD/drcNetCmd.h index c59e0b3..8ee9d0b 100644 --- a/wiringPiD/drcNetCmd.h +++ b/wiringPiD/drcNetCmd.h @@ -3,7 +3,7 @@ * Copyright (c) 2012-2017 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/wiringPiD/network.c b/wiringPiD/network.c index 9f6bb88..0c58d3b 100644 --- a/wiringPiD/network.c +++ b/wiringPiD/network.c @@ -4,7 +4,7 @@ * Copyright (c) 2012-2017 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by @@ -135,7 +135,7 @@ static int clientPrintf (const int fd, const char *message, ...) int sendGreeting (int clientFd) { - if (clientPrintf (clientFd, "200 Welcome to wiringPiD - http://wiringpi.com/\n") < 0) + if (clientPrintf (clientFd, "200 Welcome to wiringPiD - https://github.com/WiringPi/WiringPi/\n") < 0) return -1 ; return clientPrintf (clientFd, "200 Connecting from: %s\n", getClientIP ()) ; diff --git a/wiringPiD/network.h b/wiringPiD/network.h index 94c3380..3215c12 100644 --- a/wiringPiD/network.h +++ b/wiringPiD/network.h @@ -4,7 +4,7 @@ * Copyright (c) 2012-2017 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/wiringPiD/runRemote.c b/wiringPiD/runRemote.c index cd7432b..7c6a5cb 100644 --- a/wiringPiD/runRemote.c +++ b/wiringPiD/runRemote.c @@ -5,7 +5,7 @@ * Copyright (c) 2012-2017 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/wiringPiD/runRemote.h b/wiringPiD/runRemote.h index 57d5018..c4ce296 100644 --- a/wiringPiD/runRemote.h +++ b/wiringPiD/runRemote.h @@ -5,7 +5,7 @@ * Copyright (c) 2012-2017 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/wiringPiD/wiringpid.c b/wiringPiD/wiringpid.c index 8dde1cd..235e290 100644 --- a/wiringPiD/wiringpid.c +++ b/wiringPiD/wiringpid.c @@ -3,7 +3,7 @@ * Copyright (c) 2012-2017 Gordon Henderson *********************************************************************** * This file is part of wiringPi: - * https://projects.drogon.net/raspberry-pi/wiringpi/ + * https://github.com/WiringPi/WiringPi/ * * wiringPi is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by