diff options
| author | Mike Pall <mike> | 2026-01-09 17:18:03 +0100 |
|---|---|---|
| committer | Mike Pall <mike> | 2026-01-09 17:18:03 +0100 |
| commit | 6e69e4731437d6876b96e843804a6ef0a671ed25 (patch) | |
| tree | b630d87267e682717625f9cfb43fa4d125a02547 /dynasm | |
| parent | 406cf69b3ae0a3ecd5ede2bb97b937b7a5d92074 (diff) | |
| download | luajit-6e69e4731437d6876b96e843804a6ef0a671ed25.tar.gz luajit-6e69e4731437d6876b96e843804a6ef0a671ed25.tar.bz2 luajit-6e69e4731437d6876b96e843804a6ef0a671ed25.zip | |
Bump copyright date.
Diffstat (limited to 'dynasm')
| -rw-r--r-- | dynasm/dasm_arm.h | 2 | ||||
| -rw-r--r-- | dynasm/dasm_arm.lua | 2 | ||||
| -rw-r--r-- | dynasm/dasm_mips.h | 2 | ||||
| -rw-r--r-- | dynasm/dasm_mips.lua | 2 | ||||
| -rw-r--r-- | dynasm/dasm_ppc.h | 2 | ||||
| -rw-r--r-- | dynasm/dasm_ppc.lua | 2 | ||||
| -rw-r--r-- | dynasm/dasm_proto.h | 2 | ||||
| -rw-r--r-- | dynasm/dasm_x64.lua | 2 | ||||
| -rw-r--r-- | dynasm/dasm_x86.h | 2 | ||||
| -rw-r--r-- | dynasm/dasm_x86.lua | 2 | ||||
| -rw-r--r-- | dynasm/dynasm.lua | 4 |
11 files changed, 12 insertions, 12 deletions
diff --git a/dynasm/dasm_arm.h b/dynasm/dasm_arm.h index b88ea17c..bf5d88b8 100644 --- a/dynasm/dasm_arm.h +++ b/dynasm/dasm_arm.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** DynASM ARM encoding engine. | 2 | ** DynASM ARM encoding engine. |
| 3 | ** Copyright (C) 2005-2025 Mike Pall. All rights reserved. | 3 | ** Copyright (C) 2005-2026 Mike Pall. All rights reserved. |
| 4 | ** Released under the MIT license. See dynasm.lua for full copyright notice. | 4 | ** Released under the MIT license. See dynasm.lua for full copyright notice. |
| 5 | */ | 5 | */ |
| 6 | 6 | ||
diff --git a/dynasm/dasm_arm.lua b/dynasm/dasm_arm.lua index e68a7f4b..02dde234 100644 --- a/dynasm/dasm_arm.lua +++ b/dynasm/dasm_arm.lua | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ------------------------------------------------------------------------------ | 1 | ------------------------------------------------------------------------------ |
| 2 | -- DynASM ARM module. | 2 | -- DynASM ARM module. |
| 3 | -- | 3 | -- |
| 4 | -- Copyright (C) 2005-2025 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2026 Mike Pall. All rights reserved. |
| 5 | -- See dynasm.lua for full copyright notice. | 5 | -- See dynasm.lua for full copyright notice. |
| 6 | ------------------------------------------------------------------------------ | 6 | ------------------------------------------------------------------------------ |
| 7 | 7 | ||
diff --git a/dynasm/dasm_mips.h b/dynasm/dasm_mips.h index bd18ab65..8bcb931b 100644 --- a/dynasm/dasm_mips.h +++ b/dynasm/dasm_mips.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** DynASM MIPS encoding engine. | 2 | ** DynASM MIPS encoding engine. |
| 3 | ** Copyright (C) 2005-2025 Mike Pall. All rights reserved. | 3 | ** Copyright (C) 2005-2026 Mike Pall. All rights reserved. |
| 4 | ** Released under the MIT license. See dynasm.lua for full copyright notice. | 4 | ** Released under the MIT license. See dynasm.lua for full copyright notice. |
| 5 | */ | 5 | */ |
| 6 | 6 | ||
diff --git a/dynasm/dasm_mips.lua b/dynasm/dasm_mips.lua index a9a96fa4..c511f2b1 100644 --- a/dynasm/dasm_mips.lua +++ b/dynasm/dasm_mips.lua | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ------------------------------------------------------------------------------ | 1 | ------------------------------------------------------------------------------ |
| 2 | -- DynASM MIPS module. | 2 | -- DynASM MIPS module. |
| 3 | -- | 3 | -- |
| 4 | -- Copyright (C) 2005-2025 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2026 Mike Pall. All rights reserved. |
| 5 | -- See dynasm.lua for full copyright notice. | 5 | -- See dynasm.lua for full copyright notice. |
| 6 | ------------------------------------------------------------------------------ | 6 | ------------------------------------------------------------------------------ |
| 7 | 7 | ||
diff --git a/dynasm/dasm_ppc.h b/dynasm/dasm_ppc.h index 29b0fae7..d1b18ebb 100644 --- a/dynasm/dasm_ppc.h +++ b/dynasm/dasm_ppc.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** DynASM PPC encoding engine. | 2 | ** DynASM PPC encoding engine. |
| 3 | ** Copyright (C) 2005-2025 Mike Pall. All rights reserved. | 3 | ** Copyright (C) 2005-2026 Mike Pall. All rights reserved. |
| 4 | ** Released under the MIT license. See dynasm.lua for full copyright notice. | 4 | ** Released under the MIT license. See dynasm.lua for full copyright notice. |
| 5 | */ | 5 | */ |
| 6 | 6 | ||
diff --git a/dynasm/dasm_ppc.lua b/dynasm/dasm_ppc.lua index 0e4f549b..2f6c88d4 100644 --- a/dynasm/dasm_ppc.lua +++ b/dynasm/dasm_ppc.lua | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ------------------------------------------------------------------------------ | 1 | ------------------------------------------------------------------------------ |
| 2 | -- DynASM PPC module. | 2 | -- DynASM PPC module. |
| 3 | -- | 3 | -- |
| 4 | -- Copyright (C) 2005-2025 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2026 Mike Pall. All rights reserved. |
| 5 | -- See dynasm.lua for full copyright notice. | 5 | -- See dynasm.lua for full copyright notice. |
| 6 | ------------------------------------------------------------------------------ | 6 | ------------------------------------------------------------------------------ |
| 7 | 7 | ||
diff --git a/dynasm/dasm_proto.h b/dynasm/dasm_proto.h index a70b8213..fd64c15b 100644 --- a/dynasm/dasm_proto.h +++ b/dynasm/dasm_proto.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** DynASM encoding engine prototypes. | 2 | ** DynASM encoding engine prototypes. |
| 3 | ** Copyright (C) 2005-2025 Mike Pall. All rights reserved. | 3 | ** Copyright (C) 2005-2026 Mike Pall. All rights reserved. |
| 4 | ** Released under the MIT license. See dynasm.lua for full copyright notice. | 4 | ** Released under the MIT license. See dynasm.lua for full copyright notice. |
| 5 | */ | 5 | */ |
| 6 | 6 | ||
diff --git a/dynasm/dasm_x64.lua b/dynasm/dasm_x64.lua index d23fcd99..688e1a33 100644 --- a/dynasm/dasm_x64.lua +++ b/dynasm/dasm_x64.lua | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ------------------------------------------------------------------------------ | 1 | ------------------------------------------------------------------------------ |
| 2 | -- DynASM x64 module. | 2 | -- DynASM x64 module. |
| 3 | -- | 3 | -- |
| 4 | -- Copyright (C) 2005-2025 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2026 Mike Pall. All rights reserved. |
| 5 | -- See dynasm.lua for full copyright notice. | 5 | -- See dynasm.lua for full copyright notice. |
| 6 | ------------------------------------------------------------------------------ | 6 | ------------------------------------------------------------------------------ |
| 7 | -- This module just sets 64 bit mode for the combined x86/x64 module. | 7 | -- This module just sets 64 bit mode for the combined x86/x64 module. |
diff --git a/dynasm/dasm_x86.h b/dynasm/dasm_x86.h index ae5c6200..ae5cc818 100644 --- a/dynasm/dasm_x86.h +++ b/dynasm/dasm_x86.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** DynASM x86 encoding engine. | 2 | ** DynASM x86 encoding engine. |
| 3 | ** Copyright (C) 2005-2025 Mike Pall. All rights reserved. | 3 | ** Copyright (C) 2005-2026 Mike Pall. All rights reserved. |
| 4 | ** Released under the MIT license. See dynasm.lua for full copyright notice. | 4 | ** Released under the MIT license. See dynasm.lua for full copyright notice. |
| 5 | */ | 5 | */ |
| 6 | 6 | ||
diff --git a/dynasm/dasm_x86.lua b/dynasm/dasm_x86.lua index aed12e4d..c2211125 100644 --- a/dynasm/dasm_x86.lua +++ b/dynasm/dasm_x86.lua | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ------------------------------------------------------------------------------ | 1 | ------------------------------------------------------------------------------ |
| 2 | -- DynASM x86/x64 module. | 2 | -- DynASM x86/x64 module. |
| 3 | -- | 3 | -- |
| 4 | -- Copyright (C) 2005-2025 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2026 Mike Pall. All rights reserved. |
| 5 | -- See dynasm.lua for full copyright notice. | 5 | -- See dynasm.lua for full copyright notice. |
| 6 | ------------------------------------------------------------------------------ | 6 | ------------------------------------------------------------------------------ |
| 7 | 7 | ||
diff --git a/dynasm/dynasm.lua b/dynasm/dynasm.lua index a28e7b20..cbeaec89 100644 --- a/dynasm/dynasm.lua +++ b/dynasm/dynasm.lua | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | -- DynASM. A dynamic assembler for code generation engines. | 2 | -- DynASM. A dynamic assembler for code generation engines. |
| 3 | -- Originally designed and implemented for LuaJIT. | 3 | -- Originally designed and implemented for LuaJIT. |
| 4 | -- | 4 | -- |
| 5 | -- Copyright (C) 2005-2025 Mike Pall. All rights reserved. | 5 | -- Copyright (C) 2005-2026 Mike Pall. All rights reserved. |
| 6 | -- See below for full copyright notice. | 6 | -- See below for full copyright notice. |
| 7 | ------------------------------------------------------------------------------ | 7 | ------------------------------------------------------------------------------ |
| 8 | 8 | ||
| @@ -17,7 +17,7 @@ local _info = { | |||
| 17 | url = "https://luajit.org/dynasm.html", | 17 | url = "https://luajit.org/dynasm.html", |
| 18 | license = "MIT", | 18 | license = "MIT", |
| 19 | copyright = [[ | 19 | copyright = [[ |
| 20 | Copyright (C) 2005-2025 Mike Pall. All rights reserved. | 20 | Copyright (C) 2005-2026 Mike Pall. All rights reserved. |
| 21 | 21 | ||
| 22 | Permission is hereby granted, free of charge, to any person obtaining | 22 | Permission is hereby granted, free of charge, to any person obtaining |
| 23 | a copy of this software and associated documentation files (the | 23 | a copy of this software and associated documentation files (the |
