From 97c4bb668cc50f95b913de5b7a51c8d896244fbc Mon Sep 17 00:00:00 2001 From: Alexander Frick Date: Wed, 7 Feb 2024 10:28:24 -0600 Subject: [PATCH] update dates --- bootstrap.sh | 2 +- build.sh | 2 +- dist/usr/bin/mercury-browser | 2 +- dist/usr/share/doc/mercury-browser/copyright | 2 +- make_deb.sh | 2 +- mozconfigs/mozconfig-win-avx2 | 2 +- package.sh | 2 +- run.sh | 2 +- trunk.sh | 6 ++---- 9 files changed, 10 insertions(+), 12 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index e9fd497..ad6d64c 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023 Alex313031. +# Copyright (c) 2024 Alex313031. YEL='\033[1;33m' # Yellow CYA='\033[1;96m' # Cyan diff --git a/build.sh b/build.sh index 9fde07a..0f956ee 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023 Alex313031. +# Copyright (c) 2024 Alex313031. YEL='\033[1;33m' # Yellow CYA='\033[1;96m' # Cyan diff --git a/dist/usr/bin/mercury-browser b/dist/usr/bin/mercury-browser index f28e9ca..de0905c 100755 --- a/dist/usr/bin/mercury-browser +++ b/dist/usr/bin/mercury-browser @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023 The Chromium Authors, Mozilla, and Alex313031. All rights reserved. +# Copyright (c) 2024 The Chromium Authors, Mozilla, and Alex313031. All rights reserved. # Use of this source code is governed by a license that can be found in the LICENSE file. # Let the wrapped binary know that it has been run through the wrapper. diff --git a/dist/usr/share/doc/mercury-browser/copyright b/dist/usr/share/doc/mercury-browser/copyright index 10f60a4..c9118ff 100644 --- a/dist/usr/share/doc/mercury-browser/copyright +++ b/dist/usr/share/doc/mercury-browser/copyright @@ -1,7 +1,7 @@ Mozilla Public License Version 2.0 ================================== -Mercury Copyright (c) 2023 Alex313031 +Mercury Copyright (c) 2024 Alex313031 1. Definitions -------------- diff --git a/make_deb.sh b/make_deb.sh index 7526aaf..85297f9 100755 --- a/make_deb.sh +++ b/make_deb.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023 Alex313031. +# Copyright (c) 2024 Alex313031. YEL='\033[1;33m' # Yellow CYA='\033[1;96m' # Cyan diff --git a/mozconfigs/mozconfig-win-avx2 b/mozconfigs/mozconfig-win-avx2 index 0ddb0fb..da18bb0 100644 --- a/mozconfigs/mozconfig-win-avx2 +++ b/mozconfigs/mozconfig-win-avx2 @@ -1,4 +1,4 @@ -## Copyright (c) 2023 Alex313031. +## Copyright (c) 2024 Alex313031. ## .mozconfig for compiling Mercury Browser for Windows natively diff --git a/package.sh b/package.sh index a1877ff..f35a58a 100755 --- a/package.sh +++ b/package.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023 Alex313031. +# Copyright (c) 2024 Alex313031. YEL='\033[1;33m' # Yellow CYA='\033[1;96m' # Cyan diff --git a/run.sh b/run.sh index 0219368..b4e71c0 100755 --- a/run.sh +++ b/run.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023 Alex313031. +# Copyright (c) 2024 Alex313031. YEL='\033[1;33m' # Yellow CYA='\033[1;96m' # Cyan diff --git a/trunk.sh b/trunk.sh index dfe37dd..43c1a31 100755 --- a/trunk.sh +++ b/trunk.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023 Alex313031. +# Copyright (c) 2024 Alex313031. YEL='\033[1;33m' # Yellow CYA='\033[1;96m' # Cyan @@ -64,7 +64,5 @@ printf "${GRE}Running \`./mach bootstrap\`...${c0}\n" && printf "\n" && -printf "${GRE}Done! ${YEL}You can now run ./setup.sh${c0}\n" +printf "${GRE}Done! ${YEL}You can now run ./setup.sh${c0}\n" && tput sgr0 - -exit 0