Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 Carl Joshua Quines and Evan Chen
Copyright (c) 2021 Evan Chen and CJ Quines

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Or, Arch Linux users can use [AUR](https://aur.archlinux.org/packages/tsqx).

## Documentation

See [Wiki](https://github.com/cjquines/tsqx/wiki/Documentation).
See [Wiki](https://github.com/vEnhance/tsqx/wiki/Documentation).

## Example code

Expand Down
2 changes: 1 addition & 1 deletion tsqx/__about__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.1.0"
__author__ = "CJ Quines and Evan Chen"
__author__ = "Evan Chen and CJ Quines"
__license__ = "MIT"
2 changes: 1 addition & 1 deletion tsqx/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ def emit(self):
if not self.terse:
print("")
print(r"/* --------------------------------+")
print(r"| TSQX: by CJ Quines and Evan Chen |")
print(r"| TSQX: by Evan Chen and CJ Quines |")
print(r"| https://github.com/vEnhance/tsqx |")
print(r"+----------------------------------+")
print(original_raw.strip())
Expand Down