* [PATCH] py-smbus: Fix FSF address in smbusmodule.c
@ 2017-11-24 9:40 Ondřej Lysoněk
2017-11-24 10:44 ` Jean Delvare
0 siblings, 1 reply; 2+ messages in thread
From: Ondřej Lysoněk @ 2017-11-24 9:40 UTC (permalink / raw)
To: linux-i2c; +Cc: jdelvare, Ondřej Lysoněk
The Free Software Foundation address was outdated. Discovered by
Fedora's rpmlint. The current address can be found at:
https://www.gnu.org/licenses/old-licenses/gpl-2.0.html#SEC4
Signed-off-by: Ondřej Lysoněk <olysonek@redhat.com>
---
py-smbus/smbusmodule.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/py-smbus/smbusmodule.c b/py-smbus/smbusmodule.c
index 48a408b..b189106 100644
--- a/py-smbus/smbusmodule.c
+++ b/py-smbus/smbusmodule.c
@@ -13,7 +13,8 @@
*
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301, USA.
*/
#include <Python.h>
--
2.14.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] py-smbus: Fix FSF address in smbusmodule.c
2017-11-24 9:40 [PATCH] py-smbus: Fix FSF address in smbusmodule.c Ondřej Lysoněk
@ 2017-11-24 10:44 ` Jean Delvare
0 siblings, 0 replies; 2+ messages in thread
From: Jean Delvare @ 2017-11-24 10:44 UTC (permalink / raw)
To: Ondřej Lysoněk; +Cc: linux-i2c
On Fri, 24 Nov 2017 10:40:01 +0100, Ondřej Lysoněk wrote:
> The Free Software Foundation address was outdated. Discovered by
> Fedora's rpmlint. The current address can be found at:
> https://www.gnu.org/licenses/old-licenses/gpl-2.0.html#SEC4
>
> Signed-off-by: Ondřej Lysoněk <olysonek@redhat.com>
> ---
> py-smbus/smbusmodule.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/py-smbus/smbusmodule.c b/py-smbus/smbusmodule.c
> index 48a408b..b189106 100644
> --- a/py-smbus/smbusmodule.c
> +++ b/py-smbus/smbusmodule.c
> @@ -13,7 +13,8 @@
> *
> * 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
> + * MA 02110-1301, USA.
> */
>
> #include <Python.h>
Applied, thanks.
--
Jean Delvare
SUSE L3 Support
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-11-24 10:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-24 9:40 [PATCH] py-smbus: Fix FSF address in smbusmodule.c Ondřej Lysoněk
2017-11-24 10:44 ` Jean Delvare
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).