diff options
author | midipix <writeonce@midipix.org> | 2021-07-06 09:06:34 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-07-06 09:06:34 +0000 |
commit | 4a3fd95a3bc1a04d7a2ab57e9ee536ed9939bd1e (patch) | |
tree | 4bfe5a250096880cc5a597a5c5ac514034d6dc56 /COPYING.PSXSTUB | |
parent | fba23525a3bbc91543fe09da761a57b320759e6e (diff) | |
download | psxstub-4a3fd95a3bc1a04d7a2ab57e9ee536ed9939bd1e.tar.bz2 psxstub-4a3fd95a3bc1a04d7a2ab57e9ee536ed9939bd1e.tar.xz |
Added missing copyright notice.
Diffstat (limited to 'COPYING.PSXSTUB')
-rw-r--r-- | COPYING.PSXSTUB | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/COPYING.PSXSTUB b/COPYING.PSXSTUB new file mode 100644 index 0000000..9b017c2 --- /dev/null +++ b/COPYING.PSXSTUB @@ -0,0 +1,20 @@ +/*****************************************************************************/ +/* */ +/* psxstub: loader library stub for toolchain build */ +/* */ +/* Copyright (C) 2015--2016 Z. Gilboa */ +/* */ +/* 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 */ +/* the Free Software Foundation, either version 2 of the License, or */ +/* (at your option) version 3 of the License. */ +/* */ +/* This program is distributed in the hope that it will be useful, */ +/* but WITHOUT ANY WARRANTY; without even the implied warranty of */ +/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */ +/* GNU General Public License for more details. */ +/* */ +/* You should have received a copy of the GNU General Public License */ +/* along with this program. If not, see <http://www.gnu.org/licenses/>. */ +/* */ +/*****************************************************************************/ |