tevador 7 лет назад
Родитель
Сommit
fce6e75689
2 измененных файлов с 2 добавлено и 2 удалено
  1. 2 0
      src/Cache.cpp
  2. 0 2
      src/dataset.cpp

+ 2 - 0
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<http://www.gnu.org/licenses/>.
 */
 
+// Parts of this file are originally copyright (c) xmr-stak
+
 #include <cstring>
 #include "Cache.hpp"
 #include "softAes.h"

+ 0 - 2
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<http://www.gnu.org/licenses/>.
 */
 
-// Parts of this file are originally copyright (c) xmr-stak
-
 #include <new>
 #include <algorithm>
 #include <stdexcept>