From ef9f2a40e038b9608e3082fac9ef5c06d916defb Mon Sep 17 00:00:00 2001 From: "David Todd (c0de)" Date: Sat, 10 Feb 2018 23:32:06 -0600 Subject: [PATCH] License Update --- LICENSE | 23 +++++++++++++++++++---- check_for_upgrade.sh | 4 ++++ upgrade.sh | 4 ++++ 3 files changed, 27 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index b7de401..21fccb6 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,22 @@ -Copyright 2017 David Todd (c0de) c0de@c0defox.es +Copyright 2017-2018 David Todd (c0de) c0de@c0defox.es -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: +Original Oh-My-ZSH update system: Copyright (c) 2009-2018 Robby Russell and contributors +See the full list at https://github.com/robbyrussell/oh-my-zsh/contributors -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/check_for_upgrade.sh b/check_for_upgrade.sh index b4ff921..5a05679 100755 --- a/check_for_upgrade.sh +++ b/check_for_upgrade.sh @@ -1,4 +1,8 @@ #!/usr/bin/env zsh +# Modified from https://github.com/robbyrussell/oh-my-zsh/blob/master/tools/check_for_upgrade.sh +# Original Copyright: (c) 2009-2018 Robby Russell and contributors +# Modified Copyright: (c) 2018 David Todd (c0de) +# License: MIT zmodload zsh/datetime diff --git a/upgrade.sh b/upgrade.sh index 54eac1b..5a36b6c 100755 --- a/upgrade.sh +++ b/upgrade.sh @@ -1,3 +1,7 @@ +# Modified from https://github.com/robbyrussell/oh-my-zsh/blob/master/tools/check_for_upgrade.sh +# Original Copyright: (c) 2009-2018 Robby Russell and contributors +# Modified Copyright: (c) 2018 David Todd (c0de) +# License: MIT # Use colors, but only if connected to a terminal, and that terminal # supports them.