aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOndřej Lysoněk <olysonek@redhat.com>2017-11-24 10:40:01 +0100
committerJean Delvare <jdelvare@suse.de>2017-11-24 11:43:28 +0100
commit066cc543547c7675a67f24b1281954619d300652 (patch)
tree23517378af3ad12f947dfe39e7ec7967505b3509
parentd062793e7aebde3ffee796dfd4180716632ae444 (diff)
downloadi2c-tools-066cc543547c7675a67f24b1281954619d300652.tar.gz
py-smbus: Fix FSF address in smbusmodule.c
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>
-rw-r--r--py-smbus/smbusmodule.c3
1 files changed, 2 insertions, 1 deletions
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>