Updated strongSwan SWID Tag from ISO 2009 to 2014 format

This commit is contained in:
Andreas Steffen 2014-05-23 13:35:34 +02:00
parent e2c9f6ce04
commit 6b6b857cb6

View File

@ -1,30 +1,20 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<software_identification_tag xmlns="http://standards.iso.org/iso/19770/-2/2009/schema.xsd">
<entitlement_required_indicator>true</entitlement_required_indicator> <SoftwareIdentity
<product_title>strongSwan</product_title> name="strongSwan"
<product_version> uniqueId="strongSwan-@VERSION_MAJOR@-@VERSION_MINOR@-@VERSION_BUILD@@VERSION_REVIEW@"
<name>@VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_BUILD@@VERSION_REVIEW@</name> version="@VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_BUILD@@VERSION_REVIEW@" versionScheme="alphanumeric"
<numeric> xmlns="http://standards.iso.org/iso/19770/-2/2014/schema.xsd">
<major>@VERSION_MAJOR@</major> <Entity
<minor>@VERSION_MINOR@</minor> name="strongSwan Project"
<build>@VERSION_BUILD@</build> regid="regid.2004-03.org.strongswan"
<review>@VERSION_REVIEW@</review> role="tagcreator"/>
</numeric> <Entity
</product_version> name="strongSwan Project"
<software_creator> regid="regid.2004-03.org.strongswan"
<name>strongSwan Project</name> role="publisher"/>
<regid>regid.2004-03.org.strongswan</regid> <Entity
</software_creator> name="strongSwan Project"
<software_licensor> regid="regid.2004-03.org.strongswan"
<name>strongSwan Project</name> role="licensor"/>
<regid>regid.2004-03.org.strongswan</regid> </SoftwareIdentity>
</software_licensor>
<software_id>
<unique_id>strongSwan-@VERSION_MAJOR@-@VERSION_MINOR@-@VERSION_BUILD@@VERSION_REVIEW@</unique_id>
<tag_creator_regid>regid.2004-03.org.strongswan</tag_creator_regid>
</software_id>
<tag_creator>
<name>strongSwan Project</name>
<regid>regid.2004-03.org.strongswan</regid>
</tag_creator>
</software_identification_tag>