Skip to content

Commit a9ab448

Browse files
committed
Update Year
1 parent 5df8f87 commit a9ab448

39 files changed

+39
-39
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020-2024 offa
3+
Copyright (c) 2020-2025 offa
44
Copyright (c) 2019 Adam Wegrzynek
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy

include/InfluxDB/InfluxDB.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// MIT License
22
//
3-
// Copyright (c) 2020-2024 offa
3+
// Copyright (c) 2020-2025 offa
44
// Copyright (c) 2019 Adam Wegrzynek
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy

include/InfluxDB/InfluxDBBuilder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// MIT License
22
//
3-
// Copyright (c) 2020-2024 offa
3+
// Copyright (c) 2020-2025 offa
44
//
55
// Permission is hereby granted, free of charge, to any person obtaining a copy
66
// of this software and associated documentation files (the "Software"), to deal

include/InfluxDB/InfluxDBException.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// MIT License
22
//
3-
// Copyright (c) 2020-2024 offa
3+
// Copyright (c) 2020-2025 offa
44
// Copyright (c) 2019 Adam Wegrzynek
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy

include/InfluxDB/InfluxDBFactory.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// MIT License
22
//
3-
// Copyright (c) 2020-2024 offa
3+
// Copyright (c) 2020-2025 offa
44
// Copyright (c) 2019 Adam Wegrzynek
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy

include/InfluxDB/Point.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// MIT License
22
//
3-
// Copyright (c) 2020-2024 offa
3+
// Copyright (c) 2020-2025 offa
44
// Copyright (c) 2019 Adam Wegrzynek
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy

include/InfluxDB/Proxy.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// MIT License
22
//
3-
// Copyright (c) 2020-2024 offa
3+
// Copyright (c) 2020-2025 offa
44
//
55
// Permission is hereby granted, free of charge, to any person obtaining a copy
66
// of this software and associated documentation files (the "Software"), to deal

include/InfluxDB/Transport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// MIT License
22
//
3-
// Copyright (c) 2020-2024 offa
3+
// Copyright (c) 2020-2025 offa
44
// Copyright (c) 2019 Adam Wegrzynek
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy

src/BoostSupport.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// MIT License
22
//
3-
// Copyright (c) 2020-2024 offa
3+
// Copyright (c) 2020-2025 offa
44
// Copyright (c) 2019 Adam Wegrzynek
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy

src/BoostSupport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// MIT License
22
//
3-
// Copyright (c) 2020-2024 offa
3+
// Copyright (c) 2020-2025 offa
44
// Copyright (c) 2019 Adam Wegrzynek
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy

src/HTTP.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// MIT License
22
//
3-
// Copyright (c) 2020-2024 offa
3+
// Copyright (c) 2020-2025 offa
44
// Copyright (c) 2019 Adam Wegrzynek
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy

src/HTTP.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// MIT License
22
//
3-
// Copyright (c) 2020-2024 offa
3+
// Copyright (c) 2020-2025 offa
44
// Copyright (c) 2019 Adam Wegrzynek
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy

src/InfluxDB.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// MIT License
22
//
3-
// Copyright (c) 2020-2024 offa
3+
// Copyright (c) 2020-2025 offa
44
// Copyright (c) 2019 Adam Wegrzynek
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy

src/InfluxDBBuilder.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// MIT License
22
//
3-
// Copyright (c) 2020-2024 offa
3+
// Copyright (c) 2020-2025 offa
44
//
55
// Permission is hereby granted, free of charge, to any person obtaining a copy
66
// of this software and associated documentation files (the "Software"), to deal

src/InfluxDBFactory.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// MIT License
22
//
3-
// Copyright (c) 2020-2024 offa
3+
// Copyright (c) 2020-2025 offa
44
// Copyright (c) 2019 Adam Wegrzynek
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy

src/LineProtocol.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// MIT License
22
//
3-
// Copyright (c) 2020-2024 offa
3+
// Copyright (c) 2020-2025 offa
44
//
55
// Permission is hereby granted, free of charge, to any person obtaining a copy
66
// of this software and associated documentation files (the "Software"), to deal

src/LineProtocol.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// MIT License
22
//
3-
// Copyright (c) 2020-2024 offa
3+
// Copyright (c) 2020-2025 offa
44
//
55
// Permission is hereby granted, free of charge, to any person obtaining a copy
66
// of this software and associated documentation files (the "Software"), to deal

src/NoBoostSupport.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// MIT License
22
//
3-
// Copyright (c) 2020-2024 offa
3+
// Copyright (c) 2020-2025 offa
44
// Copyright (c) 2019 Adam Wegrzynek
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy

src/Point.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// MIT License
22
//
3-
// Copyright (c) 2020-2024 offa
3+
// Copyright (c) 2020-2025 offa
44
// Copyright (c) 2019 Adam Wegrzynek
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy

src/Proxy.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// MIT License
22
//
3-
// Copyright (c) 2020-2024 offa
3+
// Copyright (c) 2020-2025 offa
44
//
55
// Permission is hereby granted, free of charge, to any person obtaining a copy
66
// of this software and associated documentation files (the "Software"), to deal

src/UDP.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// MIT License
22
//
3-
// Copyright (c) 2020-2024 offa
3+
// Copyright (c) 2020-2025 offa
44
// Copyright (c) 2019 Adam Wegrzynek
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy

src/UDP.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// MIT License
22
//
3-
// Copyright (c) 2020-2024 offa
3+
// Copyright (c) 2020-2025 offa
44
// Copyright (c) 2019 Adam Wegrzynek
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy

src/UnixSocket.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// MIT License
22
//
3-
// Copyright (c) 2020-2024 offa
3+
// Copyright (c) 2020-2025 offa
44
// Copyright (c) 2019 Adam Wegrzynek
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy

src/UnixSocket.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// MIT License
22
//
3-
// Copyright (c) 2020-2024 offa
3+
// Copyright (c) 2020-2025 offa
44
// Copyright (c) 2019 Adam Wegrzynek
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy

test/BoostSupportTest.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// MIT License
22
//
3-
// Copyright (c) 2020-2024 offa
3+
// Copyright (c) 2020-2025 offa
44
//
55
// Permission is hereby granted, free of charge, to any person obtaining a copy
66
// of this software and associated documentation files (the "Software"), to deal

test/HttpTest.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// MIT License
22
//
3-
// Copyright (c) 2020-2024 offa
3+
// Copyright (c) 2020-2025 offa
44
//
55
// Permission is hereby granted, free of charge, to any person obtaining a copy
66
// of this software and associated documentation files (the "Software"), to deal

test/InfluxDBFactoryTest.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// MIT License
22
//
3-
// Copyright (c) 2020-2024 offa
3+
// Copyright (c) 2020-2025 offa
44
//
55
// Permission is hereby granted, free of charge, to any person obtaining a copy
66
// of this software and associated documentation files (the "Software"), to deal

test/InfluxDBTest.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// MIT License
22
//
3-
// Copyright (c) 2020-2024 offa
3+
// Copyright (c) 2020-2025 offa
44
//
55
// Permission is hereby granted, free of charge, to any person obtaining a copy
66
// of this software and associated documentation files (the "Software"), to deal

test/LineProtocolTest.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// MIT License
22
//
3-
// Copyright (c) 2020-2024 offa
3+
// Copyright (c) 2020-2025 offa
44
//
55
// Permission is hereby granted, free of charge, to any person obtaining a copy
66
// of this software and associated documentation files (the "Software"), to deal

test/NoBoostSupportTest.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// MIT License
22
//
3-
// Copyright (c) 2020-2024 offa
3+
// Copyright (c) 2020-2025 offa
44
//
55
// Permission is hereby granted, free of charge, to any person obtaining a copy
66
// of this software and associated documentation files (the "Software"), to deal

test/PointTest.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// MIT License
22
//
3-
// Copyright (c) 2020-2024 offa
3+
// Copyright (c) 2020-2025 offa
44
//
55
// Permission is hereby granted, free of charge, to any person obtaining a copy
66
// of this software and associated documentation files (the "Software"), to deal

test/ProxyTest.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// MIT License
22
//
3-
// Copyright (c) 2020-2024 offa
3+
// Copyright (c) 2020-2025 offa
44
//
55
// Permission is hereby granted, free of charge, to any person obtaining a copy
66
// of this software and associated documentation files (the "Software"), to deal

test/UriParserTest.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// MIT License
22
//
3-
// Copyright (c) 2020-2024 offa
3+
// Copyright (c) 2020-2025 offa
44
//
55
// Permission is hereby granted, free of charge, to any person obtaining a copy
66
// of this software and associated documentation files (the "Software"), to deal

test/mock/CprMock.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// MIT License
22
//
3-
// Copyright (c) 2020-2024 offa
3+
// Copyright (c) 2020-2025 offa
44
//
55
// Permission is hereby granted, free of charge, to any person obtaining a copy
66
// of this software and associated documentation files (the "Software"), to deal

test/mock/CprMock.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// MIT License
22
//
3-
// Copyright (c) 2020-2024 offa
3+
// Copyright (c) 2020-2025 offa
44
//
55
// Permission is hereby granted, free of charge, to any person obtaining a copy
66
// of this software and associated documentation files (the "Software"), to deal

test/mock/TransportMock.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// MIT License
22
//
3-
// Copyright (c) 2020-2024 offa
3+
// Copyright (c) 2020-2025 offa
44
//
55
// Permission is hereby granted, free of charge, to any person obtaining a copy
66
// of this software and associated documentation files (the "Software"), to deal

test/system/HttpAuthST.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// MIT License
22
//
3-
// Copyright (c) 2020-2024 offa
3+
// Copyright (c) 2020-2025 offa
44
//
55
// Permission is hereby granted, free of charge, to any person obtaining a copy
66
// of this software and associated documentation files (the "Software"), to deal

test/system/InfluxDBST.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// MIT License
22
//
3-
// Copyright (c) 2020-2024 offa
3+
// Copyright (c) 2020-2025 offa
44
//
55
// Permission is hereby granted, free of charge, to any person obtaining a copy
66
// of this software and associated documentation files (the "Software"), to deal

test/system/SystemTest.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// MIT License
22
//
3-
// Copyright (c) 2020-2024 offa
3+
// Copyright (c) 2020-2025 offa
44
//
55
// Permission is hereby granted, free of charge, to any person obtaining a copy
66
// of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)