generated from krisnova/rust-nova
-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update automation scripts for adding license headers to files. Also shortens the length of the headers to take up less lines in each file. Moving forward, when you add new files, simply run `make headers` before submitting your pull request. You can also manually run `DRY_RUN=1 ./hack/headers-write` from the root of the repo to get a list of the changes that `make headers` is going to perform
- Loading branch information
Showing
206 changed files
with
2,034 additions
and
1,989 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,16 @@ | ||
# ---------------------------------------------------------------------------- # | ||
# | █████╗ ██╗ ██╗██████╗ █████╗ ███████╗ | # | ||
# | ██╔══██╗██║ ██║██╔══██╗██╔══██╗██╔════╝ | # | ||
# | ███████║██║ ██║██████╔╝███████║█████╗ | # | ||
# | ██╔══██║██║ ██║██╔══██╗██╔══██║██╔══╝ | # | ||
# | ██║ ██║╚██████╔╝██║ ██║██║ ██║███████╗ | # | ||
# | ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝ | # | ||
# +--------------------------------------------+ # | ||
# # | ||
# Distributed Systems Runtime # | ||
# ---------------------------------------------------------------------------- # | ||
# Copyright 2022 - 2024, the aurae contributors # | ||
# SPDX-License-Identifier: Apache-2.0 # | ||
# ---------------------------------------------------------------------------- # | ||
[build] | ||
rustflags = "--cfg tokio_unstable" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.