Skip to content

Commit 2260faa

Browse files
committed
C++ code: bump copyrights, bring non-test headings into common format
Signed-off-by: Jim Klimov <[email protected]>
1 parent 7c916fb commit 2260faa

16 files changed

+58
-28
lines changed

clients/nutclient.cpp

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
/* nutclient.cpp - nutclient C++ library implementation
22
3-
Copyright (C) 2012 Emilien Kia <[email protected]>
3+
Copyright (C) 2012 Eaton
4+
5+
Author: Emilien Kia <[email protected]>
6+
7+
Copyright (C) 2024-2025 NUT Community
8+
9+
Author: Jim Klimov <[email protected]>
410
511
This program is free software; you can redistribute it and/or modify
612
it under the terms of the GNU General Public License as published by

common/nutconf.cpp

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
/*
22
nutconf.cpp - configuration API
33
4-
Copyright (C)
5-
2012 Emilien Kia <[email protected]>
6-
2024 Jim Klimov <[email protected]>
4+
Copyright (C) 2012 Eaton
5+
6+
Author: Emilien Kia <[email protected]>
7+
8+
Copyright (C) 2024-2025 NUT Community
9+
10+
Author: Jim Klimov <[email protected]>
711
812
This program is free software; you can redistribute it and/or modify
913
it under the terms of the GNU General Public License as published by

common/nutipc.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Author: Vaclav Krpec <[email protected]>
77
8-
Copyright (C) 2024 NUT Community
8+
Copyright (C) 2024-2025 NUT Community
99
1010
Author: Jim Klimov <[email protected]>
1111

common/nutstream.cpp

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
/*
22
nutstream.cpp - NUT stream
33
4-
Copyright (C)
5-
2012 Vaclav Krpec <[email protected]>
6-
2024 Jim Klimov <[email protected]>
4+
Copyright (C) 2012 Eaton
5+
6+
Author: Vaclav Krpec <[email protected]>
7+
8+
Copyright (C) 2024-2025 NUT Community
9+
10+
Author: Jim Klimov <[email protected]>
711
812
This program is free software; you can redistribute it and/or modify
913
it under the terms of the GNU General Public License as published by

common/nutwriter.cpp

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
/*
22
nutwriter.cpp - NUT writer
33
4-
Copyright (C)
5-
2012 Vaclav Krpec <[email protected]>
6-
2024 Jim Klimov <[email protected]>
4+
Copyright (C) 2012 Eaton
5+
6+
Author: Vaclav Krpec <[email protected]>
7+
8+
Copyright (C) 2024-2025 NUT Community
9+
10+
Author: Jim Klimov <[email protected]>
711
812
This program is free software; you can redistribute it and/or modify
913
it under the terms of the GNU General Public License as published by

include/nutconf.hpp

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
/*
22
nutconf.hpp - Nut configuration file manipulation API
33
4-
Copyright (C)
5-
2012 Emilien Kia <[email protected]>
6-
2024 Jim Klimov <[email protected]>
4+
Copyright (C) 2012 Eaton
5+
6+
Author: Emilien Kia <[email protected]>
7+
8+
Copyright (C) 2024-2025 NUT Community
9+
10+
Author: Jim Klimov <[email protected]>
711
812
This program is free software; you can redistribute it and/or modify
913
it under the terms of the GNU General Public License as published by

include/nutipc.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Author: Vaclav Krpec <[email protected]>
77
8-
Copyright (C) 2024 NUT Community
8+
Copyright (C) 2024-2025 NUT Community
99
1010
Author: Jim Klimov <[email protected]>
1111

include/nutstream.hpp

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
/*
22
nutstream.hpp - NUT stream
33
4-
Copyright (C)
5-
2012 Vaclav Krpec <[email protected]>
6-
2024 Jim Klimov <[email protected]>
4+
Copyright (C) 2012 Eaton
5+
6+
Author: Vaclav Krpec <[email protected]>
7+
8+
Copyright (C) 2024-2025 NUT Community
9+
10+
Author: Jim Klimov <[email protected]>
711
812
This program is free software; you can redistribute it and/or modify
913
it under the terms of the GNU General Public License as published by

include/nutwriter.hpp

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
/*
22
nutwriter.hpp - NUT writer
33
4-
Copyright (C)
5-
2012 Vaclav Krpec <[email protected]>
6-
2024 Jim Klimov <[email protected]>
4+
Copyright (C) 2012 Eaton
5+
6+
Author: Vaclav Krpec <[email protected]>
7+
8+
Copyright (C) 2024-2025 NUT Community
9+
10+
Author: Jim Klimov <[email protected]>
711
812
This program is free software; you can redistribute it and/or modify
913
it under the terms of the GNU General Public License as published by

tests/cpputest-client.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
in isolated-binary fashion.
88
99
Copyright (C)
10-
2022-2024 Jim Klimov <[email protected]>
10+
2022-2025 Jim Klimov <[email protected]>
1111
1212
This program is free software; you can redistribute it and/or modify
1313
it under the terms of the GNU General Public License as published by

tests/cpputest.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
Copyright (C)
44
2012 Emilien Kia <[email protected]>
5-
2020-2024 Jim Klimov <[email protected]>
5+
2020-2025 Jim Klimov <[email protected]>
66
77
This program is free software; you can redistribute it and/or modify
88
it under the terms of the GNU General Public License as published by

tests/nutclienttest.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
Copyright (C)
44
2016 Emilien Kia <[email protected]>
5-
2020 - 2024 Jim Klimov <[email protected]>
5+
2020 - 2025 Jim Klimov <[email protected]>
66
77
This program is free software; you can redistribute it and/or modify
88
it under the terms of the GNU General Public License as published by

tests/nutconf_parser_ut.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Copyright (C)
55
2012 Emilien Kia <[email protected]>
6-
2024 Jim Klimov <[email protected]>
6+
2024-2025 Jim Klimov <[email protected]>
77
88
This program is free software; you can redistribute it and/or modify
99
it under the terms of the GNU General Public License as published by

tests/nutconf_ut.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Copyright (C)
55
2012 Vaclav Krpec <[email protected]>
6-
2024 Jim Klimov <[email protected]>
6+
2024-2025 Jim Klimov <[email protected]>
77
88
This program is free software; you can redistribute it and/or modify
99
it under the terms of the GNU General Public License as published by

tests/nutipc_ut.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
\author Vaclav Krpec <[email protected]>
77
8-
Copyright (C) 2024
8+
Copyright (C) 2024-2025
99
1010
\author Jim Klimov <[email protected]>
1111

tests/nutstream_ut.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Copyright (C)
55
2012 Vaclav Krpec <[email protected]>
6-
2024 Jim Klimov <[email protected]>
6+
2024-2025 Jim Klimov <[email protected]>
77
88
This program is free software; you can redistribute it and/or modify
99
it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)