]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
test: add copyright header to util unit test
authorMiroslav Lichvar <mlichvar@redhat.com>
Wed, 21 Aug 2019 14:36:12 +0000 (16:36 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Tue, 27 Aug 2019 15:11:49 +0000 (17:11 +0200)
test/unit/util.c

index e3b2f3099bcb9a15ec82c0da46d7b0e4ce75fc4a..870d9e4b64fa6653d66e022d57ccb7d8a27e6573 100644 (file)
@@ -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 <util.c>
 #include "test.h"