Skip to content

Commit

Permalink
update dates
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex313031 committed Feb 7, 2024
1 parent 47051af commit 97c4bb6
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 12 deletions.
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2023 Alex313031.
# Copyright (c) 2024 Alex313031.

YEL='\033[1;33m' # Yellow
CYA='\033[1;96m' # Cyan
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2023 Alex313031.
# Copyright (c) 2024 Alex313031.

YEL='\033[1;33m' # Yellow
CYA='\033[1;96m' # Cyan
Expand Down
2 changes: 1 addition & 1 deletion dist/usr/bin/mercury-browser
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion dist/usr/share/doc/mercury-browser/copyright
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Mozilla Public License Version 2.0
==================================

Mercury Copyright (c) 2023 Alex313031
Mercury Copyright (c) 2024 Alex313031

1. Definitions
--------------
Expand Down
2 changes: 1 addition & 1 deletion make_deb.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2023 Alex313031.
# Copyright (c) 2024 Alex313031.

YEL='\033[1;33m' # Yellow
CYA='\033[1;96m' # Cyan
Expand Down
2 changes: 1 addition & 1 deletion mozconfigs/mozconfig-win-avx2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (c) 2023 Alex313031.
## Copyright (c) 2024 Alex313031.

## .mozconfig for compiling Mercury Browser for Windows natively

Expand Down
2 changes: 1 addition & 1 deletion package.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2023 Alex313031.
# Copyright (c) 2024 Alex313031.

YEL='\033[1;33m' # Yellow
CYA='\033[1;96m' # Cyan
Expand Down
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2023 Alex313031.
# Copyright (c) 2024 Alex313031.

YEL='\033[1;33m' # Yellow
CYA='\033[1;96m' # Cyan
Expand Down
6 changes: 2 additions & 4 deletions trunk.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2023 Alex313031.
# Copyright (c) 2024 Alex313031.

YEL='\033[1;33m' # Yellow
CYA='\033[1;96m' # Cyan
Expand Down Expand Up @@ -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

0 comments on commit 97c4bb6

Please sign in to comment.