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à --- .emacs.d/README.org | 2 +- .emacs.d/init.el | 2 +- .emacs.d/init.org | 2 +- .emacs.d/lisp/g.el | 2 +- .emacs.d/org-templates/README.org | 2 +- .emacs.d/org.css | 2 +- .emacs.d/pre-push | 2 +- .irbrc | 2 +- README.org | 2 +- 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 +- install.sh | 2 +- 24 files changed, 31 insertions(+), 31 deletions(-) diff --git a/.emacs.d/README.org b/.emacs.d/README.org index c93ecaf..3744c1a 100644 --- a/.emacs.d/README.org +++ b/.emacs.d/README.org @@ -79,7 +79,7 @@ repositories. I have taken lots of pieces from here and there, but most notably: * License #+BEGIN_SRC text - 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/.emacs.d/init.el b/.emacs.d/init.el index ccb4c35..635ccce 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -1,6 +1,6 @@ ;;; init.el --- Init file -*- lexical-binding: t; -*- ;; -;; Copyright (C) 2016-2019 Miquel Sabaté Solà +;; Copyright (C) 2016-2020 Miquel Sabaté Solà ;; ;; Author: Miquel Sabaté Solà ;; Version: 0.1 diff --git a/.emacs.d/init.org b/.emacs.d/init.org index c98e0e0..279b6d8 100644 --- a/.emacs.d/init.org +++ b/.emacs.d/init.org @@ -2500,7 +2500,7 @@ repositories. I have taken lots of pieces from here and there, but most notably: * License #+BEGIN_SRC text :tangle no - 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/.emacs.d/lisp/g.el b/.emacs.d/lisp/g.el index fe842d8..c765b4e 100644 --- a/.emacs.d/lisp/g.el +++ b/.emacs.d/lisp/g.el @@ -1,6 +1,6 @@ ;;; g.el --- Adding shortcuts -*- lexical-binding: t; -*- ;; -;; Copyright (C) 2016-2019 Miquel Sabaté Solà +;; Copyright (C) 2016-2020 Miquel Sabaté Solà ;; ;; Author: Miquel Sabaté Solà ;; Version: 0.1 diff --git a/.emacs.d/org-templates/README.org b/.emacs.d/org-templates/README.org index b3cc271..7aa56e5 100644 --- a/.emacs.d/org-templates/README.org +++ b/.emacs.d/org-templates/README.org @@ -5,7 +5,7 @@ Helper files that are included in some way or another into my =org= file. * License #+BEGIN_SRC text -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/.emacs.d/org.css b/.emacs.d/org.css index 98110e5..caa194b 100644 --- a/.emacs.d/org.css +++ b/.emacs.d/org.css @@ -1,5 +1,5 @@ /* - * 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 diff --git a/.emacs.d/pre-push b/.emacs.d/pre-push index dcc8dce..09bc2fc 100755 --- a/.emacs.d/pre-push +++ b/.emacs.d/pre-push @@ -1,5 +1,5 @@ #!/bin/sh -# 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 diff --git a/.irbrc b/.irbrc index ba1b557..6bf2343 100644 --- a/.irbrc +++ b/.irbrc @@ -1,6 +1,6 @@ # frozen_string_literal: true -# 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/README.org b/README.org index 2a6f726..15f654d 100644 --- a/README.org +++ b/README.org @@ -37,7 +37,7 @@ This is by no means an exhaustive list. Feel free to report me missing dependenc Every file is licensed under the GPLv3+ unless stated otherwise. I've tried to mention every major influence on my =dotfiles=, but most surely I've forgotten to add some people. If you feel like you should be mentioned somewhere in my config files, please send me an email. You can find the full license in the =LICENSE= file and below: #+BEGIN_SRC text -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/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 diff --git a/install.sh b/install.sh index 994c279..e9351bc 100755 --- a/install.sh +++ b/install.sh @@ -1,5 +1,5 @@ #!/bin/bash -# 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 -- cgit v1.2.3