]> git.ipfire.org Git - thirdparty/strongswan.git/blame - src/libimcv/plugins/imv_os/imv_os.c
Update copyright headers after acquisition by secunet
[thirdparty/strongswan.git] / src / libimcv / plugins / imv_os / imv_os.c
CommitLineData
e9f47ee2 1/*
c174c116 2 * Copyright (C) 2013 Andreas Steffen
19ef2aec
TB
3 *
4 * Copyright (C) secunet Security Networks AG
e9f47ee2
AS
5 *
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License as published by the
8 * Free Software Foundation; either version 2 of the License, or (at your
9 * option) any later version. See <http://www.fsf.org/copyleft/gpl.txt>.
10 *
11 * This program is distributed in the hope that it will be useful, but
12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14 * for more details.
15 */
16
7513a09e 17#include "imv_os_agent.h"
e9f47ee2 18
e9f47ee2 19static const char imv_name[] = "OS";
c174c116 20static const imv_agent_create_t imv_agent_create = imv_os_agent_create;
e9f47ee2 21
c174c116 22/* include generic TGC TNC IF-IMV API code below */
7513a09e 23
c174c116 24#include <imv/imv_if.h>
e9f47ee2 25