diff options
author | sr55 <[email protected]> | 2012-06-14 18:09:38 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2012-06-14 18:09:38 +0000 |
commit | 6b07388d5ea2ee6fdb8613d024913062dbcbd72a (patch) | |
tree | 820ac9c0f9fce8c6d23f0a47420b936e44ee7faf /win/CS/HandBrake.ApplicationServices/ServicesWindsorInstaller.cs | |
parent | 92292ed049a2f87f00cad38dcb659fe6b4f68623 (diff) |
WinGui: Strip out more legacy code.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4733 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/ServicesWindsorInstaller.cs')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/ServicesWindsorInstaller.cs | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/ServicesWindsorInstaller.cs b/win/CS/HandBrake.ApplicationServices/ServicesWindsorInstaller.cs index a250aa2fa..6d5b40ef6 100644 --- a/win/CS/HandBrake.ApplicationServices/ServicesWindsorInstaller.cs +++ b/win/CS/HandBrake.ApplicationServices/ServicesWindsorInstaller.cs @@ -1,4 +1,13 @@ -namespace HandBrake.ApplicationServices
+// --------------------------------------------------------------------------------------------------------------------
+// <copyright file="ServicesWindsorInstaller.cs" company="HandBrake Project (http://handbrake.fr)">
+// This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.
+// </copyright>
+// <summary>
+// The Windsor Installer Interface Implementation
+// </summary>
+// --------------------------------------------------------------------------------------------------------------------
+
+namespace HandBrake.ApplicationServices
{
using Castle.MicroKernel.Registration;
using Castle.MicroKernel.SubSystems.Configuration;
|