Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Commit

Permalink
Changed copyright header.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Jun 25, 2017
1 parent 13dd85d commit 6c78d2a
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 34 deletions.
4 changes: 1 addition & 3 deletions 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
{
Expand Down
4 changes: 1 addition & 3 deletions 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
{
Expand Down
4 changes: 1 addition & 3 deletions 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;
Expand Down
4 changes: 1 addition & 3 deletions 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;

Expand Down
4 changes: 1 addition & 3 deletions 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;
Expand Down
4 changes: 1 addition & 3 deletions 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;
Expand Down
4 changes: 1 addition & 3 deletions 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;
Expand Down
4 changes: 1 addition & 3 deletions 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;
Expand Down
4 changes: 1 addition & 3 deletions 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;
Expand Down
4 changes: 1 addition & 3 deletions 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;
Expand Down
4 changes: 1 addition & 3 deletions 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;
Expand Down
2 changes: 1 addition & 1 deletion stylecop.json
Expand Up @@ -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."
}
}
Expand Down

0 comments on commit 6c78d2a

Please sign in to comment.