moel@166: /* moel@166: moel@344: This Source Code Form is subject to the terms of the Mozilla Public moel@344: License, v. 2.0. If a copy of the MPL was not distributed with this moel@344: file, You can obtain one at http://mozilla.org/MPL/2.0/. moel@344: moel@344: Copyright (C) 2009-2012 Michael Möller moel@166: moel@166: */ moel@166: moel@166: using System; moel@166: using System.Reflection; moel@166: using System.Runtime.InteropServices; moel@166: moel@166: [assembly: AssemblyTitle("Open Hardware Monitor Library")] moel@166: [assembly: AssemblyDescription("")] moel@166: [assembly: AssemblyConfiguration("")] moel@166: [assembly: AssemblyCompany("")] moel@166: [assembly: AssemblyProduct("Open Hardware Monitor Library")] moel@331: [assembly: AssemblyCopyright("Copyright © 2009-2012 Michael Möller")] moel@166: [assembly: AssemblyTrademark("")] moel@166: [assembly: AssemblyCulture("")] moel@166: moel@166: [assembly: ComVisible(false)] moel@167: [assembly: CLSCompliant(true)] moel@167: