diff --git a/translations/set_transifex.py b/translations/set_transifex.py index a54ba25f1d765102452ee3c9da942aedb2c9839a..778968d02760911275c04ef7df741e7d1e522eb1 100644 --- a/translations/set_transifex.py +++ b/translations/set_transifex.py @@ -1,5 +1,5 @@ # Copyright 2008-2012 Gephi -# Website : http://www.gephi.org +# Website : https://gephi.github.io/ # # This file is part of Gephi. # @@ -12,7 +12,7 @@ # Development and Distribution License("CDDL") (collectively, the # "License"). You may not use this file except in compliance with the # License. You can obtain a copy of the License at -# http://gephi.org/about/legal/license-notice/ +# https://gephi.github.io/developers/license/ # or /cddl-1.0.txt and /gpl-3.0.txt. See the License for the # specific language governing permissions and limitations under the # License. When distributing the software, include this License Header @@ -82,4 +82,4 @@ while len(directories) > 0: os.system(command) elif os.path.isdir(fullpath) and directory.find("target") == -1: #Only search pot files in code, not build: directories.append(fullpath) - \ No newline at end of file +