diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2019-01-22 18:01:35 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2019-01-22 18:02:00 +0100 |
| commit | 95c9ca2f2c100f7b6bd5c4c0dec593c018362026 (patch) | |
| tree | 63570c206e6dc3670a08177c02c31c0c5558f22b /bin | |
| parent | 899a055c018d1cd8d37826c667be8dfb62a7b6bb (diff) | |
| download | dotfiles-95c9ca2f2c100f7b6bd5c4c0dec593c018362026.tar.gz dotfiles-95c9ca2f2c100f7b6bd5c4c0dec593c018362026.zip | |
Updating licenses
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/db | 2 | ||||
| -rwxr-xr-x | bin/gen-self-signed | 2 | ||||
| -rwxr-xr-x | bin/git-fork | 2 | ||||
| -rwxr-xr-x | bin/license | 2 | ||||
| -rw-r--r-- | bin/sass | 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 |
9 files changed, 10 insertions, 10 deletions
@@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# Copyright (C) 2014-2018 Miquel Sabaté Solà <mikisabate@gmail.com> +# Copyright (C) 2014-2019 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 3d9f09f..5908734 100755 --- a/bin/gen-self-signed +++ b/bin/gen-self-signed @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (C) 2018 Miquel Sabaté Solà <mikisabate@gmail.com> +# Copyright (C) 2018-2019 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 77fba4c..7932cfa 100755 --- a/bin/git-fork +++ b/bin/git-fork @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (C) 2015-2018 Miquel Sabaté Solà <mikisabate@gmail.com> +# Copyright (C) 2015-2019 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 b877d04..a0b81b5 100755 --- a/bin/license +++ b/bin/license @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# Copyright (C) 2014-2018 Miquel Sabaté Solà <mikisabate@gmail.com> +# Copyright (C) 2014-2019 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/sh -# Copyright (C) 2014-2018 Miquel Sabaté Solà <mikisabate@gmail.com> +# Copyright (C) 2014-2019 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 3d2412a..df1d2bc 100755 --- a/bin/toggle-keyboard-layout.sh +++ b/bin/toggle-keyboard-layout.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (C) 2016-2018 Miquel Sabaté Solà <mikisabate@gmail.com> +# Copyright (C) 2016-2019 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 5b3df44..f7f255b 100755 --- a/bin/vpnsetup +++ b/bin/vpnsetup @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (C) 2016-2018 Miquel Sabaté Solà <mikisabate@gmail.com> +# Copyright (C) 2016-2019 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 6ba13e2..46c4205 100755 --- a/bin/xspf_extractor +++ b/bin/xspf_extractor @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# Copyright (C) 2017-2018 Miquel Sabaté Solà <mikisabate@gmail.com> +# Copyright (C) 2017-2019 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-2018 Miquel Sabaté Solà <mikisabate\@gmail.com> +Copyright (C) 2017-2019 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 a4a84f9..11bf723 100755 --- a/bin/zypper-purgerepos +++ b/bin/zypper-purgerepos @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (C) 2018 Miquel Sabaté Solà <mikisabate@gmail.com> +# Copyright (C) 2018-2019 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 |
