From 4909f2b993ebd08a10bee4f0eb8742d69211889a Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 11 Feb 2020 14:33:39 +0100 Subject: Did you know that we are in 2020 already? MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- bin/db | 2 +- bin/e | 2 +- bin/emacsclient-a-nw | 2 +- bin/gen-self-signed | 2 +- bin/git-fork | 2 +- bin/license | 4 ++-- bin/sass | 2 +- bin/test/README.md.expected | 2 +- bin/test/main.cpp.expected | 12 ++++++------ bin/test/test.sh | 2 +- bin/toggle-keyboard-layout.sh | 2 +- bin/vpnsetup | 2 +- bin/xspf_extractor | 4 ++-- bin/zypper-purgerepos | 2 +- 14 files changed, 21 insertions(+), 21 deletions(-) (limited to 'bin') diff --git a/bin/db b/bin/db index d41e903..4b0ab84 100644 --- a/bin/db +++ b/bin/db @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# Copyright (C) 2014-2019 Miquel Sabaté Solà +# Copyright (C) 2014-2020 Miquel Sabaté Solà # # 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 diff --git a/bin/e b/bin/e index 1a34419..10fccec 100755 --- a/bin/e +++ b/bin/e @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (C) 2019 Miquel Sabaté Solà +# Copyright (C) 2019-2020 Miquel Sabaté Solà # # 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 diff --git a/bin/emacsclient-a-nw b/bin/emacsclient-a-nw index e0f2292..1b8f95d 100755 --- a/bin/emacsclient-a-nw +++ b/bin/emacsclient-a-nw @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (C) 2019 Miquel Sabaté Solà +# Copyright (C) 2019-2020 Miquel Sabaté Solà # # 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 diff --git a/bin/gen-self-signed b/bin/gen-self-signed index 5908734..dfb45da 100755 --- a/bin/gen-self-signed +++ b/bin/gen-self-signed @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (C) 2018-2019 Miquel Sabaté Solà +# Copyright (C) 2018-2020 Miquel Sabaté Solà # # 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 diff --git a/bin/git-fork b/bin/git-fork index 7932cfa..55a6741 100755 --- a/bin/git-fork +++ b/bin/git-fork @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (C) 2015-2019 Miquel Sabaté Solà +# Copyright (C) 2015-2020 Miquel Sabaté Solà # # 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 diff --git a/bin/license b/bin/license index a0b81b5..16f9e93 100755 --- a/bin/license +++ b/bin/license @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# Copyright (C) 2014-2019 Miquel Sabaté Solà +# Copyright (C) 2014-2020 Miquel Sabaté Solà # # 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 @@ -65,7 +65,7 @@ my $name = 'Miquel'; # The current year. I previously thought to be clever and set it to `date +%Y`, # but then I decided that I didn't want to be clever here to avoid problems and # be more flexible. -my $current_year = '2018'; +my $current_year = '2020'; # The command that feeds this command if no command line argument was given. my $default_cmd = "git grep -l 'Copyright' | xargs"; diff --git a/bin/sass b/bin/sass index 93b1438..21d7c10 100644 --- a/bin/sass +++ b/bin/sass @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) 2014-2019 Miquel Sabaté Solà +# Copyright (C) 2014-2020 Miquel Sabaté Solà # # 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 diff --git a/bin/test/README.md.expected b/bin/test/README.md.expected index 5e5e030..3180123 100644 --- a/bin/test/README.md.expected +++ b/bin/test/README.md.expected @@ -3,5 +3,5 @@ A readme file -Copyright © 2014-2018 Miquel Sabaté Solà, released under the MIT License. +Copyright © 2014-2020 Miquel Sabaté Solà, released under the MIT License. diff --git a/bin/test/main.cpp.expected b/bin/test/main.cpp.expected index 155214f..ae3a528 100644 --- a/bin/test/main.cpp.expected +++ b/bin/test/main.cpp.expected @@ -1,10 +1,10 @@ /* - * Copyright (C) 2015-2018 Miquel Sabaté Solà - * Copyright (c) 2015-2018 Miquel Sabaté Solà - * Copyright (C) 2015-2018 Miquel Sabaté Solà - * Copyright (C) 2013-2018 Miquel Sabaté Solà - * Copyright (C) 2014-2018 Miquel Sabaté Solà - * Copyright (C) 2015-2018 Miquel Sabaté Solà + * Copyright (C) 2015-2020 Miquel Sabaté Solà + * Copyright (c) 2015-2020 Miquel Sabaté Solà + * Copyright (C) 2015-2020 Miquel Sabaté Solà + * Copyright (C) 2013-2020 Miquel Sabaté Solà + * Copyright (C) 2014-2020 Miquel Sabaté Solà + * Copyright (C) 2015-2020 Miquel Sabaté Solà */ int main(int argc, char *argv[]) diff --git a/bin/test/test.sh b/bin/test/test.sh index 20f9439..de7fee2 100755 --- a/bin/test/test.sh +++ b/bin/test/test.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) 2014-2018 Miquel Sabaté Solà +# Copyright (C) 2014-2020 Miquel Sabaté Solà # # 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 diff --git a/bin/toggle-keyboard-layout.sh b/bin/toggle-keyboard-layout.sh index cb731dd..a8a84d1 100755 --- a/bin/toggle-keyboard-layout.sh +++ b/bin/toggle-keyboard-layout.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (C) 2016-2019 Miquel Sabaté Solà +# Copyright (C) 2016-2020 Miquel Sabaté Solà # # 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 diff --git a/bin/vpnsetup b/bin/vpnsetup index f7f255b..f9d100e 100755 --- a/bin/vpnsetup +++ b/bin/vpnsetup @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (C) 2016-2019 Miquel Sabaté Solà +# Copyright (C) 2016-2020 Miquel Sabaté Solà # # 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 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à +# Copyright (C) 2017-2020 Miquel Sabaté Solà # # 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 < +Copyright (C) 2017-2020 Miquel Sabaté Solà License GPLv3+: GNU GPL version 3 or later . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. diff --git a/bin/zypper-purgerepos b/bin/zypper-purgerepos index 11bf723..f9c9507 100755 --- a/bin/zypper-purgerepos +++ b/bin/zypper-purgerepos @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (C) 2018-2019 Miquel Sabaté Solà +# Copyright (C) 2018-2020 Miquel Sabaté Solà # # 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 -- cgit v1.2.3