Skip to content

Commit 8eacf30

Browse files
committed
fdsdump: add missing file headers
1 parent ede2bd8 commit 8eacf30

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+398
-8
lines changed

src/tools/fdsdump/src/aggregator/aggregator.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
* @file
33
* @author Michal Sedlak <[email protected]>
44
* @brief Aggregator
5+
*
6+
* Copyright: (C) 2024 CESNET, z.s.p.o.
7+
* SPDX-License-Identifier: BSD-3-Clause
58
*/
9+
610
#include <aggregator/field.hpp>
711
#define XXH_INLINE_ALL
812

src/tools/fdsdump/src/aggregator/aggregator.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
* @file
33
* @author Michal Sedlak <[email protected]>
44
* @brief Aggregator
5+
*
6+
* Copyright: (C) 2024 CESNET, z.s.p.o.
7+
* SPDX-License-Identifier: BSD-3-Clause
58
*/
69
#pragma once
710

src/tools/fdsdump/src/aggregator/allocator.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
* @file
33
* @author Michal Sedlak <[email protected]>
44
* @brief Select allocator implementation
5+
*
6+
* Copyright: (C) 2024 CESNET, z.s.p.o.
7+
* SPDX-License-Identifier: BSD-3-Clause
58
*/
69

710
#pragma once

src/tools/fdsdump/src/aggregator/arenaAllocator.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
* @file
33
* @author Michal Sedlak <[email protected]>
44
* @brief Simple arena allocator
5+
*
6+
* Copyright: (C) 2024 CESNET, z.s.p.o.
7+
* SPDX-License-Identifier: BSD-3-Clause
58
*/
69
#include <aggregator/arenaAllocator.hpp>
710

src/tools/fdsdump/src/aggregator/arenaAllocator.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
* @file
33
* @author Michal Sedlak <[email protected]>
44
* @brief Simple arena allocator
5+
*
6+
* Copyright: (C) 2024 CESNET, z.s.p.o.
7+
* SPDX-License-Identifier: BSD-3-Clause
58
*/
69
#pragma once
710

src/tools/fdsdump/src/aggregator/binaryHeap.hpp

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
/**
2-
* \file
3-
* \author Michal Sedlak <[email protected]>
4-
* \brief Generic binary heap
2+
* @file
3+
* @author Michal Sedlak <[email protected]>
4+
* @brief Binary heap implementation
5+
*
6+
* Copyright: (C) 2024 CESNET, z.s.p.o.
7+
* SPDX-License-Identifier: BSD-3-Clause
58
*/
9+
610
#pragma once
711

812
#include <vector>

src/tools/fdsdump/src/aggregator/jsonPrinter.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
/**
22
* @file
33
* @author Michal Sedlak <[email protected]>
4-
* @brief JSON printer
4+
* @brief JSON printer for aggregated records
5+
*
6+
* Copyright: (C) 2024 CESNET, z.s.p.o.
7+
* SPDX-License-Identifier: BSD-3-Clause
58
*/
69

710
#include <iostream>

src/tools/fdsdump/src/aggregator/jsonPrinter.hpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
/**
22
* @file
33
* @author Michal Sedlak <[email protected]>
4-
* @brief JSON printer
4+
* @brief JSON printer for aggregated records
5+
*
6+
* Copyright: (C) 2024 CESNET, z.s.p.o.
7+
* SPDX-License-Identifier: BSD-3-Clause
58
*/
69

710
#pragma once

src/tools/fdsdump/src/aggregator/mode.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
/**
22
* @file
33
* @author Michal Sedlak <[email protected]>
4-
* @brief Aggregator main
4+
* @brief Aggregator mode
5+
*
6+
* Copyright: (C) 2024 CESNET, z.s.p.o.
7+
* SPDX-License-Identifier: BSD-3-Clause
58
*/
69

710
#include <common/flowProvider.hpp>

src/tools/fdsdump/src/aggregator/mode.hpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
/**
22
* @file
33
* @author Michal Sedlak <[email protected]>
4-
* @brief Aggregator main
4+
* @brief Aggregator mode
5+
*
6+
* Copyright: (C) 2024 CESNET, z.s.p.o.
7+
* SPDX-License-Identifier: BSD-3-Clause
58
*/
69

710
#pragma once

0 commit comments

Comments
 (0)