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

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