changeset 4281:ac4bb904f5d8

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.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Sun, 02 Dec 2018 16:45:08 +0100
parents ff799015d62e
children 12e3f24f794b
files hgext3rd/evolve/__init__.py hgext3rd/evolve/exthelper.py
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- 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                                              ###
 #####################################################################