/////////////////////////////////////////////////////////////////////////////////////////////////// // DotNetKicks: An open source social news site built with SubSonic and ASP.NET // DotNetKicks is hosted at http://code.google.com/p/dotnetkicks/ // This project is licensed under the BSD license. See the License.txt file for more information. /////////////////////////////////////////////////////////////////////////////////////////////////// using System.Reflection; [assembly: AssemblyCompany("Incremental Systems")] [assembly: AssemblyProduct("DotNetKicks")] [assembly: AssemblyCopyright("Copyright © Gavin Joyce 2005-2007")] [assembly: AssemblyDelaySign(false)]