浏览代码

g.extension: header + comment cosmetics

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@67197 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 9 年之前
父节点
当前提交
b2da24035b
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      scripts/g.extension/g.extension.py

+ 2 - 2
scripts/g.extension/g.extension.py

@@ -8,7 +8,7 @@
 #               Vaclav Petras <wenzeslaus gmail com> (support for general sources)
 # PURPOSE:      Tool to download and install extensions into local installation
 #
-# COPYRIGHT:    (C) 2009-2014 by Markus Neteler, and the GRASS Development Team
+# COPYRIGHT:    (C) 2009-2015 by Markus Neteler, and the GRASS Development Team
 #
 #               This program is free software under the GNU General
 #               Public License (>=v2). Read the file COPYING that
@@ -880,7 +880,7 @@ def install_extension_xml(url, mlist):
 def install_extension_win(name):
     """Install extension on MS Windows"""
     # do not use hardcoded url -
-    # http://wingrass.fsv.cvut.cz/grassXX/addonsX.X.X
+    # http://wingrass.fsv.cvut.cz/platform/grassXX/addonsX.X.X
     grass.message(_("Downloading precompiled GRASS Addons <%s>...") %
                   options['extension'])
     url = "http://wingrass.fsv.cvut.cz/%(platform)s/" \