From aed7091c3a762e867d00a2f04e5164143189cb6c Mon Sep 17 00:00:00 2001 From: Laurent Monin Date: Sat, 28 Dec 2013 13:22:49 +0100 Subject: [PATCH] Add missing header --- picard/i18n.py | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/picard/i18n.py b/picard/i18n.py index 8520ee252..03b61850e 100644 --- a/picard/i18n.py +++ b/picard/i18n.py @@ -1,3 +1,22 @@ +# -*- coding: utf-8 -*- +# +# Picard, the next-generation MusicBrainz tagger +# Copyright (C) 2013 Laurent Monin +# +# This program 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 2 +# of the License, or (at your option) any later version. +# +# This program 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 this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + import gettext import locale import os.path