-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCOPYING.txt
27 lines (22 loc) · 1.25 KB
/
COPYING.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
(Work in progress) libctr9_io, a 3DS ARM9 disk IO framework and library.
Copyright (C) 2016 Gabriel Marcano
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) any later version.
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/>.
Only code written by Gabriel Marcano is under the terms of the GPL as
outlined above. Other projects in use and their licenses:
sdmmc by Normmatt: Licensed under the MPL 2.0 (refer to sdmmc.h an
sdmmc.c)
aes and sha were taken from Godmode9 by d0k3: Licensed under the GPL 3.0 or
2.0 ??? seems to have been originally written by megazig
fatfs by ChaN: BSD-style licenced. Refer to
http://elm-chan.org/fsw/ff/en/appnote.html#license for more
information.
gamecart by Normmatt: Licensed under the GPL 2.0 or later.