diff options
author | RSDuck <RSDuck@users.noreply.github.com> | 2021-03-12 20:07:24 +0100 |
---|---|---|
committer | RSDuck <RSDuck@users.noreply.github.com> | 2021-03-12 20:07:40 +0100 |
commit | 436b3c4c1d6aa986f181dcb9074bbebd553d889c (patch) | |
tree | c24b83ecb9a7523c9979b13c2e14e1798103a112 /src/ARMJIT_A64/ARMJIT_LoadStore.cpp | |
parent | a08f70e3a5ce02da97b3e945c5c223309f8c6330 (diff) |
update copyright year and add missing GPL headers
Diffstat (limited to 'src/ARMJIT_A64/ARMJIT_LoadStore.cpp')
-rw-r--r-- | src/ARMJIT_A64/ARMJIT_LoadStore.cpp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ARMJIT_A64/ARMJIT_LoadStore.cpp b/src/ARMJIT_A64/ARMJIT_LoadStore.cpp index a622a92..4f05d4d 100644 --- a/src/ARMJIT_A64/ARMJIT_LoadStore.cpp +++ b/src/ARMJIT_A64/ARMJIT_LoadStore.cpp @@ -1,3 +1,21 @@ +/* + Copyright 2016-2021 Arisotura, RSDuck + + This file is part of melonDS. + + melonDS 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 3 of the License, or (at your option) + any later version. + + melonDS 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 melonDS. If not, see http://www.gnu.org/licenses/. +*/ + #include "ARMJIT_Compiler.h" #include "../Config.h" |