aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2020-02-11 14:33:39 +0100
committerMiquel Sabaté Solà <msabate@suse.com>2020-02-11 14:33:39 +0100
commit4909f2b993ebd08a10bee4f0eb8742d69211889a (patch)
treea5aac34133e39bb1a1c9feb5b31ac417741d5a51 /bin
parent89b046af6c229246ad01ca0c05241c883218e1e7 (diff)
downloaddotfiles-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')
-rw-r--r--bin/db2
-rwxr-xr-xbin/e2
-rwxr-xr-xbin/emacsclient-a-nw2
-rwxr-xr-xbin/gen-self-signed2
-rwxr-xr-xbin/git-fork2
-rwxr-xr-xbin/license4
-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/xspf_extractor4
-rwxr-xr-xbin/zypper-purgerepos2
14 files changed, 21 insertions, 21 deletions
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à <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/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à <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";
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à <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 &copy; 2014-2018 Miquel Sabaté Solà, released under the MIT License.
+Copyright &copy; 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