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

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