diff --git a/src/Cache.cpp b/src/Cache.cpp index 171fa58..eb03f9d 100644 --- a/src/Cache.cpp +++ b/src/Cache.cpp @@ -17,6 +17,8 @@ You should have received a copy of the GNU General Public License along with RandomX. If not, see. */ +// Parts of this file are originally copyright (c) xmr-stak + #include #include "Cache.hpp" #include "softAes.h" diff --git a/src/dataset.cpp b/src/dataset.cpp index a265fdf..dc16a4e 100644 --- a/src/dataset.cpp +++ b/src/dataset.cpp @@ -17,8 +17,6 @@ You should have received a copy of the GNU General Public License along with RandomX. If not, see. */ -// Parts of this file are originally copyright (c) xmr-stak - #include #include #include