From 242e7152a5076e1cf7e5c2bc4df44ce608391e6e Mon Sep 17 00:00:00 2001 From: gOOvER <116325+gOOvER@users.noreply.github.com> Date: Sun, 12 Jan 2025 12:04:09 +0100 Subject: [PATCH] add more License infos --- java/base/entrypoint.sh | 1 + java/corretto/entrypoint.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/java/base/entrypoint.sh b/java/base/entrypoint.sh index d6c8c4d..e7f606a 100644 --- a/java/base/entrypoint.sh +++ b/java/base/entrypoint.sh @@ -25,6 +25,7 @@ export INTERNAL_IP # system informations echo -e "${BLUE}---------------------------------------------------------------------${NC}" echo -e "${RED}Java Base Image by gOOvER - https://discord.goover.dev${NC}" +echo -e "${RED}THIS IMAGE IS LICENSED UNDER AGPLv3${NC}" echo -e "${BLUE}---------------------------------------------------------------------${NC}" echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}" echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}" diff --git a/java/corretto/entrypoint.sh b/java/corretto/entrypoint.sh index fb28093..e9a44b4 100644 --- a/java/corretto/entrypoint.sh +++ b/java/corretto/entrypoint.sh @@ -25,6 +25,7 @@ export INTERNAL_IP # system informations echo -e "${BLUE}---------------------------------------------------------------------${NC}" echo -e "${RED}Java Corretto Image by gOOvER - https://discord.goover.dev${NC}" +echo -e "${RED}THIS IMAGE IS LICENSED UNDER AGPLv3${NC}" echo -e "${BLUE}---------------------------------------------------------------------${NC}" echo -e "${YELLOW}Linux Distribution: ${RED} $(. /etc/os-release ; echo $PRETTY_NAME)${NC}" echo -e "${YELLOW}Current timezone: ${RED} $(cat /etc/timezone)${NC}"