#region Copyright /* * ==================================================================== * Copyright (c) 2007 www.dotsvn.net. All rights reserved. * * This software is licensed as described in the file LICENSE, which * you should have received as part of this distribution. * ==================================================================== */ #endregion //Copyright using System.Reflection; [assembly : AssemblyCompany("Chiramattel")] [assembly : AssemblyProduct("DotSVN")] [assembly : AssemblyCopyright("Copyright © Chiramattel 2007")] [assembly : AssemblyTrademark("")]