From 8ac240d38063079c8d2ae7508e4c44589b86c29f Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 14 Mar 2015 18:41:16 +0100 Subject: reproducible: add myself to copyright --- bin/reproducible_html_notes.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/reproducible_html_notes.py') diff --git a/bin/reproducible_html_notes.py b/bin/reproducible_html_notes.py index 98ce5192..0266b77d 100755 --- a/bin/reproducible_html_notes.py +++ b/bin/reproducible_html_notes.py @@ -2,6 +2,7 @@ # -*- coding: utf-8 -*- # # Copyright © 2015 Mattia Rizzolo +# Copyright © 2015 Holger Levsen # Based on reproducible_html_notes.sh © 2014 Holger Levsen # Licensed under GPL-2 # @@ -154,7 +155,7 @@ def load_notes(): notes = yaml.load(fd) log.debug("notes loaded. There are " + str(len(notes)) + " package listed") - for package in notes: # check if every pacakge listed on the notes + for package in notes: # check if every package listed on the notes try: # actually have been tested query = 'SELECT s.name ' + \ 'FROM results AS r JOIN sources AS s ON r.package_id=s.id ' + \ -- cgit v1.2.3-70-g09d2