diff options
author | Dennis Eriksen <d@ennis.no> | 2023-12-12 13:17:05 +0100 |
---|---|---|
committer | Dennis Eriksen <d@ennis.no> | 2023-12-12 13:18:27 +0100 |
commit | 6df085f964f9c16c64b9f70629e92659b5fecf0b (patch) | |
tree | 0e2f0374fcd52fb431e69f26bd0d2288bcbb2c6d | |
parent | move venv after working dir and before git (diff) | |
download | adam3-6df085f964f9c16c64b9f70629e92659b5fecf0b.tar.gz |
Fix errors in license
`prompt_adam3_setup` specified another license than what `LICENSE` did.
Also renamed `LICENCE` to `LICENSE`
Diffstat (limited to '')
-rw-r--r-- | LICENSE (renamed from LICENCE) | 4 | ||||
-rw-r--r-- | prompt_adam3_setup | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1,8 +1,8 @@ The adam3 prompt is based upon adam1, which is a prompt that is distributed with zsh. -The original code uses the licence below. Any and all changes follows the same -licence. +The original code uses the license below. Any and all changes follows the same +license. -- diff --git a/prompt_adam3_setup b/prompt_adam3_setup index 8cb8afa..15a67cf 100644 --- a/prompt_adam3_setup +++ b/prompt_adam3_setup @@ -3,7 +3,7 @@ # the hostname of your current host # Authors: Dennis Eriksen <https://dnns.no> # Bug-Reports: Email <idgatt@dnns.no> -# License: This file is licensed under the GPL v2. +# License: Distributed under the same BSD-ish license as zsh itself. ################################################################################ # adam3 prompt theme |