--- a/trunk/SPI_Template.devdesc.xml
+++ b/trunk/SPI_Template.devdesc.xml
@@ -20,15 +20,15 @@
     <DeviceInfo>
       <Name name="local:ModelName">SPI Template</Name>
       <Description name="local:DeviceDescription">This is a driver template for an SPI driver.</Description>
-      <Vendor name="local:VendorName">3S - Smart Software Solutions GmbH</Vendor>
+      <Vendor name="local:VendorName">Open Source</Vendor>
       <OrderNumber>-</OrderNumber>
       <Icon name="local:Icon">icon.ico</Icon>
     </DeviceInfo>
     <Connector moduleType="500" interface="Raspberry.SPI" role="child" explicit="false" connectorId="1" hostpath="-1">
-      <InterfaceName name="local:PCI">SPI devices</InterfaceName>
+      <InterfaceName name="local:SPI">SPI devices</InterfaceName>
       <Slot count="1" allowEmpty="false"></Slot>
       <DriverInfo needsBusCycle="false">
-        <RequiredLib libname="SPI Template" vendor="Public Domain" version="1.0.0.0" identifier="SPI Template">
+        <RequiredLib libname="SPI Template" vendor="Open Source" version="1.0.0.0" identifier="SPI Template">
           <FBInstance basename="$(DeviceName)" fbname="SPITemplate">
             <Initialize methodName="Initialize" />
             <CyclicCall methodname="AfterReadInputs" task="#buscycletask" whentocall="afterReadInputs" />