From e6d454f60b29cb28b58275b8ec6409bc38e60137 Mon Sep 17 00:00:00 2001 From: Matthew Waltz Date: Sun, 24 Sep 2023 10:17:57 -0600 Subject: [PATCH] update copyright --- Makefile | 2 +- include/app.inc | 2 +- include/macros.inc | 2 +- license | 2 +- readme.md | 2 +- src/cesium.asm | 4 ++-- src/data.asm | 2 +- src/edit.asm | 2 +- src/execute.asm | 2 +- src/exit.asm | 2 +- src/features.asm | 2 +- src/find.asm | 2 +- src/flash.asm | 2 +- src/gui.asm | 2 +- src/hooks.asm | 2 +- src/installer.asm | 2 +- src/lcd.asm | 2 +- src/libload.asm | 2 +- src/luts.asm | 2 +- src/main.asm | 2 +- src/ports.asm | 2 +- src/search.asm | 2 +- src/settings.asm | 2 +- src/sort.asm | 2 +- src/sprites.asm | 2 +- src/strings.asm | 2 +- src/usb.asm | 2 +- src/util.asm | 2 +- src/view-apps.asm | 2 +- src/view-usb.asm | 2 +- src/view-vat-items.asm | 2 +- 31 files changed, 32 insertions(+), 32 deletions(-) diff --git a/Makefile b/Makefile index 6101e7f..cb17c04 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Copyright 2015-2022 Matt "MateoConLechuga" Waltz +# Copyright 2015-2023 Matt "MateoConLechuga" Waltz # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: diff --git a/include/app.inc b/include/app.inc index 8890794..182187b 100644 --- a/include/app.inc +++ b/include/app.inc @@ -1,4 +1,4 @@ -; Copyright 2015-2022 Matt "MateoConLechuga" Waltz +; Copyright 2015-2023 Matt "MateoConLechuga" Waltz ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions are met: diff --git a/include/macros.inc b/include/macros.inc index 8c8560b..e158843 100644 --- a/include/macros.inc +++ b/include/macros.inc @@ -1,4 +1,4 @@ -; Copyright 2015-2022 Matt "MateoConLechuga" Waltz +; Copyright 2015-2023 Matt "MateoConLechuga" Waltz ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions are met: diff --git a/license b/license index 699cb95..3e277cb 100644 --- a/license +++ b/license @@ -1,4 +1,4 @@ -Copyright (c) 2015 - 2022, Matt "MateoConLechuga" Waltz +Copyright 2015-2023, Matt "MateoConLechuga" Waltz All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/readme.md b/readme.md index 64d4330..c14d24c 100644 --- a/readme.md +++ b/readme.md @@ -106,6 +106,6 @@ If you would like to add support for another language, feel free to make a PR. ## Credits -© 2015 - 2022 Matt "MateoConLechuga" Waltz +© 2015 - 2023 Matt "MateoConLechuga" Waltz Licensed under BSD 3 Clause. diff --git a/src/cesium.asm b/src/cesium.asm index 1ff9701..225ee1f 100644 --- a/src/cesium.asm +++ b/src/cesium.asm @@ -1,4 +1,4 @@ -; Copyright 2015-2022 Matt "MateoConLechuga" Waltz +; Copyright 2015-2023 Matt "MateoConLechuga" Waltz ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions are met: @@ -28,7 +28,7 @@ cesium_name := 'Cesium' cesium_version := '3.6.6' -cesium_copyright := '(C) 2015-2022 MATTHEW WALTZ' +cesium_copyright := '(C) 2015-2023 MATTHEW WALTZ' include 'include/macros.inc' diff --git a/src/data.asm b/src/data.asm index d60ecb4..2bcb608 100644 --- a/src/data.asm +++ b/src/data.asm @@ -1,4 +1,4 @@ -; Copyright 2015-2022 Matt "MateoConLechuga" Waltz +; Copyright 2015-2023 Matt "MateoConLechuga" Waltz ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions are met: diff --git a/src/edit.asm b/src/edit.asm index 7a96a7c..c1bf863 100644 --- a/src/edit.asm +++ b/src/edit.asm @@ -1,4 +1,4 @@ -; Copyright 2015-2022 Matt "MateoConLechuga" Waltz +; Copyright 2015-2023 Matt "MateoConLechuga" Waltz ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions are met: diff --git a/src/execute.asm b/src/execute.asm index ae84185..0fd995d 100644 --- a/src/execute.asm +++ b/src/execute.asm @@ -1,4 +1,4 @@ -; Copyright 2015-2022 Matt "MateoConLechuga" Waltz +; Copyright 2015-2023 Matt "MateoConLechuga" Waltz ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions are met: diff --git a/src/exit.asm b/src/exit.asm index 2ccae43..83fcbe2 100644 --- a/src/exit.asm +++ b/src/exit.asm @@ -1,4 +1,4 @@ -; Copyright 2015-2022 Matt "MateoConLechuga" Waltz +; Copyright 2015-2023 Matt "MateoConLechuga" Waltz ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions are met: diff --git a/src/features.asm b/src/features.asm index 669c14e..45cf15d 100644 --- a/src/features.asm +++ b/src/features.asm @@ -1,4 +1,4 @@ -; Copyright 2015-2022 Matt "MateoConLechuga" Waltz +; Copyright 2015-2023 Matt "MateoConLechuga" Waltz ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions are met: diff --git a/src/find.asm b/src/find.asm index fceb6b2..e70bf8a 100644 --- a/src/find.asm +++ b/src/find.asm @@ -1,4 +1,4 @@ -; Copyright 2015-2022 Matt "MateoConLechuga" Waltz +; Copyright 2015-2023 Matt "MateoConLechuga" Waltz ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions are met: diff --git a/src/flash.asm b/src/flash.asm index 6adaa54..d172421 100644 --- a/src/flash.asm +++ b/src/flash.asm @@ -1,4 +1,4 @@ -; Copyright 2015-2022 Matt "MateoConLechuga" Waltz +; Copyright 2015-2023 Matt "MateoConLechuga" Waltz ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions are met: diff --git a/src/gui.asm b/src/gui.asm index 3bd5784..a535779 100644 --- a/src/gui.asm +++ b/src/gui.asm @@ -1,4 +1,4 @@ -; Copyright 2015-2022 Matt "MateoConLechuga" Waltz +; Copyright 2015-2023 Matt "MateoConLechuga" Waltz ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions are met: diff --git a/src/hooks.asm b/src/hooks.asm index b359734..9a4cbb4 100644 --- a/src/hooks.asm +++ b/src/hooks.asm @@ -1,4 +1,4 @@ -; Copyright 2015-2022 Matt "MateoConLechuga" Waltz +; Copyright 2015-2023 Matt "MateoConLechuga" Waltz ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions are met: diff --git a/src/installer.asm b/src/installer.asm index 4af94a6..ad9420b 100644 --- a/src/installer.asm +++ b/src/installer.asm @@ -1,4 +1,4 @@ -; Copyright 2015-2022 Matt "MateoConLechuga" Waltz +; Copyright 2015-2023 Matt "MateoConLechuga" Waltz ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions are met: diff --git a/src/lcd.asm b/src/lcd.asm index 21b2fbd..2bbe252 100644 --- a/src/lcd.asm +++ b/src/lcd.asm @@ -1,4 +1,4 @@ -; Copyright 2015-2022 Matt "MateoConLechuga" Waltz +; Copyright 2015-2023 Matt "MateoConLechuga" Waltz ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions are met: diff --git a/src/libload.asm b/src/libload.asm index fa7b836..1526b8f 100644 --- a/src/libload.asm +++ b/src/libload.asm @@ -1,4 +1,4 @@ -; Copyright 2015-2022 Matt "MateoConLechuga" Waltz +; Copyright 2015-2023 Matt "MateoConLechuga" Waltz ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions are met: diff --git a/src/luts.asm b/src/luts.asm index 0334a95..5f69dc0 100644 --- a/src/luts.asm +++ b/src/luts.asm @@ -1,4 +1,4 @@ -; Copyright 2015-2022 Matt "MateoConLechuga" Waltz +; Copyright 2015-2023 Matt "MateoConLechuga" Waltz ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions are met: diff --git a/src/main.asm b/src/main.asm index f39ecf8..9ee4777 100644 --- a/src/main.asm +++ b/src/main.asm @@ -1,4 +1,4 @@ -; Copyright 2015-2022 Matt "MateoConLechuga" Waltz +; Copyright 2015-2023 Matt "MateoConLechuga" Waltz ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions are met: diff --git a/src/ports.asm b/src/ports.asm index d1f0cc3..94ccd7f 100644 --- a/src/ports.asm +++ b/src/ports.asm @@ -1,4 +1,4 @@ -; Copyright 2015-2022 Matt "MateoConLechuga" Waltz +; Copyright 2015-2023 Matt "MateoConLechuga" Waltz ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions are met: diff --git a/src/search.asm b/src/search.asm index 97f9d11..aa21541 100644 --- a/src/search.asm +++ b/src/search.asm @@ -1,4 +1,4 @@ -; Copyright 2015-2022 Matt "MateoConLechuga" Waltz +; Copyright 2015-2023 Matt "MateoConLechuga" Waltz ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions are met: diff --git a/src/settings.asm b/src/settings.asm index 5c5da25..acf95a1 100644 --- a/src/settings.asm +++ b/src/settings.asm @@ -1,4 +1,4 @@ -; Copyright 2015-2022 Matt "MateoConLechuga" Waltz +; Copyright 2015-2023 Matt "MateoConLechuga" Waltz ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions are met: diff --git a/src/sort.asm b/src/sort.asm index f0f6b47..845de8c 100644 --- a/src/sort.asm +++ b/src/sort.asm @@ -1,4 +1,4 @@ -; Copyright 2015-2022 Matt "MateoConLechuga" Waltz +; Copyright 2015-2023 Matt "MateoConLechuga" Waltz ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions are met: diff --git a/src/sprites.asm b/src/sprites.asm index abc6a4a..0cee6e6 100644 --- a/src/sprites.asm +++ b/src/sprites.asm @@ -1,4 +1,4 @@ -; Copyright 2015-2022 Matt "MateoConLechuga" Waltz +; Copyright 2015-2023 Matt "MateoConLechuga" Waltz ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions are met: diff --git a/src/strings.asm b/src/strings.asm index 6e92c9f..4611d11 100644 --- a/src/strings.asm +++ b/src/strings.asm @@ -1,4 +1,4 @@ -; Copyright 2015-2022 Matt "MateoConLechuga" Waltz +; Copyright 2015-2023 Matt "MateoConLechuga" Waltz ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions are met: diff --git a/src/usb.asm b/src/usb.asm index c12af49..d074486 100644 --- a/src/usb.asm +++ b/src/usb.asm @@ -1,4 +1,4 @@ -; Copyright 2015-2022 Matt "MateoConLechuga" Waltz +; Copyright 2015-2023 Matt "MateoConLechuga" Waltz ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions are met: diff --git a/src/util.asm b/src/util.asm index 9e26aba..05752ed 100644 --- a/src/util.asm +++ b/src/util.asm @@ -1,4 +1,4 @@ -; Copyright 2015-2022 Matt "MateoConLechuga" Waltz +; Copyright 2015-2023 Matt "MateoConLechuga" Waltz ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions are met: diff --git a/src/view-apps.asm b/src/view-apps.asm index f629163..409240a 100644 --- a/src/view-apps.asm +++ b/src/view-apps.asm @@ -1,4 +1,4 @@ -; Copyright 2015-2022 Matt "MateoConLechuga" Waltz +; Copyright 2015-2023 Matt "MateoConLechuga" Waltz ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions are met: diff --git a/src/view-usb.asm b/src/view-usb.asm index ac9abe9..a456c75 100644 --- a/src/view-usb.asm +++ b/src/view-usb.asm @@ -1,4 +1,4 @@ -; Copyright 2015-2022 Matt "MateoConLechuga" Waltz +; Copyright 2015-2023 Matt "MateoConLechuga" Waltz ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions are met: diff --git a/src/view-vat-items.asm b/src/view-vat-items.asm index e1e4f4f..284bd00 100644 --- a/src/view-vat-items.asm +++ b/src/view-vat-items.asm @@ -1,4 +1,4 @@ -; Copyright 2015-2022 Matt "MateoConLechuga" Waltz +; Copyright 2015-2023 Matt "MateoConLechuga" Waltz ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions are met: