1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96
|
From: =?utf-8?q?Rog=C3=A9rio_Theodoro_de_Brito?= <rbrito@ime.usp.br>
Date: Sun, 27 Sep 2020 18:57:40 -0300
Subject: Fix missing/incorrect information from upstream.
This patch fixes the FSF address in many places and also spells out my name
in full. I should "forward it myself" (as I am still marked as an upstream
maintainer).
---
Install/avr-evtd.8 | 10 +++++-----
Makefile | 2 +-
README1st.txt | 10 +++++-----
avr-evtd.c | 2 +-
4 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/Install/avr-evtd.8 b/Install/avr-evtd.8
index 285da24..abfe016 100644
--- a/Install/avr-evtd.8
+++ b/Install/avr-evtd.8
@@ -484,8 +484,8 @@ Error in stock configuration file
.SH AUTHORS
-Bob Perry <lb-source@users.sourceforge.net> (2006), with some
-modifications by Rog\['e]rio Brito <rbrito@users.sourceforge.net> (2008,
+Bob Perry <lb-source@users.sourceforge.net> (2006), with some modifications
+by Rog\['e]rio Theodoro de Brito <rbrito@users.sourceforge.net> (2008,
2009).
.SH COPYRIGHT
@@ -500,6 +500,6 @@ WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
Public License for more details.
.LP
-You should have received a copy of the GNU General Public License along
-with this program; if not, write to the Free Software Foundation, Inc.,
-675 Mass Ave, Cambridge, MA 02139, USA.
+You should have received a copy of the GNU General Public License along with
+this program; if not, write to the Free Software Foundation, Inc., 51
+Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
diff --git a/Makefile b/Makefile
index 9a5c979..b6d7477 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
# Makefile for the Linkstation AVR Event daemon running under Linux
#
# Copyright 2008 Bob Perry
-# Copyright 2008, 2009 Rogério Brito <rbrito@users.sf.net>
+# Copyright 2008, 2009 Rogério Theodoro de Brito <rbrito@users.sf.net>
TITLE=Linkstation AVR Event daemon
#
diff --git a/README1st.txt b/README1st.txt
index 38d5631..d3b0e31 100644
--- a/README1st.txt
+++ b/README1st.txt
@@ -1,6 +1,6 @@
AVR EVENT DAEMON (PPC-EVTD)
Copyright © 2006 Bob Perry <lb-source@users.sf.net>
-Copyright © 2008-2010 Rogério Brito <rbrito@users.sf.net>
+Copyright © 2008-2010 Rogério Theodoro de Brito <rbrito@users.sf.net>
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
@@ -12,9 +12,9 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
-You should have received a copy of the GNU General Public License
-along with this program; if not, write to the Free Software
-Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+You should have received a copy of the GNU General Public License along with
+this program; if not, write to the Free Software Foundation, Inc., 51
+Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
--------------------------------------------------------------------------------
@@ -155,4 +155,4 @@ This is Free Software for Linkstation/kuro fans and lovers!
Please just mention my name if modified or linked to.
Bob Perry (UK) JUNE 2006.
-Rogério Brito Aug 2009.
+Rogério Theodoro de Brito Aug 2009.
diff --git a/avr-evtd.c b/avr-evtd.c
index 02c060a..e8872cd 100644
--- a/avr-evtd.c
+++ b/avr-evtd.c
@@ -2,7 +2,7 @@
* Linkstation AVR daemon
*
* Copyright © 2006 Bob Perry <lb-source@users.sf.net>
- * Copyright © 2008-2010 Rogério Brito <rbrito@users.sf.net>
+ * Copyright © 2008-2010 Rogério Theodoro de Brito <rbrito@users.sf.net>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
|