]> git.ipfire.org Git - thirdparty/strongswan.git/blame - src/libimcv/swima/swima_data_model.c
Update copyright headers after acquisition by secunet
[thirdparty/strongswan.git] / src / libimcv / swima / swima_data_model.c
CommitLineData
84c0366b 1/*
0b445a5c 2 * Copyright (C) 2017-2018 Andreas Steffen
19ef2aec
TB
3 *
4 * Copyright (C) secunet Security Networks AG
84c0366b
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
17#include "swima/swima_data_model.h"
18
19/**
20 * ISO/IEC 19770-2-2015: Information Technology - Software Asset Management -
21 * Part 2: Software Identification Tag
22 */
0b445a5c 23pen_type_t swima_data_model_iso_2015_swid_xml = { PEN_IETF, 0 };
84c0366b
AS
24
25/**
26 * ISO/IEC 19770-2-2009: Information Technology - Software Asset Management -
27 * Part 2: Software Identification Tag
28 */
0b445a5c 29pen_type_t swima_data_model_iso_2009_swid_xml = { PEN_IETF, 1 };