Browse Source

[SL.Core] Changed copyright header.

af/octree-no-pixelmap
Dirk Lemstra 9 years ago
parent
commit
3da57b1d60
  1. 4
      src/SixLabors.Core/Constants.cs
  2. 4
      src/SixLabors.Core/HashHelpers.cs
  3. 4
      src/SixLabors.Core/MathF.cs
  4. 4
      src/SixLabors.Core/Primitives/Matrix3x2Extensions.cs
  5. 4
      src/SixLabors.Core/Primitives/Point.cs
  6. 4
      src/SixLabors.Core/Primitives/PointF.cs
  7. 4
      src/SixLabors.Core/Primitives/Rectangle.cs
  8. 4
      src/SixLabors.Core/Primitives/RectangleF.cs
  9. 4
      src/SixLabors.Core/Primitives/Size.cs
  10. 4
      src/SixLabors.Core/Primitives/SizeF.cs
  11. 4
      src/SixLabors.Core/Properties/AssemblyInfo.cs
  12. 2
      stylecop.json

4
src/SixLabors.Core/Constants.cs

@ -1,7 +1,5 @@
// <copyright file="Constants.cs" company="Six Labors">
// Copyright (c) Six Labors and contributors.
// Copyright (c) Six Labors and contributors.
// Licensed under the Apache License, Version 2.0.
// </copyright>
namespace SixLabors
{

4
src/SixLabors.Core/HashHelpers.cs

@ -1,7 +1,5 @@
// <copyright file="HashHelpers.cs" company="Six Labors">
// Copyright (c) Six Labors and contributors.
// Copyright (c) Six Labors and contributors.
// Licensed under the Apache License, Version 2.0.
// </copyright>
namespace SixLabors
{

4
src/SixLabors.Core/MathF.cs

@ -1,7 +1,5 @@
// <copyright file="MathF.cs" company="Six Labors">
// Copyright (c) Six Labors and contributors.
// Copyright (c) Six Labors and contributors.
// Licensed under the Apache License, Version 2.0.
// </copyright>
using System;
using System.Runtime.CompilerServices;

4
src/SixLabors.Core/Primitives/Matrix3x2Extensions.cs

@ -1,7 +1,5 @@
// <copyright file="Matrix3x2Extensions.cs" company="Six Labors">
// Copyright (c) Six Labors and contributors.
// Copyright (c) Six Labors and contributors.
// Licensed under the Apache License, Version 2.0.
// </copyright>
using System.Numerics;

4
src/SixLabors.Core/Primitives/Point.cs

@ -1,7 +1,5 @@
// <copyright file="Point.cs" company="Six Labors">
// Copyright (c) Six Labors and contributors.
// Copyright (c) Six Labors and contributors.
// Licensed under the Apache License, Version 2.0.
// </copyright>
using System;
using System.ComponentModel;

4
src/SixLabors.Core/Primitives/PointF.cs

@ -1,7 +1,5 @@
// <copyright file="PointF.cs" company="Six Labors">
// Copyright (c) Six Labors and contributors.
// Copyright (c) Six Labors and contributors.
// Licensed under the Apache License, Version 2.0.
// </copyright>
using System;
using System.ComponentModel;

4
src/SixLabors.Core/Primitives/Rectangle.cs

@ -1,7 +1,5 @@
// <copyright file="Rectangle.cs" company="Six Labors">
// Copyright (c) Six Labors and contributors.
// Copyright (c) Six Labors and contributors.
// Licensed under the Apache License, Version 2.0.
// </copyright>
using System;
using System.ComponentModel;

4
src/SixLabors.Core/Primitives/RectangleF.cs

@ -1,7 +1,5 @@
// <copyright file="RectangleF.cs" company="Six Labors">
// Copyright (c) Six Labors and contributors.
// Copyright (c) Six Labors and contributors.
// Licensed under the Apache License, Version 2.0.
// </copyright>
using System;
using System.ComponentModel;

4
src/SixLabors.Core/Primitives/Size.cs

@ -1,7 +1,5 @@
// <copyright file="Size.cs" company="Six Labors">
// Copyright (c) Six Labors and contributors.
// Copyright (c) Six Labors and contributors.
// Licensed under the Apache License, Version 2.0.
// </copyright>
using System;
using System.ComponentModel;

4
src/SixLabors.Core/Primitives/SizeF.cs

@ -1,7 +1,5 @@
// <copyright file="SizeF.cs" company="Six Labors">
// Copyright (c) Six Labors and contributors.
// Copyright (c) Six Labors and contributors.
// Licensed under the Apache License, Version 2.0.
// </copyright>
using System;
using System.ComponentModel;

4
src/SixLabors.Core/Properties/AssemblyInfo.cs

@ -1,7 +1,5 @@
// <copyright file="AssemblyInfo.cs" company="Six Labors">
// Copyright (c) Six Labors and contributors.
// Copyright (c) Six Labors and contributors.
// Licensed under the Apache License, Version 2.0.
// </copyright>
using System.Reflection;
using System.Resources;

2
stylecop.json

@ -8,7 +8,7 @@
},
"documentationRules":
{
"companyName": "Six Labors",
"xmlHeader": false,
"copyrightText": "Copyright (c) Six Labors and contributors.\nLicensed under the Apache License, Version 2.0."
}
}

Loading…
Cancel
Save