Skip to content

Commit 01f822e

Browse files
committed
Copyright update
1 parent 9529938 commit 01f822e

15 files changed

+15
-15
lines changed

src/BootstrapManager.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
BoostrapManager.cpp - Main file for bootstrapping arduino projects
33
4-
Copyright © 2020 - 2024 Davide Perini
4+
Copyright © 2020 - 2025 Davide Perini
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy of
77
this software and associated documentation files (the "Software"), to deal

src/BootstrapManager.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
BoostrapManager.cpp - Main header for bootstrapping arduino projects
33
4-
Copyright © 2020 - 2024 Davide Perini
4+
Copyright © 2020 - 2025 Davide Perini
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy of
77
this software and associated documentation files (the "Software"), to deal

src/Configuration.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Configuration.cpp - Configuration impl
33
4-
Copyright © 2020 - 2024 Davide Perini
4+
Copyright © 2020 - 2025 Davide Perini
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy of
77
this software and associated documentation files (the "Software"), to deal

src/Configuration.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Configuration.h - Config header
33
4-
Copyright © 2020 - 2024 Davide Perini
4+
Copyright © 2020 - 2025 Davide Perini
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy of
77
this software and associated documentation files (the "Software"), to deal

src/EthManager.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
EthManager.cpp - Managing WiFi and OTA
33
4-
Copyright © 2020 - 2024 Davide Perini
4+
Copyright © 2020 - 2025 Davide Perini
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy of
77
this software and associated documentation files (the "Software"), to deal

src/EthManager.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
EthManager.h - Managing Wifi and OTA
33
4-
Copyright © 2020 - 2024 Davide Perini
4+
Copyright © 2020 - 2025 Davide Perini
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy of
77
this software and associated documentation files (the "Software"), to deal

src/Helpers.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Helpers.cpp - Helper classes
33
4-
Copyright © 2020 - 2024 Davide Perini
4+
Copyright © 2020 - 2025 Davide Perini
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy of
77
this software and associated documentation files (the "Software"), to deal

src/Helpers.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Helpers.h - Helper classes
33
4-
Copyright © 2020 - 2024 Davide Perini
4+
Copyright © 2020 - 2025 Davide Perini
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy of
77
this software and associated documentation files (the "Software"), to deal

src/PingESP.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
some routers isn't able to detect connected devices if there is no traffic over the internet or direct to the gateway.
44
This is helpful as a stay alive class, useful for not triggering security features on routers.
55
6-
Copyright © 2020 - 2024 Davide Perini
6+
Copyright © 2020 - 2025 Davide Perini
77
88
Permission is hereby granted, free of charge, to any person obtaining a copy of
99
this software and associated documentation files (the "Software"), to deal

src/PingESP.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
PingESP pingESP;
99
- use `pingESP.ping(WiFi.gatewayIP());` in your application code
1010
11-
Copyright © 2020 - 2024 Davide Perini
11+
Copyright © 2020 - 2025 Davide Perini
1212
1313
Permission is hereby granted, free of charge, to any person obtaining a copy of
1414
this software and associated documentation files (the "Software"), to deal

src/QueueManager.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
QueueManager.cpp - Managing MQTT queue
33
4-
Copyright © 2020 - 2024 Davide Perini
4+
Copyright © 2020 - 2025 Davide Perini
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy of
77
this software and associated documentation files (the "Software"), to deal

src/QueueManager.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
QueueManager.h - Managing MQTT queue
33
4-
Copyright © 2020 - 2024 Davide Perini
4+
Copyright © 2020 - 2025 Davide Perini
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy of
77
this software and associated documentation files (the "Software"), to deal

src/Secrets.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Secrets.h - Store your secrets here
33
4-
Copyright © 2020 - 2024 Davide Perini
4+
Copyright © 2020 - 2025 Davide Perini
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy of
77
this software and associated documentation files (the "Software"), to deal

src/WifiManager.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
WifiManager.cpp - Managing WiFi and OTA
33
4-
Copyright © 2020 - 2024 Davide Perini
4+
Copyright © 2020 - 2025 Davide Perini
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy of
77
this software and associated documentation files (the "Software"), to deal

src/WifiManager.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
WifiManager.h - Managing Wifi and OTA
33
4-
Copyright © 2020 - 2024 Davide Perini
4+
Copyright © 2020 - 2025 Davide Perini
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy of
77
this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)