aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/rpm
diff options
context:
space:
mode:
authorEvgeni Golov <evgeni@debian.org>2015-06-22 18:52:20 +0200
committerGuido Günther <agx@sigxcpu.org>2015-06-22 18:52:20 +0200
commitb3341e5effe54b3f1bf9891857d537cb8501306b (patch)
treee581bc39ce6c851ce3236344d71bf84e02d608fd /gbp/rpm
parent64e6fff5be977ef6f22bfa4d6daf5379397a2ef4 (diff)
Fix FSF address - thanks rpmlint
use gnu.org/licences instead of a postal address, as suggested by Guido
Diffstat (limited to 'gbp/rpm')
-rw-r--r--gbp/rpm/__init__.py4
-rw-r--r--gbp/rpm/git.py4
-rw-r--r--gbp/rpm/lib_rpm.py4
-rw-r--r--gbp/rpm/linkedlist.py4
-rw-r--r--gbp/rpm/policy.py4
5 files changed, 10 insertions, 10 deletions
diff --git a/gbp/rpm/__init__.py b/gbp/rpm/__init__.py
index 51d2fa8f..94daf3b0 100644
--- a/gbp/rpm/__init__.py
+++ b/gbp/rpm/__init__.py
@@ -13,8 +13,8 @@
# GNU General Public License for more details.
#
# 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
+# along with this program; if not, please see
+# <http://www.gnu.org/licenses/>
"""provides some rpm source package related helpers"""
import os
diff --git a/gbp/rpm/git.py b/gbp/rpm/git.py
index bc9e020c..801306e2 100644
--- a/gbp/rpm/git.py
+++ b/gbp/rpm/git.py
@@ -13,8 +13,8 @@
# GNU General Public License for more details.
#
# 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
+# along with this program; if not, please see
+# <http://www.gnu.org/licenses/>
import re
from gbp.format import format_str
diff --git a/gbp/rpm/lib_rpm.py b/gbp/rpm/lib_rpm.py
index 4bad44e7..4abc6665 100644
--- a/gbp/rpm/lib_rpm.py
+++ b/gbp/rpm/lib_rpm.py
@@ -12,8 +12,8 @@
# GNU General Public License for more details.
#
# 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
+# along with this program; if not, please see
+# <http://www.gnu.org/licenses/>
"""Wrapper module for librpm"""
import tempfile
diff --git a/gbp/rpm/linkedlist.py b/gbp/rpm/linkedlist.py
index 3f619386..73eb35e1 100644
--- a/gbp/rpm/linkedlist.py
+++ b/gbp/rpm/linkedlist.py
@@ -12,8 +12,8 @@
# GNU General Public License for more details.
#
# 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
+# along with this program; if not, please see
+# <http://www.gnu.org/licenses/>
"""Simple implementation of a doubly linked list"""
import collections
diff --git a/gbp/rpm/policy.py b/gbp/rpm/policy.py
index f8cb8630..80e0abde 100644
--- a/gbp/rpm/policy.py
+++ b/gbp/rpm/policy.py
@@ -12,8 +12,8 @@
# GNU General Public License for more details.
#
# 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
+# along with this program; if not, please see
+# <http://www.gnu.org/licenses/>
"""Default packaging policy for RPM"""
import re