diff --git a/CUE.NET.nuspec b/CUE.NET.nuspec
index 09a5cd4..4bc21da 100644
--- a/CUE.NET.nuspec
+++ b/CUE.NET.nuspec
@@ -24,11 +24,13 @@
Refactored automatic updates to be SDK-wide (moved from device to CueSDK)
C# (.NET) Wrapper library around the Corsair CUE-SDK
- Copyright © Wyrez 2016
+ Copyright © Wyrez 2017
en-US
+
+
diff --git a/Devices/Keyboard/Enums/BrushCalculationMode.cs b/Devices/Keyboard/Enums/BrushCalculationMode.cs
index f8d4dd7..8684649 100644
--- a/Devices/Keyboard/Enums/BrushCalculationMode.cs
+++ b/Devices/Keyboard/Enums/BrushCalculationMode.cs
@@ -1,7 +1,7 @@
namespace CUE.NET.Devices.Keyboard.Enums
{
///
- /// Contains list of all brush calculation modes.
+ /// Contains a list of all brush calculation modes.
///
public enum BrushCalculationMode
{
diff --git a/Examples/Ambilight/Example_Ambilight_full/Properties/AssemblyInfo.cs b/Examples/Ambilight/Example_Ambilight_full/Properties/AssemblyInfo.cs
index 04f710d..c91e80c 100644
--- a/Examples/Ambilight/Example_Ambilight_full/Properties/AssemblyInfo.cs
+++ b/Examples/Ambilight/Example_Ambilight_full/Properties/AssemblyInfo.cs
@@ -10,7 +10,7 @@ using System.Windows;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Example_Ambilight_full")]
-[assembly: AssemblyCopyright("Copyright © Wyrez 2016")]
+[assembly: AssemblyCopyright("Copyright © Wyrez 2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
diff --git a/Examples/AudioAnalyzer/Example_AudioAnalyzer_full/Properties/AssemblyInfo.cs b/Examples/AudioAnalyzer/Example_AudioAnalyzer_full/Properties/AssemblyInfo.cs
index 79b603e..6edcf1e 100644
--- a/Examples/AudioAnalyzer/Example_AudioAnalyzer_full/Properties/AssemblyInfo.cs
+++ b/Examples/AudioAnalyzer/Example_AudioAnalyzer_full/Properties/AssemblyInfo.cs
@@ -10,7 +10,7 @@ using System.Windows;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Wyrez")]
[assembly: AssemblyProduct("Example_AudioAnalyzer_full")]
-[assembly: AssemblyCopyright("Copyright © Wyrez 2016")]
+[assembly: AssemblyCopyright("Copyright © Wyrez 2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
diff --git a/Examples/SimpleDevTest/Properties/AssemblyInfo.cs b/Examples/SimpleDevTest/Properties/AssemblyInfo.cs
index 8d14716..45d51e8 100644
--- a/Examples/SimpleDevTest/Properties/AssemblyInfo.cs
+++ b/Examples/SimpleDevTest/Properties/AssemblyInfo.cs
@@ -9,7 +9,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Wyrez")]
[assembly: AssemblyProduct("SimpleDevTest")]
-[assembly: AssemblyCopyright("Copyright © Wyrez 2016")]
+[assembly: AssemblyCopyright("Copyright © Wyrez 2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs
index 3235504..f6d4d59 100644
--- a/Properties/AssemblyInfo.cs
+++ b/Properties/AssemblyInfo.cs
@@ -9,7 +9,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Wyrez")]
[assembly: AssemblyProduct("CUE.NET")]
-[assembly: AssemblyCopyright("Copyright © Wyrez 2016")]
+[assembly: AssemblyCopyright("Copyright © Wyrez 2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]