Skip to content

Commit 6061caf

Browse files
committed
Update copyright years in LICENSE / ipfixcol2 -V
1 parent 928fa3c commit 6061caf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 2015-2017 CESNET, z.s.p.o.
1+
Copyright (C) 2015-2025 CESNET, z.s.p.o.
22

33
Redistribution and use in source and binary forms, with or without
44
modification, are permitted provided that the following conditions

src/core/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ print_version()
7373
<< "Build type: " << IPX_BUILD_TYPE << "\n"
7474
<< "Architecture: " << IPX_BUILD_ARCH << " (" << IPX_BUILD_BYTE_ORDER << ")" << "\n"
7575
<< "Compiler: " << IPX_BUILD_COMPILER << "\n"
76-
<< "Copyright (C) 2018 CESNET z.s.p.o.\n";
76+
<< "Copyright (C) 2025 CESNET z.s.p.o.\n";
7777
}
7878

7979
/**

0 commit comments

Comments
 (0)