Fixed copyright notice

This commit is contained in:
tevador 2018-12-21 21:04:35 +01:00
parent ffa67295c4
commit fce6e75689
2 changed files with 2 additions and 2 deletions

View File

@ -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/>. along with RandomX. If not, see<http://www.gnu.org/licenses/>.
*/ */
// Parts of this file are originally copyright (c) xmr-stak
#include <cstring> #include <cstring>
#include "Cache.hpp" #include "Cache.hpp"
#include "softAes.h" #include "softAes.h"

View File

@ -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/>. along with RandomX. If not, see<http://www.gnu.org/licenses/>.
*/ */
// Parts of this file are originally copyright (c) xmr-stak
#include <new> #include <new>
#include <algorithm> #include <algorithm>
#include <stdexcept> #include <stdexcept>