aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2018-01-02 09:27:19 +0100
committerMiquel Sabaté Solà <msabate@suse.com>2018-01-02 09:27:19 +0100
commit382eb1f4225d681629f7a34c31737b8e2a71ef89 (patch)
treec72e7f12cb0747bcbd609807fe40367bbf9eb75f
parent0f7ff3a89637a36100b2c349a6a0f22115a508dd (diff)
downloadg-382eb1f4225d681629f7a34c31737b8e2a71ef89.tar.gz
g-382eb1f4225d681629f7a34c31737b8e2a71ef89.zip
Updated license notice
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
-rw-r--r--README.md2
-rw-r--r--g.sh4
-rw-r--r--gcompletion.sh2
-rw-r--r--t/expected.txt4
4 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index e9d18d1..f4a35f7 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ add a `source` command for both of the files in the `.bashrc` file.
## Legal stuff
-Copyright (C) 2013-2016 Miquel Sabaté Solà
+Copyright (C) 2013-2018 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
diff --git a/g.sh b/g.sh
index 90a8dff..4ce256f 100644
--- a/g.sh
+++ b/g.sh
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2016 Miquel Sabaté Solà <mikisabate@gmail.com>
+# Copyright (C) 2013-2018 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-2016 Miquel Sabaté Solà <mikisabate@gmail.com>
+Copyright (C) 2013-2018 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 8f10cd1..0bf171b 100644
--- a/gcompletion.sh
+++ b/gcompletion.sh
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2016 Miquel Sabaté Solà <mikisabate@gmail.com>
+# Copyright (C) 2013-2018 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 574a12b..82211f2 100644
--- a/t/expected.txt
+++ b/t/expected.txt
@@ -1,10 +1,10 @@
g version 0.3.9
-Copyright (C) 2013-2016 Miquel Sabaté Solà <mikisabate@gmail.com>
+Copyright (C) 2013-2018 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-2016 Miquel Sabaté Solà <mikisabate@gmail.com>
+Copyright (C) 2013-2018 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.