From 256c8bb9beeb6cddb79298bbbdd37c2ff210f0cc Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sat, 2 Jan 2021 15:46:07 +0100 Subject: [PATCH] Further license adjustment --- transmission_move_music.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/transmission_move_music.py b/transmission_move_music.py index 4697ec5..d34ff9d 100644 --- a/transmission_move_music.py +++ b/transmission_move_music.py @@ -1,9 +1,8 @@ #!/usr/bin/env python3 # -*- coding:utf-8 -*- -# Copyright 2014-2015 Luca Beltrame -# Licensed under the terms of the terms of the GPL, version 3, or later. -# See the LICENSE file for details. +# SPDX-FileCopyrightText: 2014-2021 Luca Beltrame +# SPDX-License-Identifier: GPL-3.0-or-later import argparse from enum import Enum