From a9ab4489b8e23c706354792af10c38a8c49f71d7 Mon Sep 17 00:00:00 2001 From: offa Date: Mon, 20 Jan 2025 19:40:01 +0100 Subject: [PATCH] Update Year --- LICENSE | 2 +- include/InfluxDB/InfluxDB.h | 2 +- include/InfluxDB/InfluxDBBuilder.h | 2 +- include/InfluxDB/InfluxDBException.h | 2 +- include/InfluxDB/InfluxDBFactory.h | 2 +- include/InfluxDB/Point.h | 2 +- include/InfluxDB/Proxy.h | 2 +- include/InfluxDB/Transport.h | 2 +- src/BoostSupport.cxx | 2 +- src/BoostSupport.h | 2 +- src/HTTP.cxx | 2 +- src/HTTP.h | 2 +- src/InfluxDB.cxx | 2 +- src/InfluxDBBuilder.cxx | 2 +- src/InfluxDBFactory.cxx | 2 +- src/LineProtocol.cxx | 2 +- src/LineProtocol.h | 2 +- src/NoBoostSupport.cxx | 2 +- src/Point.cxx | 2 +- src/Proxy.cxx | 2 +- src/UDP.cxx | 2 +- src/UDP.h | 2 +- src/UnixSocket.cxx | 2 +- src/UnixSocket.h | 2 +- test/BoostSupportTest.cxx | 2 +- test/HttpTest.cxx | 2 +- test/InfluxDBFactoryTest.cxx | 2 +- test/InfluxDBTest.cxx | 2 +- test/LineProtocolTest.cxx | 2 +- test/NoBoostSupportTest.cxx | 2 +- test/PointTest.cxx | 2 +- test/ProxyTest.cxx | 2 +- test/UriParserTest.cxx | 2 +- test/mock/CprMock.cxx | 2 +- test/mock/CprMock.h | 2 +- test/mock/TransportMock.h | 2 +- test/system/HttpAuthST.cxx | 2 +- test/system/InfluxDBST.cxx | 2 +- test/system/SystemTest.h | 2 +- 39 files changed, 39 insertions(+), 39 deletions(-) diff --git a/LICENSE b/LICENSE index 616d175..84c2140 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020-2024 offa +Copyright (c) 2020-2025 offa Copyright (c) 2019 Adam Wegrzynek Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/include/InfluxDB/InfluxDB.h b/include/InfluxDB/InfluxDB.h index a21da02..0d688c6 100644 --- a/include/InfluxDB/InfluxDB.h +++ b/include/InfluxDB/InfluxDB.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2020-2024 offa +// Copyright (c) 2020-2025 offa // Copyright (c) 2019 Adam Wegrzynek // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/include/InfluxDB/InfluxDBBuilder.h b/include/InfluxDB/InfluxDBBuilder.h index 6e9f3d5..25adf91 100644 --- a/include/InfluxDB/InfluxDBBuilder.h +++ b/include/InfluxDB/InfluxDBBuilder.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2020-2024 offa +// Copyright (c) 2020-2025 offa // // 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/include/InfluxDB/InfluxDBException.h b/include/InfluxDB/InfluxDBException.h index f1e2555..1ac1224 100644 --- a/include/InfluxDB/InfluxDBException.h +++ b/include/InfluxDB/InfluxDBException.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2020-2024 offa +// Copyright (c) 2020-2025 offa // Copyright (c) 2019 Adam Wegrzynek // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/include/InfluxDB/InfluxDBFactory.h b/include/InfluxDB/InfluxDBFactory.h index 8ce9ee9..50cecb4 100644 --- a/include/InfluxDB/InfluxDBFactory.h +++ b/include/InfluxDB/InfluxDBFactory.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2020-2024 offa +// Copyright (c) 2020-2025 offa // Copyright (c) 2019 Adam Wegrzynek // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/include/InfluxDB/Point.h b/include/InfluxDB/Point.h index 9dc6318..977d536 100644 --- a/include/InfluxDB/Point.h +++ b/include/InfluxDB/Point.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2020-2024 offa +// Copyright (c) 2020-2025 offa // Copyright (c) 2019 Adam Wegrzynek // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/include/InfluxDB/Proxy.h b/include/InfluxDB/Proxy.h index 4a82b45..5c9d970 100644 --- a/include/InfluxDB/Proxy.h +++ b/include/InfluxDB/Proxy.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2020-2024 offa +// Copyright (c) 2020-2025 offa // // 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/include/InfluxDB/Transport.h b/include/InfluxDB/Transport.h index 0e73b9f..86b95d1 100644 --- a/include/InfluxDB/Transport.h +++ b/include/InfluxDB/Transport.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2020-2024 offa +// Copyright (c) 2020-2025 offa // Copyright (c) 2019 Adam Wegrzynek // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/BoostSupport.cxx b/src/BoostSupport.cxx index c2b1e68..0e12a81 100644 --- a/src/BoostSupport.cxx +++ b/src/BoostSupport.cxx @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2020-2024 offa +// Copyright (c) 2020-2025 offa // Copyright (c) 2019 Adam Wegrzynek // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/BoostSupport.h b/src/BoostSupport.h index 201df22..bb993ee 100644 --- a/src/BoostSupport.h +++ b/src/BoostSupport.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2020-2024 offa +// Copyright (c) 2020-2025 offa // Copyright (c) 2019 Adam Wegrzynek // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/HTTP.cxx b/src/HTTP.cxx index fa784ec..05f1f97 100644 --- a/src/HTTP.cxx +++ b/src/HTTP.cxx @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2020-2024 offa +// Copyright (c) 2020-2025 offa // Copyright (c) 2019 Adam Wegrzynek // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/HTTP.h b/src/HTTP.h index 4621044..6d2b1de 100644 --- a/src/HTTP.h +++ b/src/HTTP.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2020-2024 offa +// Copyright (c) 2020-2025 offa // Copyright (c) 2019 Adam Wegrzynek // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/InfluxDB.cxx b/src/InfluxDB.cxx index fe2e78c..d9c72a9 100644 --- a/src/InfluxDB.cxx +++ b/src/InfluxDB.cxx @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2020-2024 offa +// Copyright (c) 2020-2025 offa // Copyright (c) 2019 Adam Wegrzynek // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/InfluxDBBuilder.cxx b/src/InfluxDBBuilder.cxx index d119881..84ba6eb 100644 --- a/src/InfluxDBBuilder.cxx +++ b/src/InfluxDBBuilder.cxx @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2020-2024 offa +// Copyright (c) 2020-2025 offa // // 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/InfluxDBFactory.cxx b/src/InfluxDBFactory.cxx index 34c341b..8e73006 100644 --- a/src/InfluxDBFactory.cxx +++ b/src/InfluxDBFactory.cxx @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2020-2024 offa +// Copyright (c) 2020-2025 offa // Copyright (c) 2019 Adam Wegrzynek // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/LineProtocol.cxx b/src/LineProtocol.cxx index 04829e5..42ac9c3 100644 --- a/src/LineProtocol.cxx +++ b/src/LineProtocol.cxx @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2020-2024 offa +// Copyright (c) 2020-2025 offa // // 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/LineProtocol.h b/src/LineProtocol.h index 5258672..8d161ef 100644 --- a/src/LineProtocol.h +++ b/src/LineProtocol.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2020-2024 offa +// Copyright (c) 2020-2025 offa // // 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/NoBoostSupport.cxx b/src/NoBoostSupport.cxx index 41b4884..a0f2d7a 100644 --- a/src/NoBoostSupport.cxx +++ b/src/NoBoostSupport.cxx @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2020-2024 offa +// Copyright (c) 2020-2025 offa // Copyright (c) 2019 Adam Wegrzynek // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/Point.cxx b/src/Point.cxx index 41df974..30e8def 100644 --- a/src/Point.cxx +++ b/src/Point.cxx @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2020-2024 offa +// Copyright (c) 2020-2025 offa // Copyright (c) 2019 Adam Wegrzynek // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/Proxy.cxx b/src/Proxy.cxx index 122a1dc..768bcf1 100644 --- a/src/Proxy.cxx +++ b/src/Proxy.cxx @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2020-2024 offa +// Copyright (c) 2020-2025 offa // // 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/UDP.cxx b/src/UDP.cxx index 718d039..a76da2b 100644 --- a/src/UDP.cxx +++ b/src/UDP.cxx @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2020-2024 offa +// Copyright (c) 2020-2025 offa // Copyright (c) 2019 Adam Wegrzynek // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/UDP.h b/src/UDP.h index c4692a0..42fc4da 100644 --- a/src/UDP.h +++ b/src/UDP.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2020-2024 offa +// Copyright (c) 2020-2025 offa // Copyright (c) 2019 Adam Wegrzynek // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/UnixSocket.cxx b/src/UnixSocket.cxx index 05dc7b6..b963e20 100644 --- a/src/UnixSocket.cxx +++ b/src/UnixSocket.cxx @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2020-2024 offa +// Copyright (c) 2020-2025 offa // Copyright (c) 2019 Adam Wegrzynek // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/UnixSocket.h b/src/UnixSocket.h index 7b5a068..9c97646 100644 --- a/src/UnixSocket.h +++ b/src/UnixSocket.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2020-2024 offa +// Copyright (c) 2020-2025 offa // Copyright (c) 2019 Adam Wegrzynek // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/test/BoostSupportTest.cxx b/test/BoostSupportTest.cxx index 972d156..ce8259a 100644 --- a/test/BoostSupportTest.cxx +++ b/test/BoostSupportTest.cxx @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2020-2024 offa +// Copyright (c) 2020-2025 offa // // 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/test/HttpTest.cxx b/test/HttpTest.cxx index 82902ba..8a20f8c 100644 --- a/test/HttpTest.cxx +++ b/test/HttpTest.cxx @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2020-2024 offa +// Copyright (c) 2020-2025 offa // // 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/test/InfluxDBFactoryTest.cxx b/test/InfluxDBFactoryTest.cxx index c1705c4..9bcb00a 100644 --- a/test/InfluxDBFactoryTest.cxx +++ b/test/InfluxDBFactoryTest.cxx @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2020-2024 offa +// Copyright (c) 2020-2025 offa // // 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/test/InfluxDBTest.cxx b/test/InfluxDBTest.cxx index 291382d..1b390ea 100644 --- a/test/InfluxDBTest.cxx +++ b/test/InfluxDBTest.cxx @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2020-2024 offa +// Copyright (c) 2020-2025 offa // // 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/test/LineProtocolTest.cxx b/test/LineProtocolTest.cxx index 130fa40..9cbf5c9 100644 --- a/test/LineProtocolTest.cxx +++ b/test/LineProtocolTest.cxx @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2020-2024 offa +// Copyright (c) 2020-2025 offa // // 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/test/NoBoostSupportTest.cxx b/test/NoBoostSupportTest.cxx index d69d702..195c307 100644 --- a/test/NoBoostSupportTest.cxx +++ b/test/NoBoostSupportTest.cxx @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2020-2024 offa +// Copyright (c) 2020-2025 offa // // 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/test/PointTest.cxx b/test/PointTest.cxx index f3697a7..a13dc76 100644 --- a/test/PointTest.cxx +++ b/test/PointTest.cxx @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2020-2024 offa +// Copyright (c) 2020-2025 offa // // 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/test/ProxyTest.cxx b/test/ProxyTest.cxx index 0e63962..7689edb 100644 --- a/test/ProxyTest.cxx +++ b/test/ProxyTest.cxx @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2020-2024 offa +// Copyright (c) 2020-2025 offa // // 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/test/UriParserTest.cxx b/test/UriParserTest.cxx index ba9e711..c70d1d2 100644 --- a/test/UriParserTest.cxx +++ b/test/UriParserTest.cxx @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2020-2024 offa +// Copyright (c) 2020-2025 offa // // 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/test/mock/CprMock.cxx b/test/mock/CprMock.cxx index 8b0739b..5ee3de1 100644 --- a/test/mock/CprMock.cxx +++ b/test/mock/CprMock.cxx @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2020-2024 offa +// Copyright (c) 2020-2025 offa // // 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/test/mock/CprMock.h b/test/mock/CprMock.h index 92098d9..c0da63b 100644 --- a/test/mock/CprMock.h +++ b/test/mock/CprMock.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2020-2024 offa +// Copyright (c) 2020-2025 offa // // 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/test/mock/TransportMock.h b/test/mock/TransportMock.h index 1a4080f..543fb26 100644 --- a/test/mock/TransportMock.h +++ b/test/mock/TransportMock.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2020-2024 offa +// Copyright (c) 2020-2025 offa // // 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/test/system/HttpAuthST.cxx b/test/system/HttpAuthST.cxx index 3d1054d..3fc48ee 100644 --- a/test/system/HttpAuthST.cxx +++ b/test/system/HttpAuthST.cxx @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2020-2024 offa +// Copyright (c) 2020-2025 offa // // 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/test/system/InfluxDBST.cxx b/test/system/InfluxDBST.cxx index 92fa442..8967440 100644 --- a/test/system/InfluxDBST.cxx +++ b/test/system/InfluxDBST.cxx @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2020-2024 offa +// Copyright (c) 2020-2025 offa // // 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/test/system/SystemTest.h b/test/system/SystemTest.h index 98ac078..4414c97 100644 --- a/test/system/SystemTest.h +++ b/test/system/SystemTest.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2020-2024 offa +// Copyright (c) 2020-2025 offa // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal