diff options
-rw-r--r-- | CMakeLists.txt | 3 | ||||
-rw-r--r-- | right.gim | bin | 0 -> 12256 bytes | |||
-rw-r--r-- | right.txt | 7 |
3 files changed, 10 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a8f3ea5..daa9141 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -78,6 +78,9 @@ set(TITLE_VER "01.03") dolce_create_vpk("${VPK}" "${TITLE_ID}" "${SELF}" NAME "${TITLE_NAME}" VERSION "${TITLE_VER}" + FILE + right.txt sce_sys/about/right.txt + right.gim sce_sys/about/right.gim ) # Build kernel module for PSPEmu diff --git a/right.gim b/right.gim Binary files differnew file mode 100644 index 0000000..91368ee --- /dev/null +++ b/right.gim diff --git a/right.txt b/right.txt new file mode 100644 index 0000000..24913b6 --- /dev/null +++ b/right.txt @@ -0,0 +1,7 @@ +Copyright © 2020 浅倉麗子 + +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, 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 <https://www.gnu.org/licenses/>. |