From aee19d55899f581924af22bef5f5dc2c1a0d3945 Mon Sep 17 00:00:00 2001 From: Kevin Becker Date: Sun, 16 Mar 2014 20:24:38 -0400 Subject: [PATCH] Switch to "ASCII text" file format. --- MonoGame.Framework/Graphics/PackedVector/Bgr565.cs | 2 +- MonoGame.Framework/Graphics/PackedVector/Bgra4444.cs | 2 +- MonoGame.Framework/Graphics/PackedVector/Byte4.cs | 2 +- MonoGame.Framework/Graphics/PackedVector/HalfSingle.cs | 2 +- MonoGame.Framework/Graphics/PackedVector/HalfTypeHelper.cs | 2 +- MonoGame.Framework/Graphics/PackedVector/HalfVector2.cs | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/MonoGame.Framework/Graphics/PackedVector/Bgr565.cs b/MonoGame.Framework/Graphics/PackedVector/Bgr565.cs index 33886cb5211..2ea454b09a8 100644 --- a/MonoGame.Framework/Graphics/PackedVector/Bgr565.cs +++ b/MonoGame.Framework/Graphics/PackedVector/Bgr565.cs @@ -1,4 +1,4 @@ -#region License +#region License /* FNA - XNA4 Reimplementation for Desktop Platforms * Copyright 2009-2014 Ethan Lee and the MonoGame Team * diff --git a/MonoGame.Framework/Graphics/PackedVector/Bgra4444.cs b/MonoGame.Framework/Graphics/PackedVector/Bgra4444.cs index 71e3e92dac5..84866926abb 100644 --- a/MonoGame.Framework/Graphics/PackedVector/Bgra4444.cs +++ b/MonoGame.Framework/Graphics/PackedVector/Bgra4444.cs @@ -1,4 +1,4 @@ -#region License +#region License /* FNA - XNA4 Reimplementation for Desktop Platforms * Copyright 2009-2014 Ethan Lee and the MonoGame Team * diff --git a/MonoGame.Framework/Graphics/PackedVector/Byte4.cs b/MonoGame.Framework/Graphics/PackedVector/Byte4.cs index e114e2fff1d..8fc97decb17 100644 --- a/MonoGame.Framework/Graphics/PackedVector/Byte4.cs +++ b/MonoGame.Framework/Graphics/PackedVector/Byte4.cs @@ -1,4 +1,4 @@ -#region License +#region License /* FNA - XNA4 Reimplementation for Desktop Platforms * Copyright 2009-2014 Ethan Lee and the MonoGame Team * diff --git a/MonoGame.Framework/Graphics/PackedVector/HalfSingle.cs b/MonoGame.Framework/Graphics/PackedVector/HalfSingle.cs index 73e77465aaa..695c4b56223 100644 --- a/MonoGame.Framework/Graphics/PackedVector/HalfSingle.cs +++ b/MonoGame.Framework/Graphics/PackedVector/HalfSingle.cs @@ -1,4 +1,4 @@ -#region License +#region License /* FNA - XNA4 Reimplementation for Desktop Platforms * Copyright 2009-2014 Ethan Lee and the MonoGame Team * diff --git a/MonoGame.Framework/Graphics/PackedVector/HalfTypeHelper.cs b/MonoGame.Framework/Graphics/PackedVector/HalfTypeHelper.cs index 43b1803d888..51213b1f3b0 100644 --- a/MonoGame.Framework/Graphics/PackedVector/HalfTypeHelper.cs +++ b/MonoGame.Framework/Graphics/PackedVector/HalfTypeHelper.cs @@ -1,4 +1,4 @@ -#region License +#region License /* FNA - XNA4 Reimplementation for Desktop Platforms * Copyright 2009-2014 Ethan Lee and the MonoGame Team * diff --git a/MonoGame.Framework/Graphics/PackedVector/HalfVector2.cs b/MonoGame.Framework/Graphics/PackedVector/HalfVector2.cs index 603549a0d50..482c5f3deb1 100644 --- a/MonoGame.Framework/Graphics/PackedVector/HalfVector2.cs +++ b/MonoGame.Framework/Graphics/PackedVector/HalfVector2.cs @@ -1,4 +1,4 @@ -#region License +#region License /* FNA - XNA4 Reimplementation for Desktop Platforms * Copyright 2009-2014 Ethan Lee and the MonoGame Team *