aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/scripts/__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 /gbp/scripts/__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 'gbp/scripts/__init__.py')
-rw-r--r--gbp/scripts/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gbp/scripts/__init__.py b/gbp/scripts/__init__.py
index fde82674..10122c24 100644
--- a/gbp/scripts/__init__.py
+++ b/gbp/scripts/__init__.py
@@ -12,6 +12,6 @@
# 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/>
"""The gbp commands"""