aboutsummaryrefslogtreecommitdiff
path: root/src/ARMJIT_A64
diff options
context:
space:
mode:
authorArisotura <thetotalworm@gmail.com>2022-01-09 02:15:50 +0100
committerArisotura <thetotalworm@gmail.com>2022-01-09 02:15:50 +0100
commit35cc79787d6ebd0489a7a218a5e4f487beaf6a7b (patch)
treeb582b6dda46c57d3c86564df6c66f7fe6e95e205 /src/ARMJIT_A64
parent10d783191747807f8925b2a233b796b03a1e0437 (diff)
update copyright headers
Diffstat (limited to 'src/ARMJIT_A64')
-rw-r--r--src/ARMJIT_A64/ARMJIT_ALU.cpp2
-rw-r--r--src/ARMJIT_A64/ARMJIT_Branch.cpp2
-rw-r--r--src/ARMJIT_A64/ARMJIT_Compiler.cpp2
-rw-r--r--src/ARMJIT_A64/ARMJIT_Compiler.h2
-rw-r--r--src/ARMJIT_A64/ARMJIT_Linkage.S2
-rw-r--r--src/ARMJIT_A64/ARMJIT_LoadStore.cpp2
6 files changed, 6 insertions, 6 deletions
diff --git a/src/ARMJIT_A64/ARMJIT_ALU.cpp b/src/ARMJIT_A64/ARMJIT_ALU.cpp
index 1bd427f..3d52f28 100644
--- a/src/ARMJIT_A64/ARMJIT_ALU.cpp
+++ b/src/ARMJIT_A64/ARMJIT_ALU.cpp
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2021 Arisotura, RSDuck
+ Copyright 2016-2022 melonDS team, RSDuck
This file is part of melonDS.
diff --git a/src/ARMJIT_A64/ARMJIT_Branch.cpp b/src/ARMJIT_A64/ARMJIT_Branch.cpp
index 2f640c8..1cdefea 100644
--- a/src/ARMJIT_A64/ARMJIT_Branch.cpp
+++ b/src/ARMJIT_A64/ARMJIT_Branch.cpp
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2021 Arisotura, RSDuck
+ Copyright 2016-2022 melonDS team, RSDuck
This file is part of melonDS.
diff --git a/src/ARMJIT_A64/ARMJIT_Compiler.cpp b/src/ARMJIT_A64/ARMJIT_Compiler.cpp
index 1ad24b1..cc5275c 100644
--- a/src/ARMJIT_A64/ARMJIT_Compiler.cpp
+++ b/src/ARMJIT_A64/ARMJIT_Compiler.cpp
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2021 Arisotura, RSDuck
+ Copyright 2016-2022 melonDS team, RSDuck
This file is part of melonDS.
diff --git a/src/ARMJIT_A64/ARMJIT_Compiler.h b/src/ARMJIT_A64/ARMJIT_Compiler.h
index 235155f..5045cb5 100644
--- a/src/ARMJIT_A64/ARMJIT_Compiler.h
+++ b/src/ARMJIT_A64/ARMJIT_Compiler.h
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2021 Arisotura, RSDuck
+ Copyright 2016-2022 melonDS team, RSDuck
This file is part of melonDS.
diff --git a/src/ARMJIT_A64/ARMJIT_Linkage.S b/src/ARMJIT_A64/ARMJIT_Linkage.S
index 37a83e9..c1ecd7c 100644
--- a/src/ARMJIT_A64/ARMJIT_Linkage.S
+++ b/src/ARMJIT_A64/ARMJIT_Linkage.S
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2021 Arisotura, RSDuck
+ Copyright 2016-2022 melonDS team, RSDuck
This file is part of melonDS.
diff --git a/src/ARMJIT_A64/ARMJIT_LoadStore.cpp b/src/ARMJIT_A64/ARMJIT_LoadStore.cpp
index 7ce6d24..f159d88 100644
--- a/src/ARMJIT_A64/ARMJIT_LoadStore.cpp
+++ b/src/ARMJIT_A64/ARMJIT_LoadStore.cpp
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2021 Arisotura, RSDuck
+ Copyright 2016-2022 melonDS team, RSDuck
This file is part of melonDS.