From 773d57d890d9683fdb02f060603c67227c949f92 Mon Sep 17 00:00:00 2001 From: "G.E." Date: Thu, 11 Apr 2024 09:49:43 +0300 Subject: [PATCH] added copyright info for modified src files --- examples/patbench.cc | 1 + examples/pcapscan.cc | 1 + src/util/arch.h | 1 + src/util/popcount.h | 2 +- tools/hscollider/UltimateTruth.cpp | 1 + tools/hscollider/main.cpp | 1 + 6 files changed, 6 insertions(+), 1 deletion(-) diff --git a/examples/patbench.cc b/examples/patbench.cc index 7bb5020a..1f965f13 100644 --- a/examples/patbench.cc +++ b/examples/patbench.cc @@ -1,5 +1,6 @@ /* * Copyright (c) 2015-2017, Intel Corporation + * Copyright (c) 2024, VectorCamp PC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/examples/pcapscan.cc b/examples/pcapscan.cc index 349ef6a9..bd5493a4 100644 --- a/examples/pcapscan.cc +++ b/examples/pcapscan.cc @@ -1,5 +1,6 @@ /* * Copyright (c) 2015-2016, Intel Corporation + * Copyright (c) 2024, VectorCamp PC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/util/arch.h b/src/util/arch.h index 1963b405..ed762797 100644 --- a/src/util/arch.h +++ b/src/util/arch.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2017-2020, Intel Corporation + * Copyright (c) 2024, VectorCamp PC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/util/popcount.h b/src/util/popcount.h index 34f386b7..bca787db 100644 --- a/src/util/popcount.h +++ b/src/util/popcount.h @@ -1,6 +1,6 @@ /* * Copyright (c) 2015-2017, Intel Corporation - * Copyright (c) 2020-2021, VectorCamp PC + * Copyright (c) 2020-2024, VectorCamp PC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/tools/hscollider/UltimateTruth.cpp b/tools/hscollider/UltimateTruth.cpp index e33ce2fb..6b933384 100644 --- a/tools/hscollider/UltimateTruth.cpp +++ b/tools/hscollider/UltimateTruth.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2015-2019, Intel Corporation + * Copyright (c) 2024, VectorCamp PC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/tools/hscollider/main.cpp b/tools/hscollider/main.cpp index 0decc810..3d4312cd 100644 --- a/tools/hscollider/main.cpp +++ b/tools/hscollider/main.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2015-2019, Intel Corporation + * Copyright (c) 2024, VectorCamp PC * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: