aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/__init__.py
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 /tests/__init__.py
parent64e6fff5be977ef6f22bfa4d6daf5379397a2ef4 (diff)
Fix FSF address - thanks rpmlint
use gnu.org/licences instead of a postal address, as suggested by Guido
Diffstat (limited to 'tests/__init__.py')
-rw-r--r--tests/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/__init__.py b/tests/__init__.py
index 22e1fc5f..a9309b58 100644
--- a/tests/__init__.py
+++ b/tests/__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/>
"""Unit tests for git-buildpackage"""
# vim:et:ts=4:sw=4:et:sts=4:ai:set list listchars=tab\:»·,trail\:·: