From 4bbb64606f5ec3b54ffa499b53632997ae5f5f3d Mon Sep 17 00:00:00 2001 From: Andrianto Lie Date: Thu, 12 Oct 2017 14:45:28 +0800 Subject: [PATCH] Add license to files inside tests folder --- tests/api_tests/api_tests.cpp | 4 ++++ tests/api_tests/extended_memory_test/extended_memory_test.cpp | 4 ++++ tests/api_tests/memory_test/memory_test.cpp | 4 ++++ tests/api_tests/memory_test/memory_test.hpp | 4 ++++ tests/common/macro_support.hpp | 4 ++++ tests/common/testing_macros.hpp | 4 ++++ tests/slow_tests/wast/loop.cpp | 4 ++++ tests/slow_tests/wast/simplecoin.cpp | 4 ++++ tests/tests/abi_tests.cpp | 4 ++++ tests/tests/chain_tests.cpp | 4 ++++ tests/tests/misc_tests.cpp | 4 ++++ tests/tests/native_contract_tests.cpp | 4 ++++ tests/tests/special_accounts_tests.cpp | 4 ++++ tests/tests/types_tests.cpp | 4 ++++ tests/tests/wallet_tests.cpp | 4 ++++ 15 files changed, 60 insertions(+) diff --git a/tests/api_tests/api_tests.cpp b/tests/api_tests/api_tests.cpp index d90a74188..642584758 100644 --- a/tests/api_tests/api_tests.cpp +++ b/tests/api_tests/api_tests.cpp @@ -1,3 +1,7 @@ +/** + * @file + * @copyright defined in eos/LICENSE.txt + */ #include #include #include diff --git a/tests/api_tests/extended_memory_test/extended_memory_test.cpp b/tests/api_tests/extended_memory_test/extended_memory_test.cpp index be13d4a8f..6a3875227 100644 --- a/tests/api_tests/extended_memory_test/extended_memory_test.cpp +++ b/tests/api_tests/extended_memory_test/extended_memory_test.cpp @@ -1,3 +1,7 @@ +/** + * @file + * @copyright defined in eos/LICENSE.txt + */ #include //#include #include diff --git a/tests/api_tests/memory_test/memory_test.cpp b/tests/api_tests/memory_test/memory_test.cpp index 2fb79ac73..e7a375a5d 100644 --- a/tests/api_tests/memory_test/memory_test.cpp +++ b/tests/api_tests/memory_test/memory_test.cpp @@ -1,3 +1,7 @@ +/** + * @file + * @copyright defined in eos/LICENSE.txt + */ #include //#include #include diff --git a/tests/api_tests/memory_test/memory_test.hpp b/tests/api_tests/memory_test/memory_test.hpp index 3c38763c4..d748cc62a 100644 --- a/tests/api_tests/memory_test/memory_test.hpp +++ b/tests/api_tests/memory_test/memory_test.hpp @@ -1,4 +1,8 @@ +/** + * @file + * @copyright defined in eos/LICENSE.txt + */ namespace memory_test { } /// namespace memory_test diff --git a/tests/common/macro_support.hpp b/tests/common/macro_support.hpp index e9ca8d0a4..ec0bff32b 100644 --- a/tests/common/macro_support.hpp +++ b/tests/common/macro_support.hpp @@ -1,3 +1,7 @@ +/** + * @file + * @copyright defined in eos/LICENSE.txt + */ #pragma once #include diff --git a/tests/common/testing_macros.hpp b/tests/common/testing_macros.hpp index 002033829..64afda747 100644 --- a/tests/common/testing_macros.hpp +++ b/tests/common/testing_macros.hpp @@ -1,3 +1,7 @@ +/** + * @file + * @copyright defined in eos/LICENSE.txt + */ #pragma once #include diff --git a/tests/slow_tests/wast/loop.cpp b/tests/slow_tests/wast/loop.cpp index 03a04dadd..8caa52c91 100644 --- a/tests/slow_tests/wast/loop.cpp +++ b/tests/slow_tests/wast/loop.cpp @@ -1,3 +1,7 @@ +/** + * @file + * @copyright defined in eos/LICENSE.txt + */ extern "C" { typedef long long uint64_t; typedef unsigned int uint32_t; diff --git a/tests/slow_tests/wast/simplecoin.cpp b/tests/slow_tests/wast/simplecoin.cpp index 7827083fd..b97130f31 100644 --- a/tests/slow_tests/wast/simplecoin.cpp +++ b/tests/slow_tests/wast/simplecoin.cpp @@ -1,3 +1,7 @@ +/** + * @file + * @copyright defined in eos/LICENSE.txt + */ extern "C" { typedef long long uint64_t; typedef unsigned int uint32_t; diff --git a/tests/tests/abi_tests.cpp b/tests/tests/abi_tests.cpp index cf34576bb..09824b531 100644 --- a/tests/tests/abi_tests.cpp +++ b/tests/tests/abi_tests.cpp @@ -1,3 +1,7 @@ +/** + * @file + * @copyright defined in eos/LICENSE.txt + */ #include #include #include diff --git a/tests/tests/chain_tests.cpp b/tests/tests/chain_tests.cpp index e6122f6c6..44669fb7c 100644 --- a/tests/tests/chain_tests.cpp +++ b/tests/tests/chain_tests.cpp @@ -1,3 +1,7 @@ +/** + * @file + * @copyright defined in eos/LICENSE.txt + */ #include #include diff --git a/tests/tests/misc_tests.cpp b/tests/tests/misc_tests.cpp index 2c5dc13aa..679c76975 100644 --- a/tests/tests/misc_tests.cpp +++ b/tests/tests/misc_tests.cpp @@ -1,3 +1,7 @@ +/** + * @file + * @copyright defined in eos/LICENSE.txt + */ #include #include #include diff --git a/tests/tests/native_contract_tests.cpp b/tests/tests/native_contract_tests.cpp index 4f2db6812..164d758e0 100644 --- a/tests/tests/native_contract_tests.cpp +++ b/tests/tests/native_contract_tests.cpp @@ -1,3 +1,7 @@ +/** + * @file + * @copyright defined in eos/LICENSE.txt + */ #include #include diff --git a/tests/tests/special_accounts_tests.cpp b/tests/tests/special_accounts_tests.cpp index 52e1e25ad..40f8b0dcd 100644 --- a/tests/tests/special_accounts_tests.cpp +++ b/tests/tests/special_accounts_tests.cpp @@ -1,3 +1,7 @@ +/** + * @file + * @copyright defined in eos/LICENSE.txt + */ #include #include #include diff --git a/tests/tests/types_tests.cpp b/tests/tests/types_tests.cpp index a069c691b..d405286c5 100644 --- a/tests/tests/types_tests.cpp +++ b/tests/tests/types_tests.cpp @@ -1,3 +1,7 @@ +/** + * @file + * @copyright defined in eos/LICENSE.txt + */ #include #include diff --git a/tests/tests/wallet_tests.cpp b/tests/tests/wallet_tests.cpp index 0f66234f8..0862d2d17 100644 --- a/tests/tests/wallet_tests.cpp +++ b/tests/tests/wallet_tests.cpp @@ -1,3 +1,7 @@ +/** + * @file + * @copyright defined in eos/LICENSE.txt + */ #include #include #include -- GitLab