summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>2015-10-20 14:24:20 +0300
committerGuido Günther <agx@sigxcpu.org>2015-10-20 18:57:51 +0200
commit6aa4d6eb2c9ee455c7f8922902e87c0e68f324a2 (patch)
tree9920f21ad79c7226e69703ac7cf8051820219fa7
parentdb5d50f59924fdb47ac8b057135c8f2025ece86c (diff)
Change FSF address to URL in few more file headers
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
-rw-r--r--gbp/scripts/buildpackage_rpm.py4
-rw-r--r--gbp/tmpfile.py5
-rw-r--r--tests/component/rpm/test_buildpackage_rpm.py5
3 files changed, 8 insertions, 6 deletions
diff --git a/gbp/scripts/buildpackage_rpm.py b/gbp/scripts/buildpackage_rpm.py
index 952e0cef..02a3bec2 100644
--- a/gbp/scripts/buildpackage_rpm.py
+++ b/gbp/scripts/buildpackage_rpm.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/>
#
"""Build an RPM package out of a Git repository"""
diff --git a/gbp/tmpfile.py b/gbp/tmpfile.py
index b90527fd..d49380c9 100644
--- a/gbp/tmpfile.py
+++ b/gbp/tmpfile.py
@@ -12,8 +12,9 @@
# 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/>
+#
"""Temporary directory handling"""
import os
diff --git a/tests/component/rpm/test_buildpackage_rpm.py b/tests/component/rpm/test_buildpackage_rpm.py
index 97eb3759..085e7ba1 100644
--- a/tests/component/rpm/test_buildpackage_rpm.py
+++ b/tests/component/rpm/test_buildpackage_rpm.py
@@ -12,8 +12,9 @@
# 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/>
+#
"""Unit tests for the gbp-buildpackage-rpm tool"""
import glob