From e560927c71db3cf6436e2bcef208825a5fd7a7f0 Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Wed, 27 Nov 2019 11:58:30 -0500 Subject: [PATCH] chore: Add a license file for starship_module_config_derive Closes #667 --- starship_module_config_derive/LICENSE | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 starship_module_config_derive/LICENSE diff --git a/starship_module_config_derive/LICENSE b/starship_module_config_derive/LICENSE new file mode 100644 index 00000000..1ce6f823 --- /dev/null +++ b/starship_module_config_derive/LICENSE @@ -0,0 +1,15 @@ +ISC License + +Copyright (c) 2019, Starship Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.