diff options
author | Lioncash <mathew1800@gmail.com> | 2019-03-21 03:38:25 +0100 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2019-03-21 03:38:25 +0100 |
commit | b0d70096a179fedd3199b985703a4a676b99a5d4 (patch) | |
tree | 5a9f2581b557a592ac5af828a63b68af1ea64e96 /src/common | |
parent | Merge pull request #2272 from lioncash/boost (diff) | |
download | yuzu-b0d70096a179fedd3199b985703a4a676b99a5d4.tar yuzu-b0d70096a179fedd3199b985703a4a676b99a5d4.tar.gz yuzu-b0d70096a179fedd3199b985703a4a676b99a5d4.tar.bz2 yuzu-b0d70096a179fedd3199b985703a4a676b99a5d4.tar.lz yuzu-b0d70096a179fedd3199b985703a4a676b99a5d4.tar.xz yuzu-b0d70096a179fedd3199b985703a4a676b99a5d4.tar.zst yuzu-b0d70096a179fedd3199b985703a4a676b99a5d4.zip |
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/uint128.cpp | 4 | ||||
-rw-r--r-- | src/common/uint128.h | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/src/common/uint128.cpp b/src/common/uint128.cpp index 2238a52c5..32bf56730 100644 --- a/src/common/uint128.cpp +++ b/src/common/uint128.cpp @@ -1,3 +1,7 @@ +// Copyright 2019 yuzu Emulator Project +// Licensed under GPLv2 or any later version +// Refer to the license.txt file included. + #ifdef _MSC_VER #include <intrin.h> diff --git a/src/common/uint128.h b/src/common/uint128.h index 52e6b46eb..676a5d172 100644 --- a/src/common/uint128.h +++ b/src/common/uint128.h @@ -1,3 +1,6 @@ +// Copyright 2019 yuzu Emulator Project +// Licensed under GPLv2 or any later version +// Refer to the license.txt file included. #include <utility> #include "common/common_types.h" |