Skip to content

Commit e6d454f

Browse files
update copyright
1 parent fe8c01b commit e6d454f

31 files changed

+32
-32
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2015-2022 Matt "MateoConLechuga" Waltz
1+
# Copyright 2015-2023 Matt "MateoConLechuga" Waltz
22
#
33
# Redistribution and use in source and binary forms, with or without
44
# modification, are permitted provided that the following conditions are met:

include/app.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; Copyright 2015-2022 Matt "MateoConLechuga" Waltz
1+
; Copyright 2015-2023 Matt "MateoConLechuga" Waltz
22
;
33
; Redistribution and use in source and binary forms, with or without
44
; modification, are permitted provided that the following conditions are met:

include/macros.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; Copyright 2015-2022 Matt "MateoConLechuga" Waltz
1+
; Copyright 2015-2023 Matt "MateoConLechuga" Waltz
22
;
33
; Redistribution and use in source and binary forms, with or without
44
; modification, are permitted provided that the following conditions are met:

license

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2015 - 2022, Matt "MateoConLechuga" Waltz
1+
Copyright 2015-2023, Matt "MateoConLechuga" Waltz
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,6 @@ If you would like to add support for another language, feel free to make a PR.
106106

107107
## Credits
108108

109-
© 2015 - 2022 Matt "MateoConLechuga" Waltz
109+
© 2015 - 2023 Matt "MateoConLechuga" Waltz
110110

111111
Licensed under BSD 3 Clause.

src/cesium.asm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; Copyright 2015-2022 Matt "MateoConLechuga" Waltz
1+
; Copyright 2015-2023 Matt "MateoConLechuga" Waltz
22
;
33
; Redistribution and use in source and binary forms, with or without
44
; modification, are permitted provided that the following conditions are met:
@@ -28,7 +28,7 @@
2828

2929
cesium_name := 'Cesium'
3030
cesium_version := '3.6.6'
31-
cesium_copyright := '(C) 2015-2022 MATTHEW WALTZ'
31+
cesium_copyright := '(C) 2015-2023 MATTHEW WALTZ'
3232

3333
include 'include/macros.inc'
3434

src/data.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; Copyright 2015-2022 Matt "MateoConLechuga" Waltz
1+
; Copyright 2015-2023 Matt "MateoConLechuga" Waltz
22
;
33
; Redistribution and use in source and binary forms, with or without
44
; modification, are permitted provided that the following conditions are met:

src/edit.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; Copyright 2015-2022 Matt "MateoConLechuga" Waltz
1+
; Copyright 2015-2023 Matt "MateoConLechuga" Waltz
22
;
33
; Redistribution and use in source and binary forms, with or without
44
; modification, are permitted provided that the following conditions are met:

src/execute.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; Copyright 2015-2022 Matt "MateoConLechuga" Waltz
1+
; Copyright 2015-2023 Matt "MateoConLechuga" Waltz
22
;
33
; Redistribution and use in source and binary forms, with or without
44
; modification, are permitted provided that the following conditions are met:

src/exit.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; Copyright 2015-2022 Matt "MateoConLechuga" Waltz
1+
; Copyright 2015-2023 Matt "MateoConLechuga" Waltz
22
;
33
; Redistribution and use in source and binary forms, with or without
44
; modification, are permitted provided that the following conditions are met:

src/features.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; Copyright 2015-2022 Matt "MateoConLechuga" Waltz
1+
; Copyright 2015-2023 Matt "MateoConLechuga" Waltz
22
;
33
; Redistribution and use in source and binary forms, with or without
44
; modification, are permitted provided that the following conditions are met:

src/find.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; Copyright 2015-2022 Matt "MateoConLechuga" Waltz
1+
; Copyright 2015-2023 Matt "MateoConLechuga" Waltz
22
;
33
; Redistribution and use in source and binary forms, with or without
44
; modification, are permitted provided that the following conditions are met:

src/flash.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; Copyright 2015-2022 Matt "MateoConLechuga" Waltz
1+
; Copyright 2015-2023 Matt "MateoConLechuga" Waltz
22
;
33
; Redistribution and use in source and binary forms, with or without
44
; modification, are permitted provided that the following conditions are met:

src/gui.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; Copyright 2015-2022 Matt "MateoConLechuga" Waltz
1+
; Copyright 2015-2023 Matt "MateoConLechuga" Waltz
22
;
33
; Redistribution and use in source and binary forms, with or without
44
; modification, are permitted provided that the following conditions are met:

src/hooks.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; Copyright 2015-2022 Matt "MateoConLechuga" Waltz
1+
; Copyright 2015-2023 Matt "MateoConLechuga" Waltz
22
;
33
; Redistribution and use in source and binary forms, with or without
44
; modification, are permitted provided that the following conditions are met:

src/installer.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; Copyright 2015-2022 Matt "MateoConLechuga" Waltz
1+
; Copyright 2015-2023 Matt "MateoConLechuga" Waltz
22
;
33
; Redistribution and use in source and binary forms, with or without
44
; modification, are permitted provided that the following conditions are met:

src/lcd.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; Copyright 2015-2022 Matt "MateoConLechuga" Waltz
1+
; Copyright 2015-2023 Matt "MateoConLechuga" Waltz
22
;
33
; Redistribution and use in source and binary forms, with or without
44
; modification, are permitted provided that the following conditions are met:

src/libload.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; Copyright 2015-2022 Matt "MateoConLechuga" Waltz
1+
; Copyright 2015-2023 Matt "MateoConLechuga" Waltz
22
;
33
; Redistribution and use in source and binary forms, with or without
44
; modification, are permitted provided that the following conditions are met:

src/luts.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; Copyright 2015-2022 Matt "MateoConLechuga" Waltz
1+
; Copyright 2015-2023 Matt "MateoConLechuga" Waltz
22
;
33
; Redistribution and use in source and binary forms, with or without
44
; modification, are permitted provided that the following conditions are met:

src/main.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; Copyright 2015-2022 Matt "MateoConLechuga" Waltz
1+
; Copyright 2015-2023 Matt "MateoConLechuga" Waltz
22
;
33
; Redistribution and use in source and binary forms, with or without
44
; modification, are permitted provided that the following conditions are met:

src/ports.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; Copyright 2015-2022 Matt "MateoConLechuga" Waltz
1+
; Copyright 2015-2023 Matt "MateoConLechuga" Waltz
22
;
33
; Redistribution and use in source and binary forms, with or without
44
; modification, are permitted provided that the following conditions are met:

src/search.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; Copyright 2015-2022 Matt "MateoConLechuga" Waltz
1+
; Copyright 2015-2023 Matt "MateoConLechuga" Waltz
22
;
33
; Redistribution and use in source and binary forms, with or without
44
; modification, are permitted provided that the following conditions are met:

src/settings.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; Copyright 2015-2022 Matt "MateoConLechuga" Waltz
1+
; Copyright 2015-2023 Matt "MateoConLechuga" Waltz
22
;
33
; Redistribution and use in source and binary forms, with or without
44
; modification, are permitted provided that the following conditions are met:

src/sort.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; Copyright 2015-2022 Matt "MateoConLechuga" Waltz
1+
; Copyright 2015-2023 Matt "MateoConLechuga" Waltz
22
;
33
; Redistribution and use in source and binary forms, with or without
44
; modification, are permitted provided that the following conditions are met:

src/sprites.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; Copyright 2015-2022 Matt "MateoConLechuga" Waltz
1+
; Copyright 2015-2023 Matt "MateoConLechuga" Waltz
22
;
33
; Redistribution and use in source and binary forms, with or without
44
; modification, are permitted provided that the following conditions are met:

src/strings.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; Copyright 2015-2022 Matt "MateoConLechuga" Waltz
1+
; Copyright 2015-2023 Matt "MateoConLechuga" Waltz
22
;
33
; Redistribution and use in source and binary forms, with or without
44
; modification, are permitted provided that the following conditions are met:

src/usb.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; Copyright 2015-2022 Matt "MateoConLechuga" Waltz
1+
; Copyright 2015-2023 Matt "MateoConLechuga" Waltz
22
;
33
; Redistribution and use in source and binary forms, with or without
44
; modification, are permitted provided that the following conditions are met:

src/util.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; Copyright 2015-2022 Matt "MateoConLechuga" Waltz
1+
; Copyright 2015-2023 Matt "MateoConLechuga" Waltz
22
;
33
; Redistribution and use in source and binary forms, with or without
44
; modification, are permitted provided that the following conditions are met:

src/view-apps.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; Copyright 2015-2022 Matt "MateoConLechuga" Waltz
1+
; Copyright 2015-2023 Matt "MateoConLechuga" Waltz
22
;
33
; Redistribution and use in source and binary forms, with or without
44
; modification, are permitted provided that the following conditions are met:

src/view-usb.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; Copyright 2015-2022 Matt "MateoConLechuga" Waltz
1+
; Copyright 2015-2023 Matt "MateoConLechuga" Waltz
22
;
33
; Redistribution and use in source and binary forms, with or without
44
; modification, are permitted provided that the following conditions are met:

src/view-vat-items.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; Copyright 2015-2022 Matt "MateoConLechuga" Waltz
1+
; Copyright 2015-2023 Matt "MateoConLechuga" Waltz
22
;
33
; Redistribution and use in source and binary forms, with or without
44
; modification, are permitted provided that the following conditions are met:

0 commit comments

Comments
 (0)