diff --git a/examples/ChangeName.cpp b/examples/ChangeName.cpp index 9df03e0..1457c91 100644 --- a/examples/ChangeName.cpp +++ b/examples/ChangeName.cpp @@ -2,7 +2,7 @@ ChangeName.cpp - Main Arduino File - Utility classes for bootstrapping arduino projects with Wifi management, OTA upload management, memory management, MQTT and queue management. - Copyright © 2020 - 2023 Davide Perini + Copyright © 2020 - 2024 Davide Perini 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/examples/ChangeName.h b/examples/ChangeName.h index 8c706be..d4369ac 100644 --- a/examples/ChangeName.h +++ b/examples/ChangeName.h @@ -1,7 +1,7 @@ /* ChangeName.h - Main header - Copyright © 2020 - 2023 Davide Perini + Copyright © 2020 - 2024 Davide Perini 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/library.json b/library.json index 13076e0..375cf2d 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "type": "git", "url": "https://github.com/sblantipodi/arduino_bootstrapper.git" }, - "version": "1.16.0", + "version": "1.16.1", "examples": "examples/*.cpp", "exclude": "tests", "frameworks": "arduino", diff --git a/library.properties b/library.properties index 556fb56..4b372b2 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Bootstrapper -version=1.16.0 +version=1.16.1 author=Davide Perini maintainer=Davide Perini sentence=A client library for MQTT messaging. diff --git a/src/BootstrapManager.cpp b/src/BootstrapManager.cpp index 84fd8a1..d0b5dcf 100644 --- a/src/BootstrapManager.cpp +++ b/src/BootstrapManager.cpp @@ -1,7 +1,7 @@ /* BoostrapManager.cpp - Main file for bootstrapping arduino projects - Copyright © 2020 - 2023 Davide Perini + Copyright © 2020 - 2024 Davide Perini 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/src/BootstrapManager.h b/src/BootstrapManager.h index 0671b4c..1c057f3 100644 --- a/src/BootstrapManager.h +++ b/src/BootstrapManager.h @@ -1,7 +1,7 @@ /* BoostrapManager.cpp - Main header for bootstrapping arduino projects - Copyright © 2020 - 2023 Davide Perini + Copyright © 2020 - 2024 Davide Perini 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/src/Configuration.cpp b/src/Configuration.cpp index 3162010..17f804c 100644 --- a/src/Configuration.cpp +++ b/src/Configuration.cpp @@ -1,7 +1,7 @@ /* Configuration.cpp - Configuration impl - Copyright © 2020 - 2023 Davide Perini + Copyright © 2020 - 2024 Davide Perini 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/src/Configuration.h b/src/Configuration.h index a18942b..ab135c8 100644 --- a/src/Configuration.h +++ b/src/Configuration.h @@ -1,7 +1,7 @@ /* Configuration.h - Config header - Copyright © 2020 - 2023 Davide Perini + Copyright © 2020 - 2024 Davide Perini 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/src/Helpers.cpp b/src/Helpers.cpp index dd6e3eb..1e16e98 100644 --- a/src/Helpers.cpp +++ b/src/Helpers.cpp @@ -1,7 +1,7 @@ /* Helpers.cpp - Helper classes - Copyright © 2020 - 2023 Davide Perini + Copyright © 2020 - 2024 Davide Perini 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/src/Helpers.h b/src/Helpers.h index 832ef0b..dac5e41 100644 --- a/src/Helpers.h +++ b/src/Helpers.h @@ -1,7 +1,7 @@ /* Helpers.h - Helper classes - Copyright © 2020 - 2023 Davide Perini + Copyright © 2020 - 2024 Davide Perini 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/src/PingESP.cpp b/src/PingESP.cpp index 83235f6..0ad64d0 100644 --- a/src/PingESP.cpp +++ b/src/PingESP.cpp @@ -3,7 +3,7 @@ some routers isn't able to detect connected devices if there is no traffic over the internet or direct to the gateway. This is helpful as a stay alive class, useful for not triggering security features on routers. - Copyright © 2020 - 2023 Davide Perini + Copyright © 2020 - 2024 Davide Perini 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/src/PingESP.h b/src/PingESP.h index 74ac0d3..1f02791 100644 --- a/src/PingESP.h +++ b/src/PingESP.h @@ -8,7 +8,7 @@ PingESP pingESP; - use `pingESP.ping(WiFi.gatewayIP());` in your application code - Copyright © 2020 - 2023 Davide Perini + Copyright © 2020 - 2024 Davide Perini 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/src/QueueManager.cpp b/src/QueueManager.cpp index 5aa462c..1642aff 100644 --- a/src/QueueManager.cpp +++ b/src/QueueManager.cpp @@ -1,7 +1,7 @@ /* QueueManager.cpp - Managing MQTT queue - Copyright © 2020 - 2023 Davide Perini + Copyright © 2020 - 2024 Davide Perini 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/src/QueueManager.h b/src/QueueManager.h index 6e9379f..24287f7 100644 --- a/src/QueueManager.h +++ b/src/QueueManager.h @@ -1,7 +1,7 @@ /* QueueManager.h - Managing MQTT queue - Copyright © 2020 - 2023 Davide Perini + Copyright © 2020 - 2024 Davide Perini 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/src/Secrets.h b/src/Secrets.h index 9c83cca..854df61 100644 --- a/src/Secrets.h +++ b/src/Secrets.h @@ -1,7 +1,7 @@ /* Secrets.h - Store your secrets here - Copyright © 2020 - 2023 Davide Perini + Copyright © 2020 - 2024 Davide Perini 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/src/WifiManager.cpp b/src/WifiManager.cpp index f8d5d60..bf320f8 100644 --- a/src/WifiManager.cpp +++ b/src/WifiManager.cpp @@ -1,7 +1,7 @@ /* WifiManager.cpp - Managing WiFi and OTA - Copyright © 2020 - 2023 Davide Perini + Copyright © 2020 - 2024 Davide Perini 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/src/WifiManager.h b/src/WifiManager.h index bfaca9c..0370c23 100644 --- a/src/WifiManager.h +++ b/src/WifiManager.h @@ -1,7 +1,7 @@ /* WifiManager.h - Managing Wifi and OTA - Copyright © 2020 - 2023 Davide Perini + Copyright © 2020 - 2024 Davide Perini Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal