From 917d651a3c1be4b99a20ad1a2ad193d2ba1251c7 Mon Sep 17 00:00:00 2001 From: Hamish Milne Date: Sat, 28 Mar 2020 15:21:10 +0000 Subject: [PATCH] Added copyright notices on new files --- src/common/archives.h | 6 ++++++ src/common/construct.h | 5 +++++ src/common/memory_ref.cpp | 4 ++++ src/common/memory_ref.h | 4 ++++ src/core/global.h | 6 ++++++ 5 files changed, 25 insertions(+) diff --git a/src/common/archives.h b/src/common/archives.h index eef292634b..993128197d 100644 --- a/src/common/archives.h +++ b/src/common/archives.h @@ -1,3 +1,9 @@ +// Copyright 2020 Citra Emulator Project +// Licensed under GPLv2 or any later version +// Refer to the license.txt file included. + +#pragma once + #include "boost/archive/binary_iarchive.hpp" #include "boost/archive/binary_oarchive.hpp" #include "boost/serialization/export.hpp" diff --git a/src/common/construct.h b/src/common/construct.h index aba4c7e892..4e48ee60d1 100644 --- a/src/common/construct.h +++ b/src/common/construct.h @@ -1,4 +1,9 @@ +// Copyright 2020 Citra Emulator Project +// Licensed under GPLv2 or any later version +// Refer to the license.txt file included. + #pragma once + #include class construct_access { diff --git a/src/common/memory_ref.cpp b/src/common/memory_ref.cpp index 170784ff8d..300f87d581 100644 --- a/src/common/memory_ref.cpp +++ b/src/common/memory_ref.cpp @@ -1,3 +1,7 @@ +// Copyright 2020 Citra Emulator Project +// Licensed under GPLv2 or any later version +// Refer to the license.txt file included. + #include "common/archives.h" #include "common/memory_ref.h" diff --git a/src/common/memory_ref.h b/src/common/memory_ref.h index ae30b009cd..c11beb04d6 100644 --- a/src/common/memory_ref.h +++ b/src/common/memory_ref.h @@ -1,3 +1,7 @@ +// Copyright 2020 Citra Emulator Project +// Licensed under GPLv2 or any later version +// Refer to the license.txt file included. + #pragma once #include diff --git a/src/core/global.h b/src/core/global.h index d2e1cd97d6..83bd4fc802 100644 --- a/src/core/global.h +++ b/src/core/global.h @@ -1,3 +1,9 @@ +// Copyright 2020 Citra Emulator Project +// Licensed under GPLv2 or any later version +// Refer to the license.txt file included. + +#pragma once + namespace Core { template