From a7f37a19321767d658d76fcb868f6ec52a78d976 Mon Sep 17 00:00:00 2001 From: Klaas Freitag Date: Mon, 10 Jul 2023 11:53:31 +0200 Subject: [PATCH] Add changelog --- changelog/unreleased/clarify_license.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelog/unreleased/clarify_license.md diff --git a/changelog/unreleased/clarify_license.md b/changelog/unreleased/clarify_license.md new file mode 100644 index 000000000..08b0c30bc --- /dev/null +++ b/changelog/unreleased/clarify_license.md @@ -0,0 +1,5 @@ +Enhancement: Clarify license text in the dev docs + +Explain the usage of the EULA for binary builds. + +https://github.com/owncloud/ocis/pull/6755