Skip to content

Commit 84c4300

Browse files
authored
Merge pull request #135 from SixLabors/sw/beta10
Update license to AGPL3
2 parents 1e0d0ac + 18722c3 commit 84c4300

88 files changed

Lines changed: 750 additions & 288 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.

LICENSE

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

README.md

Lines changed: 1 addition & 1 deletion

src/SixLabors.Fonts/AppliedFontStyle.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.Collections.Generic;

src/SixLabors.Fonts/BinaryReader.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.Binary;

src/SixLabors.Fonts/Bounds.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

src/SixLabors.Fonts/ColorFontSupport.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/SixLabors.Fonts/Exceptions/FontException.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/SixLabors.Fonts/Exceptions/FontFamilyNotFoundException.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.Fonts.Exceptions
55
{

src/SixLabors.Fonts/Exceptions/FontsThrowHelper.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.Diagnostics;
55
using System.Runtime.CompilerServices;

0 commit comments

Comments
 (0)