Browse Source

fixed headers

af/merge-core
Vicente Penades 9 years ago
parent
commit
3b100bb979
  1. 2
      src/ImageSharp/PixelFormats/PixelTransformMode.cs
  2. 2
      src/ImageSharp/PixelFormats/PixelTransformModeExtensions.cs
  3. 2
      src/ImageSharp/PixelFormats/PorterDuffFunctions.cs

2
src/ImageSharp/PixelFormats/PixelTransformMode.cs

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

2
src/ImageSharp/PixelFormats/PixelTransformModeExtensions.cs

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

2
src/ImageSharp/PixelFormats/PorterDuffFunctions.cs

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

Loading…
Cancel
Save