From 326191bd26fc3eb824f7da5eebb903c9800c8c7c Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 6 Apr 2021 21:40:31 +0300 Subject: ctest-driver.py: add copyright notice --- tools/ctest-driver.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/ctest-driver.py b/tools/ctest-driver.py index e467bd1..5edec6a 100755 --- a/tools/ctest-driver.py +++ b/tools/ctest-driver.py @@ -1,5 +1,10 @@ #!/usr/bin/env python3 +# Copyright (c) 2021 Egor Tensin +# This file is part of the "cmake-common" project. +# For details, see https://github.com/egor-tensin/cmake-common. +# Distributed under the MIT License. + '''Wrap your actual test driver for CTest CTest suffers from at least two issues, in particular with regard to its -- cgit v1.2.3