[diffoscope] 01/03: add copyright/license header

Mattia Rizzolo mattia at debian.org
Tue Aug 30 16:43:09 CEST 2016


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

mattia pushed a commit to branch master
in repository diffoscope.

commit 6984965583fe2d90f1ba2a3afd349067b128d9f1
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Tue Aug 30 13:36:51 2016 +0000

    add copyright/license header
---
 diffoscope/exc.py | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/diffoscope/exc.py b/diffoscope/exc.py
index d973058..5e77b2c 100644
--- a/diffoscope/exc.py
+++ b/diffoscope/exc.py
@@ -1,3 +1,23 @@
+# -*- coding: utf-8 -*-
+#
+# diffoscope: in-depth comparison of files, archives, and directories
+#
+# Copyright © 2014-2015 Jérémy Bobbio <lunar at debian.org>
+#             2016      Chris Lamb <lamby at debian.org>
+#
+# 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 <http://www.gnu.org/licenses/>.
+
 class OutputParsingError(Exception):
     def __init__(self, command, object):
         self.command = command

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


More information about the diffoscope mailing list