0003-py-smbus-Fix-FSF-address-in-smbusmodule.c.patch 1.1 KB

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