diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-02-13 01:08:40 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-04-11 13:02:07 -0400 |
commit | 2e798795833af72ba0618f5577f15488b201b0fa (patch) | |
tree | 22c05ecec215269d2a49490ff1557b27ae50fcac /src/librefetch/librefetch-install.in | |
parent | 3b76f7dbfcec18ad22663663acf0355a61f4eb60 (diff) |
fixup copyright for: `return $?` can be written simply as `return`
Diffstat (limited to 'src/librefetch/librefetch-install.in')
-rw-r--r-- | src/librefetch/librefetch-install.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librefetch/librefetch-install.in b/src/librefetch/librefetch-install.in index 54ffad4..02d24e6 100644 --- a/src/librefetch/librefetch-install.in +++ b/src/librefetch/librefetch-install.in @@ -1,7 +1,7 @@ #!/usr/bin/env bash # lirefetch-install: (un)install librefetch to /etc/makepkg.conf # -# Copyright (C) 2013-2015 Luke Shumaker <lukeshu@sbcglobal.net> +# Copyright (C) 2013-2015, 2017 Luke Shumaker <lukeshu@sbcglobal.net> # # License: GNU GPLv3+ # |