Browse Source

BSL date bump

Adam Ierymenko 5 years ago
parent
commit
06730c7d1d
100 changed files with 100 additions and 100 deletions
  1. 1 1
      LICENSE.txt
  2. 1 1
      controller/DB.cpp
  3. 1 1
      controller/DB.hpp
  4. 1 1
      controller/DBMirrorSet.cpp
  5. 1 1
      controller/DBMirrorSet.hpp
  6. 1 1
      controller/EmbeddedNetworkController.cpp
  7. 1 1
      controller/EmbeddedNetworkController.hpp
  8. 1 1
      controller/FileDB.cpp
  9. 1 1
      controller/FileDB.hpp
  10. 1 1
      controller/LFDB.cpp
  11. 1 1
      controller/LFDB.hpp
  12. 1 1
      controller/PostgreSQL.cpp
  13. 1 1
      controller/PostgreSQL.hpp
  14. 1 1
      debian/copyright
  15. 1 1
      include/ZeroTierDebug.h
  16. 1 1
      include/ZeroTierOne.h
  17. 1 1
      node/Address.hpp
  18. 1 1
      node/AtomicCounter.hpp
  19. 1 1
      node/Bond.cpp
  20. 1 1
      node/Bond.hpp
  21. 1 1
      node/BondController.cpp
  22. 1 1
      node/BondController.hpp
  23. 1 1
      node/Buffer.hpp
  24. 1 1
      node/C25519.hpp
  25. 1 1
      node/Capability.cpp
  26. 1 1
      node/Capability.hpp
  27. 1 1
      node/CertificateOfMembership.cpp
  28. 1 1
      node/CertificateOfMembership.hpp
  29. 1 1
      node/CertificateOfOwnership.cpp
  30. 1 1
      node/CertificateOfOwnership.hpp
  31. 1 1
      node/Constants.hpp
  32. 1 1
      node/Credential.hpp
  33. 1 1
      node/DNS.hpp
  34. 1 1
      node/Dictionary.hpp
  35. 1 1
      node/Flow.hpp
  36. 1 1
      node/Hashtable.hpp
  37. 1 1
      node/Identity.cpp
  38. 1 1
      node/Identity.hpp
  39. 1 1
      node/IncomingPacket.cpp
  40. 1 1
      node/IncomingPacket.hpp
  41. 1 1
      node/InetAddress.cpp
  42. 1 1
      node/InetAddress.hpp
  43. 1 1
      node/MAC.hpp
  44. 1 1
      node/Membership.cpp
  45. 1 1
      node/Membership.hpp
  46. 1 1
      node/MulticastGroup.hpp
  47. 1 1
      node/Multicaster.cpp
  48. 1 1
      node/Multicaster.hpp
  49. 1 1
      node/Mutex.hpp
  50. 1 1
      node/Network.cpp
  51. 1 1
      node/Network.hpp
  52. 1 1
      node/NetworkConfig.cpp
  53. 1 1
      node/NetworkConfig.hpp
  54. 1 1
      node/NetworkController.hpp
  55. 1 1
      node/Node.cpp
  56. 1 1
      node/Node.hpp
  57. 1 1
      node/OutboundMulticast.cpp
  58. 1 1
      node/OutboundMulticast.hpp
  59. 1 1
      node/Packet.cpp
  60. 1 1
      node/Packet.hpp
  61. 1 1
      node/Path.cpp
  62. 1 1
      node/Path.hpp
  63. 1 1
      node/Peer.cpp
  64. 1 1
      node/Peer.hpp
  65. 1 1
      node/Poly1305.hpp
  66. 1 1
      node/Revocation.cpp
  67. 1 1
      node/Revocation.hpp
  68. 1 1
      node/RingBuffer.hpp
  69. 1 1
      node/RuntimeEnvironment.hpp
  70. 1 1
      node/SHA512.hpp
  71. 1 1
      node/SelfAwareness.cpp
  72. 1 1
      node/SelfAwareness.hpp
  73. 1 1
      node/SharedPtr.hpp
  74. 1 1
      node/Switch.cpp
  75. 1 1
      node/Switch.hpp
  76. 1 1
      node/Tag.cpp
  77. 1 1
      node/Tag.hpp
  78. 1 1
      node/Topology.cpp
  79. 1 1
      node/Topology.hpp
  80. 1 1
      node/Trace.cpp
  81. 1 1
      node/Trace.hpp
  82. 1 1
      node/Utils.cpp
  83. 1 1
      node/Utils.hpp
  84. 1 1
      node/World.hpp
  85. 1 1
      one.cpp
  86. 1 1
      osdep/Arp.cpp
  87. 1 1
      osdep/Arp.hpp
  88. 1 1
      osdep/BSDEthernetTap.cpp
  89. 1 1
      osdep/BSDEthernetTap.hpp
  90. 1 1
      osdep/Binder.hpp
  91. 1 1
      osdep/BlockingQueue.hpp
  92. 1 1
      osdep/EthernetTap.cpp
  93. 1 1
      osdep/EthernetTap.hpp
  94. 1 1
      osdep/Http.cpp
  95. 1 1
      osdep/Http.hpp
  96. 1 1
      osdep/Link.hpp
  97. 1 1
      osdep/LinuxEthernetTap.cpp
  98. 1 1
      osdep/LinuxEthernetTap.hpp
  99. 1 1
      osdep/LinuxNetLink.cpp
  100. 1 1
      osdep/LinuxNetLink.hpp

+ 1 - 1
LICENSE.txt

@@ -47,7 +47,7 @@ Additional Use Grant: You may make use of the Licensed Work, provided you
                       services, social welfare, senior care, child care, and
                       services, social welfare, senior care, child care, and
                       the care of persons with disabilities.
                       the care of persons with disabilities.
 
 
-Change Date:          2023-01-01
+Change Date:          2025-01-01
 
 
 Change License:       Apache License version 2.0 as published by the Apache
 Change License:       Apache License version 2.0 as published by the Apache
                       Software Foundation
                       Software Foundation

+ 1 - 1
controller/DB.cpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
controller/DB.hpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
controller/DBMirrorSet.cpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
controller/DBMirrorSet.hpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
controller/EmbeddedNetworkController.cpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
controller/EmbeddedNetworkController.hpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
controller/FileDB.cpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
controller/FileDB.hpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
controller/LFDB.cpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
controller/LFDB.hpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
controller/PostgreSQL.cpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
controller/PostgreSQL.hpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
debian/copyright

@@ -12,7 +12,7 @@ License: ZeroTier BSL 1.1
  Use of this software is governed by the Business Source License included
  Use of this software is governed by the Business Source License included
  in the LICENSE.TXT file in the project's root directory.
  in the LICENSE.TXT file in the project's root directory.
 
 
- Change Date: 2023-01-01
+ Change Date: 2025-01-01
 
 
  On the date above, in accordance with the Business Source License, use
  On the date above, in accordance with the Business Source License, use
  of this software will be governed by version 2.0 of the Apache License.
  of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
include/ZeroTierDebug.h

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
include/ZeroTierOne.h

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/Address.hpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/AtomicCounter.hpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/Bond.cpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2024-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/Bond.hpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2024-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/BondController.cpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2024-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/BondController.hpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2024-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/Buffer.hpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/C25519.hpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/Capability.cpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/Capability.hpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/CertificateOfMembership.cpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/CertificateOfMembership.hpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/CertificateOfOwnership.cpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/CertificateOfOwnership.hpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/Constants.hpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2024-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/Credential.hpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/DNS.hpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/Dictionary.hpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/Flow.hpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2024-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/Hashtable.hpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/Identity.cpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/Identity.hpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/IncomingPacket.cpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2024-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/IncomingPacket.hpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2024-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/InetAddress.cpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/InetAddress.hpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/MAC.hpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/Membership.cpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/Membership.hpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/MulticastGroup.hpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/Multicaster.cpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/Multicaster.hpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/Mutex.hpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/Network.cpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/Network.hpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/NetworkConfig.cpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/NetworkConfig.hpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/NetworkController.hpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/Node.cpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2024-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/Node.hpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2024-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/OutboundMulticast.cpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/OutboundMulticast.hpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/Packet.cpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2024-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/Packet.hpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2024-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/Path.cpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/Path.hpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2024-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/Peer.cpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2024-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/Peer.hpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2024-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/Poly1305.hpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/Revocation.cpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/Revocation.hpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/RingBuffer.hpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2024-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/RuntimeEnvironment.hpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/SHA512.hpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/SelfAwareness.cpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/SelfAwareness.hpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/SharedPtr.hpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/Switch.cpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2024-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/Switch.hpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2024-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/Tag.cpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/Tag.hpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/Topology.cpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/Topology.hpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/Trace.cpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/Trace.hpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/Utils.cpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/Utils.hpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
node/World.hpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
one.cpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
osdep/Arp.cpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
osdep/Arp.hpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
osdep/BSDEthernetTap.cpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
osdep/BSDEthernetTap.hpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
osdep/Binder.hpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2024-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
osdep/BlockingQueue.hpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
osdep/EthernetTap.cpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
osdep/EthernetTap.hpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
osdep/Http.cpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
osdep/Http.hpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
osdep/Link.hpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2024-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
osdep/LinuxEthernetTap.cpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
osdep/LinuxEthernetTap.hpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
osdep/LinuxNetLink.cpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

+ 1 - 1
osdep/LinuxNetLink.hpp

@@ -4,7 +4,7 @@
  * Use of this software is governed by the Business Source License included
  * Use of this software is governed by the Business Source License included
  * in the LICENSE.TXT file in the project's root directory.
  * in the LICENSE.TXT file in the project's root directory.
  *
  *
- * Change Date: 2023-01-01
+ * Change Date: 2025-01-01
  *
  *
  * On the date above, in accordance with the Business Source License, use
  * On the date above, in accordance with the Business Source License, use
  * of this software will be governed by version 2.0 of the Apache License.
  * of this software will be governed by version 2.0 of the Apache License.

Some files were not shown because too many files changed in this diff