Skip to content

Commit

Permalink
Copyright update
Browse files Browse the repository at this point in the history
  • Loading branch information
sblantipodi committed Jan 1, 2025
1 parent 9529938 commit 01f822e
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion src/BootstrapManager.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
BoostrapManager.cpp - Main file for bootstrapping arduino projects
Copyright © 2020 - 2024 Davide Perini
Copyright © 2020 - 2025 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
Expand Down
2 changes: 1 addition & 1 deletion src/BootstrapManager.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
BoostrapManager.cpp - Main header for bootstrapping arduino projects
Copyright © 2020 - 2024 Davide Perini
Copyright © 2020 - 2025 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
Expand Down
2 changes: 1 addition & 1 deletion src/Configuration.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Configuration.cpp - Configuration impl
Copyright © 2020 - 2024 Davide Perini
Copyright © 2020 - 2025 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
Expand Down
2 changes: 1 addition & 1 deletion src/Configuration.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Configuration.h - Config header
Copyright © 2020 - 2024 Davide Perini
Copyright © 2020 - 2025 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
Expand Down
2 changes: 1 addition & 1 deletion src/EthManager.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
EthManager.cpp - Managing WiFi and OTA
Copyright © 2020 - 2024 Davide Perini
Copyright © 2020 - 2025 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
Expand Down
2 changes: 1 addition & 1 deletion src/EthManager.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
EthManager.h - Managing Wifi and OTA
Copyright © 2020 - 2024 Davide Perini
Copyright © 2020 - 2025 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
Expand Down
2 changes: 1 addition & 1 deletion src/Helpers.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Helpers.cpp - Helper classes
Copyright © 2020 - 2024 Davide Perini
Copyright © 2020 - 2025 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
Expand Down
2 changes: 1 addition & 1 deletion src/Helpers.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Helpers.h - Helper classes
Copyright © 2020 - 2024 Davide Perini
Copyright © 2020 - 2025 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
Expand Down
2 changes: 1 addition & 1 deletion src/PingESP.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 - 2024 Davide Perini
Copyright © 2020 - 2025 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
Expand Down
2 changes: 1 addition & 1 deletion src/PingESP.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
PingESP pingESP;
- use `pingESP.ping(WiFi.gatewayIP());` in your application code
Copyright © 2020 - 2024 Davide Perini
Copyright © 2020 - 2025 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
Expand Down
2 changes: 1 addition & 1 deletion src/QueueManager.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
QueueManager.cpp - Managing MQTT queue
Copyright © 2020 - 2024 Davide Perini
Copyright © 2020 - 2025 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
Expand Down
2 changes: 1 addition & 1 deletion src/QueueManager.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
QueueManager.h - Managing MQTT queue
Copyright © 2020 - 2024 Davide Perini
Copyright © 2020 - 2025 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
Expand Down
2 changes: 1 addition & 1 deletion src/Secrets.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Secrets.h - Store your secrets here
Copyright © 2020 - 2024 Davide Perini
Copyright © 2020 - 2025 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
Expand Down
2 changes: 1 addition & 1 deletion src/WifiManager.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
WifiManager.cpp - Managing WiFi and OTA
Copyright © 2020 - 2024 Davide Perini
Copyright © 2020 - 2025 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
Expand Down
2 changes: 1 addition & 1 deletion src/WifiManager.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
WifiManager.h - Managing Wifi and OTA
Copyright © 2020 - 2024 Davide Perini
Copyright © 2020 - 2025 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
Expand Down

0 comments on commit 01f822e

Please sign in to comment.