From c174859b528bc4e167f5cc34d5ff0e6a117901ed Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 10 Jun 2013 12:57:30 -0400 Subject: fixed namespace casing --- MediaBrowser.Common.Implementations/Security/MBLicenseFile.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MediaBrowser.Common.Implementations/Security/MBLicenseFile.cs') diff --git a/MediaBrowser.Common.Implementations/Security/MBLicenseFile.cs b/MediaBrowser.Common.Implementations/Security/MBLicenseFile.cs index 336ca78f0..163a368bf 100644 --- a/MediaBrowser.Common.Implementations/Security/MBLicenseFile.cs +++ b/MediaBrowser.Common.Implementations/Security/MBLicenseFile.cs @@ -5,7 +5,7 @@ using System.IO; using System.Security.Cryptography; using System.Text; -namespace Mediabrowser.Common.Implementations.Security +namespace MediaBrowser.Common.Implementations.Security { internal class MBLicenseFile { -- cgit v1.2.3