[diffoscope] 02/05: Set correct attribution for Juliana's XML comparator.

Chris Lamb chris at chris-lamb.co.uk
Fri Jul 21 11:43:56 CEST 2017


This is an automated email from the git hooks/post-receive script.

lamby pushed a commit to branch master
in repository diffoscope.

commit a24b456fe72ba1f1f5c3b566598756f83efce4d1
Author: Chris Lamb <lamby at debian.org>
Date:   Fri Jul 21 10:31:25 2017 +0100

    Set correct attribution for Juliana's XML comparator.
    
    Gbp-Dch: Ignore
---
 diffoscope/comparators/xml.py | 19 +++++++++++++++++++
 tests/comparators/test_xml.py |  2 +-
 2 files changed, 20 insertions(+), 1 deletion(-)

diff --git a/diffoscope/comparators/xml.py b/diffoscope/comparators/xml.py
index d46f1bc..70e0d46 100644
--- a/diffoscope/comparators/xml.py
+++ b/diffoscope/comparators/xml.py
@@ -1,3 +1,22 @@
+# -*- coding: utf-8 -*-
+#
+# diffoscope: in-depth comparison of files, archives, and directories
+#
+# Copyright © 2017 Juliana Rodrigues <juliana.orod at gmail.com>
+#
+# diffoscope is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# diffoscope is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
+
 import re
 
 from xml.dom import minidom
diff --git a/tests/comparators/test_xml.py b/tests/comparators/test_xml.py
index a1da7d1..b77b06b 100644
--- a/tests/comparators/test_xml.py
+++ b/tests/comparators/test_xml.py
@@ -2,7 +2,7 @@
 #
 # diffoscope: in-depth comparison of files, archives, and directories
 #
-# Copyright � 2016 Chris Lamb <lamby at debian.org>
+# Copyright � 2017 Juliana Rodrigues <juliana.orod at gmail.com>
 #
 # diffoscope is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git


More information about the diffoscope mailing list