/src/NUnit/interfaces/CommonAssemblyInfo.cs
C# | 14 lines | 7 code | 2 blank | 5 comment | 0 complexity | 795ee6b02c14d94f06a325daa3838e83 MD5 | raw file
1// **************************************************************** 2// This is free software licensed under the NUnit license. You 3// may obtain a copy of the license as well as information regarding 4// copyright ownership at http://nunit.org. 5// **************************************************************** 6 7using System.Reflection; 8 9[assembly: AssemblyCompany("NUnit.org")] 10[assembly: AssemblyProduct("NUnit")] 11[assembly: AssemblyCopyright("Copyright (C) 2002-2010 Charlie Poole.\r\nCopyright (C) 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov.\r\nCopyright (C) 2000-2002 Philip Craig.\r\nAll Rights Reserved.")] 12[assembly: AssemblyTrademark("NUnit is a trademark of NUnit.org")] 13[assembly: AssemblyVersion("2.5.10")] 14[assembly: AssemblyInformationalVersion("2.5.10")]