Skip to content

Commit

Permalink
bump copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
jaos committed Mar 24, 2024
1 parent 201e3bd commit 2339253
Show file tree
Hide file tree
Showing 20 changed files with 21 additions and 22 deletions.
4 changes: 2 additions & 2 deletions debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ Upstream-Contact: [email protected]
Files:
*
Copyright:
2022-2023 Jason Woodward <woodwardj at jaos dot org>
2022-2024 Jason Woodward <woodwardj at jaos dot org>
License: GPL-2.0+

Files:
debian/*
Copyright:
2023 Jason Woodward <[email protected]>
2024 Jason Woodward <[email protected]>
License: GPL-2.0+

License: GPL-2.0+
Expand Down
2 changes: 1 addition & 1 deletion src/common.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef tater_common_h
#define tater_common_h
/*
* Copyright (C) 2022-2023 Jason Woodward <woodwardj at jaos dot org>
* Copyright (C) 2022-2024 Jason Woodward <woodwardj at jaos dot org>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/compiler.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2022-2023 Jason Woodward <woodwardj at jaos dot org>
* Copyright (C) 2022-2024 Jason Woodward <woodwardj at jaos dot org>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/compiler.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef tater_compiler_h
#define tater_compiler_h
/*
* Copyright (C) 2022-2023 Jason Woodward <woodwardj at jaos dot org>
* Copyright (C) 2022-2024 Jason Woodward <woodwardj at jaos dot org>
*
* 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
Expand Down
3 changes: 1 addition & 2 deletions src/debug.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2022-2023 Jason Woodward <woodwardj at jaos dot org>
* Copyright (C) 2022-2024 Jason Woodward <woodwardj at jaos dot org>
*
* 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
Expand Down Expand Up @@ -175,4 +175,3 @@ int chunk_t_disassemble_instruction(const chunk_t *chunk, int offset)
}
}
}

2 changes: 1 addition & 1 deletion src/debug.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef tater_debug_h
#define tater_debug_h
/*
* Copyright (C) 2022-2023 Jason Woodward <woodwardj at jaos dot org>
* Copyright (C) 2022-2024 Jason Woodward <woodwardj at jaos dot org>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2022-2023 Jason Woodward <woodwardj at jaos dot org>
* Copyright (C) 2022-2024 Jason Woodward <woodwardj at jaos dot org>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/memory.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2022-2023 Jason Woodward <woodwardj at jaos dot org>
* Copyright (C) 2022-2024 Jason Woodward <woodwardj at jaos dot org>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/memory.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef tater_memory_h
#define tater_memory_h
/*
* Copyright (C) 2022-2023 Jason Woodward <woodwardj at jaos dot org>
* Copyright (C) 2022-2024 Jason Woodward <woodwardj at jaos dot org>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/scanner.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2022-2023 Jason Woodward <woodwardj at jaos dot org>
* Copyright (C) 2022-2024 Jason Woodward <woodwardj at jaos dot org>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/scanner.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef tater_scanner_h
#define tater_scanner_h
/*
* Copyright (C) 2022-2023 Jason Woodward <woodwardj at jaos dot org>
* Copyright (C) 2022-2024 Jason Woodward <woodwardj at jaos dot org>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/type.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2022-2023 Jason Woodward <woodwardj at jaos dot org>
* Copyright (C) 2022-2024 Jason Woodward <woodwardj at jaos dot org>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/type.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef tater_object_h
#define tater_object_h
/*
* Copyright (C) 2022-2023 Jason Woodward <woodwardj at jaos dot org>
* Copyright (C) 2022-2024 Jason Woodward <woodwardj at jaos dot org>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/vm.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2022-2023 Jason Woodward <woodwardj at jaos dot org>
* Copyright (C) 2022-2024 Jason Woodward <woodwardj at jaos dot org>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/vm.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef tater_vm_h
#define tater_vm_h
/*
* Copyright (C) 2022-2023 Jason Woodward <woodwardj at jaos dot org>
* Copyright (C) 2022-2024 Jason Woodward <woodwardj at jaos dot org>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/vmopcodes.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef tater_vmopcodes_h
#define tater_vmopcodes_h
/*
* Copyright (C) 2022-2023 Jason Woodward <woodwardj at jaos dot org>
* Copyright (C) 2022-2024 Jason Woodward <woodwardj at jaos dot org>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion t/clitests.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (C) 2022-2023 Jason Woodward <woodwardj at jaos dot org>
# Copyright (C) 2022-2024 Jason Woodward <woodwardj at jaos dot org>
#
# 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
Expand Down
2 changes: 1 addition & 1 deletion t/common.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef tater_test_common_h
#define tater_test_common_h
/*
* Copyright (C) 2022-2023 Jason Woodward <woodwardj at jaos dot org>
* Copyright (C) 2022-2024 Jason Woodward <woodwardj at jaos dot org>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion t/test.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2022-2023 Jason Woodward <woodwardj at jaos dot org>
* Copyright (C) 2022-2024 Jason Woodward <woodwardj at jaos dot org>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion tater.Slackbuild
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
set -fexuo pipefail
# Slackware build script for tater
# Copyright (C) 2022-2023 Jason Woodward <woodwardj at jaos dot org>
# Copyright (C) 2022-2024 Jason Woodward <woodwardj at jaos dot org>
# 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
Expand Down

0 comments on commit 2339253

Please sign in to comment.