diff --git a/CMakeLists.txt b/CMakeLists.txt index 149370a..cde17b2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ # SPDX-License-Identifier: MIT -# Copyright (c) 2023 John Watts and the LuminaSensum contributors +# Copyright (c) 2024 John Watts and the LuminaSensum contributors cmake_minimum_required(VERSION 3.25) diff --git a/LICENSE.md b/LICENSE.md index ca7c0f0..24b1be2 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright (c) 2023 LuminaSensum project contributors +Copyright (c) 2024 LuminaSensum project contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 22c788d..7e7c9e6 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,8 @@ All documentation and software for this project is under the MIT license unless otherwise specified. -Copyright: 2023 Casey Reeves +Copyright: 2024 Casey Reeves -Copyright: 2023 John Watts +Copyright: 2024 John Watts SPDX-License-Identifier: MIT diff --git a/include/ButtonThread.h b/include/ButtonThread.h index c2f7855..5b79574 100644 --- a/include/ButtonThread.h +++ b/include/ButtonThread.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT -Copyright (c) 2023 Casey Reeves and the LuminaSensum contributors +Copyright (c) 2024 Casey Reeves and the LuminaSensum contributors */ #ifndef BUTTONTHREAD_H diff --git a/include/Clock.h b/include/Clock.h index 5ea27e4..d7416ba 100644 --- a/include/Clock.h +++ b/include/Clock.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT -Copyright (c) 2023 John Watts and the LuminaSensum contributors +Copyright (c) 2024 John Watts and the LuminaSensum contributors */ #ifndef CLOCK_H diff --git a/include/Filesystem.h b/include/Filesystem.h index 4bfc6e0..f7a6b3d 100644 --- a/include/Filesystem.h +++ b/include/Filesystem.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT -Copyright (c) 2023 Casey Reeves and the LuminaSensum contributors +Copyright (c) 2024 Casey Reeves and the LuminaSensum contributors */ #ifndef FILESYSTEM_H diff --git a/include/FlashErase.h b/include/FlashErase.h index 83aad9d..3828cab 100644 --- a/include/FlashErase.h +++ b/include/FlashErase.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT -Copyright (c) 2023 Casey Reeves and the LuminaSensum contributors +Copyright (c) 2024 Casey Reeves and the LuminaSensum contributors */ #ifndef FLASHERASE_H diff --git a/include/MainBD.h b/include/MainBD.h index 2846b96..1059450 100644 --- a/include/MainBD.h +++ b/include/MainBD.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT -Copyright (c) 2023 Casey Reeves and the LuminaSensum contributors +Copyright (c) 2024 Casey Reeves and the LuminaSensum contributors */ #ifndef MAINBD_H diff --git a/include/MainFilesystem.h b/include/MainFilesystem.h index 568793d..ca041a3 100644 --- a/include/MainFilesystem.h +++ b/include/MainFilesystem.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT -Copyright (c) 2023 Casey Reeves and the LuminaSensum contributors +Copyright (c) 2024 Casey Reeves and the LuminaSensum contributors */ #ifndef MAINFILESYSTEM_H diff --git a/include/MyUSBMSD.h b/include/MyUSBMSD.h index 51c7241..5c544b6 100644 --- a/include/MyUSBMSD.h +++ b/include/MyUSBMSD.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT -Copyright (c) 2023 Casey Reeves and the LuminaSensum contributors +Copyright (c) 2024 Casey Reeves and the LuminaSensum contributors */ #ifndef MYUSBMSD_H diff --git a/include/NetworkHandler.h b/include/NetworkHandler.h index e70048b..754a926 100644 --- a/include/NetworkHandler.h +++ b/include/NetworkHandler.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT -Copyright (c) 2023 Casey Reeves and the LuminaSensum contributors +Copyright (c) 2024 Casey Reeves and the LuminaSensum contributors */ #ifndef NETWORKHANDLER_H diff --git a/lang/CMakeLists.txt b/lang/CMakeLists.txt index 0d85a8a..d3ef2b3 100644 --- a/lang/CMakeLists.txt +++ b/lang/CMakeLists.txt @@ -1,5 +1,5 @@ # SPDX-License-Identifier: MIT -# Copyright (c) 2023 John Watts and the LuminaSensum contributors +# Copyright (c) 2024 John Watts and the LuminaSensum contributors cmake_minimum_required(VERSION 3.25) diff --git a/lang/README.md b/lang/README.md index 8d88a1c..9795bd4 100644 --- a/lang/README.md +++ b/lang/README.md @@ -17,8 +17,8 @@ All documentation and software for this project is under the MIT license unless otherwise specified. -Copyright: 2023 Casey Reeves +Copyright: 2024 Casey Reeves -Copyright: 2023 John Watts +Copyright: 2024 John Watts SPDX-License-Identifier: MIT diff --git a/lang/app/main.c b/lang/app/main.c index a6bce43..4418817 100644 --- a/lang/app/main.c +++ b/lang/app/main.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// Copyright (c) 2023 John Watts and the LuminaSensum contributors +// Copyright (c) 2024 John Watts and the LuminaSensum contributors extern int lang_main(); diff --git a/lang/boolean.c b/lang/boolean.c index 8d6a2ab..abde3be 100644 --- a/lang/boolean.c +++ b/lang/boolean.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// Copyright (c) 2023 John Watts and the LuminaSensum contributors +// Copyright (c) 2024 John Watts and the LuminaSensum contributors #include "boolean.h" #include "object.h" diff --git a/lang/boolean.h b/lang/boolean.h index 5c86fb4..66eeb48 100644 --- a/lang/boolean.h +++ b/lang/boolean.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// Copyright (c) 2023 John Watts and the LuminaSensum contributors +// Copyright (c) 2024 John Watts and the LuminaSensum contributors #ifndef BOOLEAN_H #define BOOLEAN_H diff --git a/lang/bytecode.c b/lang/bytecode.c index c47ce85..ed415ef 100644 --- a/lang/bytecode.c +++ b/lang/bytecode.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// Copyright (c) 2023 John Watts and the LuminaSensum contributors +// Copyright (c) 2024 John Watts and the LuminaSensum contributors #define DEBUG_MSG 0 // Set to 1 to debug bytecode diff --git a/lang/bytecode.h b/lang/bytecode.h index d845de9..430a223 100644 --- a/lang/bytecode.h +++ b/lang/bytecode.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// Copyright (c) 2023 John Watts and the LuminaSensum contributors +// Copyright (c) 2024 John Watts and the LuminaSensum contributors #ifndef BYTECODE_H #define BYTECODE_H diff --git a/lang/compile.py b/lang/compile.py index 1386ed6..b53a0a3 100755 --- a/lang/compile.py +++ b/lang/compile.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # SPDX-License-Identifier: MIT -# Copyright (c) 2023 John Watts and the LuminaSensum contributors +# Copyright (c) 2024 John Watts and the LuminaSensum contributors import sys diff --git a/lang/debug.c b/lang/debug.c index 2a1114d..fc910a0 100644 --- a/lang/debug.c +++ b/lang/debug.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// Copyright (c) 2023 John Watts and the LuminaSensum contributors +// Copyright (c) 2024 John Watts and the LuminaSensum contributors #define DEBUG_MSG 1 // Needed to get prototypes diff --git a/lang/debug.h b/lang/debug.h index f3e08fc..e555470 100644 --- a/lang/debug.h +++ b/lang/debug.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// Copyright (c) 2023 John Watts and the LuminaSensum contributors +// Copyright (c) 2024 John Watts and the LuminaSensum contributors #ifndef DEBUG_H #define DEBUG_H diff --git a/lang/error.c b/lang/error.c index 003ece6..686d4dc 100644 --- a/lang/error.c +++ b/lang/error.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// Copyright (c) 2023 John Watts and the LuminaSensum contributors +// Copyright (c) 2024 John Watts and the LuminaSensum contributors #include "error.h" #include diff --git a/lang/error.h b/lang/error.h index f9cae26..ebe0ce4 100644 --- a/lang/error.h +++ b/lang/error.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// Copyright (c) 2023 John Watts and the LuminaSensum contributors +// Copyright (c) 2024 John Watts and the LuminaSensum contributors #ifndef ERROR_H #define ERROR_H diff --git a/lang/list.c b/lang/list.c index a3a3d53..e8360fa 100644 --- a/lang/list.c +++ b/lang/list.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// Copyright (c) 2023 John Watts and the LuminaSensum contributors +// Copyright (c) 2024 John Watts and the LuminaSensum contributors #include "list.h" #include "object.h" diff --git a/lang/list.h b/lang/list.h index 9054c83..1f452b7 100644 --- a/lang/list.h +++ b/lang/list.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// Copyright (c) 2023 John Watts and the LuminaSensum contributors +// Copyright (c) 2024 John Watts and the LuminaSensum contributors #ifndef LIST_H #define LIST_H diff --git a/lang/main.c b/lang/main.c index c28090a..d38e1d7 100644 --- a/lang/main.c +++ b/lang/main.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// Copyright (c) 2023 John Watts and the LuminaSensum contributors +// Copyright (c) 2024 John Watts and the LuminaSensum contributors #include "boolean.h" #include "error.h" diff --git a/lang/module.c b/lang/module.c index 70d1eba..a20690d 100644 --- a/lang/module.c +++ b/lang/module.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// Copyright (c) 2023 John Watts and the LuminaSensum contributors +// Copyright (c) 2024 John Watts and the LuminaSensum contributors #define MODULE_INTERNAL_API #include "module.h" diff --git a/lang/module.h b/lang/module.h index 43bdbd3..158ee84 100644 --- a/lang/module.h +++ b/lang/module.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// Copyright (c) 2023 John Watts and the LuminaSensum contributors +// Copyright (c) 2024 John Watts and the LuminaSensum contributors #ifndef MODULE_H #define MODULE_H diff --git a/lang/object.c b/lang/object.c index 4889406..077c245 100644 --- a/lang/object.c +++ b/lang/object.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// Copyright (c) 2023 John Watts and the LuminaSensum contributors +// Copyright (c) 2024 John Watts and the LuminaSensum contributors #include "object.h" #include "error.h" diff --git a/lang/object.h b/lang/object.h index 2031806..7ed3f3b 100644 --- a/lang/object.h +++ b/lang/object.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// Copyright (c) 2023 John Watts and the LuminaSensum contributors +// Copyright (c) 2024 John Watts and the LuminaSensum contributors #ifndef OBJECT_H #define OBJECT_H diff --git a/lang/rational.c b/lang/rational.c index a40398d..4f25328 100644 --- a/lang/rational.c +++ b/lang/rational.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// Copyright (c) 2023 John Watts and the LuminaSensum contributors +// Copyright (c) 2024 John Watts and the LuminaSensum contributors #include "rational.h" #include "boolean.h" diff --git a/lang/rational.h b/lang/rational.h index 97bee8d..0776058 100644 --- a/lang/rational.h +++ b/lang/rational.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// Copyright (c) 2023 John Watts and the LuminaSensum contributors +// Copyright (c) 2024 John Watts and the LuminaSensum contributors #ifndef RATIONAL_H #define RATIONAL_H diff --git a/lang/types.h b/lang/types.h index 3e316a0..7462576 100644 --- a/lang/types.h +++ b/lang/types.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// Copyright (c) 2023 John Watts and the LuminaSensum contributors +// Copyright (c) 2024 John Watts and the LuminaSensum contributors #ifndef TYPES_H #define TYPES_H diff --git a/lang/vm.c b/lang/vm.c index b015c21..e56fee1 100644 --- a/lang/vm.c +++ b/lang/vm.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// Copyright (c) 2023 John Watts and the LuminaSensum contributors +// Copyright (c) 2024 John Watts and the LuminaSensum contributors #define DEBUG_MSG 0 // Change to 1 for debug logging diff --git a/lang/vm.h b/lang/vm.h index c41c980..fa854d6 100644 --- a/lang/vm.h +++ b/lang/vm.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// Copyright (c) 2023 John Watts and the LuminaSensum contributors +// Copyright (c) 2024 John Watts and the LuminaSensum contributors #ifndef VM_H #define VM_H diff --git a/scripts/build.sh b/scripts/build.sh index 120832a..a5b60bc 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -1,6 +1,6 @@ #!/bin/bash # SPDX-License-Identifier: MIT -# Copyright (c) 2023 John Watts and the LuminaSensum contributors +# Copyright (c) 2024 John Watts and the LuminaSensum contributors set -e if ! test -e .boardserial; then diff --git a/scripts/check.sh b/scripts/check.sh index 39efec9..1c3502c 100755 --- a/scripts/check.sh +++ b/scripts/check.sh @@ -1,6 +1,6 @@ #!/bin/bash # SPDX-License-Identifier: MIT -# Copyright (c) 2023 John Watts and the LuminaSensum contributors +# Copyright (c) 2024 John Watts and the LuminaSensum contributors set -e find src include lang \ diff --git a/scripts/findboard.sh b/scripts/findboard.sh index 7162711..ef7d3da 100755 --- a/scripts/findboard.sh +++ b/scripts/findboard.sh @@ -1,6 +1,6 @@ #!/bin/bash # SPDX-License-Identifier: MIT -# Copyright (c) 2023 John Watts and the LuminaSensum contributors +# Copyright (c) 2024 John Watts and the LuminaSensum contributors set -e SERIALPATH="$PWD/.boardserial" diff --git a/scripts/serial.sh b/scripts/serial.sh index 7c7aff5..1b6be04 100755 --- a/scripts/serial.sh +++ b/scripts/serial.sh @@ -1,6 +1,6 @@ #!/bin/bash # SPDX-License-Identifier: MIT -# Copyright (c) 2023 John Watts and the LuminaSensum contributors +# Copyright (c) 2024 John Watts and the LuminaSensum contributors set -e if ! test -e .boardserial; then diff --git a/scripts/setup-udev.sh b/scripts/setup-udev.sh index 3f6f3ad..a771ea6 100755 --- a/scripts/setup-udev.sh +++ b/scripts/setup-udev.sh @@ -1,6 +1,6 @@ #!/bin/bash # SPDX-License-Identifier: MIT -# Copyright (c) 2023 John Watts and the LuminaSensum contributors +# Copyright (c) 2024 John Watts and the LuminaSensum contributors set -e RULES=/etc/udev/rules.d/60-stlink.rules diff --git a/src/ButtonThread.cpp b/src/ButtonThread.cpp index 8468ff6..27ab840 100644 --- a/src/ButtonThread.cpp +++ b/src/ButtonThread.cpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT -Copyright (c) 2023 John Watts and the LuminaSensum contributors +Copyright (c) 2024 John Watts and the LuminaSensum contributors */ #include "ButtonThread.h" diff --git a/src/Clock.cpp b/src/Clock.cpp index f14a2ba..3994f49 100644 --- a/src/Clock.cpp +++ b/src/Clock.cpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT -Copyright (c) 2023 John Watts and the LuminaSensum contributors +Copyright (c) 2024 John Watts and the LuminaSensum contributors */ #include "Clock.h" diff --git a/src/Filesystem.cpp b/src/Filesystem.cpp index 0128272..aba772a 100644 --- a/src/Filesystem.cpp +++ b/src/Filesystem.cpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT -Copyright (c) 2023 Casey Reeves and the LuminaSensum contributors +Copyright (c) 2024 Casey Reeves and the LuminaSensum contributors */ #include "Filesystem.h" diff --git a/src/FlashErase.cpp b/src/FlashErase.cpp index 9042514..6f3c04e 100644 --- a/src/FlashErase.cpp +++ b/src/FlashErase.cpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT -Copyright (c) 2023 Casey Reeves and the LuminaSensum contributors +Copyright (c) 2024 Casey Reeves and the LuminaSensum contributors */ #include "FlashErase.h" diff --git a/src/MainBD.cpp b/src/MainBD.cpp index 0c3bd0a..b0c182e 100644 --- a/src/MainBD.cpp +++ b/src/MainBD.cpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT -Copyright (c) 2023 Casey Reeves and the LuminaSensum contributors +Copyright (c) 2024 Casey Reeves and the LuminaSensum contributors */ #if !DEVICE_QSPI diff --git a/src/MainFilesystem.cpp b/src/MainFilesystem.cpp index bbca88a..c984ed5 100644 --- a/src/MainFilesystem.cpp +++ b/src/MainFilesystem.cpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT -Copyright (c) 2023 Casey Reeves and the LuminaSensum contributors +Copyright (c) 2024 Casey Reeves and the LuminaSensum contributors */ #include "MainFilesystem.h" diff --git a/src/MyUSBMSD.cpp b/src/MyUSBMSD.cpp index 3015a93..acf3ae0 100644 --- a/src/MyUSBMSD.cpp +++ b/src/MyUSBMSD.cpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT -Copyright (c) 2023 Casey Reeves and the LuminaSensum contributors +Copyright (c) 2024 Casey Reeves and the LuminaSensum contributors */ #include "MyUSBMSD.h" diff --git a/src/NetworkHandler.cpp b/src/NetworkHandler.cpp index ad93c9b..a2e3073 100644 --- a/src/NetworkHandler.cpp +++ b/src/NetworkHandler.cpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT -Copyright (c) 2023 Casey Reeves and the LuminaSensum contributors +Copyright (c) 2024 Casey Reeves and the LuminaSensum contributors */ #include "NetworkHandler.h" diff --git a/src/main.cpp b/src/main.cpp index eac2227..c64ce42 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: MIT -Copyright (c) 2023 Casey Reeves and the LuminaSensum contributors -Copyright (c) 2023 John Watts and the LuminaSensum contributors +Copyright (c) 2024 Casey Reeves and the LuminaSensum contributors +Copyright (c) 2024 John Watts and the LuminaSensum contributors */ #include "ButtonThread.h" diff --git a/third_party/sntp/sntp.cpp b/third_party/sntp/sntp.cpp index d956d72..3285e8f 100644 --- a/third_party/sntp/sntp.cpp +++ b/third_party/sntp/sntp.cpp @@ -3,7 +3,7 @@ - License: The Unlicense - Email: howe.r.j.89@gmail.com - Repository: https://github.com/howerj/sntp - - mbed port (c) 2023 John Watts and Casey Reeves */ + - mbed port (c) 2024 John Watts and Casey Reeves */ #include "sntp.h" #include "UDPSocket.h" diff --git a/third_party/sntp/sntp.h b/third_party/sntp/sntp.h index db63acf..59eb219 100644 --- a/third_party/sntp/sntp.h +++ b/third_party/sntp/sntp.h @@ -3,7 +3,7 @@ - License: The Unlicense - Email: howe.r.j.89@gmail.com - Repository: https://github.com/howerj/sntp - - mbed port (c) 2023 John Watts and Casey Reeves */ + - mbed port (c) 2024 John Watts and Casey Reeves */ #ifndef SNTP_H #define SNTP_H