diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2020-02-11 14:33:39 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2020-02-11 14:33:39 +0100 |
| commit | 4909f2b993ebd08a10bee4f0eb8742d69211889a (patch) | |
| tree | a5aac34133e39bb1a1c9feb5b31ac417741d5a51 /bin/xspf_extractor | |
| parent | 89b046af6c229246ad01ca0c05241c883218e1e7 (diff) | |
| download | dotfiles-4909f2b993ebd08a10bee4f0eb8742d69211889a.tar.gz dotfiles-4909f2b993ebd08a10bee4f0eb8742d69211889a.zip | |
Did you know that we are in 2020 already?
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'bin/xspf_extractor')
| -rwxr-xr-x | bin/xspf_extractor | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/xspf_extractor b/bin/xspf_extractor index 46c4205..9a56775 100755 --- a/bin/xspf_extractor +++ b/bin/xspf_extractor @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# Copyright (C) 2017-2019 Miquel Sabaté Solà <mikisabate@gmail.com> +# Copyright (C) 2017-2020 Miquel Sabaté Solà <mikisabate@gmail.com> # # 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 @@ -56,7 +56,7 @@ EOF sub version { print <<EOF; xspf_extractor version 0.1 -Copyright (C) 2017-2019 Miquel Sabaté Solà <mikisabate\@gmail.com> +Copyright (C) 2017-2020 Miquel Sabaté Solà <mikisabate\@gmail.com> License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. |
