add license information

This commit is contained in:
Hanjie Wu
2021-10-22 23:23:13 +08:00
parent 7ead7f26df
commit 1e762aa3f4
5 changed files with 19 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
// Copyright 2021 yuzu emulator team
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#ifdef YUZU_USE_OPENSSL_CRYPTO #ifdef YUZU_USE_OPENSSL_CRYPTO
#include <map> #include <map>

View File

@@ -1,3 +1,7 @@
// Copyright 2018 yuzu emulator team
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#pragma once #pragma once
#include <cstdlib> #include <cstdlib>

View File

@@ -1,3 +1,7 @@
// Copyright 2018 yuzu emulator team
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#ifdef YUZU_USE_MBEDTLS_CRYPTO #ifdef YUZU_USE_MBEDTLS_CRYPTO
#include <mbedtls/bignum.h> #include <mbedtls/bignum.h>

View File

@@ -1,3 +1,7 @@
// Copyright 2021 yuzu emulator team
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#ifdef YUZU_USE_OPENSSL_CRYPTO #ifdef YUZU_USE_OPENSSL_CRYPTO
#include <openssl/bn.h> #include <openssl/bn.h>

View File

@@ -1,3 +1,6 @@
// Copyright 2021 yuzu emulator team
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#include <catch2/catch.hpp> #include <catch2/catch.hpp>