diff --git a/debian/copyright b/debian/copyright index eef4b09..d166d1e 100644 --- a/debian/copyright +++ b/debian/copyright @@ -6,13 +6,13 @@ Upstream-Contact: woodwardj@jaos.org Files: * Copyright: - 2022-2023 Jason Woodward + 2022-2024 Jason Woodward License: GPL-2.0+ Files: debian/* Copyright: - 2023 Jason Woodward + 2024 Jason Woodward License: GPL-2.0+ License: GPL-2.0+ diff --git a/src/common.h b/src/common.h index 28acf52..9540bee 100644 --- a/src/common.h +++ b/src/common.h @@ -1,7 +1,7 @@ #ifndef tater_common_h #define tater_common_h /* - * Copyright (C) 2022-2023 Jason Woodward + * Copyright (C) 2022-2024 Jason Woodward * * 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 diff --git a/src/compiler.c b/src/compiler.c index 2116396..add754c 100644 --- a/src/compiler.c +++ b/src/compiler.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2023 Jason Woodward + * Copyright (C) 2022-2024 Jason Woodward * * 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 diff --git a/src/compiler.h b/src/compiler.h index 4485f55..1e29628 100644 --- a/src/compiler.h +++ b/src/compiler.h @@ -1,7 +1,7 @@ #ifndef tater_compiler_h #define tater_compiler_h /* - * Copyright (C) 2022-2023 Jason Woodward + * Copyright (C) 2022-2024 Jason Woodward * * 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 diff --git a/src/debug.c b/src/debug.c index 8b20fa3..6a19427 100644 --- a/src/debug.c +++ b/src/debug.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2023 Jason Woodward + * Copyright (C) 2022-2024 Jason Woodward * * 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 @@ -175,4 +175,3 @@ int chunk_t_disassemble_instruction(const chunk_t *chunk, int offset) } } } - diff --git a/src/debug.h b/src/debug.h index f15a38d..7aa06a5 100644 --- a/src/debug.h +++ b/src/debug.h @@ -1,7 +1,7 @@ #ifndef tater_debug_h #define tater_debug_h /* - * Copyright (C) 2022-2023 Jason Woodward + * Copyright (C) 2022-2024 Jason Woodward * * 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 diff --git a/src/main.c b/src/main.c index 367facb..cfd3349 100644 --- a/src/main.c +++ b/src/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2023 Jason Woodward + * Copyright (C) 2022-2024 Jason Woodward * * 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 diff --git a/src/memory.c b/src/memory.c index 4f55bed..d90930d 100644 --- a/src/memory.c +++ b/src/memory.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2023 Jason Woodward + * Copyright (C) 2022-2024 Jason Woodward * * 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 diff --git a/src/memory.h b/src/memory.h index fd12e5a..d9356f1 100644 --- a/src/memory.h +++ b/src/memory.h @@ -1,7 +1,7 @@ #ifndef tater_memory_h #define tater_memory_h /* - * Copyright (C) 2022-2023 Jason Woodward + * Copyright (C) 2022-2024 Jason Woodward * * 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 diff --git a/src/scanner.c b/src/scanner.c index f4f92b2..fb0bf8d 100644 --- a/src/scanner.c +++ b/src/scanner.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2023 Jason Woodward + * Copyright (C) 2022-2024 Jason Woodward * * 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 diff --git a/src/scanner.h b/src/scanner.h index f9db743..7751382 100644 --- a/src/scanner.h +++ b/src/scanner.h @@ -1,7 +1,7 @@ #ifndef tater_scanner_h #define tater_scanner_h /* - * Copyright (C) 2022-2023 Jason Woodward + * Copyright (C) 2022-2024 Jason Woodward * * 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 diff --git a/src/type.c b/src/type.c index 65f1a8f..77e9205 100644 --- a/src/type.c +++ b/src/type.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2023 Jason Woodward + * Copyright (C) 2022-2024 Jason Woodward * * 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 diff --git a/src/type.h b/src/type.h index a44c95c..fb7b55f 100644 --- a/src/type.h +++ b/src/type.h @@ -1,7 +1,7 @@ #ifndef tater_object_h #define tater_object_h /* - * Copyright (C) 2022-2023 Jason Woodward + * Copyright (C) 2022-2024 Jason Woodward * * 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 diff --git a/src/vm.c b/src/vm.c index 5b83678..ce09a2e 100644 --- a/src/vm.c +++ b/src/vm.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2023 Jason Woodward + * Copyright (C) 2022-2024 Jason Woodward * * 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 diff --git a/src/vm.h b/src/vm.h index bca4373..c0a2b43 100644 --- a/src/vm.h +++ b/src/vm.h @@ -1,7 +1,7 @@ #ifndef tater_vm_h #define tater_vm_h /* - * Copyright (C) 2022-2023 Jason Woodward + * Copyright (C) 2022-2024 Jason Woodward * * 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 diff --git a/src/vmopcodes.h b/src/vmopcodes.h index 8352aba..f5dc021 100644 --- a/src/vmopcodes.h +++ b/src/vmopcodes.h @@ -1,7 +1,7 @@ #ifndef tater_vmopcodes_h #define tater_vmopcodes_h /* - * Copyright (C) 2022-2023 Jason Woodward + * Copyright (C) 2022-2024 Jason Woodward * * 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 diff --git a/t/clitests.sh b/t/clitests.sh index a7f6b0d..878ccde 100755 --- a/t/clitests.sh +++ b/t/clitests.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (C) 2022-2023 Jason Woodward +# Copyright (C) 2022-2024 Jason Woodward # # 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 diff --git a/t/common.h b/t/common.h index af0a014..3f55c34 100644 --- a/t/common.h +++ b/t/common.h @@ -1,7 +1,7 @@ #ifndef tater_test_common_h #define tater_test_common_h /* - * Copyright (C) 2022-2023 Jason Woodward + * Copyright (C) 2022-2024 Jason Woodward * * 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 diff --git a/t/test.c b/t/test.c index 14d5c62..1b4724e 100644 --- a/t/test.c +++ b/t/test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2023 Jason Woodward + * Copyright (C) 2022-2024 Jason Woodward * * 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 diff --git a/tater.Slackbuild b/tater.Slackbuild index dbd55b6..53d1f98 100755 --- a/tater.Slackbuild +++ b/tater.Slackbuild @@ -1,7 +1,7 @@ #!/bin/sh set -fexuo pipefail # Slackware build script for tater -# Copyright (C) 2022-2023 Jason Woodward +# Copyright (C) 2022-2024 Jason Woodward # 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; either version 2 of the License, or