Blame SOURCES/0003-py-smbus-Fix-FSF-address-in-smbusmodule.c.patch

d3440c
From 066cc543547c7675a67f24b1281954619d300652 Mon Sep 17 00:00:00 2001
d3440c
From: =?UTF-8?q?Ond=C5=99ej=20Lyson=C4=9Bk?= <olysonek@redhat.com>
d3440c
Date: Fri, 24 Nov 2017 10:40:01 +0100
d3440c
Subject: [PATCH 3/3] py-smbus: Fix FSF address in smbusmodule.c
d3440c
MIME-Version: 1.0
d3440c
Content-Type: text/plain; charset=UTF-8
d3440c
Content-Transfer-Encoding: 8bit
d3440c
d3440c
The Free Software Foundation address was outdated. Discovered by
d3440c
Fedora's rpmlint. The current address can be found at:
d3440c
https://www.gnu.org/licenses/old-licenses/gpl-2.0.html#SEC4
d3440c
d3440c
Signed-off-by: Ondřej Lysoněk <olysonek@redhat.com>
d3440c
---
d3440c
 py-smbus/smbusmodule.c | 3 ++-
d3440c
 1 file changed, 2 insertions(+), 1 deletion(-)
d3440c
d3440c
diff --git a/py-smbus/smbusmodule.c b/py-smbus/smbusmodule.c
d3440c
index 48a408b..b189106 100644
d3440c
--- a/py-smbus/smbusmodule.c
d3440c
+++ b/py-smbus/smbusmodule.c
d3440c
@@ -13,7 +13,8 @@
d3440c
  * 
d3440c
  * You should have received a copy of the GNU General Public License
d3440c
  * along with this program; if not, write to the Free Software
d3440c
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
d3440c
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
d3440c
+ * MA 02110-1301, USA.
d3440c
  */
d3440c
 
d3440c
 #include <Python.h>
d3440c
-- 
d3440c
2.14.3
d3440c