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
This commit is contained in:
committed by
Phil Howard
parent
5de0d8f573
commit
a83d64ea6c
@@ -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
|
||||
#################################################################################
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 ()) ;
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user