From d5d31d52bfe1fb6c5ef0860a130df4dc8bb1f4a3 Mon Sep 17 00:00:00 2001 From: Sambhav Kothari Date: Sat, 24 Jun 2017 16:45:40 +0530 Subject: [PATCH] Add file header --- picard/webservice/api_helpers.py | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/picard/webservice/api_helpers.py b/picard/webservice/api_helpers.py index d68912254..7b03ddbd7 100644 --- a/picard/webservice/api_helpers.py +++ b/picard/webservice/api_helpers.py @@ -1,3 +1,22 @@ +# -*- coding: utf-8 -*- +# +# Picard, the next-generation MusicBrainz tagger +# Copyright (C) 2017 Sambhav Kothari +# +# 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 re from PyQt5.QtCore import QUrl from picard import config