Browse Source

added missing fixed copyright headers

pull/97/head
Anton Firszov 9 years ago
parent
commit
a793066ac8
  1. 6
      tests/ImageSharp.Tests/Formats/Jpg/JpegDecoderTests.cs
  2. 2
      tests/ImageSharp.Tests/Formats/Jpg/JpegEncoderTests.cs
  3. 5
      tests/ImageSharp.Tests/Formats/Jpg/JpegProfilingBenchmarks.cs
  4. 5
      tests/ImageSharp.Tests/Formats/Jpg/JpegUtilsTests.cs
  5. 7
      tests/ImageSharp.Tests/Formats/Jpg/YCbCrImageTests.cs

6
tests/ImageSharp.Tests/Formats/Jpg/JpegDecoderTests.cs

@ -1,3 +1,9 @@
// <copyright file="JpegDecoderTests.cs" company="James Jackson-South">
// Copyright (c) James Jackson-South and contributors.
// Licensed under the Apache License, Version 2.0.
// </copyright>
// ReSharper disable InconsistentNaming
namespace ImageSharp.Tests
{
using System;

2
tests/ImageSharp.Tests/Formats/Jpg/JpegEncoderTests.cs

@ -1,4 +1,4 @@
// <copyright file="JpegTests.cs" company="James Jackson-South">
// <copyright file="JpegEncoderTests.cs" company="James Jackson-South">
// Copyright (c) James Jackson-South and contributors.
// Licensed under the Apache License, Version 2.0.
// </copyright>

5
tests/ImageSharp.Tests/Formats/Jpg/JpegProfilingBenchmarks.cs

@ -1,3 +1,8 @@
// <copyright file="JpegProfilingBenchmarks.cs" company="James Jackson-South">
// Copyright (c) James Jackson-South and contributors.
// Licensed under the Apache License, Version 2.0.
// </copyright>
namespace ImageSharp.Tests
{
using System;

5
tests/ImageSharp.Tests/Formats/Jpg/JpegUtilsTests.cs

@ -1,3 +1,8 @@
// <copyright file="JpegUtilsTests.cs" company="James Jackson-South">
// Copyright (c) James Jackson-South and contributors.
// Licensed under the Apache License, Version 2.0.
// </copyright>
// ReSharper disable InconsistentNaming
namespace ImageSharp.Tests
{

7
tests/ImageSharp.Tests/Formats/Jpg/YCbCrImageTests.cs

@ -1,4 +1,9 @@
namespace ImageSharp.Tests
// <copyright file="YCbCrImageTests.cs" company="James Jackson-South">
// Copyright (c) James Jackson-South and contributors.
// Licensed under the Apache License, Version 2.0.
// </copyright>
namespace ImageSharp.Tests
{
using ImageSharp.Formats.Jpg;

Loading…
Cancel
Save