tFix license info in help text - scholarref - tools for DOI and BiBTeX reference extraction, fetching, and parsing
(HTM) git clone git://src.adamsgaard.dk/scholarref
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 22e5bb6e3edab1cbbf6e557dd1a2f1f94692a99f
(DIR) parent b1b2d9209ab73ccc65269a2e56138c6f46ee4204
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Mon, 23 Mar 2020 15:23:26 +0100
Fix license info in help text
Diffstat:
M getdoi | 2 +-
M getref | 2 +-
M shdl | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
(DIR) diff --git a/getdoi b/getdoi
t@@ -25,7 +25,7 @@ show_help() {
show_version() {
echo "${0##*/} version $version"
- echo "Licensed under the GNU Public License, v3+"
+ echo "Licensed under the ISC License"
echo "written by Anders Damsgaard, anders@adamsgaard.dk"
echo "https://src.adamsgaard.dk/scholarref"
}
(DIR) diff --git a/getref b/getref
t@@ -23,7 +23,7 @@ show_help() {
show_version() {
echo "${0##*/} version $version"
- echo "Licensed under the GNU Public License, v3+"
+ echo "Licensed under the ISC License"
echo "written by Anders Damsgaard, anders@adamsgaard.dk"
echo "https://src.adamsgaard.dk/scholarref"
}
(DIR) diff --git a/shdl b/shdl
t@@ -26,7 +26,7 @@ show_help() {
show_version() {
echo "${0##*/} version $version"
- echo "Licensed under the GNU Public License, v3+"
+ echo "Licensed under the ISC License"
echo "written by Anders Damsgaard, anders@adamsgaard.dk"
echo "https://gitlab.com/admesg/dotfiles"
}