diff options
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/db | 2 | ||||
| -rwxr-xr-x | bin/e | 2 | ||||
| -rwxr-xr-x | bin/emacsclient-a-nw | 2 | ||||
| -rwxr-xr-x | bin/gen-self-signed | 2 | ||||
| -rwxr-xr-x | bin/git-fork | 2 | ||||
| -rwxr-xr-x | bin/license | 4 | ||||
| -rw-r--r-- | bin/sass | 2 | ||||
| -rw-r--r-- | bin/test/README.md.expected | 2 | ||||
| -rw-r--r-- | bin/test/main.cpp.expected | 12 | ||||
| -rwxr-xr-x | bin/test/test.sh | 2 | ||||
| -rwxr-xr-x | bin/toggle-keyboard-layout.sh | 2 | ||||
| -rwxr-xr-x | bin/vpnsetup | 2 | ||||
| -rwxr-xr-x | bin/xspf_extractor | 4 | ||||
| -rwxr-xr-x | bin/zypper-purgerepos | 2 |
14 files changed, 21 insertions, 21 deletions
@@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# Copyright (C) 2014-2019 Miquel Sabaté Solà <mikisabate@gmail.com> +# Copyright (C) 2014-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 @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (C) 2019 Miquel Sabaté Solà <mikisabate@gmail.com> +# Copyright (C) 2019-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 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à <mikisabate@gmail.com> +# Copyright (C) 2019-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 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à <mikisabate@gmail.com> +# Copyright (C) 2018-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 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à <mikisabate@gmail.com> +# Copyright (C) 2015-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 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à <mikisabate@gmail.com> +# Copyright (C) 2014-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 @@ -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"; @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) 2014-2019 Miquel Sabaté Solà <mikisabate@gmail.com> +# Copyright (C) 2014-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 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à <mikisabate@gmail.com> - * Copyright (c) 2015-2018 Miquel Sabaté Solà <mikisabate@gmail.com> - * Copyright (C) 2015-2018 Miquel Sabaté Solà <mikisabate@gmail.com> - * Copyright (C) 2013-2018 Miquel Sabaté Solà <mikisabate@gmail.com> - * Copyright (C) 2014-2018 Miquel Sabaté Solà <mikisabate@gmail.com> - * Copyright (C) 2015-2018 Miquel Sabaté Solà <mikisabate@gmail.com> + * Copyright (C) 2015-2020 Miquel Sabaté Solà <mikisabate@gmail.com> + * Copyright (c) 2015-2020 Miquel Sabaté Solà <mikisabate@gmail.com> + * Copyright (C) 2015-2020 Miquel Sabaté Solà <mikisabate@gmail.com> + * Copyright (C) 2013-2020 Miquel Sabaté Solà <mikisabate@gmail.com> + * Copyright (C) 2014-2020 Miquel Sabaté Solà <mikisabate@gmail.com> + * Copyright (C) 2015-2020 Miquel Sabaté Solà <mikisabate@gmail.com> */ 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à <mikisabate@gmail.com> +# Copyright (C) 2014-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 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à <mikisabate@gmail.com> +# Copyright (C) 2016-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 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à <mikisabate@gmail.com> +# Copyright (C) 2016-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 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. 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à <mikisabate@gmail.com> +# Copyright (C) 2018-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 |
