Loading CHANGES.md +5 −0 Original line number Diff line number Diff line Loading @@ -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]] Loading Loading @@ -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 Loading CONTRIBUTING.md +4 −4 Original line number Diff line number Diff line Loading @@ -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 Loading LICENSE +20 −661 File changed.Preview size limit exceeded, changes collapsed. Show changes dnt.ts +1 −1 Original line number Diff line number Diff line Loading @@ -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", Loading Loading
CHANGES.md +5 −0 Original line number Diff line number Diff line Loading @@ -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]] Loading Loading @@ -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 Loading
CONTRIBUTING.md +4 −4 Original line number Diff line number Diff line Loading @@ -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 Loading
dnt.ts +1 −1 Original line number Diff line number Diff line Loading @@ -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", Loading