diff --git a/LICENSE.md b/LICENSE.md index 1a54438..fedf9f7 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -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 diff --git a/README.md b/README.md index 7831738..ce43f40 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/tsqx/__about__.py b/tsqx/__about__.py index 9ad474c..0bc7988 100644 --- a/tsqx/__about__.py +++ b/tsqx/__about__.py @@ -1,3 +1,3 @@ __version__ = "0.1.0" -__author__ = "CJ Quines and Evan Chen" +__author__ = "Evan Chen and CJ Quines" __license__ = "MIT" diff --git a/tsqx/__main__.py b/tsqx/__main__.py index 4acc09b..3e2a987 100644 --- a/tsqx/__main__.py +++ b/tsqx/__main__.py @@ -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())