Skip to content

Commit 22bef2b

Browse files
committed
Update copyright year to 2024.
1 parent e9d4877 commit 22bef2b

185 files changed

Lines changed: 186 additions & 186 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# FastBasic - Fast basic interpreter for the Atari 8-bit computers
3-
# Copyright (C) 2017-2022 Daniel Serpell
3+
# Copyright (C) 2017-2024 Daniel Serpell
44
#
55
# This program is free software; you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

cc65/asminc/target.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;
22
; FastBasic - Fast basic interpreter for the Atari 8-bit computers
3-
; Copyright (C) 2017-2022 Daniel Serpell
3+
; Copyright (C) 2017-2024 Daniel Serpell
44
;
55
; This program is free software; you can redistribute it and/or modify
66
; it under the terms of the GNU General Public License as published by

compiler/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FastBasic - Fast basic interpreter for the Atari 8-bit computers
2-
Copyright (C) 2017-2022 Daniel Serpell
2+
Copyright (C) 2017-2024 Daniel Serpell
33

44
This program is free software; you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by

compiler/fastbasic-a5200.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# FastBasic - Fast basic interpreter for the Atari 8-bit computers
3-
# Copyright (C) 2017-2022 Daniel Serpell
3+
# Copyright (C) 2017-2024 Daniel Serpell
44
#
55
# This program is free software; you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

compiler/fastbasic-cart.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# FastBasic - Fast basic interpreter for the Atari 8-bit computers
3-
# Copyright (C) 2017-2022 Daniel Serpell
3+
# Copyright (C) 2017-2024 Daniel Serpell
44
#
55
# This program is free software; you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

compiler/fastbasic.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# FastBasic - Fast basic interpreter for the Atari 8-bit computers
3-
# Copyright (C) 2017-2022 Daniel Serpell
3+
# Copyright (C) 2017-2024 Daniel Serpell
44
#
55
# This program is free software; you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

deps.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# FastBasic - Fast basic interpreter for the Atari 8-bit computers
3-
# Copyright (C) 2017-2022 Daniel Serpell
3+
# Copyright (C) 2017-2024 Daniel Serpell
44
#
55
# This program is free software; you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

help.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'
2-
' FastBasic %VERSION% - (c) 2022 dmsc
2+
' FastBasic %VERSION% - (c) 2024 dmsc
33
'
44
' Editor Help
55
' -----------

manual.md

Lines changed: 1 addition & 1 deletion

rules.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# FastBasic - Fast basic interpreter for the Atari 8-bit computers
3-
# Copyright (C) 2017-2022 Daniel Serpell
3+
# Copyright (C) 2017-2024 Daniel Serpell
44
#
55
# This program is free software; you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)