diff --git a/LICENSE b/LICENSE index 8590ae9..f20ea59 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (C) 2021 Andy Nguyen +Copyright (C) 2021-2024 Andy Nguyen Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/com/bdjb/Exploit.java b/src/com/bdjb/Exploit.java index e632afe..9daa0ce 100644 --- a/src/com/bdjb/Exploit.java +++ b/src/com/bdjb/Exploit.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Andy Nguyen + * Copyright (C) 2021-2024 Andy Nguyen * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/com/bdjb/Loader.java b/src/com/bdjb/Loader.java index 6a83944..96a63aa 100644 --- a/src/com/bdjb/Loader.java +++ b/src/com/bdjb/Loader.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Andy Nguyen + * Copyright (C) 2021-2024 Andy Nguyen * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/com/bdjb/LoaderXlet.java b/src/com/bdjb/LoaderXlet.java index 9299dc5..ad29dd7 100644 --- a/src/com/bdjb/LoaderXlet.java +++ b/src/com/bdjb/LoaderXlet.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Andy Nguyen + * Copyright (C) 2021-2024 Andy Nguyen * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/com/bdjb/Screen.java b/src/com/bdjb/Screen.java index b3e0c96..ce0edd1 100644 --- a/src/com/bdjb/Screen.java +++ b/src/com/bdjb/Screen.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Andy Nguyen + * Copyright (C) 2021-2024 Andy Nguyen * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/com/bdjb/api/API.java b/src/com/bdjb/api/API.java index e6b98d5..3d597ca 100644 --- a/src/com/bdjb/api/API.java +++ b/src/com/bdjb/api/API.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Andy Nguyen + * Copyright (C) 2021-2024 Andy Nguyen * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/com/bdjb/api/AbstractInt.java b/src/com/bdjb/api/AbstractInt.java index 145d904..030f315 100644 --- a/src/com/bdjb/api/AbstractInt.java +++ b/src/com/bdjb/api/AbstractInt.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Andy Nguyen + * Copyright (C) 2021-2024 Andy Nguyen * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/com/bdjb/api/Buffer.java b/src/com/bdjb/api/Buffer.java index 09b368c..222604e 100644 --- a/src/com/bdjb/api/Buffer.java +++ b/src/com/bdjb/api/Buffer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Andy Nguyen + * Copyright (C) 2021-2024 Andy Nguyen * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/com/bdjb/api/Int16.java b/src/com/bdjb/api/Int16.java index 6ad01cc..b715dd0 100644 --- a/src/com/bdjb/api/Int16.java +++ b/src/com/bdjb/api/Int16.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Andy Nguyen + * Copyright (C) 2021-2024 Andy Nguyen * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/com/bdjb/api/Int32.java b/src/com/bdjb/api/Int32.java index 0ea2b6f..813ea61 100644 --- a/src/com/bdjb/api/Int32.java +++ b/src/com/bdjb/api/Int32.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Andy Nguyen + * Copyright (C) 2021-2024 Andy Nguyen * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/com/bdjb/api/Int64.java b/src/com/bdjb/api/Int64.java index 6424257..1b92412 100644 --- a/src/com/bdjb/api/Int64.java +++ b/src/com/bdjb/api/Int64.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Andy Nguyen + * Copyright (C) 2021-2024 Andy Nguyen * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/com/bdjb/api/Int8.java b/src/com/bdjb/api/Int8.java index 86cc40e..243b25c 100644 --- a/src/com/bdjb/api/Int8.java +++ b/src/com/bdjb/api/Int8.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Andy Nguyen + * Copyright (C) 2021-2024 Andy Nguyen * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/com/bdjb/api/Text.java b/src/com/bdjb/api/Text.java index 3594e0b..08ff9c7 100644 --- a/src/com/bdjb/api/Text.java +++ b/src/com/bdjb/api/Text.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Andy Nguyen + * Copyright (C) 2021-2024 Andy Nguyen * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/com/bdjb/api/UnsafeInterface.java b/src/com/bdjb/api/UnsafeInterface.java index 236dc59..c0134d1 100644 --- a/src/com/bdjb/api/UnsafeInterface.java +++ b/src/com/bdjb/api/UnsafeInterface.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Andy Nguyen + * Copyright (C) 2021-2024 Andy Nguyen * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/com/bdjb/api/UnsafeJdkImpl.java b/src/com/bdjb/api/UnsafeJdkImpl.java index 0a28542..4ec7c64 100644 --- a/src/com/bdjb/api/UnsafeJdkImpl.java +++ b/src/com/bdjb/api/UnsafeJdkImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Andy Nguyen + * Copyright (C) 2021-2024 Andy Nguyen * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/com/bdjb/api/UnsafeSunImpl.java b/src/com/bdjb/api/UnsafeSunImpl.java index 042e573..cd390f1 100644 --- a/src/com/bdjb/api/UnsafeSunImpl.java +++ b/src/com/bdjb/api/UnsafeSunImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Andy Nguyen + * Copyright (C) 2021-2024 Andy Nguyen * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/com/bdjb/exploit/kernel/ExploitKernelInterface.java b/src/com/bdjb/exploit/kernel/ExploitKernelInterface.java index 4a8cae8..0df88dc 100644 --- a/src/com/bdjb/exploit/kernel/ExploitKernelInterface.java +++ b/src/com/bdjb/exploit/kernel/ExploitKernelInterface.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Andy Nguyen + * Copyright (C) 2021-2024 Andy Nguyen * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/com/bdjb/exploit/sandbox/ExploitDefaultImpl.java b/src/com/bdjb/exploit/sandbox/ExploitDefaultImpl.java index 76686d2..1b57da5 100644 --- a/src/com/bdjb/exploit/sandbox/ExploitDefaultImpl.java +++ b/src/com/bdjb/exploit/sandbox/ExploitDefaultImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Andy Nguyen + * Copyright (C) 2021-2024 Andy Nguyen * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/com/bdjb/exploit/sandbox/ExploitSandboxInterface.java b/src/com/bdjb/exploit/sandbox/ExploitSandboxInterface.java index ded0c74..14256ee 100644 --- a/src/com/bdjb/exploit/sandbox/ExploitSandboxInterface.java +++ b/src/com/bdjb/exploit/sandbox/ExploitSandboxInterface.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Andy Nguyen + * Copyright (C) 2021-2024 Andy Nguyen * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/com/bdjb/exploit/sandbox/ExploitServiceProxyImpl.java b/src/com/bdjb/exploit/sandbox/ExploitServiceProxyImpl.java index 87cc66d..dfa0cb0 100644 --- a/src/com/bdjb/exploit/sandbox/ExploitServiceProxyImpl.java +++ b/src/com/bdjb/exploit/sandbox/ExploitServiceProxyImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Andy Nguyen + * Copyright (C) 2021-2024 Andy Nguyen * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/com/bdjb/exploit/sandbox/IxcProxyImpl.java b/src/com/bdjb/exploit/sandbox/IxcProxyImpl.java index 2d61668..b8b7c3d 100644 --- a/src/com/bdjb/exploit/sandbox/IxcProxyImpl.java +++ b/src/com/bdjb/exploit/sandbox/IxcProxyImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Andy Nguyen + * Copyright (C) 2021-2024 Andy Nguyen * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/com/bdjb/exploit/sandbox/Payload.java b/src/com/bdjb/exploit/sandbox/Payload.java index b6c0849..3ded3bb 100644 --- a/src/com/bdjb/exploit/sandbox/Payload.java +++ b/src/com/bdjb/exploit/sandbox/Payload.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Andy Nguyen + * Copyright (C) 2021-2024 Andy Nguyen * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/com/bdjb/exploit/sandbox/ProviderAccessorImpl.java b/src/com/bdjb/exploit/sandbox/ProviderAccessorImpl.java index 33d7b25..d6deadd 100644 --- a/src/com/bdjb/exploit/sandbox/ProviderAccessorImpl.java +++ b/src/com/bdjb/exploit/sandbox/ProviderAccessorImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Andy Nguyen + * Copyright (C) 2021-2024 Andy Nguyen * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/com/bdjb/exploit/sandbox/ServiceImpl.java b/src/com/bdjb/exploit/sandbox/ServiceImpl.java index f1a3086..8523293 100644 --- a/src/com/bdjb/exploit/sandbox/ServiceImpl.java +++ b/src/com/bdjb/exploit/sandbox/ServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Andy Nguyen + * Copyright (C) 2021-2024 Andy Nguyen * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/com/bdjb/exploit/sandbox/ServiceInterface.java b/src/com/bdjb/exploit/sandbox/ServiceInterface.java index f0a0a84..3d5c7a6 100644 --- a/src/com/bdjb/exploit/sandbox/ServiceInterface.java +++ b/src/com/bdjb/exploit/sandbox/ServiceInterface.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Andy Nguyen + * Copyright (C) 2021-2024 Andy Nguyen * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/com/bdjb/jit/AbstractJit.java b/src/com/bdjb/jit/AbstractJit.java index f530f48..6974586 100644 --- a/src/com/bdjb/jit/AbstractJit.java +++ b/src/com/bdjb/jit/AbstractJit.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Andy Nguyen + * Copyright (C) 2021-2024 Andy Nguyen * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/com/bdjb/jit/JitCompilerReceiverImpl.java b/src/com/bdjb/jit/JitCompilerReceiverImpl.java index d5ac59c..4240116 100644 --- a/src/com/bdjb/jit/JitCompilerReceiverImpl.java +++ b/src/com/bdjb/jit/JitCompilerReceiverImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Andy Nguyen + * Copyright (C) 2021-2024 Andy Nguyen * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/com/bdjb/jit/JitDefaultImpl.java b/src/com/bdjb/jit/JitDefaultImpl.java index 5b27037..bd27e40 100644 --- a/src/com/bdjb/jit/JitDefaultImpl.java +++ b/src/com/bdjb/jit/JitDefaultImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Andy Nguyen + * Copyright (C) 2021-2024 Andy Nguyen * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details.