Browse Source

added missing licence note for the pixel tests

pull/603/head
popow 8 years ago
parent
commit
46bfafa688
  1. 5
      tests/ImageSharp.Tests/PixelFormats/Alpha8Tests.cs
  2. 5
      tests/ImageSharp.Tests/PixelFormats/Argb32Tests.cs
  3. 5
      tests/ImageSharp.Tests/PixelFormats/Bgr565Tests.cs
  4. 5
      tests/ImageSharp.Tests/PixelFormats/Bgra4444Tests.cs
  5. 5
      tests/ImageSharp.Tests/PixelFormats/Bgra5551Tests.cs
  6. 5
      tests/ImageSharp.Tests/PixelFormats/Byte4Tests.cs
  7. 5
      tests/ImageSharp.Tests/PixelFormats/HalfSingleTests.cs
  8. 5
      tests/ImageSharp.Tests/PixelFormats/HalfVector2Tests.cs
  9. 5
      tests/ImageSharp.Tests/PixelFormats/HalfVector4Tests.cs
  10. 5
      tests/ImageSharp.Tests/PixelFormats/NormalizedByte2Tests.cs
  11. 5
      tests/ImageSharp.Tests/PixelFormats/NormalizedByte4Tests.cs
  12. 5
      tests/ImageSharp.Tests/PixelFormats/NormalizedShort2Tests.cs
  13. 5
      tests/ImageSharp.Tests/PixelFormats/NormalizedShort4Tests.cs
  14. 5
      tests/ImageSharp.Tests/PixelFormats/Rg32Tests.cs
  15. 5
      tests/ImageSharp.Tests/PixelFormats/Rgba1010102Tests.cs
  16. 5
      tests/ImageSharp.Tests/PixelFormats/Rgba64Tests.cs
  17. 5
      tests/ImageSharp.Tests/PixelFormats/Short2Tests.cs
  18. 5
      tests/ImageSharp.Tests/PixelFormats/Short4Tests.cs

5
tests/ImageSharp.Tests/PixelFormats/Alpha8Tests.cs

@ -1,4 +1,7 @@
using System.Numerics;
// Copyright (c) Six Labors and contributors.
// Licensed under the Apache License, Version 2.0.
using System.Numerics;
using SixLabors.ImageSharp.PixelFormats;
using Xunit;

5
tests/ImageSharp.Tests/PixelFormats/Argb32Tests.cs

@ -1,4 +1,7 @@
using System.Numerics;
// Copyright (c) Six Labors and contributors.
// Licensed under the Apache License, Version 2.0.
using System.Numerics;
using SixLabors.ImageSharp.PixelFormats;
using Xunit;

5
tests/ImageSharp.Tests/PixelFormats/Bgr565Tests.cs

@ -1,4 +1,7 @@
using System.Numerics;
// Copyright (c) Six Labors and contributors.
// Licensed under the Apache License, Version 2.0.
using System.Numerics;
using SixLabors.ImageSharp.PixelFormats;
using Xunit;

5
tests/ImageSharp.Tests/PixelFormats/Bgra4444Tests.cs

@ -1,4 +1,7 @@
using System.Numerics;
// Copyright (c) Six Labors and contributors.
// Licensed under the Apache License, Version 2.0.
using System.Numerics;
using SixLabors.ImageSharp.PixelFormats;
using Xunit;

5
tests/ImageSharp.Tests/PixelFormats/Bgra5551Tests.cs

@ -1,4 +1,7 @@
using System.Numerics;
// Copyright (c) Six Labors and contributors.
// Licensed under the Apache License, Version 2.0.
using System.Numerics;
using SixLabors.ImageSharp.PixelFormats;
using Xunit;

5
tests/ImageSharp.Tests/PixelFormats/Byte4Tests.cs

@ -1,4 +1,7 @@
using System.Numerics;
// Copyright (c) Six Labors and contributors.
// Licensed under the Apache License, Version 2.0.
using System.Numerics;
using SixLabors.ImageSharp.PixelFormats;
using Xunit;

5
tests/ImageSharp.Tests/PixelFormats/HalfSingleTests.cs

@ -1,4 +1,7 @@
using System.Numerics;
// Copyright (c) Six Labors and contributors.
// Licensed under the Apache License, Version 2.0.
using System.Numerics;
using SixLabors.ImageSharp.PixelFormats;
using Xunit;

5
tests/ImageSharp.Tests/PixelFormats/HalfVector2Tests.cs

@ -1,4 +1,7 @@
using System.Numerics;
// Copyright (c) Six Labors and contributors.
// Licensed under the Apache License, Version 2.0.
using System.Numerics;
using SixLabors.ImageSharp.PixelFormats;
using Xunit;

5
tests/ImageSharp.Tests/PixelFormats/HalfVector4Tests.cs

@ -1,4 +1,7 @@
using System.Numerics;
// Copyright (c) Six Labors and contributors.
// Licensed under the Apache License, Version 2.0.
using System.Numerics;
using SixLabors.ImageSharp.PixelFormats;
using Xunit;

5
tests/ImageSharp.Tests/PixelFormats/NormalizedByte2Tests.cs

@ -1,4 +1,7 @@
using System.Numerics;
// Copyright (c) Six Labors and contributors.
// Licensed under the Apache License, Version 2.0.
using System.Numerics;
using SixLabors.ImageSharp.PixelFormats;
using Xunit;

5
tests/ImageSharp.Tests/PixelFormats/NormalizedByte4Tests.cs

@ -1,4 +1,7 @@
using System.Numerics;
// Copyright (c) Six Labors and contributors.
// Licensed under the Apache License, Version 2.0.
using System.Numerics;
using SixLabors.ImageSharp.PixelFormats;
using Xunit;

5
tests/ImageSharp.Tests/PixelFormats/NormalizedShort2Tests.cs

@ -1,4 +1,7 @@
using System.Numerics;
// Copyright (c) Six Labors and contributors.
// Licensed under the Apache License, Version 2.0.
using System.Numerics;
using SixLabors.ImageSharp.PixelFormats;
using Xunit;

5
tests/ImageSharp.Tests/PixelFormats/NormalizedShort4Tests.cs

@ -1,4 +1,7 @@
using System.Numerics;
// Copyright (c) Six Labors and contributors.
// Licensed under the Apache License, Version 2.0.
using System.Numerics;
using SixLabors.ImageSharp.PixelFormats;
using Xunit;

5
tests/ImageSharp.Tests/PixelFormats/Rg32Tests.cs

@ -1,4 +1,7 @@
using System.Numerics;
// Copyright (c) Six Labors and contributors.
// Licensed under the Apache License, Version 2.0.
using System.Numerics;
using SixLabors.ImageSharp.PixelFormats;
using Xunit;

5
tests/ImageSharp.Tests/PixelFormats/Rgba1010102Tests.cs

@ -1,4 +1,7 @@
using System.Numerics;
// Copyright (c) Six Labors and contributors.
// Licensed under the Apache License, Version 2.0.
using System.Numerics;
using SixLabors.ImageSharp.PixelFormats;
using Xunit;

5
tests/ImageSharp.Tests/PixelFormats/Rgba64Tests.cs

@ -1,4 +1,7 @@
using System.Numerics;
// Copyright (c) Six Labors and contributors.
// Licensed under the Apache License, Version 2.0.
using System.Numerics;
using SixLabors.ImageSharp.PixelFormats;
using Xunit;

5
tests/ImageSharp.Tests/PixelFormats/Short2Tests.cs

@ -1,4 +1,7 @@
using System.Numerics;
// Copyright (c) Six Labors and contributors.
// Licensed under the Apache License, Version 2.0.
using System.Numerics;
using SixLabors.ImageSharp.PixelFormats;
using Xunit;

5
tests/ImageSharp.Tests/PixelFormats/Short4Tests.cs

@ -1,4 +1,7 @@
using System.Numerics;
// Copyright (c) Six Labors and contributors.
// Licensed under the Apache License, Version 2.0.
using System.Numerics;
using SixLabors.ImageSharp.PixelFormats;
using Xunit;

Loading…
Cancel
Save