From cbdaf355f76a5adbfd88614515325eed72429003 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Thu, 30 May 2013 11:45:37 -0700 Subject: Add missing license headers. --- tests/check_ipaddrcheck.c | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'tests/check_ipaddrcheck.c') diff --git a/tests/check_ipaddrcheck.c b/tests/check_ipaddrcheck.c index 60a64f9..7671453 100644 --- a/tests/check_ipaddrcheck.c +++ b/tests/check_ipaddrcheck.c @@ -1,3 +1,24 @@ +/* + * check_ipaddrcheck.c: ipaddrcheck unit tests + * + * Maintainer: Daniil Baturin + * + * Copyright (C) 2013 SO3Group + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 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, see . + * + */ + #include #include "../src/ipaddrcheck_functions.h" -- cgit v1.2.3