1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-06-25 22:09:35 +00:00

armv8 crc32: add license information

This commit is contained in:
Stefan 2017-07-18 06:26:54 +02:00 committed by GitHub
parent 5691fcbc23
commit 92f5246eb6

View File

@ -1,3 +1,15 @@
// Copyright (c) 2017-Present Stefan Eschenbacher. All rights reserved.
//
// This ARMv8 CRC32 code, is dual-licensed under GNU General Public License
// version 2 ("GPL") and the Apache License version 2 ("ASL"). For the GPL,
// please see LICENSE. For the ASL, you may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND,
// either express or implied. See the LICENSE file for specific language governing
// rights and limitations of this software.
#include "CRC.h"
#include <arm_acle.h>