summaryrefslogtreecommitdiff
path: root/morphlib/fsutils.py
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2015-03-16 16:30:05 +0000
committerGerrit Code Review <gerrit@baserock.org>2015-03-16 16:30:05 +0000
commitdb23e8e6406f98722d2d18bf61b8e85cd99415eb (patch)
tree94cb9880f6a6183bac9ec2c89102ddfa8c51f926 /morphlib/fsutils.py
parent093bdfa2b2678bdb5c7d949d819b082827198377 (diff)
parent51592df98704e75216c5d27ae850e5b391675d76 (diff)
downloadmorph-db23e8e6406f98722d2d18bf61b8e85cd99415eb.tar.gz
Merge "Use the modern way of the GPL copyright header: URL instead real address"
Diffstat (limited to 'morphlib/fsutils.py')
-rw-r--r--morphlib/fsutils.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/morphlib/fsutils.py b/morphlib/fsutils.py
index 8a4128d9..a3b73bf6 100644
--- a/morphlib/fsutils.py
+++ b/morphlib/fsutils.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014 Codethink Limited
+# Copyright (C) 2012-2015 Codethink Limited
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -10,8 +10,7 @@
# 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.,
-# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+# with this program. If not, see <http://www.gnu.org/licenses/>.
import os
import re