diff options
author | midipix <writeonce@midipix.org> | 2021-08-20 00:00:00 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-12-30 11:23:53 +0000 |
commit | 1dadfa064bf15d5e14c6f21974242e36b89e33fb (patch) | |
tree | da6e6e979e661fa2a0d3c45af20d9ae90da1aac4 | |
parent | 4a3fd95a3bc1a04d7a2ab57e9ee536ed9939bd1e (diff) | |
download | psxstub-main.tar.bz2 psxstub-main.tar.xz |
-rw-r--r-- | COPYING.PSXSTUB | 2 | ||||
-rw-r--r-- | stub.S | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/COPYING.PSXSTUB b/COPYING.PSXSTUB index 9b017c2..23d43a8 100644 --- a/COPYING.PSXSTUB +++ b/COPYING.PSXSTUB @@ -2,7 +2,7 @@ /* */ /* psxstub: loader library stub for toolchain build */ /* */ -/* Copyright (C) 2015--2016 Z. Gilboa */ +/* Copyright (C) 2015--2016 SysDeer Technologies, LLC */ /* */ /* This program is free software: you can redistribute it and/or modify */ /* it under the terms of the GNU General Public License as published by */ @@ -1,6 +1,6 @@ ########################################################### ## psxstub: loader library stub for toolchain build ## -## Copyright (C) 2015--2016 Z. Gilboa ## +## Copyright (C) 2015--2016 SysDeer Technologies, LLC ## ## Released under GPLv2 and GPLv3; see COPYING.PSXSTUB. ## ########################################################### |