remove last IDB fragments

This commit is contained in:
Jonathan Jenne
2020-04-06 16:27:33 +02:00
parent bd01dfe6d2
commit b38e3acb6d
2 changed files with 5 additions and 5 deletions

View File

@@ -8,11 +8,11 @@ Imports System.Runtime.InteropServices
' Werte der Assemblyattribute überprüfen
<Assembly: AssemblyTitle("IDBService")>
<Assembly: AssemblyTitle("EDMIService")>
<Assembly: AssemblyDescription("")>
<Assembly: AssemblyCompany("Digital Data")>
<Assembly: AssemblyProduct("IDBService")>
<Assembly: AssemblyCopyright("Copyright © 2018")>
<Assembly: AssemblyProduct("EDMIService")>
<Assembly: AssemblyCopyright("Copyright © 2020")>
<Assembly: AssemblyTrademark("")>
<Assembly: ComVisible(False)>