diff mbox series

py-smbus: Fix FSF address in smbusmodule.c

Message ID 20171124094001.27858-1-olysonek@redhat.com
State Awaiting Upstream
Headers show
Series py-smbus: Fix FSF address in smbusmodule.c | expand

Commit Message

Ondřej Lysoněk Nov. 24, 2017, 9:40 a.m. UTC
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(-)

Comments

Jean Delvare Nov. 24, 2017, 10:44 a.m. UTC | #1
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.
diff mbox series

Patch

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>