add copyright + license statements to file headers

This commit is contained in:
Harald Welte 2017-07-09 20:33:15 +01:00
parent bda04326e5
commit 3ee85fb8e4
5 changed files with 15 additions and 0 deletions

View File

@ -1,3 +1,6 @@
/* netfilter connection tracking testsuite in TTCN-3
* (C) 2017 by Harald Welte <laforge@gnumonks.org>
* Licensed under GNU GPLv2 */
module IPL4_example {
import from General_Types all;

View File

@ -1,3 +1,6 @@
/* netfilter connection tracking functions for Eclipse Titan
* (C) 2017 by Harald Welte <laforge@gnumonks.org>
* Licensed under Eclipse Public License - v1.0 or GPLv2, at your choice */
#include <string.h>
#include <sys/socket.h>
#include <netinet/in.h>

View File

@ -1,3 +1,6 @@
/* netfilter connection tracking functions for Eclipse Titan
* (C) 2017 by Harald Welte <laforge@gnumonks.org>
* Licensed under Eclipse Public License - v1.0 or GPLv2, at your choice */
module NetfilterConntrack_Functions {
external function f_get_conntracks_xml() return charstring;

View File

@ -1,3 +1,6 @@
/* Linux TUN device Test Port for Eclipse Titan
* (C) 2017 by Harald Welte <laforge@gnumonks.org>
* Licensed under Eclipse Public License - v1.0 or GPLv2, at your choice */
#include <string.h>
#include <stdint.h>
#include <unistd.h>

View File

@ -1,3 +1,6 @@
/* Linux TUN device Test Port for Eclipse Titan
* (C) 2017 by Harald Welte <laforge@gnumonks.org>
* Licensed under Eclipse Public License - v1.0 or GPLv2, at your choice */
module TunDevice_PortType {
import from TunDevice_Types all;