Unverified Commit 9aadc0f5 authored by Hong Minhee's avatar Hong Minhee
Browse files

Change the license from AGPL 3.0 to MIT

parent 22cef13a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -8,6 +8,9 @@ Version 0.10.0

To be released.

Starting with this release, Fedify, previously distributed under [AGPL 3.0],
is now distributed under the [MIT License] to encourage wider adoption.

 -  Besides RSA-PKCS#1-v1.5, Fedify now supports Ed25519 for signing and
    verifying the activities.  [[#55]]

@@ -154,6 +157,8 @@ To be released.
[#55]: https://github.com/dahlia/fedify/issues/55
[#65]: https://github.com/dahlia/fedify/issues/65
[#68]: https://github.com/dahlia/fedify/pull/68
[AGPL 3.0]: https://www.gnu.org/licenses/agpl-3.0.en.html
[MIT License]: https://minhee.mit-license.org/
[FEP-521a]: https://codeberg.org/fediverse/fep/src/branch/main/fep/521a/fep-521a.md
[FEP-8b32]: https://codeberg.org/fediverse/fep/src/branch/main/fep/8b32/fep-8b32.md
[x-forwarded-fetch]: https://github.com/dahlia/x-forwarded-fetch
+4 −4
Original line number Diff line number Diff line
@@ -44,11 +44,11 @@ Pull requests

### License

Fedify is licensed under the [AGPL 3.0].  By opening a pull request, you agree
to license your contribution under the AGPL 3.0.  If you cannot agree to this
license, please do not open a pull request.
Fedify is licensed under the [MIT License].  By opening a pull request,
you agree to license your contribution under the MIT License.  If you cannot
agree to this license, please do not open a pull request.

[AGPL 3.0]: https://www.gnu.org/licenses/agpl-3.0.en.html
[MIT License]: https://minhee.mit-license.org/

### Coding conventions

+20 −661

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ await build({
    version: Deno.args[0] ?? metadata.version,
    description: "An ActivityPub server framework",
    keywords: ["ActivityPub", "fediverse"],
    license: "AGPL-3.0",
    license: "MIT",
    author: {
      name: "Hong Minhee",
      email: "hong@minhee.org",