Skip to content

Commit 7877d99

Browse files
committed
update manuals: LICENSE was absorbed into README
1 parent 9cd872c commit 7877d99

22 files changed

+22
-22
lines changed

bin/dasht

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
# ## AUTHOR
6666
#
6767
# Written in 2016 by Suraj N. Kurapati <https://github.com/sunaku/dasht>
68-
# Distributed under the terms of the ISC license (see the LICENSE file).
68+
# Distributed under the terms of the ISC license (refer to README file).
6969

7070
if test $# -gt 0; then
7171
pattern=$1

bin/dasht-docsets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
# ## AUTHOR
4545
#
4646
# Written in 2016 by Suraj N. Kurapati <https://github.com/sunaku/dasht>
47-
# Distributed under the terms of the ISC license (see the LICENSE file).
47+
# Distributed under the terms of the ISC license (refer to README file).
4848

4949
: ${DASHT_DOCSETS_DIR:=${XDG_DATA_HOME:-$HOME/.local/share}/dasht/docsets}
5050

bin/dasht-docsets-extract

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
# ## AUTHOR
4949
#
5050
# Written in 2016 by Suraj N. Kurapati <https://github.com/sunaku/dasht>
51-
# Distributed under the terms of the ISC license (see the LICENSE file).
51+
# Distributed under the terms of the ISC license (refer to README file).
5252

5353
: ${DASHT_DOCSETS_DIR:=${XDG_DATA_HOME:-$HOME/.local/share}/dasht/docsets}
5454

bin/dasht-docsets-install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
# ## AUTHOR
5555
#
5656
# Written in 2016 by Suraj N. Kurapati <https://github.com/sunaku/dasht>
57-
# Distributed under the terms of the ISC license (see the LICENSE file).
57+
# Distributed under the terms of the ISC license (refer to README file).
5858

5959
: ${DASHT_DOCSETS_DIR:=${XDG_DATA_HOME:-$HOME/.local/share}/dasht/docsets}
6060
: ${DASHT_CACHE_DIR:=${XDG_CACHE_HOME:-$HOME/.cache}/dasht}

bin/dasht-docsets-remove

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
# ## AUTHOR
4949
#
5050
# Written in 2016 by Suraj N. Kurapati <https://github.com/sunaku/dasht>
51-
# Distributed under the terms of the ISC license (see the LICENSE file).
51+
# Distributed under the terms of the ISC license (refer to README file).
5252

5353
: ${DASHT_DOCSETS_DIR:=${XDG_DATA_HOME:-$HOME/.local/share}/dasht/docsets}
5454

bin/dasht-docsets-update

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
# ## AUTHOR
4444
#
4545
# Written in 2016 by Suraj N. Kurapati <https://github.com/sunaku/dasht>
46-
# Distributed under the terms of the ISC license (see the LICENSE file).
46+
# Distributed under the terms of the ISC license (refer to README file).
4747

4848
: ${DASHT_DOCSETS_DIR:=${XDG_DATA_HOME:-$HOME/.local/share}/dasht/docsets}
4949

bin/dasht-query-exec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
# ## AUTHOR
3434
#
3535
# Written in 2016 by Suraj N. Kurapati <https://github.com/sunaku/dasht>
36-
# Distributed under the terms of the ISC license (see the LICENSE file).
36+
# Distributed under the terms of the ISC license (refer to README file).
3737

3838
test $# -ge 2
3939
pattern=$1

bin/dasht-query-html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
# ## AUTHOR
6262
#
6363
# Written in 2016 by Suraj N. Kurapati <https://github.com/sunaku/dasht>
64-
# Distributed under the terms of the ISC license (see the LICENSE file).
64+
# Distributed under the terms of the ISC license (refer to README file).
6565

6666
trap 'exit 44' USR1 # exit with a nonzero status when no results found
6767
{ dasht-query-line "$@" || kill -s USR1 $$ ;} | awk -v pattern="$1" '

bin/dasht-query-line

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
# ## AUTHOR
8585
#
8686
# Written in 2016 by Suraj N. Kurapati <https://github.com/sunaku/dasht>
87-
# Distributed under the terms of the ISC license (see the LICENSE file).
87+
# Distributed under the terms of the ISC license (refer to README file).
8888

8989
: ${DASHT_DOCSETS_DIR:=${XDG_DATA_HOME:-$HOME/.local/share}/dasht/docsets}
9090

bin/dasht-server

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
# ## AUTHOR
4646
#
4747
# Written in 2016 by Suraj N. Kurapati <https://github.com/sunaku/dasht>
48-
# Distributed under the terms of the ISC license (see the LICENSE file).
48+
# Distributed under the terms of the ISC license (refer to README file).
4949

5050
host=127.0.0.1
5151
port=${1:-54321}

0 commit comments

Comments
 (0)