]> kaliko git repositories - mpd-goodies.git/blobdiff - bin/mfade
Swith to SPDX for license headers
[mpd-goodies.git] / bin / mfade
index 4b8a6a137710a15c70c117d64f5fed541cdec596..1f5c4c0bf2325da61be7068e311bb17d2339d815 100755 (executable)
--- a/bin/mfade
+++ b/bin/mfade
@@ -1,22 +1,8 @@
 #!/usr/bin/env python3
 # -*- coding: utf-8 -*-
-
-# Copyright (c) 2009,2010,2012,2019 kaliko <kaliko@azylum.org>
-#
-#   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 3 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, see <http://www.gnu.org/licenses/>.
-#
-
+# SPDX-FileCopyrightText: 2009,2010,2012,2019 kaliko <kaliko@azylum.org>
+# SPDX-FileCopyrightText: 2007 Joey Hess <joey@kitenet.net>
+# SPDX-License-Identifier: GPL-3.0-or-later
 """
 DOC:
     heavily borrowed from perl script mpdtoys and converted to python.
@@ -35,7 +21,7 @@ import musicpd
 
 VERSION = '0.2'
 DESC = """Fade in/out to <final volume level> over <time>.
-Defaults are from 0% to 50% when paused or stopped 
+Defaults are from 0% to 50% when paused or stopped
 and from current volume to 10th of it if playing,
 both over 10 minutes."""
 DESC = """Fade in/out to <final volume level> over <time>.