fixed namespace casing

This commit is contained in:
Luke Pulverenti
2013-06-10 12:57:30 -04:00
parent 4ab6a339c6
commit c174859b52
5 changed files with 7 additions and 7 deletions

View File

@@ -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
{