/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. using System.Reflection;
  7. [assembly: AssemblyCompany("NUnit.org")]
  8. [assembly: AssemblyProduct("NUnit")]
  9. [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.")]
  10. [assembly: AssemblyTrademark("NUnit is a trademark of NUnit.org")]
  11. [assembly: AssemblyVersion("2.5.10")]
  12. [assembly: AssemblyInformationalVersion("2.5.10")]