This commit is contained in:
Dirk Lemstra 2017-06-25 14:35:54 +02:00
Родитель 13dd85d0c4
Коммит 6c78d2af18
12 изменённых файлов: 12 добавлений и 34 удалений

Просмотреть файл

@ -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
{

Просмотреть файл

@ -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
{

Просмотреть файл

@ -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;

Просмотреть файл

@ -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;

Просмотреть файл

@ -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;

Просмотреть файл

@ -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;

Просмотреть файл

@ -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;

Просмотреть файл

@ -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;

Просмотреть файл

@ -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;

Просмотреть файл

@ -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;

Просмотреть файл

@ -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;

Просмотреть файл

@ -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."
}
}