aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2022-10-24 13:32:01 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2022-10-24 13:32:01 +0200
commit437be136b8300f9988c0d91a3ea93423d1e1b56f (patch)
tree8c739d449750b48fa02e70392b9434d190a17cbf
parent26d4f755f47a329f5f29ccaa4a5077914d1ae33e (diff)
downloaddotfiles-437be136b8300f9988c0d91a3ea93423d1e1b56f.tar.gz
dotfiles-437be136b8300f9988c0d91a3ea93423d1e1b56f.zip
ci: fix by updating the copyright notice
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
-rw-r--r--.irbrc2
-rw-r--r--README.md2
-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/license2
-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
24 files changed, 30 insertions, 30 deletions
diff --git a/.irbrc b/.irbrc
index dc24a42..22a6e03 100644
--- a/.irbrc
+++ b/.irbrc
@@ -1,6 +1,6 @@
# frozen_string_literal: true
-# Copyright (C) 2014-2021 Miquel Sabaté Solà <mikisabate@gmail.com>
+# Copyright (C) 2014-2022 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.md b/README.md
index a4cd136..5343d29 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ config files, please send me an email. You can find the full license in the
`LICENSE` file and below:
```
-Copyright (C) 2014-2021 Miquel Sabaté Solà <mikisabate@gmail.com>
+Copyright (C) 2014-2022 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 the Free Software
diff --git a/bin/db b/bin/db
index cf74acb..f300478 100644
--- a/bin/db
+++ b/bin/db
@@ -1,5 +1,5 @@
#!/usr/bin/perl -w
-# Copyright (C) 2014-2021 Miquel Sabaté Solà <mikisabate@gmail.com>
+# Copyright (C) 2014-2022 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 23912a6..709a24a 100755
--- a/bin/e
+++ b/bin/e
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright (C) 2019-2021 Miquel Sabaté Solà <mikisabate@gmail.com>
+# Copyright (C) 2019-2022 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 f11ae08..e7dbe18 100755
--- a/bin/emacsclient-a-nw
+++ b/bin/emacsclient-a-nw
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright (C) 2019-2021 Miquel Sabaté Solà <mikisabate@gmail.com>
+# Copyright (C) 2019-2022 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 a57b702..5428919 100755
--- a/bin/find-broken-symlinks
+++ b/bin/find-broken-symlinks
@@ -1,5 +1,5 @@
#!/usr/bin/perl -w
-# Copyright (C) 2020-2021 Miquel Sabaté Solà <mikisabate@gmail.com>
+# Copyright (C) 2020-2022 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 80497e3..a7e1629 100755
--- a/bin/gen-self-signed
+++ b/bin/gen-self-signed
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright (C) 2018-2021 Miquel Sabaté Solà <mikisabate@gmail.com>
+# Copyright (C) 2018-2022 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 c4bdc38..80b3251 100755
--- a/bin/git-fork
+++ b/bin/git-fork
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright (C) 2015-2021 Miquel Sabaté Solà <mikisabate@gmail.com>
+# Copyright (C) 2015-2022 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 66393ab..1b5e86d 100755
--- a/bin/git-nuke
+++ b/bin/git-nuke
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright (C) 2020-2021 Miquel Sabaté Solà <mikisabate@gmail.com>
+# Copyright (C) 2020-2022 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 6d59d23..75619e4 100755
--- a/bin/git-who
+++ b/bin/git-who
@@ -1,5 +1,5 @@
#!/usr/bin/perl -w
-# Copyright (C) 2020-2021 Miquel Sabaté Solà <mikisabate@gmail.com>
+# Copyright (C) 2020-2022 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 434dc9f..3af9911 100755
--- a/bin/i3status.sh
+++ b/bin/i3status.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright (C) 2020-2021 Miquel Sabaté Solà <mikisabate@gmail.com>
+# Copyright (C) 2020-2022 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 606d03d..029b629 100755
--- a/bin/license
+++ b/bin/license
@@ -1,5 +1,5 @@
#!/usr/bin/perl -w
-# Copyright (C) 2014-2021 Miquel Sabaté Solà <mikisabate@gmail.com>
+# Copyright (C) 2014-2022 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/lock.sh b/bin/lock.sh
index 6056acd..ff923b1 100755
--- a/bin/lock.sh
+++ b/bin/lock.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright (C) 2020-2021 Miquel Sabaté Solà <mikisabate@gmail.com>
+# Copyright (C) 2020-2022 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 93a8f5d..564eef2 100644
--- a/bin/sass
+++ b/bin/sass
@@ -1,5 +1,5 @@
#!/bin/sh
-# Copyright (C) 2014-2021 Miquel Sabaté Solà <mikisabate@gmail.com>
+# Copyright (C) 2014-2022 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 e654dda..7b36cbc 100644
--- a/bin/test/README.md.expected
+++ b/bin/test/README.md.expected
@@ -3,5 +3,5 @@
A readme file
-Copyright &copy; 2014-2021 Miquel Sabaté Solà, released under the MIT License.
+Copyright &copy; 2014-2022 Miquel Sabaté Solà, released under the MIT License.
diff --git a/bin/test/main.cpp.expected b/bin/test/main.cpp.expected
index 89a17e5..434dd56 100644
--- a/bin/test/main.cpp.expected
+++ b/bin/test/main.cpp.expected
@@ -1,10 +1,10 @@
/*
- * 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>
+ * Copyright (C) 2015-2022 Miquel Sabaté Solà <mikisabate@gmail.com>
+ * Copyright (c) 2015-2022 Miquel Sabaté Solà <mikisabate@gmail.com>
+ * Copyright (C) 2015-2022 Miquel Sabaté Solà <mikisabate@gmail.com>
+ * Copyright (C) 2013-2022 Miquel Sabaté Solà <mikisabate@gmail.com>
+ * Copyright (C) 2014-2022 Miquel Sabaté Solà <mikisabate@gmail.com>
+ * Copyright (C) 2015-2022 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 4b288e3..95171c1 100755
--- a/bin/test/test.sh
+++ b/bin/test/test.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-# Copyright (C) 2014-2021 Miquel Sabaté Solà <mikisabate@gmail.com>
+# Copyright (C) 2014-2022 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 935d401..e9dd47e 100755
--- a/bin/toggle-keyboard-layout.sh
+++ b/bin/toggle-keyboard-layout.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright (C) 2016-2021 Miquel Sabaté Solà <mikisabate@gmail.com>
+# Copyright (C) 2016-2022 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 e131d8d..fc10780 100755
--- a/bin/vpnsetup
+++ b/bin/vpnsetup
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright (C) 2016-2021 Miquel Sabaté Solà <mikisabate@gmail.com>
+# Copyright (C) 2016-2022 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 cc7d908..e1fedfc 100755
--- a/bin/xo
+++ b/bin/xo
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-# Copyright (C) 2020-2021 Miquel Sabaté Solà <mikisabate@gmail.com>
+# Copyright (C) 2020-2022 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 9d0fa2c..ec2a1e3 100755
--- a/bin/xspf_extractor
+++ b/bin/xspf_extractor
@@ -1,5 +1,5 @@
#!/usr/bin/perl -w
-# Copyright (C) 2017-2021 Miquel Sabaté Solà <mikisabate@gmail.com>
+# Copyright (C) 2017-2022 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-2021 Miquel Sabaté Solà <mikisabate\@gmail.com>
+Copyright (C) 2017-2022 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 8dc843d..0bc63bc 100755
--- a/bin/zypper-purgerepos
+++ b/bin/zypper-purgerepos
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright (C) 2018-2021 Miquel Sabaté Solà <mikisabate@gmail.com>
+# Copyright (C) 2018-2022 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 1bfd76b..e79438c 100755
--- a/bin/zypper-rup
+++ b/bin/zypper-rup
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright (C) 2020-2021 Miquel Sabaté Solà <mikisabate@gmail.com>
+# Copyright (C) 2020-2022 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 bb39625..495795a 100755
--- a/install.sh
+++ b/install.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright (C) 2014-2021 Miquel Sabaté Solà <mikisabate@gmail.com>
+# Copyright (C) 2014-2022 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