Skip to content

Commit 28f3616

Browse files
authored
Merge pull request #45 from SixLabors/sw/beta-8
Update licence to AGPL 3 & update Fonts dependency
2 parents 0659c58 + 05a6426 commit 28f3616

221 files changed

Lines changed: 882 additions & 422 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Directory.Build.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
<!-- Package versions for package references across all projects -->
1919
<ItemGroup>
2020
<!--Global Dependencies-->
21-
<PackageReference Update="Microsoft.Net.Compilers.Toolset" Version="3.3.1" />
21+
<PackageReference Update="Microsoft.Net.Compilers.Toolset" Version="3.3.1" PrivateAssets="All" />
2222
<PackageReference Update="Microsoft.NETFramework.ReferenceAssemblies" PrivateAssets="All" Version="1.0.0" />
2323
<PackageReference Update="StyleCop.Analyzers" PrivateAssets="All" Version="1.1.118" />
2424

2525
<!--Src Dependencies-->
26-
<PackageReference Update="SixLabors.Fonts" Version="1.0.0-unstable0056" />
26+
<PackageReference Update="SixLabors.Fonts" Version="1.0.0-beta0011" />
2727
<PackageReference Update="SixLabors.ImageSharp" Version="1.0.0-rc0001" />
2828
</ItemGroup>
2929

LICENSE

Lines changed: 661 additions & 201 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 2 additions & 1 deletion

src/ImageSharp.Drawing/Common/Extensions/GraphicsOptionsExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) Six Labors and contributors.
2-
// Licensed under the Apache License, Version 2.0.
2+
// Licensed under the GNU Affero General Public License, Version 3.
33

44
using System.Numerics;
55
using SixLabors.ImageSharp.Drawing.Processing;

src/ImageSharp.Drawing/Primitives/Region.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) Six Labors and contributors.
2-
// Licensed under the Apache License, Version 2.0.
2+
// Licensed under the GNU Affero General Public License, Version 3.
33

44
using System;
55

src/ImageSharp.Drawing/Primitives/ShapePath.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) Six Labors and contributors.
2-
// Licensed under the Apache License, Version 2.0.
2+
// Licensed under the GNU Affero General Public License, Version 3.
33

44
using SixLabors.ImageSharp.Drawing.Processing;
55

src/ImageSharp.Drawing/Primitives/ShapeRegion.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) Six Labors and contributors.
2-
// Licensed under the Apache License, Version 2.0.
2+
// Licensed under the GNU Affero General Public License, Version 3.
33

44
using System;
55
using System.Buffers;

src/ImageSharp.Drawing/Processing/BrushApplicator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) Six Labors and contributors.
2-
// Licensed under the Apache License, Version 2.0.
2+
// Licensed under the GNU Affero General Public License, Version 3.
33

44
using System;
55
using System.Buffers;

src/ImageSharp.Drawing/Processing/Brushes.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) Six Labors and contributors.
2-
// Licensed under the Apache License, Version 2.0.
2+
// Licensed under the GNU Affero General Public License, Version 3.
33

44
namespace SixLabors.ImageSharp.Drawing.Processing
55
{

0 commit comments

Comments
 (0)