From 68d13a50a2402e10e360c119010e500e15dfee42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rimas=20Misevi=C4=8Dius?= Date: Tue, 7 May 2019 20:25:36 +0300 Subject: [PATCH] Add licensing terms and copyright notice to testing files --- test/test_sample.cpp | 5 +++++ test/tests.cpp | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/test/test_sample.cpp b/test/test_sample.cpp index f6ff095..72a4fad 100644 --- a/test/test_sample.cpp +++ b/test/test_sample.cpp @@ -1,3 +1,8 @@ +// Copyright 2016-2019 Rimas Misevičius +// Distributed under the BSD-style license that can be +// found in the LICENSE file. +// + #include "url.h" #include "url_search_params.h" #include diff --git a/test/tests.cpp b/test/tests.cpp index 93f0f7c..82f1af4 100644 --- a/test/tests.cpp +++ b/test/tests.cpp @@ -1,3 +1,8 @@ +// Copyright 2016-2019 Rimas Misevičius +// Distributed under the BSD-style license that can be +// found in the LICENSE file. +// + // // url library tests //