diff --git a/DiscImageChef.VideoNow/Color.cs b/DiscImageChef.VideoNow/Color.cs index 0655d26..c571aba 100644 --- a/DiscImageChef.VideoNow/Color.cs +++ b/DiscImageChef.VideoNow/Color.cs @@ -4,7 +4,7 @@ using System.Linq; using SharpAvi; using SharpAvi.Output; -namespace DiscImageChef.VideoNow +namespace Aaru.VideoNow { public static class Color { diff --git a/DiscImageChef.VideoNow/Program.cs b/DiscImageChef.VideoNow/Program.cs index fb0f487..e4219dc 100644 --- a/DiscImageChef.VideoNow/Program.cs +++ b/DiscImageChef.VideoNow/Program.cs @@ -37,7 +37,7 @@ using System.Reflection; // ReSharper disable LocalizableElement -namespace DiscImageChef.VideoNow +namespace Aaru.VideoNow { internal static class MainClass { diff --git a/DiscImageChef.VideoNow/Properties/Localization.Designer.cs b/DiscImageChef.VideoNow/Properties/Localization.Designer.cs index a387df8..e072355 100644 --- a/DiscImageChef.VideoNow/Properties/Localization.Designer.cs +++ b/DiscImageChef.VideoNow/Properties/Localization.Designer.cs @@ -8,7 +8,7 @@ // //------------------------------------------------------------------------------ -namespace DiscImageChef.VideoNow { +namespace Aaru.VideoNow { using System; diff --git a/DiscImageChef.VideoNow/Swapping.cs b/DiscImageChef.VideoNow/Swapping.cs index 49a4aa9..6372db1 100644 --- a/DiscImageChef.VideoNow/Swapping.cs +++ b/DiscImageChef.VideoNow/Swapping.cs @@ -1,4 +1,4 @@ -namespace DiscImageChef.VideoNow +namespace Aaru.VideoNow { public static class Swapping { diff --git a/DiscImageChef.VideoNow/Xp.cs b/DiscImageChef.VideoNow/Xp.cs index 5124435..f5b2290 100644 --- a/DiscImageChef.VideoNow/Xp.cs +++ b/DiscImageChef.VideoNow/Xp.cs @@ -4,7 +4,7 @@ using System.Linq; using SharpAvi; using SharpAvi.Output; -namespace DiscImageChef.VideoNow +namespace Aaru.VideoNow { public static class Xp {