diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2020-03-17 15:54:22 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2020-03-17 15:54:22 +0100 |
| commit | b085d1a0735ad0f681b99a7b18f32188bcac3468 (patch) | |
| tree | 8516ea0a9d72fc338f4654b5904e36333d0ba88e | |
| parent | c291596bce2b3be0cf7a500ca9647fdd3ee77bed (diff) | |
| download | g-b085d1a0735ad0f681b99a7b18f32188bcac3468.tar.gz g-b085d1a0735ad0f681b99a7b18f32188bcac3468.zip | |
Updated copyright notice
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | g.sh | 4 | ||||
| -rw-r--r-- | gcompletion.sh | 2 | ||||
| -rw-r--r-- | t/expected.txt | 4 |
4 files changed, 8 insertions, 6 deletions
@@ -26,7 +26,8 @@ add a `source` command for both of the files in the `.bashrc` file. ## Legal stuff -Copyright (C) 2013-2018 Miquel Sabaté Solà +``` +Copyright (C) 2013-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 @@ -40,3 +41,4 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. +``` @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2018 Miquel Sabaté Solà <mikisabate@gmail.com> +# Copyright (C) 2013-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 @@ -114,7 +114,7 @@ g() { -v | --version) cat <<HERE g version $version -Copyright (C) 2013-2018 Miquel Sabaté Solà <mikisabate@gmail.com> +Copyright (C) 2013-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/gcompletion.sh b/gcompletion.sh index 0bf171b..08cd022 100644 --- a/gcompletion.sh +++ b/gcompletion.sh @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2018 Miquel Sabaté Solà <mikisabate@gmail.com> +# Copyright (C) 2013-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/t/expected.txt b/t/expected.txt index 82211f2..96e6a62 100644 --- a/t/expected.txt +++ b/t/expected.txt @@ -1,10 +1,10 @@ g version 0.3.9 -Copyright (C) 2013-2018 Miquel Sabaté Solà <mikisabate@gmail.com> +Copyright (C) 2013-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. g version 0.3.9 -Copyright (C) 2013-2018 Miquel Sabaté Solà <mikisabate@gmail.com> +Copyright (C) 2013-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. |
