diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-06-10 12:57:30 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-06-10 12:57:30 -0400 |
| commit | c174859b528bc4e167f5cc34d5ff0e6a117901ed (patch) | |
| tree | 244245b7a574622fb24f89f7a1b1761567d4fa27 /MediaBrowser.Common.Implementations/Security/MBLicenseFile.cs | |
| parent | 4ab6a339c68f5c410523335061ff925549eba776 (diff) | |
fixed namespace casing
Diffstat (limited to 'MediaBrowser.Common.Implementations/Security/MBLicenseFile.cs')
| -rw-r--r-- | MediaBrowser.Common.Implementations/Security/MBLicenseFile.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |
