Skip to content

Commit eb06003

Browse files
committed
Merge branch 'file-headers' into 'main'
WIF - Sources - Author's mail update See merge request feta/wif-group/libwif!49
2 parents 6d9f729 + c84194a commit eb06003

38 files changed

+38
-38
lines changed

include/wif/classifiers/alfClassifier.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @file
33
* @author Pavel Siska <[email protected]>
4-
* @author Richard Plny <[email protected].cz>
4+
* @author Richard Plny <richard.plny@cesnet.cz>
55
* @brief ALF classifier interface
66
*
77
* SPDX-License-Identifier: BSD-3-Clause

include/wif/classifiers/classifier.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @file
33
* @author Pavel Siska <[email protected]>
4-
* @author Richard Plny <[email protected].cz>
4+
* @author Richard Plny <richard.plny@cesnet.cz>
55
* @brief Classifier interface
66
*
77
* SPDX-License-Identifier: BSD-3-Clause

include/wif/classifiers/ipPrefixClassifier.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @file
3-
* @author Richard Plny <[email protected].cz>
3+
* @author Richard Plny <richard.plny@cesnet.cz>
44
* @brief IP prefix classifier interface
55
*
66
* SPDX-License-Identifier: BSD-3-Clause

include/wif/classifiers/regexClassifier.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @file
33
* @author Pavel Siska <[email protected]>
4-
* @author Richard Plny <[email protected].cz>
4+
* @author Richard Plny <richard.plny@cesnet.cz>
55
* @brief Regex classifier interface
66
*
77
* SPDX-License-Identifier: BSD-3-Clause

include/wif/classifiers/scikitMlClassifier.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @file
3-
* @author Richard Plny <[email protected].cz>
3+
* @author Richard Plny <richard.plny@cesnet.cz>
44
* @brief Scikit-learn ML classifier interface
55
*
66
* SPDX-License-Identifier: BSD-3-Clause

include/wif/combinators/averageCombinator.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @file
33
* @author Pavel Siska <[email protected]>
4-
* @author Richard Plny <[email protected].cz>
4+
* @author Richard Plny <richard.plny@cesnet.cz>
55
* @brief Average combinator interface
66
*
77
* SPDX-License-Identifier: BSD-3-Clause

include/wif/combinators/binaryDSTCombinator.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @file
3-
* @author Richard Plny <[email protected].cz>
3+
* @author Richard Plny <richard.plny@cesnet.cz>
44
* @brief Binary DST combinator interface
55
*
66
* SPDX-License-Identifier: BSD-3-Clause

include/wif/combinators/combinator.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @file
33
* @author Pavel Siska <[email protected]>
4-
* @author Richard Plny <[email protected].cz>
4+
* @author Richard Plny <richard.plny@cesnet.cz>
55
* @brief Combinator interface
66
*
77
* SPDX-License-Identifier: BSD-3-Clause

include/wif/combinators/majorityCombinator.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @file
3-
* @author Richard Plny <[email protected].cz>
3+
* @author Richard Plny <richard.plny@cesnet.cz>
44
* @brief Majority combinator interface
55
*
66
* SPDX-License-Identifier: BSD-3-Clause

include/wif/combinators/sumCombinator.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @file
33
* @author Pavel Siska <[email protected]>
4-
* @author Richard Plny <[email protected].cz>
4+
* @author Richard Plny <richard.plny@cesnet.cz>
55
* @brief Sum combinator interface
66
*
77
* SPDX-License-Identifier: BSD-3-Clause

0 commit comments

Comments
 (0)