diff --git a/licenses/LICENSE b/licenses/LICENSE index 2e7a0ba..440373e 100644 --- a/licenses/LICENSE +++ b/licenses/LICENSE @@ -1,5 +1,5 @@ Microsoft Public License (Ms-PL) -FNA - Copyright 2009-2015 Ethan Lee and the MonoGame Team +FNA - Copyright 2009-2016 Ethan Lee and the MonoGame Team All rights reserved. diff --git a/src/Audio/AudioCategory.cs b/src/Audio/AudioCategory.cs index 756d2a5..c153dc3 100644 --- a/src/Audio/AudioCategory.cs +++ b/src/Audio/AudioCategory.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Audio/AudioChannels.cs b/src/Audio/AudioChannels.cs index f36c02a..dfd947b 100644 --- a/src/Audio/AudioChannels.cs +++ b/src/Audio/AudioChannels.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Audio/AudioDevice.cs b/src/Audio/AudioDevice.cs index 4806f2d..c290a6e 100644 --- a/src/Audio/AudioDevice.cs +++ b/src/Audio/AudioDevice.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Audio/AudioEmitter.cs b/src/Audio/AudioEmitter.cs index f8e7199..4fce3d5 100644 --- a/src/Audio/AudioEmitter.cs +++ b/src/Audio/AudioEmitter.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Audio/AudioEngine.cs b/src/Audio/AudioEngine.cs index c7d5e50..30c47d4 100644 --- a/src/Audio/AudioEngine.cs +++ b/src/Audio/AudioEngine.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Audio/AudioListener.cs b/src/Audio/AudioListener.cs index f590d4f..5d99bd3 100644 --- a/src/Audio/AudioListener.cs +++ b/src/Audio/AudioListener.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Audio/AudioStopOptions.cs b/src/Audio/AudioStopOptions.cs index 9284429..b69a048 100644 --- a/src/Audio/AudioStopOptions.cs +++ b/src/Audio/AudioStopOptions.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Audio/Cue.cs b/src/Audio/Cue.cs index a960b63..991bfc4 100644 --- a/src/Audio/Cue.cs +++ b/src/Audio/Cue.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Audio/CueData.cs b/src/Audio/CueData.cs index 1e01da4..830b60f 100644 --- a/src/Audio/CueData.cs +++ b/src/Audio/CueData.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Audio/DynamicSoundEffectInstance.cs b/src/Audio/DynamicSoundEffectInstance.cs index ed3ccc3..637528e 100644 --- a/src/Audio/DynamicSoundEffectInstance.cs +++ b/src/Audio/DynamicSoundEffectInstance.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Audio/IALDevice.cs b/src/Audio/IALDevice.cs index b666460..0d5137d 100644 --- a/src/Audio/IALDevice.cs +++ b/src/Audio/IALDevice.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Audio/InstancePlayLimitException.cs b/src/Audio/InstancePlayLimitException.cs index c9537f3..4637fe9 100644 --- a/src/Audio/InstancePlayLimitException.cs +++ b/src/Audio/InstancePlayLimitException.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Audio/Microphone.cs b/src/Audio/Microphone.cs index dd3feee..10c3363 100644 --- a/src/Audio/Microphone.cs +++ b/src/Audio/Microphone.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Audio/MicrophoneState.cs b/src/Audio/MicrophoneState.cs index 06bd7e0..41af285 100644 --- a/src/Audio/MicrophoneState.cs +++ b/src/Audio/MicrophoneState.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Audio/NoAudioHardwareException.cs b/src/Audio/NoAudioHardwareException.cs index 3c8fe95..204dffc 100644 --- a/src/Audio/NoAudioHardwareException.cs +++ b/src/Audio/NoAudioHardwareException.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Audio/NoMicrophoneConnectedException.cs b/src/Audio/NoMicrophoneConnectedException.cs index 6fb815e..cb2bcc8 100644 --- a/src/Audio/NoMicrophoneConnectedException.cs +++ b/src/Audio/NoMicrophoneConnectedException.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Audio/NullDevice.cs b/src/Audio/NullDevice.cs index ff8d7a0..ef3a129 100644 --- a/src/Audio/NullDevice.cs +++ b/src/Audio/NullDevice.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Audio/OpenALDevice.cs b/src/Audio/OpenALDevice.cs index 8a0ba40..6c2e016 100644 --- a/src/Audio/OpenALDevice.cs +++ b/src/Audio/OpenALDevice.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Audio/RendererDetail.cs b/src/Audio/RendererDetail.cs index f8da3b4..cda3a3d 100644 --- a/src/Audio/RendererDetail.cs +++ b/src/Audio/RendererDetail.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Audio/SoundBank.cs b/src/Audio/SoundBank.cs index 0c5ca35..e042a53 100644 --- a/src/Audio/SoundBank.cs +++ b/src/Audio/SoundBank.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Audio/SoundEffect.cs b/src/Audio/SoundEffect.cs index 72128f0..c9d7f8d 100644 --- a/src/Audio/SoundEffect.cs +++ b/src/Audio/SoundEffect.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Audio/SoundEffectInstance.cs b/src/Audio/SoundEffectInstance.cs index 9dfb26a..3164625 100644 --- a/src/Audio/SoundEffectInstance.cs +++ b/src/Audio/SoundEffectInstance.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Audio/SoundState.cs b/src/Audio/SoundState.cs index e9ba1e1..b1e7649 100644 --- a/src/Audio/SoundState.cs +++ b/src/Audio/SoundState.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Audio/WaveBank.cs b/src/Audio/WaveBank.cs index e3d3079..059dff4 100644 --- a/src/Audio/WaveBank.cs +++ b/src/Audio/WaveBank.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Audio/XACTInternal.cs b/src/Audio/XACTInternal.cs index 4677ef3..3dc0e16 100644 --- a/src/Audio/XACTInternal.cs +++ b/src/Audio/XACTInternal.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/BoundingBox.cs b/src/BoundingBox.cs index 2e8aa82..e88072e 100644 --- a/src/BoundingBox.cs +++ b/src/BoundingBox.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/BoundingFrustum.cs b/src/BoundingFrustum.cs index 43a6d0b..2090e13 100644 --- a/src/BoundingFrustum.cs +++ b/src/BoundingFrustum.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/BoundingSphere.cs b/src/BoundingSphere.cs index a226b71..c3bb9af 100644 --- a/src/BoundingSphere.cs +++ b/src/BoundingSphere.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Color.cs b/src/Color.cs index 9c96974..a9501b8 100644 --- a/src/Color.cs +++ b/src/Color.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/ContainmentType.cs b/src/ContainmentType.cs index b8b62fe..3e412bf 100644 --- a/src/ContainmentType.cs +++ b/src/ContainmentType.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentExtensions.cs b/src/Content/ContentExtensions.cs index 3a9060a..f1d4842 100644 --- a/src/Content/ContentExtensions.cs +++ b/src/Content/ContentExtensions.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentLoadException.cs b/src/Content/ContentLoadException.cs index b108d85..3f7f9be 100644 --- a/src/Content/ContentLoadException.cs +++ b/src/Content/ContentLoadException.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentManager.cs b/src/Content/ContentManager.cs index 4735261..b16c0c1 100644 --- a/src/Content/ContentManager.cs +++ b/src/Content/ContentManager.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentReader.cs b/src/Content/ContentReader.cs index fe7ad53..05302f3 100644 --- a/src/Content/ContentReader.cs +++ b/src/Content/ContentReader.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentReaders/AlphaTestEffectReader.cs b/src/Content/ContentReaders/AlphaTestEffectReader.cs index 7a135ec..fda4566 100644 --- a/src/Content/ContentReaders/AlphaTestEffectReader.cs +++ b/src/Content/ContentReaders/AlphaTestEffectReader.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentReaders/ArrayReader.cs b/src/Content/ContentReaders/ArrayReader.cs index a185d36..55df96c 100644 --- a/src/Content/ContentReaders/ArrayReader.cs +++ b/src/Content/ContentReaders/ArrayReader.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentReaders/BasicEffectReader.cs b/src/Content/ContentReaders/BasicEffectReader.cs index 772d2f9..cc67403 100644 --- a/src/Content/ContentReaders/BasicEffectReader.cs +++ b/src/Content/ContentReaders/BasicEffectReader.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentReaders/BooleanReader.cs b/src/Content/ContentReaders/BooleanReader.cs index 91d6529..643455d 100644 --- a/src/Content/ContentReaders/BooleanReader.cs +++ b/src/Content/ContentReaders/BooleanReader.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentReaders/BoundingBoxReader.cs b/src/Content/ContentReaders/BoundingBoxReader.cs index 324bf4a..8d4def1 100644 --- a/src/Content/ContentReaders/BoundingBoxReader.cs +++ b/src/Content/ContentReaders/BoundingBoxReader.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentReaders/BoundingFrustumReader.cs b/src/Content/ContentReaders/BoundingFrustumReader.cs index cae33e5..d458ec5 100644 --- a/src/Content/ContentReaders/BoundingFrustumReader.cs +++ b/src/Content/ContentReaders/BoundingFrustumReader.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentReaders/BoundingSphereReader.cs b/src/Content/ContentReaders/BoundingSphereReader.cs index 8970e53..54ed9d2 100644 --- a/src/Content/ContentReaders/BoundingSphereReader.cs +++ b/src/Content/ContentReaders/BoundingSphereReader.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentReaders/ByteReader.cs b/src/Content/ContentReaders/ByteReader.cs index 9d2ef51..8b4739d 100644 --- a/src/Content/ContentReaders/ByteReader.cs +++ b/src/Content/ContentReaders/ByteReader.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentReaders/CharReader.cs b/src/Content/ContentReaders/CharReader.cs index d51d043..dc44d00 100644 --- a/src/Content/ContentReaders/CharReader.cs +++ b/src/Content/ContentReaders/CharReader.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentReaders/ColorReader.cs b/src/Content/ContentReaders/ColorReader.cs index bd58530..4f00210 100644 --- a/src/Content/ContentReaders/ColorReader.cs +++ b/src/Content/ContentReaders/ColorReader.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentReaders/CurveReader.cs b/src/Content/ContentReaders/CurveReader.cs index c970686..94d4315 100644 --- a/src/Content/ContentReaders/CurveReader.cs +++ b/src/Content/ContentReaders/CurveReader.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentReaders/DateTimeReader.cs b/src/Content/ContentReaders/DateTimeReader.cs index 056e567..d77865d 100644 --- a/src/Content/ContentReaders/DateTimeReader.cs +++ b/src/Content/ContentReaders/DateTimeReader.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentReaders/DecimalReader.cs b/src/Content/ContentReaders/DecimalReader.cs index c12948c..cefe571 100644 --- a/src/Content/ContentReaders/DecimalReader.cs +++ b/src/Content/ContentReaders/DecimalReader.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentReaders/DictionaryReader.cs b/src/Content/ContentReaders/DictionaryReader.cs index 69c878f..d20d178 100644 --- a/src/Content/ContentReaders/DictionaryReader.cs +++ b/src/Content/ContentReaders/DictionaryReader.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentReaders/DoubleReader.cs b/src/Content/ContentReaders/DoubleReader.cs index acc5f1e..0ac5989 100644 --- a/src/Content/ContentReaders/DoubleReader.cs +++ b/src/Content/ContentReaders/DoubleReader.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentReaders/DualTextureEffectReader.cs b/src/Content/ContentReaders/DualTextureEffectReader.cs index 9624348..3862041 100644 --- a/src/Content/ContentReaders/DualTextureEffectReader.cs +++ b/src/Content/ContentReaders/DualTextureEffectReader.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentReaders/EffectMaterialReader.cs b/src/Content/ContentReaders/EffectMaterialReader.cs index 6e4c4cf..ce3a64e 100644 --- a/src/Content/ContentReaders/EffectMaterialReader.cs +++ b/src/Content/ContentReaders/EffectMaterialReader.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentReaders/EffectReader.cs b/src/Content/ContentReaders/EffectReader.cs index f632ed5..faabb09 100644 --- a/src/Content/ContentReaders/EffectReader.cs +++ b/src/Content/ContentReaders/EffectReader.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentReaders/EnumReader.cs b/src/Content/ContentReaders/EnumReader.cs index 44d9f9b..86d8652 100644 --- a/src/Content/ContentReaders/EnumReader.cs +++ b/src/Content/ContentReaders/EnumReader.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentReaders/EnvironmentMapEffectReader.cs b/src/Content/ContentReaders/EnvironmentMapEffectReader.cs index 1a2b068..22122c1 100644 --- a/src/Content/ContentReaders/EnvironmentMapEffectReader.cs +++ b/src/Content/ContentReaders/EnvironmentMapEffectReader.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentReaders/ExternalReferenceReader.cs b/src/Content/ContentReaders/ExternalReferenceReader.cs index 66c99ad..5f31246 100644 --- a/src/Content/ContentReaders/ExternalReferenceReader.cs +++ b/src/Content/ContentReaders/ExternalReferenceReader.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentReaders/IndexBufferReader.cs b/src/Content/ContentReaders/IndexBufferReader.cs index fc9b3ce..c98b697 100644 --- a/src/Content/ContentReaders/IndexBufferReader.cs +++ b/src/Content/ContentReaders/IndexBufferReader.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentReaders/Int16Reader.cs b/src/Content/ContentReaders/Int16Reader.cs index 8e22057..f465274 100644 --- a/src/Content/ContentReaders/Int16Reader.cs +++ b/src/Content/ContentReaders/Int16Reader.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentReaders/Int32Reader.cs b/src/Content/ContentReaders/Int32Reader.cs index 72a4e9d..bc0df38 100644 --- a/src/Content/ContentReaders/Int32Reader.cs +++ b/src/Content/ContentReaders/Int32Reader.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentReaders/Int64Reader.cs b/src/Content/ContentReaders/Int64Reader.cs index 93853bb..a9e5536 100644 --- a/src/Content/ContentReaders/Int64Reader.cs +++ b/src/Content/ContentReaders/Int64Reader.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentReaders/ListReader.cs b/src/Content/ContentReaders/ListReader.cs index 8c8bf4f..95d0ef4 100644 --- a/src/Content/ContentReaders/ListReader.cs +++ b/src/Content/ContentReaders/ListReader.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentReaders/MatrixReader.cs b/src/Content/ContentReaders/MatrixReader.cs index 2e6e456..46ba33e 100644 --- a/src/Content/ContentReaders/MatrixReader.cs +++ b/src/Content/ContentReaders/MatrixReader.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentReaders/ModelReader.cs b/src/Content/ContentReaders/ModelReader.cs index 2a3cce1..25b7b0d 100644 --- a/src/Content/ContentReaders/ModelReader.cs +++ b/src/Content/ContentReaders/ModelReader.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentReaders/NullableReader.cs b/src/Content/ContentReaders/NullableReader.cs index 33d65e5..c1fc90c 100644 --- a/src/Content/ContentReaders/NullableReader.cs +++ b/src/Content/ContentReaders/NullableReader.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentReaders/PlaneReader.cs b/src/Content/ContentReaders/PlaneReader.cs index ba8f5af..4d82907 100644 --- a/src/Content/ContentReaders/PlaneReader.cs +++ b/src/Content/ContentReaders/PlaneReader.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentReaders/PointReader.cs b/src/Content/ContentReaders/PointReader.cs index 7098424..9a6651b 100644 --- a/src/Content/ContentReaders/PointReader.cs +++ b/src/Content/ContentReaders/PointReader.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentReaders/QuaternionReader.cs b/src/Content/ContentReaders/QuaternionReader.cs index 3521754..7375a88 100644 --- a/src/Content/ContentReaders/QuaternionReader.cs +++ b/src/Content/ContentReaders/QuaternionReader.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentReaders/RayReader.cs b/src/Content/ContentReaders/RayReader.cs index 04129a1..ce05b9a 100644 --- a/src/Content/ContentReaders/RayReader.cs +++ b/src/Content/ContentReaders/RayReader.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentReaders/RectangleReader.cs b/src/Content/ContentReaders/RectangleReader.cs index ebd2df5..4883e9a 100644 --- a/src/Content/ContentReaders/RectangleReader.cs +++ b/src/Content/ContentReaders/RectangleReader.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentReaders/ReflectiveReader.cs b/src/Content/ContentReaders/ReflectiveReader.cs index c924fbd..57da273 100644 --- a/src/Content/ContentReaders/ReflectiveReader.cs +++ b/src/Content/ContentReaders/ReflectiveReader.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentReaders/SByteReader.cs b/src/Content/ContentReaders/SByteReader.cs index b7b73a8..3885f59 100644 --- a/src/Content/ContentReaders/SByteReader.cs +++ b/src/Content/ContentReaders/SByteReader.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentReaders/SingleReader.cs b/src/Content/ContentReaders/SingleReader.cs index 76593c4..c4a915f 100644 --- a/src/Content/ContentReaders/SingleReader.cs +++ b/src/Content/ContentReaders/SingleReader.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentReaders/SkinnedEffectReader.cs b/src/Content/ContentReaders/SkinnedEffectReader.cs index f970a2e..3380c49 100644 --- a/src/Content/ContentReaders/SkinnedEffectReader.cs +++ b/src/Content/ContentReaders/SkinnedEffectReader.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentReaders/SongReader.cs b/src/Content/ContentReaders/SongReader.cs index 2c921d5..8376fd5 100644 --- a/src/Content/ContentReaders/SongReader.cs +++ b/src/Content/ContentReaders/SongReader.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentReaders/SoundEffectReader.cs b/src/Content/ContentReaders/SoundEffectReader.cs index 4e19aba..bdd07b8 100644 --- a/src/Content/ContentReaders/SoundEffectReader.cs +++ b/src/Content/ContentReaders/SoundEffectReader.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentReaders/SpriteFontReader.cs b/src/Content/ContentReaders/SpriteFontReader.cs index e2d5ec8..4d814f2 100644 --- a/src/Content/ContentReaders/SpriteFontReader.cs +++ b/src/Content/ContentReaders/SpriteFontReader.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentReaders/StringReader.cs b/src/Content/ContentReaders/StringReader.cs index 01f9621..10b9cc9 100644 --- a/src/Content/ContentReaders/StringReader.cs +++ b/src/Content/ContentReaders/StringReader.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentReaders/Texture2DReader.cs b/src/Content/ContentReaders/Texture2DReader.cs index 84b7773..ccb6cf6 100644 --- a/src/Content/ContentReaders/Texture2DReader.cs +++ b/src/Content/ContentReaders/Texture2DReader.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentReaders/Texture3DReader.cs b/src/Content/ContentReaders/Texture3DReader.cs index 8b2714b..d0aabd9 100644 --- a/src/Content/ContentReaders/Texture3DReader.cs +++ b/src/Content/ContentReaders/Texture3DReader.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentReaders/TextureCubeReader.cs b/src/Content/ContentReaders/TextureCubeReader.cs index 6ab3a5b..ffd077d 100644 --- a/src/Content/ContentReaders/TextureCubeReader.cs +++ b/src/Content/ContentReaders/TextureCubeReader.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentReaders/TextureReader.cs b/src/Content/ContentReaders/TextureReader.cs index 55fd78e..e97cae3 100644 --- a/src/Content/ContentReaders/TextureReader.cs +++ b/src/Content/ContentReaders/TextureReader.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentReaders/TimeSpanReader.cs b/src/Content/ContentReaders/TimeSpanReader.cs index dc6d943..69e98e3 100644 --- a/src/Content/ContentReaders/TimeSpanReader.cs +++ b/src/Content/ContentReaders/TimeSpanReader.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentReaders/UInt16Reader.cs b/src/Content/ContentReaders/UInt16Reader.cs index cb6e7a1..51d901d 100644 --- a/src/Content/ContentReaders/UInt16Reader.cs +++ b/src/Content/ContentReaders/UInt16Reader.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentReaders/UInt32Reader.cs b/src/Content/ContentReaders/UInt32Reader.cs index bb3bd39..76277e2 100644 --- a/src/Content/ContentReaders/UInt32Reader.cs +++ b/src/Content/ContentReaders/UInt32Reader.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentReaders/UInt64Reader.cs b/src/Content/ContentReaders/UInt64Reader.cs index 79d3d36..b0decb3 100644 --- a/src/Content/ContentReaders/UInt64Reader.cs +++ b/src/Content/ContentReaders/UInt64Reader.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentReaders/Vector2Reader.cs b/src/Content/ContentReaders/Vector2Reader.cs index 8bb9211..06d3b4d 100644 --- a/src/Content/ContentReaders/Vector2Reader.cs +++ b/src/Content/ContentReaders/Vector2Reader.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentReaders/Vector3Reader.cs b/src/Content/ContentReaders/Vector3Reader.cs index e85e6b1..db03526 100644 --- a/src/Content/ContentReaders/Vector3Reader.cs +++ b/src/Content/ContentReaders/Vector3Reader.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentReaders/Vector4Reader.cs b/src/Content/ContentReaders/Vector4Reader.cs index c0f1e65..6f80e2c 100644 --- a/src/Content/ContentReaders/Vector4Reader.cs +++ b/src/Content/ContentReaders/Vector4Reader.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentReaders/VertexBufferReader.cs b/src/Content/ContentReaders/VertexBufferReader.cs index 696bd0c..f4bbe98 100644 --- a/src/Content/ContentReaders/VertexBufferReader.cs +++ b/src/Content/ContentReaders/VertexBufferReader.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentReaders/VertexDeclarationReader.cs b/src/Content/ContentReaders/VertexDeclarationReader.cs index 313b2ca..387d55c 100644 --- a/src/Content/ContentReaders/VertexDeclarationReader.cs +++ b/src/Content/ContentReaders/VertexDeclarationReader.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentReaders/VideoReader.cs b/src/Content/ContentReaders/VideoReader.cs index 7ef7c85..d329f7f 100644 --- a/src/Content/ContentReaders/VideoReader.cs +++ b/src/Content/ContentReaders/VideoReader.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentSerializerAttribute.cs b/src/Content/ContentSerializerAttribute.cs index 406156e..c81aea0 100644 --- a/src/Content/ContentSerializerAttribute.cs +++ b/src/Content/ContentSerializerAttribute.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentSerializerCollectionItemNameAttribute.cs b/src/Content/ContentSerializerCollectionItemNameAttribute.cs index 6024658..0c21bd0 100644 --- a/src/Content/ContentSerializerCollectionItemNameAttribute.cs +++ b/src/Content/ContentSerializerCollectionItemNameAttribute.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentSerializerIgnoreAttribute.cs b/src/Content/ContentSerializerIgnoreAttribute.cs index 9072b74..43b69a8 100644 --- a/src/Content/ContentSerializerIgnoreAttribute.cs +++ b/src/Content/ContentSerializerIgnoreAttribute.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentSerializerRuntimeTypeAttribute.cs b/src/Content/ContentSerializerRuntimeTypeAttribute.cs index 482ba5b..fd9202c 100644 --- a/src/Content/ContentSerializerRuntimeTypeAttribute.cs +++ b/src/Content/ContentSerializerRuntimeTypeAttribute.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentSerializerTypeVersionAttribute.cs b/src/Content/ContentSerializerTypeVersionAttribute.cs index 93b5b40..425eff5 100644 --- a/src/Content/ContentSerializerTypeVersionAttribute.cs +++ b/src/Content/ContentSerializerTypeVersionAttribute.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentTypeReader.cs b/src/Content/ContentTypeReader.cs index 4cd036c..7717a3d 100644 --- a/src/Content/ContentTypeReader.cs +++ b/src/Content/ContentTypeReader.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ContentTypeReaderManager.cs b/src/Content/ContentTypeReaderManager.cs index 1a49f10..4c07db0 100644 --- a/src/Content/ContentTypeReaderManager.cs +++ b/src/Content/ContentTypeReaderManager.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Content/ResourceContentManager.cs b/src/Content/ResourceContentManager.cs index 700e757..7c5fff3 100644 --- a/src/Content/ResourceContentManager.cs +++ b/src/Content/ResourceContentManager.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Curve.cs b/src/Curve.cs index 77f4ebd..b0deb8c 100644 --- a/src/Curve.cs +++ b/src/Curve.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/CurveContinuity.cs b/src/CurveContinuity.cs index fad37cd..47768b0 100644 --- a/src/CurveContinuity.cs +++ b/src/CurveContinuity.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/CurveKey.cs b/src/CurveKey.cs index d3ba181..957f277 100644 --- a/src/CurveKey.cs +++ b/src/CurveKey.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/CurveKeyCollection.cs b/src/CurveKeyCollection.cs index 4653c18..ca38c12 100644 --- a/src/CurveKeyCollection.cs +++ b/src/CurveKeyCollection.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/CurveLoopType.cs b/src/CurveLoopType.cs index f718bfd..bcc46a5 100644 --- a/src/CurveLoopType.cs +++ b/src/CurveLoopType.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/CurveTangent.cs b/src/CurveTangent.cs index f7b9deb..df5394c 100644 --- a/src/CurveTangent.cs +++ b/src/CurveTangent.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Design/BoundingBoxConverter.cs b/src/Design/BoundingBoxConverter.cs index c57a3a8..6cdbef6 100644 --- a/src/Design/BoundingBoxConverter.cs +++ b/src/Design/BoundingBoxConverter.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Design/BoundingSphereConverter.cs b/src/Design/BoundingSphereConverter.cs index cfd63ce..4ee5249 100644 --- a/src/Design/BoundingSphereConverter.cs +++ b/src/Design/BoundingSphereConverter.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Design/ColorConverter.cs b/src/Design/ColorConverter.cs index b91f281..c5852c8 100644 --- a/src/Design/ColorConverter.cs +++ b/src/Design/ColorConverter.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Design/MathTypeConverter.cs b/src/Design/MathTypeConverter.cs index e7dfa2f..387a624 100644 --- a/src/Design/MathTypeConverter.cs +++ b/src/Design/MathTypeConverter.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Design/MatrixConverter.cs b/src/Design/MatrixConverter.cs index eb801b6..9d1b8da 100644 --- a/src/Design/MatrixConverter.cs +++ b/src/Design/MatrixConverter.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Design/PlaneConverter.cs b/src/Design/PlaneConverter.cs index 080b213..bff3782 100644 --- a/src/Design/PlaneConverter.cs +++ b/src/Design/PlaneConverter.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Design/PointConverter.cs b/src/Design/PointConverter.cs index 66919f4..5be7677 100644 --- a/src/Design/PointConverter.cs +++ b/src/Design/PointConverter.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Design/QuaternionConverter.cs b/src/Design/QuaternionConverter.cs index 967151c..d5aa3ed 100644 --- a/src/Design/QuaternionConverter.cs +++ b/src/Design/QuaternionConverter.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Design/RayConverter.cs b/src/Design/RayConverter.cs index 8e2971a..9d4aa78 100644 --- a/src/Design/RayConverter.cs +++ b/src/Design/RayConverter.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Design/RectangleConverter.cs b/src/Design/RectangleConverter.cs index a8c4c55..b0c41b9 100644 --- a/src/Design/RectangleConverter.cs +++ b/src/Design/RectangleConverter.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Design/Vector2Converter.cs b/src/Design/Vector2Converter.cs index 50f7843..f7de5fb 100644 --- a/src/Design/Vector2Converter.cs +++ b/src/Design/Vector2Converter.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Design/Vector3Converter.cs b/src/Design/Vector3Converter.cs index 6a53387..cff1304 100644 --- a/src/Design/Vector3Converter.cs +++ b/src/Design/Vector3Converter.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Design/Vector4Converter.cs b/src/Design/Vector4Converter.cs index 5602167..0773cf0 100644 --- a/src/Design/Vector4Converter.cs +++ b/src/Design/Vector4Converter.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/DisplayOrientation.cs b/src/DisplayOrientation.cs index 83c2023..56f4708 100644 --- a/src/DisplayOrientation.cs +++ b/src/DisplayOrientation.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/DrawableGameComponent.cs b/src/DrawableGameComponent.cs index f7ff735..96fe467 100644 --- a/src/DrawableGameComponent.cs +++ b/src/DrawableGameComponent.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/FrameworkDispatcher.cs b/src/FrameworkDispatcher.cs index 422130f..16d1ee3 100644 --- a/src/FrameworkDispatcher.cs +++ b/src/FrameworkDispatcher.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Game.cs b/src/Game.cs index a968683..7cb3855 100644 --- a/src/Game.cs +++ b/src/Game.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/GameComponent.cs b/src/GameComponent.cs index 391d944..93555e3 100644 --- a/src/GameComponent.cs +++ b/src/GameComponent.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/GameComponentCollection.cs b/src/GameComponentCollection.cs index b3c5739..098ed95 100644 --- a/src/GameComponentCollection.cs +++ b/src/GameComponentCollection.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/GameComponentCollectionEventArgs.cs b/src/GameComponentCollectionEventArgs.cs index 17d3618..f582c91 100644 --- a/src/GameComponentCollectionEventArgs.cs +++ b/src/GameComponentCollectionEventArgs.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/GamePlatform.cs b/src/GamePlatform.cs index 776723e..f2a40fc 100644 --- a/src/GamePlatform.cs +++ b/src/GamePlatform.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/GameServiceContainer.cs b/src/GameServiceContainer.cs index 68b4944..a5bedcf 100644 --- a/src/GameServiceContainer.cs +++ b/src/GameServiceContainer.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/GameTime.cs b/src/GameTime.cs index b9b1312..409a514 100644 --- a/src/GameTime.cs +++ b/src/GameTime.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/GameWindow.cs b/src/GameWindow.cs index 7b8ab34..08c2e88 100644 --- a/src/GameWindow.cs +++ b/src/GameWindow.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/ClearOptions.cs b/src/Graphics/ClearOptions.cs index 478d776..e44305a 100644 --- a/src/Graphics/ClearOptions.cs +++ b/src/Graphics/ClearOptions.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/ColorWriteChannels.cs b/src/Graphics/ColorWriteChannels.cs index d2fda6a..de4fb3b 100644 --- a/src/Graphics/ColorWriteChannels.cs +++ b/src/Graphics/ColorWriteChannels.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/CubeMapFace.cs b/src/Graphics/CubeMapFace.cs index 1e1a975..591990a 100644 --- a/src/Graphics/CubeMapFace.cs +++ b/src/Graphics/CubeMapFace.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/DepthFormat.cs b/src/Graphics/DepthFormat.cs index 9118947..8f8a0c4 100644 --- a/src/Graphics/DepthFormat.cs +++ b/src/Graphics/DepthFormat.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/DeviceLostException.cs b/src/Graphics/DeviceLostException.cs index b67c80d..5b8455f 100644 --- a/src/Graphics/DeviceLostException.cs +++ b/src/Graphics/DeviceLostException.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/DeviceNotResetException.cs b/src/Graphics/DeviceNotResetException.cs index 8f99833..7d3a4a6 100644 --- a/src/Graphics/DeviceNotResetException.cs +++ b/src/Graphics/DeviceNotResetException.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/DirectionalLight.cs b/src/Graphics/DirectionalLight.cs index d2cafee..a1738fc 100644 --- a/src/Graphics/DirectionalLight.cs +++ b/src/Graphics/DirectionalLight.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/DisplayMode.cs b/src/Graphics/DisplayMode.cs index 6b50482..7686783 100644 --- a/src/Graphics/DisplayMode.cs +++ b/src/Graphics/DisplayMode.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/DisplayModeCollection.cs b/src/Graphics/DisplayModeCollection.cs index fda0b05..770e015 100644 --- a/src/Graphics/DisplayModeCollection.cs +++ b/src/Graphics/DisplayModeCollection.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/DxtUtil.cs b/src/Graphics/DxtUtil.cs index 8636e96..8d65315 100644 --- a/src/Graphics/DxtUtil.cs +++ b/src/Graphics/DxtUtil.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/Effect/Effect.cs b/src/Graphics/Effect/Effect.cs index e6c19c9..67d11d6 100644 --- a/src/Graphics/Effect/Effect.cs +++ b/src/Graphics/Effect/Effect.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/Effect/EffectAnnotation.cs b/src/Graphics/Effect/EffectAnnotation.cs index 55861d0..798c716 100644 --- a/src/Graphics/Effect/EffectAnnotation.cs +++ b/src/Graphics/Effect/EffectAnnotation.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/Effect/EffectAnnotationCollection.cs b/src/Graphics/Effect/EffectAnnotationCollection.cs index 5fc93c7..efbc940 100644 --- a/src/Graphics/Effect/EffectAnnotationCollection.cs +++ b/src/Graphics/Effect/EffectAnnotationCollection.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/Effect/EffectMaterial.cs b/src/Graphics/Effect/EffectMaterial.cs index 5726aef..2506fa3 100644 --- a/src/Graphics/Effect/EffectMaterial.cs +++ b/src/Graphics/Effect/EffectMaterial.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/Effect/EffectParameter.cs b/src/Graphics/Effect/EffectParameter.cs index 30d8611..f73bfad 100644 --- a/src/Graphics/Effect/EffectParameter.cs +++ b/src/Graphics/Effect/EffectParameter.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/Effect/EffectParameterClass.cs b/src/Graphics/Effect/EffectParameterClass.cs index 3b691c8..cd80f76 100644 --- a/src/Graphics/Effect/EffectParameterClass.cs +++ b/src/Graphics/Effect/EffectParameterClass.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/Effect/EffectParameterCollection.cs b/src/Graphics/Effect/EffectParameterCollection.cs index dd79feb..7ce7df6 100644 --- a/src/Graphics/Effect/EffectParameterCollection.cs +++ b/src/Graphics/Effect/EffectParameterCollection.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/Effect/EffectParameterType.cs b/src/Graphics/Effect/EffectParameterType.cs index cc32bf4..77cce2c 100644 --- a/src/Graphics/Effect/EffectParameterType.cs +++ b/src/Graphics/Effect/EffectParameterType.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/Effect/EffectPass.cs b/src/Graphics/Effect/EffectPass.cs index 3032da6..845f83f 100644 --- a/src/Graphics/Effect/EffectPass.cs +++ b/src/Graphics/Effect/EffectPass.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/Effect/EffectPassCollection.cs b/src/Graphics/Effect/EffectPassCollection.cs index befcdab..917ee56 100644 --- a/src/Graphics/Effect/EffectPassCollection.cs +++ b/src/Graphics/Effect/EffectPassCollection.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/Effect/EffectTechnique.cs b/src/Graphics/Effect/EffectTechnique.cs index 129edc5..1a69b48 100644 --- a/src/Graphics/Effect/EffectTechnique.cs +++ b/src/Graphics/Effect/EffectTechnique.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/Effect/EffectTechniqueCollection.cs b/src/Graphics/Effect/EffectTechniqueCollection.cs index f2524b3..9ecf754 100644 --- a/src/Graphics/Effect/EffectTechniqueCollection.cs +++ b/src/Graphics/Effect/EffectTechniqueCollection.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/Effect/IEffectFog.cs b/src/Graphics/Effect/IEffectFog.cs index 51bf71f..4edabee 100644 --- a/src/Graphics/Effect/IEffectFog.cs +++ b/src/Graphics/Effect/IEffectFog.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/Effect/IEffectLights.cs b/src/Graphics/Effect/IEffectLights.cs index 581cbed..c36c1b2 100644 --- a/src/Graphics/Effect/IEffectLights.cs +++ b/src/Graphics/Effect/IEffectLights.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/Effect/IEffectMatrices.cs b/src/Graphics/Effect/IEffectMatrices.cs index f3c141b..55f8c45 100644 --- a/src/Graphics/Effect/IEffectMatrices.cs +++ b/src/Graphics/Effect/IEffectMatrices.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/Effect/Resources.cs b/src/Graphics/Effect/Resources.cs index 9cabd8e..bb194fb 100644 --- a/src/Graphics/Effect/Resources.cs +++ b/src/Graphics/Effect/Resources.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/GraphicsAdapter.cs b/src/Graphics/GraphicsAdapter.cs index 94439d5..46b79c3 100644 --- a/src/Graphics/GraphicsAdapter.cs +++ b/src/Graphics/GraphicsAdapter.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/GraphicsDevice.cs b/src/Graphics/GraphicsDevice.cs index 95611b8..2abb4da 100644 --- a/src/Graphics/GraphicsDevice.cs +++ b/src/Graphics/GraphicsDevice.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/GraphicsDeviceStatus.cs b/src/Graphics/GraphicsDeviceStatus.cs index 2941eb0..8483c44 100644 --- a/src/Graphics/GraphicsDeviceStatus.cs +++ b/src/Graphics/GraphicsDeviceStatus.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/GraphicsProfile.cs b/src/Graphics/GraphicsProfile.cs index 05b26d2..1806d95 100644 --- a/src/Graphics/GraphicsProfile.cs +++ b/src/Graphics/GraphicsProfile.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/GraphicsResource.cs b/src/Graphics/GraphicsResource.cs index 99f0f33..aabb218 100644 --- a/src/Graphics/GraphicsResource.cs +++ b/src/Graphics/GraphicsResource.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/IGLDevice.cs b/src/Graphics/IGLDevice.cs index 875ab19..0ec2e2f 100644 --- a/src/Graphics/IGLDevice.cs +++ b/src/Graphics/IGLDevice.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/IGraphicsDeviceService.cs b/src/Graphics/IGraphicsDeviceService.cs index d98946d..85ef87b 100644 --- a/src/Graphics/IGraphicsDeviceService.cs +++ b/src/Graphics/IGraphicsDeviceService.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/IRenderTarget.cs b/src/Graphics/IRenderTarget.cs index db9374a..445eb18 100644 --- a/src/Graphics/IRenderTarget.cs +++ b/src/Graphics/IRenderTarget.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/Model.cs b/src/Graphics/Model.cs index 747cc6b..f1ae7b7 100644 --- a/src/Graphics/Model.cs +++ b/src/Graphics/Model.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/ModelBone.cs b/src/Graphics/ModelBone.cs index 0456bd2..60ffe94 100644 --- a/src/Graphics/ModelBone.cs +++ b/src/Graphics/ModelBone.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/ModelBoneCollection.cs b/src/Graphics/ModelBoneCollection.cs index 36fe26b..0035535 100644 --- a/src/Graphics/ModelBoneCollection.cs +++ b/src/Graphics/ModelBoneCollection.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/ModelEffectCollection.cs b/src/Graphics/ModelEffectCollection.cs index 314a834..a4781eb 100644 --- a/src/Graphics/ModelEffectCollection.cs +++ b/src/Graphics/ModelEffectCollection.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/ModelMesh.cs b/src/Graphics/ModelMesh.cs index cca5452..42ca0db 100644 --- a/src/Graphics/ModelMesh.cs +++ b/src/Graphics/ModelMesh.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/ModelMeshCollection.cs b/src/Graphics/ModelMeshCollection.cs index bb9dba3..0fd5fe6 100644 --- a/src/Graphics/ModelMeshCollection.cs +++ b/src/Graphics/ModelMeshCollection.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/ModelMeshPart.cs b/src/Graphics/ModelMeshPart.cs index b2563f3..ffa4651 100644 --- a/src/Graphics/ModelMeshPart.cs +++ b/src/Graphics/ModelMeshPart.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/ModelMeshPartCollection.cs b/src/Graphics/ModelMeshPartCollection.cs index 474b0a6..0b308df 100644 --- a/src/Graphics/ModelMeshPartCollection.cs +++ b/src/Graphics/ModelMeshPartCollection.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/NoSuitableGraphicsDeviceException.cs b/src/Graphics/NoSuitableGraphicsDeviceException.cs index 8832406..7b4f74f 100644 --- a/src/Graphics/NoSuitableGraphicsDeviceException.cs +++ b/src/Graphics/NoSuitableGraphicsDeviceException.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/OcclusionQuery.cs b/src/Graphics/OcclusionQuery.cs index abaaccf..9c40cef 100644 --- a/src/Graphics/OcclusionQuery.cs +++ b/src/Graphics/OcclusionQuery.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/OpenGLDevice.cs b/src/Graphics/OpenGLDevice.cs index 84feb8c..9cd10a7 100644 --- a/src/Graphics/OpenGLDevice.cs +++ b/src/Graphics/OpenGLDevice.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/OpenGLDevice_GL.cs b/src/Graphics/OpenGLDevice_GL.cs index b514293..bceba72 100644 --- a/src/Graphics/OpenGLDevice_GL.cs +++ b/src/Graphics/OpenGLDevice_GL.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/PackedVector/Alpha8.cs b/src/Graphics/PackedVector/Alpha8.cs index 417eae4..0be6b5e 100644 --- a/src/Graphics/PackedVector/Alpha8.cs +++ b/src/Graphics/PackedVector/Alpha8.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/PackedVector/Bgr565.cs b/src/Graphics/PackedVector/Bgr565.cs index ae10051..aca3e59 100644 --- a/src/Graphics/PackedVector/Bgr565.cs +++ b/src/Graphics/PackedVector/Bgr565.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/PackedVector/Bgra4444.cs b/src/Graphics/PackedVector/Bgra4444.cs index 9a5cca3..34d734b 100644 --- a/src/Graphics/PackedVector/Bgra4444.cs +++ b/src/Graphics/PackedVector/Bgra4444.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/PackedVector/Bgra5551.cs b/src/Graphics/PackedVector/Bgra5551.cs index 3e94020..7a36934 100644 --- a/src/Graphics/PackedVector/Bgra5551.cs +++ b/src/Graphics/PackedVector/Bgra5551.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/PackedVector/Byte4.cs b/src/Graphics/PackedVector/Byte4.cs index 86a3092..7971224 100644 --- a/src/Graphics/PackedVector/Byte4.cs +++ b/src/Graphics/PackedVector/Byte4.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/PackedVector/HalfSingle.cs b/src/Graphics/PackedVector/HalfSingle.cs index 6de526c..f8075af 100644 --- a/src/Graphics/PackedVector/HalfSingle.cs +++ b/src/Graphics/PackedVector/HalfSingle.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/PackedVector/HalfTypeHelper.cs b/src/Graphics/PackedVector/HalfTypeHelper.cs index b8536a9..c752ecb 100644 --- a/src/Graphics/PackedVector/HalfTypeHelper.cs +++ b/src/Graphics/PackedVector/HalfTypeHelper.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/PackedVector/HalfVector2.cs b/src/Graphics/PackedVector/HalfVector2.cs index 422f182..b767c61 100644 --- a/src/Graphics/PackedVector/HalfVector2.cs +++ b/src/Graphics/PackedVector/HalfVector2.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/PackedVector/HalfVector4.cs b/src/Graphics/PackedVector/HalfVector4.cs index cbf01cf..7705fc9 100644 --- a/src/Graphics/PackedVector/HalfVector4.cs +++ b/src/Graphics/PackedVector/HalfVector4.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/PackedVector/IPackedVector.cs b/src/Graphics/PackedVector/IPackedVector.cs index 29777ed..16e22fb 100644 --- a/src/Graphics/PackedVector/IPackedVector.cs +++ b/src/Graphics/PackedVector/IPackedVector.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/PackedVector/NormalizedByte2.cs b/src/Graphics/PackedVector/NormalizedByte2.cs index 05c556e..1ef9d40 100644 --- a/src/Graphics/PackedVector/NormalizedByte2.cs +++ b/src/Graphics/PackedVector/NormalizedByte2.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/PackedVector/NormalizedByte4.cs b/src/Graphics/PackedVector/NormalizedByte4.cs index 89926f4..a902bf5 100644 --- a/src/Graphics/PackedVector/NormalizedByte4.cs +++ b/src/Graphics/PackedVector/NormalizedByte4.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/PackedVector/NormalizedShort2.cs b/src/Graphics/PackedVector/NormalizedShort2.cs index d86ded4..b765e98 100644 --- a/src/Graphics/PackedVector/NormalizedShort2.cs +++ b/src/Graphics/PackedVector/NormalizedShort2.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/PackedVector/NormalizedShort4.cs b/src/Graphics/PackedVector/NormalizedShort4.cs index 1ef3037..2d3099a 100644 --- a/src/Graphics/PackedVector/NormalizedShort4.cs +++ b/src/Graphics/PackedVector/NormalizedShort4.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/PackedVector/Rg32.cs b/src/Graphics/PackedVector/Rg32.cs index db50184..7bf657b 100644 --- a/src/Graphics/PackedVector/Rg32.cs +++ b/src/Graphics/PackedVector/Rg32.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/PackedVector/Rgba1010102.cs b/src/Graphics/PackedVector/Rgba1010102.cs index 1b6e59c..9432456 100644 --- a/src/Graphics/PackedVector/Rgba1010102.cs +++ b/src/Graphics/PackedVector/Rgba1010102.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/PackedVector/Rgba64.cs b/src/Graphics/PackedVector/Rgba64.cs index 93db78c..dd3ac4c 100644 --- a/src/Graphics/PackedVector/Rgba64.cs +++ b/src/Graphics/PackedVector/Rgba64.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/PackedVector/Short2.cs b/src/Graphics/PackedVector/Short2.cs index 3c29af7..a72cc9a 100644 --- a/src/Graphics/PackedVector/Short2.cs +++ b/src/Graphics/PackedVector/Short2.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/PackedVector/Short4.cs b/src/Graphics/PackedVector/Short4.cs index 0816bef..09cea8f 100644 --- a/src/Graphics/PackedVector/Short4.cs +++ b/src/Graphics/PackedVector/Short4.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/PresentInterval.cs b/src/Graphics/PresentInterval.cs index df8788e..cddbb37 100644 --- a/src/Graphics/PresentInterval.cs +++ b/src/Graphics/PresentInterval.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/PresentationParameters.cs b/src/Graphics/PresentationParameters.cs index a3577fb..b633260 100644 --- a/src/Graphics/PresentationParameters.cs +++ b/src/Graphics/PresentationParameters.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/PrimitiveType.cs b/src/Graphics/PrimitiveType.cs index 512924b..b5cf682 100644 --- a/src/Graphics/PrimitiveType.cs +++ b/src/Graphics/PrimitiveType.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/RenderTarget2D.cs b/src/Graphics/RenderTarget2D.cs index 8bdc89e..c3382a4 100644 --- a/src/Graphics/RenderTarget2D.cs +++ b/src/Graphics/RenderTarget2D.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/RenderTargetBinding.cs b/src/Graphics/RenderTargetBinding.cs index 35d5be3..2324aed 100644 --- a/src/Graphics/RenderTargetBinding.cs +++ b/src/Graphics/RenderTargetBinding.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/RenderTargetCube.cs b/src/Graphics/RenderTargetCube.cs index 253e011..609dac9 100644 --- a/src/Graphics/RenderTargetCube.cs +++ b/src/Graphics/RenderTargetCube.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/RenderTargetUsage.cs b/src/Graphics/RenderTargetUsage.cs index bb60240..0b05fae 100644 --- a/src/Graphics/RenderTargetUsage.cs +++ b/src/Graphics/RenderTargetUsage.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/ResourceCreatedEventArgs.cs b/src/Graphics/ResourceCreatedEventArgs.cs index e142e51..83ddea4 100644 --- a/src/Graphics/ResourceCreatedEventArgs.cs +++ b/src/Graphics/ResourceCreatedEventArgs.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/ResourceDestroyedEventArgs.cs b/src/Graphics/ResourceDestroyedEventArgs.cs index 8e8ac01..3dda742 100644 --- a/src/Graphics/ResourceDestroyedEventArgs.cs +++ b/src/Graphics/ResourceDestroyedEventArgs.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/SamplerStateCollection.cs b/src/Graphics/SamplerStateCollection.cs index 695be23..825ee36 100644 --- a/src/Graphics/SamplerStateCollection.cs +++ b/src/Graphics/SamplerStateCollection.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/SetDataOptions.cs b/src/Graphics/SetDataOptions.cs index 83db650..f936aa8 100644 --- a/src/Graphics/SetDataOptions.cs +++ b/src/Graphics/SetDataOptions.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/SpriteBatch.cs b/src/Graphics/SpriteBatch.cs index bd722a4..a2b0608 100644 --- a/src/Graphics/SpriteBatch.cs +++ b/src/Graphics/SpriteBatch.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/SpriteEffects.cs b/src/Graphics/SpriteEffects.cs index a0c6436..6a0afc7 100644 --- a/src/Graphics/SpriteEffects.cs +++ b/src/Graphics/SpriteEffects.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/SpriteFont.cs b/src/Graphics/SpriteFont.cs index ca07e0d..4249963 100644 --- a/src/Graphics/SpriteFont.cs +++ b/src/Graphics/SpriteFont.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/SpriteSortMode.cs b/src/Graphics/SpriteSortMode.cs index c6b1641..c779833 100644 --- a/src/Graphics/SpriteSortMode.cs +++ b/src/Graphics/SpriteSortMode.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/States/Blend.cs b/src/Graphics/States/Blend.cs index f7acefe..020aa0a 100644 --- a/src/Graphics/States/Blend.cs +++ b/src/Graphics/States/Blend.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/States/BlendFunction.cs b/src/Graphics/States/BlendFunction.cs index 6588fb6..632d8f3 100644 --- a/src/Graphics/States/BlendFunction.cs +++ b/src/Graphics/States/BlendFunction.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/States/BlendState.cs b/src/Graphics/States/BlendState.cs index 28b9d96..b1e7406 100644 --- a/src/Graphics/States/BlendState.cs +++ b/src/Graphics/States/BlendState.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/States/CompareFunction.cs b/src/Graphics/States/CompareFunction.cs index e7bb29c..6157387 100644 --- a/src/Graphics/States/CompareFunction.cs +++ b/src/Graphics/States/CompareFunction.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/States/CullMode.cs b/src/Graphics/States/CullMode.cs index dd22456..77ed9f1 100644 --- a/src/Graphics/States/CullMode.cs +++ b/src/Graphics/States/CullMode.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/States/DepthStencilState.cs b/src/Graphics/States/DepthStencilState.cs index 2d96a11..92c587f 100644 --- a/src/Graphics/States/DepthStencilState.cs +++ b/src/Graphics/States/DepthStencilState.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/States/FillMode.cs b/src/Graphics/States/FillMode.cs index d40ae01..bbe60f2 100644 --- a/src/Graphics/States/FillMode.cs +++ b/src/Graphics/States/FillMode.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/States/RasterizerState.cs b/src/Graphics/States/RasterizerState.cs index a012edb..c5a8c40 100644 --- a/src/Graphics/States/RasterizerState.cs +++ b/src/Graphics/States/RasterizerState.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/States/SamplerState.cs b/src/Graphics/States/SamplerState.cs index ca1f9f2..c716230 100644 --- a/src/Graphics/States/SamplerState.cs +++ b/src/Graphics/States/SamplerState.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/States/StencilOperation.cs b/src/Graphics/States/StencilOperation.cs index 2620f75..fb44363 100644 --- a/src/Graphics/States/StencilOperation.cs +++ b/src/Graphics/States/StencilOperation.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/States/TextureAddressMode.cs b/src/Graphics/States/TextureAddressMode.cs index c5568d4..59c7495 100644 --- a/src/Graphics/States/TextureAddressMode.cs +++ b/src/Graphics/States/TextureAddressMode.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/States/TextureFilter.cs b/src/Graphics/States/TextureFilter.cs index a8c9333..2fb8821 100644 --- a/src/Graphics/States/TextureFilter.cs +++ b/src/Graphics/States/TextureFilter.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/SurfaceFormat.cs b/src/Graphics/SurfaceFormat.cs index 57d1c4e..9ebd7c6 100644 --- a/src/Graphics/SurfaceFormat.cs +++ b/src/Graphics/SurfaceFormat.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/Texture.cs b/src/Graphics/Texture.cs index 2eb4c54..1ce9f43 100644 --- a/src/Graphics/Texture.cs +++ b/src/Graphics/Texture.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/Texture2D.cs b/src/Graphics/Texture2D.cs index 0e7c262..b7d720f 100644 --- a/src/Graphics/Texture2D.cs +++ b/src/Graphics/Texture2D.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. @@ -220,7 +220,7 @@ namespace Microsoft.Xna.Framework.Graphics public void SaveAsJpeg(Stream stream, int width, int height) { // dealwithit.png -flibit - throw new NotSupportedException("It's 2015. Time to move on."); + throw new NotSupportedException("It's 2016. Time to move on."); } public void SaveAsPng(Stream stream, int width, int height) diff --git a/src/Graphics/Texture3D.cs b/src/Graphics/Texture3D.cs index 881acf2..8302548 100644 --- a/src/Graphics/Texture3D.cs +++ b/src/Graphics/Texture3D.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/TextureCollection.cs b/src/Graphics/TextureCollection.cs index c42f86f..faab8cd 100644 --- a/src/Graphics/TextureCollection.cs +++ b/src/Graphics/TextureCollection.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/TextureCube.cs b/src/Graphics/TextureCube.cs index fd28a38..fb21156 100644 --- a/src/Graphics/TextureCube.cs +++ b/src/Graphics/TextureCube.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/Vertices/BufferUsage.cs b/src/Graphics/Vertices/BufferUsage.cs index 3784d9c..df898b3 100644 --- a/src/Graphics/Vertices/BufferUsage.cs +++ b/src/Graphics/Vertices/BufferUsage.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/Vertices/DynamicIndexBuffer.cs b/src/Graphics/Vertices/DynamicIndexBuffer.cs index c5a0eea..c5d0ff1 100644 --- a/src/Graphics/Vertices/DynamicIndexBuffer.cs +++ b/src/Graphics/Vertices/DynamicIndexBuffer.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/Vertices/DynamicVertexBuffer.cs b/src/Graphics/Vertices/DynamicVertexBuffer.cs index 681d095..39bd353 100644 --- a/src/Graphics/Vertices/DynamicVertexBuffer.cs +++ b/src/Graphics/Vertices/DynamicVertexBuffer.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/Vertices/IVertexType.cs b/src/Graphics/Vertices/IVertexType.cs index 3144ab0..4107bd8 100644 --- a/src/Graphics/Vertices/IVertexType.cs +++ b/src/Graphics/Vertices/IVertexType.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/Vertices/IndexBuffer.cs b/src/Graphics/Vertices/IndexBuffer.cs index 6631f44..2e81ec8 100644 --- a/src/Graphics/Vertices/IndexBuffer.cs +++ b/src/Graphics/Vertices/IndexBuffer.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/Vertices/IndexElementSize.cs b/src/Graphics/Vertices/IndexElementSize.cs index d92ae78..0416980 100644 --- a/src/Graphics/Vertices/IndexElementSize.cs +++ b/src/Graphics/Vertices/IndexElementSize.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/Vertices/VertexBuffer.cs b/src/Graphics/Vertices/VertexBuffer.cs index eb7e2d6..38fc98e 100644 --- a/src/Graphics/Vertices/VertexBuffer.cs +++ b/src/Graphics/Vertices/VertexBuffer.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/Vertices/VertexBufferBinding.cs b/src/Graphics/Vertices/VertexBufferBinding.cs index 0d4b9cb..267d8b4 100644 --- a/src/Graphics/Vertices/VertexBufferBinding.cs +++ b/src/Graphics/Vertices/VertexBufferBinding.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/Vertices/VertexDeclaration.cs b/src/Graphics/Vertices/VertexDeclaration.cs index 03c9ec2..fcea81a 100644 --- a/src/Graphics/Vertices/VertexDeclaration.cs +++ b/src/Graphics/Vertices/VertexDeclaration.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/Vertices/VertexDeclarationCache.cs b/src/Graphics/Vertices/VertexDeclarationCache.cs index 7c3ec91..503de0b 100644 --- a/src/Graphics/Vertices/VertexDeclarationCache.cs +++ b/src/Graphics/Vertices/VertexDeclarationCache.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/Vertices/VertexElement.cs b/src/Graphics/Vertices/VertexElement.cs index 7a22aa6..064dc39 100644 --- a/src/Graphics/Vertices/VertexElement.cs +++ b/src/Graphics/Vertices/VertexElement.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/Vertices/VertexElementFormat.cs b/src/Graphics/Vertices/VertexElementFormat.cs index 6d87ec0..1c60dcc 100644 --- a/src/Graphics/Vertices/VertexElementFormat.cs +++ b/src/Graphics/Vertices/VertexElementFormat.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/Vertices/VertexElementUsage.cs b/src/Graphics/Vertices/VertexElementUsage.cs index d184d92..ff8504c 100644 --- a/src/Graphics/Vertices/VertexElementUsage.cs +++ b/src/Graphics/Vertices/VertexElementUsage.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/Vertices/VertexPositionColor.cs b/src/Graphics/Vertices/VertexPositionColor.cs index ae70060..2ce2ce4 100644 --- a/src/Graphics/Vertices/VertexPositionColor.cs +++ b/src/Graphics/Vertices/VertexPositionColor.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/Vertices/VertexPositionColorTexture.cs b/src/Graphics/Vertices/VertexPositionColorTexture.cs index 321e8e3..922ffe6 100644 --- a/src/Graphics/Vertices/VertexPositionColorTexture.cs +++ b/src/Graphics/Vertices/VertexPositionColorTexture.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/Vertices/VertexPositionNormalTexture.cs b/src/Graphics/Vertices/VertexPositionNormalTexture.cs index a5945cc..db1f324 100644 --- a/src/Graphics/Vertices/VertexPositionNormalTexture.cs +++ b/src/Graphics/Vertices/VertexPositionNormalTexture.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/Vertices/VertexPositionTexture.cs b/src/Graphics/Vertices/VertexPositionTexture.cs index a020cfe..c76e401 100644 --- a/src/Graphics/Vertices/VertexPositionTexture.cs +++ b/src/Graphics/Vertices/VertexPositionTexture.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Graphics/Viewport.cs b/src/Graphics/Viewport.cs index 0d137d6..a01342d 100644 --- a/src/Graphics/Viewport.cs +++ b/src/Graphics/Viewport.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/GraphicsDeviceInformation.cs b/src/GraphicsDeviceInformation.cs index abe03ec..f601cd0 100644 --- a/src/GraphicsDeviceInformation.cs +++ b/src/GraphicsDeviceInformation.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/GraphicsDeviceManager.cs b/src/GraphicsDeviceManager.cs index ddc50f8..375d841 100644 --- a/src/GraphicsDeviceManager.cs +++ b/src/GraphicsDeviceManager.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/IDrawable.cs b/src/IDrawable.cs index 8601df6..92ff813 100644 --- a/src/IDrawable.cs +++ b/src/IDrawable.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/IGameComponent.cs b/src/IGameComponent.cs index 6c63d52..85488dc 100644 --- a/src/IGameComponent.cs +++ b/src/IGameComponent.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/IGraphicsDeviceManager.cs b/src/IGraphicsDeviceManager.cs index bb0af43..2e556ce 100644 --- a/src/IGraphicsDeviceManager.cs +++ b/src/IGraphicsDeviceManager.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/IUpdateable.cs b/src/IUpdateable.cs index 79ed10b..14106ab 100644 --- a/src/IUpdateable.cs +++ b/src/IUpdateable.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Input/ButtonState.cs b/src/Input/ButtonState.cs index f2decd9..c9bb983 100644 --- a/src/Input/ButtonState.cs +++ b/src/Input/ButtonState.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Input/Buttons.cs b/src/Input/Buttons.cs index 67ae4fe..2d103ee 100644 --- a/src/Input/Buttons.cs +++ b/src/Input/Buttons.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Input/GamePadButtons.cs b/src/Input/GamePadButtons.cs index fcdbccb..803d178 100644 --- a/src/Input/GamePadButtons.cs +++ b/src/Input/GamePadButtons.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Input/GamePadCapabilities.cs b/src/Input/GamePadCapabilities.cs index d1b8f12..093757d 100644 --- a/src/Input/GamePadCapabilities.cs +++ b/src/Input/GamePadCapabilities.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Input/GamePadDPad.cs b/src/Input/GamePadDPad.cs index 207ecd2..a99bba8 100644 --- a/src/Input/GamePadDPad.cs +++ b/src/Input/GamePadDPad.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Input/GamePadDeadZone.cs b/src/Input/GamePadDeadZone.cs index 705c568..486d656 100644 --- a/src/Input/GamePadDeadZone.cs +++ b/src/Input/GamePadDeadZone.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Input/GamePadState.cs b/src/Input/GamePadState.cs index 313ce37..74f4b9c 100644 --- a/src/Input/GamePadState.cs +++ b/src/Input/GamePadState.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Input/GamePadThumbSticks.cs b/src/Input/GamePadThumbSticks.cs index 101dea0..af5f42b 100644 --- a/src/Input/GamePadThumbSticks.cs +++ b/src/Input/GamePadThumbSticks.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Input/GamePadTriggers.cs b/src/Input/GamePadTriggers.cs index 54d13b7..b563ba7 100644 --- a/src/Input/GamePadTriggers.cs +++ b/src/Input/GamePadTriggers.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Input/GamePadType.cs b/src/Input/GamePadType.cs index 88ba3e4..01d7edd 100644 --- a/src/Input/GamePadType.cs +++ b/src/Input/GamePadType.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Input/KeyState.cs b/src/Input/KeyState.cs index b29099f..8646269 100644 --- a/src/Input/KeyState.cs +++ b/src/Input/KeyState.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Input/Keyboard.cs b/src/Input/Keyboard.cs index 11e716b..7c4e395 100644 --- a/src/Input/Keyboard.cs +++ b/src/Input/Keyboard.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Input/KeyboardState.cs b/src/Input/KeyboardState.cs index 5862cf5..6ceb8c7 100644 --- a/src/Input/KeyboardState.cs +++ b/src/Input/KeyboardState.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Input/Keys.cs b/src/Input/Keys.cs index de3828f..c869658 100644 --- a/src/Input/Keys.cs +++ b/src/Input/Keys.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Input/MouseState.cs b/src/Input/MouseState.cs index e34a441..a6fa91d 100644 --- a/src/Input/MouseState.cs +++ b/src/Input/MouseState.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Input/TextInputEXT.cs b/src/Input/TextInputEXT.cs index 5e93747..77c550e 100644 --- a/src/Input/TextInputEXT.cs +++ b/src/Input/TextInputEXT.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/LaunchParameters.cs b/src/LaunchParameters.cs index 0275e91..3468842 100644 --- a/src/LaunchParameters.cs +++ b/src/LaunchParameters.cs @@ -2,7 +2,7 @@ /* #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/MathHelper.cs b/src/MathHelper.cs index 15098e7..de2bf79 100644 --- a/src/MathHelper.cs +++ b/src/MathHelper.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Matrix.cs b/src/Matrix.cs index a53286e..01f979b 100644 --- a/src/Matrix.cs +++ b/src/Matrix.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Media/MediaPlayer.cs b/src/Media/MediaPlayer.cs index 72b2c73..edb690e 100644 --- a/src/Media/MediaPlayer.cs +++ b/src/Media/MediaPlayer.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Media/MediaQueue.cs b/src/Media/MediaQueue.cs index 5acb4ab..762645a 100644 --- a/src/Media/MediaQueue.cs +++ b/src/Media/MediaQueue.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Media/MediaState.cs b/src/Media/MediaState.cs index fdfbcf5..0f66bad 100644 --- a/src/Media/MediaState.cs +++ b/src/Media/MediaState.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Media/SongCollection.cs b/src/Media/SongCollection.cs index 7e814d0..a5af84f 100644 --- a/src/Media/SongCollection.cs +++ b/src/Media/SongCollection.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Media/VideoSoundtrackType.cs b/src/Media/VideoSoundtrackType.cs index b421b03..ff91cae 100644 --- a/src/Media/VideoSoundtrackType.cs +++ b/src/Media/VideoSoundtrackType.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Media/VisualizationData.cs b/src/Media/VisualizationData.cs index 694239c..f5f6d6e 100644 --- a/src/Media/VisualizationData.cs +++ b/src/Media/VisualizationData.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Media/Xiph/Song.cs b/src/Media/Xiph/Song.cs index a1d5ae4..8261cf5 100644 --- a/src/Media/Xiph/Song.cs +++ b/src/Media/Xiph/Song.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Media/Xiph/Video.cs b/src/Media/Xiph/Video.cs index 8cb5096..9d54354 100644 --- a/src/Media/Xiph/Video.cs +++ b/src/Media/Xiph/Video.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Media/Xiph/VideoPlayer.cs b/src/Media/Xiph/VideoPlayer.cs index 4ac688b..faf2bf4 100644 --- a/src/Media/Xiph/VideoPlayer.cs +++ b/src/Media/Xiph/VideoPlayer.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/NamespaceDocs.cs b/src/NamespaceDocs.cs index 5928290..60b9b92 100644 --- a/src/NamespaceDocs.cs +++ b/src/NamespaceDocs.cs @@ -1,5 +1,5 @@ /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Plane.cs b/src/Plane.cs index 384707a..a1dcf06 100644 --- a/src/Plane.cs +++ b/src/Plane.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/PlaneIntersectionType.cs b/src/PlaneIntersectionType.cs index 69f68fb..f7274c9 100644 --- a/src/PlaneIntersectionType.cs +++ b/src/PlaneIntersectionType.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/PlayerIndex.cs b/src/PlayerIndex.cs index 97434d5..dd2c5da 100644 --- a/src/PlayerIndex.cs +++ b/src/PlayerIndex.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Point.cs b/src/Point.cs index ea2464d..4a55e03 100644 --- a/src/Point.cs +++ b/src/Point.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/PreparingDeviceSettingsEventArgs.cs b/src/PreparingDeviceSettingsEventArgs.cs index 183f572..15da50b 100644 --- a/src/PreparingDeviceSettingsEventArgs.cs +++ b/src/PreparingDeviceSettingsEventArgs.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Properties/AssemblyInfo.cs b/src/Properties/AssemblyInfo.cs index f3e9c4a..261dcb5 100644 --- a/src/Properties/AssemblyInfo.cs +++ b/src/Properties/AssemblyInfo.cs @@ -16,7 +16,7 @@ using System.Resources; #endif [assembly: AssemblyCompany("Ethan \"flibitijibibo\" Lee")] [assembly: AssemblyProduct("FNA")] -[assembly: AssemblyCopyright("Copyright (c) 2009-2015")] +[assembly: AssemblyCopyright("Copyright (c) 2009-2016")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/src/Quaternion.cs b/src/Quaternion.cs index f67ae4e..0125e23 100644 --- a/src/Quaternion.cs +++ b/src/Quaternion.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Ray.cs b/src/Ray.cs index 8aca0e5..0909eeb 100644 --- a/src/Ray.cs +++ b/src/Ray.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Rectangle.cs b/src/Rectangle.cs index 8b7bd7b..70ea96c 100644 --- a/src/Rectangle.cs +++ b/src/Rectangle.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/SDL2/Input/SDL2_GamePad.cs b/src/SDL2/Input/SDL2_GamePad.cs index 8fec1e2..8291f67 100644 --- a/src/SDL2/Input/SDL2_GamePad.cs +++ b/src/SDL2/Input/SDL2_GamePad.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/SDL2/Input/SDL2_KeyboardUtil.cs b/src/SDL2/Input/SDL2_KeyboardUtil.cs index ad53002..0d18b8d 100644 --- a/src/SDL2/Input/SDL2_KeyboardUtil.cs +++ b/src/SDL2/Input/SDL2_KeyboardUtil.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/SDL2/Input/SDL2_Mouse.cs b/src/SDL2/Input/SDL2_Mouse.cs index 354a175..263ecd0 100644 --- a/src/SDL2/Input/SDL2_Mouse.cs +++ b/src/SDL2/Input/SDL2_Mouse.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/SDL2/SDL2_GamePlatform.cs b/src/SDL2/SDL2_GamePlatform.cs index ae913aa..afa14a6 100644 --- a/src/SDL2/SDL2_GamePlatform.cs +++ b/src/SDL2/SDL2_GamePlatform.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/SDL2/SDL2_GameWindow.cs b/src/SDL2/SDL2_GameWindow.cs index 9bc79f7..7419680 100644 --- a/src/SDL2/SDL2_GameWindow.cs +++ b/src/SDL2/SDL2_GameWindow.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Storage/StorageContainer.cs b/src/Storage/StorageContainer.cs index ba0c9e5..afdcb30 100644 --- a/src/Storage/StorageContainer.cs +++ b/src/Storage/StorageContainer.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Storage/StorageDevice.cs b/src/Storage/StorageDevice.cs index 830e297..4113251 100644 --- a/src/Storage/StorageDevice.cs +++ b/src/Storage/StorageDevice.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Storage/StorageDeviceNotConnectedException.cs b/src/Storage/StorageDeviceNotConnectedException.cs index 5b42a4a..c70fbd6 100644 --- a/src/Storage/StorageDeviceNotConnectedException.cs +++ b/src/Storage/StorageDeviceNotConnectedException.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/TitleContainer.cs b/src/TitleContainer.cs index bd129cf..c6fed36 100644 --- a/src/TitleContainer.cs +++ b/src/TitleContainer.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Vector2.cs b/src/Vector2.cs index f279f9b..de3f2fa 100644 --- a/src/Vector2.cs +++ b/src/Vector2.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Vector3.cs b/src/Vector3.cs index 4d57582..55e535b 100644 --- a/src/Vector3.cs +++ b/src/Vector3.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details. diff --git a/src/Vector4.cs b/src/Vector4.cs index 5618930..b3e5c03 100644 --- a/src/Vector4.cs +++ b/src/Vector4.cs @@ -1,6 +1,6 @@ #region License /* FNA - XNA4 Reimplementation for Desktop Platforms - * Copyright 2009-2015 Ethan Lee and the MonoGame Team + * Copyright 2009-2016 Ethan Lee and the MonoGame Team * * Released under the Microsoft Public License. * See LICENSE for details.