aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2021-01-22 11:21:52 +0100
committerMiquel Sabaté Solà <msabate@suse.com>2021-01-22 11:21:52 +0100
commitbc8e92970a1fc855944859ffde762c0782ca4b9e (patch)
tree007a6a203e54b81b5e8d8bebc30e9b378df6ded5
parent30fa8040d265f6d44b2f87efe873e9e713ce5b05 (diff)
downloaddotfiles-bc8e92970a1fc855944859ffde762c0782ca4b9e.tar.gz
dotfiles-bc8e92970a1fc855944859ffde762c0782ca4b9e.zip
It's been 2021 for quite a while now
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
-rw-r--r--.emacs.d/dependencies.sh2
-rw-r--r--.emacs.d/early-init.el2
-rw-r--r--.emacs.d/init.el2
-rw-r--r--.emacs.d/init.org4
-rw-r--r--.emacs.d/lisp/g.el2
-rw-r--r--.emacs.d/org-templates/README.org2
-rwxr-xr-x.emacs.d/pre-push2
-rw-r--r--.irbrc2
-rw-r--r--README.org2
-rw-r--r--bin/db2
-rwxr-xr-xbin/e2
-rwxr-xr-xbin/emacsclient-a-nw2
-rwxr-xr-xbin/find-broken-symlinks2
-rwxr-xr-xbin/gen-self-signed2
-rwxr-xr-xbin/git-fork2
-rwxr-xr-xbin/git-nuke2
-rwxr-xr-xbin/git-who2
-rwxr-xr-xbin/i3status.sh2
-rwxr-xr-xbin/license4
-rwxr-xr-xbin/lock.sh2
-rw-r--r--bin/sass2
-rw-r--r--bin/test/README.md.expected2
-rw-r--r--bin/test/main.cpp.expected12
-rwxr-xr-xbin/test/test.sh2
-rwxr-xr-xbin/toggle-keyboard-layout.sh2
-rwxr-xr-xbin/vpnsetup2
-rwxr-xr-xbin/xo2
-rwxr-xr-xbin/xspf_extractor4
-rwxr-xr-xbin/zypper-purgerepos2
-rwxr-xr-xbin/zypper-rup2
-rwxr-xr-xinstall.sh2
31 files changed, 39 insertions, 39 deletions
diff --git a/.emacs.d/dependencies.sh b/.emacs.d/dependencies.sh
index e79a3ec..528f1c7 100644
--- a/.emacs.d/dependencies.sh
+++ b/.emacs.d/dependencies.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright (C) 2020 Miquel Sabaté Solà <mikisabate@gmail.com>
+# Copyright (C) 2020-2021 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/.emacs.d/early-init.el b/.emacs.d/early-init.el
index fab5b38..1034157 100644
--- a/.emacs.d/early-init.el
+++ b/.emacs.d/early-init.el
@@ -1,6 +1,6 @@
;;; early-init.el --- early initialization -*- lexical-binding: t; -*-
;;
-;; Copyright (C) 2020 Miquel Sabaté Solà <mikisabate@gmail.com>
+;; Copyright (C) 2020-2021 Miquel Sabaté Solà <mikisabate@gmail.com>
;;
;; Author: Miquel Sabaté Solà <mikisabate@gmail.com>
;; Version: 0.1
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index db518d0..a753c69 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-2020 Miquel Sabaté Solà <mikisabate@gmail.com>
+;; Copyright (C) 2016-2021 Miquel Sabaté Solà <mikisabate@gmail.com>
;;
;; Author: Miquel Sabaté Solà <mikisabate@gmail.com>
;; Version: 0.1
diff --git a/.emacs.d/init.org b/.emacs.d/init.org
index 687ba28..cd64d61 100644
--- a/.emacs.d/init.org
+++ b/.emacs.d/init.org
@@ -41,7 +41,7 @@ From now on our code will be tangled, meaning that it will go into the final =in
#+BEGIN_SRC elisp
;;; init.el --- init file -*- lexical-binding: t; -*-
;;
-;; Copyright (C) 2016-2020 Miquel Sabaté Solà <mikisabate@gmail.com>
+;; Copyright (C) 2016-2021 Miquel Sabaté Solà <mikisabate@gmail.com>
;;
;; Author: Miquel Sabaté Solà <mikisabate@gmail.com>
;; Version: 0.1
@@ -2332,7 +2332,7 @@ I've built this file by simply scavenging from other people's emacs.d/dotfiles r
* License
#+BEGIN_SRC text :tangle no
- Copyright (C) 2014-2020 Miquel Sabaté Solà <mikisabate@gmail.com>
+ Copyright (C) 2014-2021 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/.emacs.d/lisp/g.el b/.emacs.d/lisp/g.el
index c765b4e..5c1dba1 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-2020 Miquel Sabaté Solà <mikisabate@gmail.com>
+;; Copyright (C) 2016-2021 Miquel Sabaté Solà <mikisabate@gmail.com>
;;
;; Author: Miquel Sabaté Solà <mikisabate@gmail.com>
;; Version: 0.1
diff --git a/.emacs.d/org-templates/README.org b/.emacs.d/org-templates/README.org
index 7aa56e5..c378b2c 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-2020 Miquel Sabaté Solà <mikisabate@gmail.com>
+Copyright (C) 2019-2021 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/.emacs.d/pre-push b/.emacs.d/pre-push
index f3f4e56..64458b7 100755
--- a/.emacs.d/pre-push
+++ b/.emacs.d/pre-push
@@ -1,5 +1,5 @@
#!/bin/sh
-# Copyright (C) 2017-2020 Miquel Sabaté Solà <mikisabate@gmail.com>
+# Copyright (C) 2017-2021 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/.irbrc b/.irbrc
index 6bf2343..2fb6a18 100644
--- a/.irbrc
+++ b/.irbrc
@@ -1,6 +1,6 @@
# frozen_string_literal: true
-# Copyright (C) 2014-2020 Miquel Sabaté Solà <mikisabate@gmail.com>
+# Copyright (C) 2014-2021 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/README.org b/README.org
index 15f654d..9fe1594 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-2020 Miquel Sabaté Solà <mikisabate@gmail.com>
+Copyright (C) 2014-2021 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/db b/bin/db
index 4b0ab84..cf74acb 100644
--- a/bin/db
+++ b/bin/db
@@ -1,5 +1,5 @@
#!/usr/bin/perl -w
-# Copyright (C) 2014-2020 Miquel Sabaté Solà <mikisabate@gmail.com>
+# Copyright (C) 2014-2021 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/e b/bin/e
index 10fccec..23912a6 100755
--- a/bin/e
+++ b/bin/e
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright (C) 2019-2020 Miquel Sabaté Solà <mikisabate@gmail.com>
+# Copyright (C) 2019-2021 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 1b8f95d..f11ae08 100755
--- a/bin/emacsclient-a-nw
+++ b/bin/emacsclient-a-nw
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright (C) 2019-2020 Miquel Sabaté Solà <mikisabate@gmail.com>
+# Copyright (C) 2019-2021 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/find-broken-symlinks b/bin/find-broken-symlinks
index 6f10bfa..a57b702 100755
--- a/bin/find-broken-symlinks
+++ b/bin/find-broken-symlinks
@@ -1,5 +1,5 @@
#!/usr/bin/perl -w
-# Copyright (C) 2020 Miquel Sabaté Solà <mikisabate@gmail.com>
+# Copyright (C) 2020-2021 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 dfb45da..80497e3 100755
--- a/bin/gen-self-signed
+++ b/bin/gen-self-signed
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright (C) 2018-2020 Miquel Sabaté Solà <mikisabate@gmail.com>
+# Copyright (C) 2018-2021 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 55a6741..c4bdc38 100755
--- a/bin/git-fork
+++ b/bin/git-fork
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright (C) 2015-2020 Miquel Sabaté Solà <mikisabate@gmail.com>
+# Copyright (C) 2015-2021 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-nuke b/bin/git-nuke
index 183c2e7..66393ab 100755
--- a/bin/git-nuke
+++ b/bin/git-nuke
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright (C) 2020 Miquel Sabaté Solà <mikisabate@gmail.com>
+# Copyright (C) 2020-2021 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-who b/bin/git-who
index 0e55850..6d59d23 100755
--- a/bin/git-who
+++ b/bin/git-who
@@ -1,5 +1,5 @@
#!/usr/bin/perl -w
-# Copyright (C) 2020 Miquel Sabaté Solà <mikisabate@gmail.com>
+# Copyright (C) 2020-2021 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/i3status.sh b/bin/i3status.sh
index 1d08b8c..434dc9f 100755
--- a/bin/i3status.sh
+++ b/bin/i3status.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright (C) 2020 Miquel Sabaté Solà <mikisabate@gmail.com>
+# Copyright (C) 2020-2021 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 16f9e93..4478039 100755
--- a/bin/license
+++ b/bin/license
@@ -1,5 +1,5 @@
#!/usr/bin/perl -w
-# Copyright (C) 2014-2020 Miquel Sabaté Solà <mikisabate@gmail.com>
+# Copyright (C) 2014-2021 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 = '2020';
+my $current_year = '2021';
# 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/lock.sh b/bin/lock.sh
index 26397d5..6056acd 100755
--- a/bin/lock.sh
+++ b/bin/lock.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright (C) 2020 Miquel Sabaté Solà <mikisabate@gmail.com>
+# Copyright (C) 2020-2021 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/sass b/bin/sass
index 21d7c10..93a8f5d 100644
--- a/bin/sass
+++ b/bin/sass
@@ -1,5 +1,5 @@
#!/bin/sh
-# Copyright (C) 2014-2020 Miquel Sabaté Solà <mikisabate@gmail.com>
+# Copyright (C) 2014-2021 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 3180123..e654dda 100644
--- a/bin/test/README.md.expected
+++ b/bin/test/README.md.expected
@@ -3,5 +3,5 @@
A readme file
-Copyright &copy; 2014-2020 Miquel Sabaté Solà, released under the MIT License.
+Copyright &copy; 2014-2021 Miquel Sabaté Solà, released under the MIT License.
diff --git a/bin/test/main.cpp.expected b/bin/test/main.cpp.expected
index ae3a528..89a17e5 100644
--- a/bin/test/main.cpp.expected
+++ b/bin/test/main.cpp.expected
@@ -1,10 +1,10 @@
/*
- * 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>
+ * Copyright (C) 2015-2021 Miquel Sabaté Solà <mikisabate@gmail.com>
+ * Copyright (c) 2015-2021 Miquel Sabaté Solà <mikisabate@gmail.com>
+ * Copyright (C) 2015-2021 Miquel Sabaté Solà <mikisabate@gmail.com>
+ * Copyright (C) 2013-2021 Miquel Sabaté Solà <mikisabate@gmail.com>
+ * Copyright (C) 2014-2021 Miquel Sabaté Solà <mikisabate@gmail.com>
+ * Copyright (C) 2015-2021 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 de7fee2..4b288e3 100755
--- a/bin/test/test.sh
+++ b/bin/test/test.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-# Copyright (C) 2014-2020 Miquel Sabaté Solà <mikisabate@gmail.com>
+# Copyright (C) 2014-2021 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 e9095f2..5f36b89 100755
--- a/bin/toggle-keyboard-layout.sh
+++ b/bin/toggle-keyboard-layout.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright (C) 2016-2020 Miquel Sabaté Solà <mikisabate@gmail.com>
+# Copyright (C) 2016-2021 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 f9d100e..8faf879 100755
--- a/bin/vpnsetup
+++ b/bin/vpnsetup
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright (C) 2016-2020 Miquel Sabaté Solà <mikisabate@gmail.com>
+# Copyright (C) 2016-2021 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/xo b/bin/xo
index 8f9cec5..cc7d908 100755
--- a/bin/xo
+++ b/bin/xo
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-# Copyright (C) 2020 Miquel Sabaté Solà <mikisabate@gmail.com>
+# Copyright (C) 2020-2021 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 9a56775..9d0fa2c 100755
--- a/bin/xspf_extractor
+++ b/bin/xspf_extractor
@@ -1,5 +1,5 @@
#!/usr/bin/perl -w
-# Copyright (C) 2017-2020 Miquel Sabaté Solà <mikisabate@gmail.com>
+# Copyright (C) 2017-2021 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-2020 Miquel Sabaté Solà <mikisabate\@gmail.com>
+Copyright (C) 2017-2021 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 f9c9507..8dc843d 100755
--- a/bin/zypper-purgerepos
+++ b/bin/zypper-purgerepos
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright (C) 2018-2020 Miquel Sabaté Solà <mikisabate@gmail.com>
+# Copyright (C) 2018-2021 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/zypper-rup b/bin/zypper-rup
index 96f5c4f..1bfd76b 100755
--- a/bin/zypper-rup
+++ b/bin/zypper-rup
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright (C) 2020 Miquel Sabaté Solà <mikisabate@gmail.com>
+# Copyright (C) 2020-2021 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/install.sh b/install.sh
index dc389c4..3443d75 100755
--- a/install.sh
+++ b/install.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright (C) 2014-2020 Miquel Sabaté Solà <mikisabate@gmail.com>
+# Copyright (C) 2014-2021 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