-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release: Prepare payments for FLORENCE release, EDO has been skipped (#…
…450) * Fix Contributors.csv to be searchable again * Added Nicolas to contributors * added payment list for commits and calculations for xtz payout amouts * add .vscode to .gitignore * changed VERSION and updated copyright with link to contributors.csv * Added sebuhbitcoin to contributors * fixed tzstats testnet * Contributor: jdsika, Effort=4h * Reviewer: dansan566, Effort=0.5h
- Loading branch information
Showing
6 changed files
with
76 additions
and
6 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ def print_banner(args, script_name): | |
with open("./banner.txt", "rt") as file: | ||
print(file.read()) | ||
print(LINER, flush=True) | ||
print("Copyright Huseyin ABANOZ 2021") | ||
print("TRD Organization: Copyright 2021, see contributors.csv") | ||
print("[email protected]") | ||
print("Please leave copyright information") | ||
print(LINER, flush=True) | ||
|