# HG changeset patch # User Pierre-Yves David <pierre-yves.david@octobus.net> # Date 1543765508 -3600 # Node ID ac4bb904f5d8773823ea588bd3c8a2c302bea030 # Parent ff799015d62e0643c22ef220abb9a6547042e2b1 exthelper: clarify copyright and licence for the module The exthelper is quite useful and Matt Harbison is looking into having it upstreamed. We clarify the legal situation first. diff -r ff799015d62e -r ac4bb904f5d8 hgext3rd/evolve/__init__.py --- a/hgext3rd/evolve/__init__.py Tue Nov 27 04:46:35 2018 +0100 +++ b/hgext3rd/evolve/__init__.py Sun Dec 02 16:45:08 2018 +0100 @@ -2,6 +2,7 @@ # Logilab SA <contact@logilab.fr> # Pierre-Yves David <pierre-yves.david@ens-lyon.org> # Patrick Mezard <patrick@mezard.eu> +# Octobus <contact@octobus.net> # # This software may be used and distributed according to the terms of the # GNU General Public License version 2 or any later version. diff -r ff799015d62e -r ac4bb904f5d8 hgext3rd/evolve/exthelper.py --- a/hgext3rd/evolve/exthelper.py Tue Nov 27 04:46:35 2018 +0100 +++ b/hgext3rd/evolve/exthelper.py Sun Dec 02 16:45:08 2018 +0100 @@ -1,3 +1,10 @@ +# Copyright 2012 Logilab SA <contact@logilab.fr> +# Pierre-Yves David <pierre-yves.david@ens-lyon.org> +# Octobus <contact@octobus.net> +# +# This software may be used and distributed according to the terms of the +# GNU General Public License version 2 or any later version. + ##################################################################### ### Extension helper ### #####################################################################