From 6ce74b29ca71799cc8bf873e93f7f741d868ab0f Mon Sep 17 00:00:00 2001 From: sigsegv7 Date: Mon, 13 Nov 2023 09:55:23 -0500 Subject: project-wide: Update project name Update project name to avoid conflicts with the name of Amazon's new 'Vega' Smart Device Operating System. Signed-off-by: sigsegv7 --- tools/cross.sh | 4 ++-- tools/meta-rip | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tools') diff --git a/tools/cross.sh b/tools/cross.sh index 79c7c56..2d4e660 100644 --- a/tools/cross.sh +++ b/tools/cross.sh @@ -1,7 +1,7 @@ #!/bin/bash # -# Copyright (c) 2023 Ian Marco Moffett and the VegaOS team. +# Copyright (c) 2023 Ian Marco Moffett and the Osmora Team. # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -12,7 +12,7 @@ # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. -# 3. Neither the name of VegaOS nor the names of its contributors may be used +# 3. Neither the name of Hyra nor the names of its contributors may be used # to endorse or promote products derived from this software without # specific prior written permission. # diff --git a/tools/meta-rip b/tools/meta-rip index d91195a..891d892 100755 --- a/tools/meta-rip +++ b/tools/meta-rip @@ -28,7 +28,7 @@ if [[ $meta =~ ^([^:]+):\s*([^,]+),\s*([^,]+),\s*(.*)$ ]]; then cookie=${cookie%?} # Remove the last character fi -if [[ $cookie != "Vega" ]] +if [[ $cookie != "Hyra" ]] then echo "Invalid cookie found!" exit -- cgit v1.2.3