From a0a16d843b6b92f1f094d74651dc5f1dc85341af Mon Sep 17 00:00:00 2001 From: Sagar Dhawan Date: Fri, 6 Mar 2020 13:15:49 -0800 Subject: [PATCH] Add copyright to tests --- src/system/SystemClock.cpp | 2 +- src/system/tests/tests.cpp | 17 ++++++++++++++++- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/src/system/SystemClock.cpp b/src/system/SystemClock.cpp index be7b5418e54219..36ffbc3c283fd8 100644 --- a/src/system/SystemClock.cpp +++ b/src/system/SystemClock.cpp @@ -1,4 +1,4 @@ - /* +/* * * * diff --git a/src/system/tests/tests.cpp b/src/system/tests/tests.cpp index 9fce93934dd54e..8f1321c645e147 100644 --- a/src/system/tests/tests.cpp +++ b/src/system/tests/tests.cpp @@ -1,4 +1,19 @@ -// This is a sample unit test. +/* + * + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ #include #include