From: Miroslav Lichvar Date: Wed, 21 Aug 2019 14:36:12 +0000 (+0200) Subject: test: add copyright header to util unit test X-Git-Tag: 4.0-pre1~149 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78fec3f05a68254f8d2f23589eb664e6c5a40196;p=thirdparty%2Fchrony.git test: add copyright header to util unit test --- diff --git a/test/unit/util.c b/test/unit/util.c index e3b2f309..870d9e4b 100644 --- a/test/unit/util.c +++ b/test/unit/util.c @@ -1,3 +1,23 @@ +/* + ********************************************************************** + * Copyright (C) Miroslav Lichvar 2017-2018 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of version 2 of the GNU General Public License as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * + ********************************************************************** + */ + #include #include "test.h"