From 21d4db63ffca03f81b5bd118b7fc9ebc87c71c8d Mon Sep 17 00:00:00 2001 From: ulmentflam Date: Fri, 14 Jun 2024 12:14:51 -0400 Subject: [PATCH] Updating License and chaing to Co-Author attribution --- ct/ollama.sh | 7 ++++--- install/ollama-install.sh | 5 +++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/ct/ollama.sh b/ct/ollama.sh index 51bb2af0..a8ff294c 100644 --- a/ct/ollama.sh +++ b/ct/ollama.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func) -# Copyright (c) 2021-2024 ulmentflam -# Author: ulmentflam +# Copyright (c) 2021-2024 tteck +# Author: tteck (tteckster) +# Co-Author: ulmentflam # License: MIT -# https://github.com/ulmentflam/Proxmox/raw/main/LICENSE +# https://github.com/tteck/Proxmox/raw/main/LICENSE function header_info { clear diff --git a/install/ollama-install.sh b/install/ollama-install.sh index 82dd9106..3e1f66f9 100644 --- a/install/ollama-install.sh +++ b/install/ollama-install.sh @@ -1,7 +1,8 @@ #!/usr/bin/env bash -# Copyright (c) 2021-2024 ulmentflam -# Author: ulmentflam +# Copyright (c) 2021-2024 tteck +# Author: tteck (tteckster) +# Co-Author: ulmentflam # License: MIT # https://github.com/tteck/Proxmox/raw/main/LICENSE