From 06f4b8e59063f5afae2faf9bdd3ce6ff6ce30f0e Mon Sep 17 00:00:00 2001 From: David Benque Date: Tue, 19 Dec 2023 11:38:26 +0000 Subject: [PATCH] Add licensing information to new files --- SECURITY.md | 6 ++++++ docs/example.httpd.conf | 4 ++++ lib/plugins/README.md | 6 ++++++ 3 files changed, 16 insertions(+) diff --git a/SECURITY.md b/SECURITY.md index 133723221..75100dbf0 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,3 +1,9 @@ + + # Security Policy ## Supported Versions diff --git a/docs/example.httpd.conf b/docs/example.httpd.conf index d8b0d8d00..f98b505f2 100644 --- a/docs/example.httpd.conf +++ b/docs/example.httpd.conf @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2023 XWiki CryptPad Team and contributors +# +# SPDX-License-Identifier: AGPL-3.0-or-later + # This file is included strictly as an example of how Apache httpd can be # configured to work with CryptPad. If you are using CryptPad in production # and require professional support please contact sales@cryptpad.fr diff --git a/lib/plugins/README.md b/lib/plugins/README.md index 70e448011..dd2d15af2 100644 --- a/lib/plugins/README.md +++ b/lib/plugins/README.md @@ -1 +1,7 @@ + + # CryptPad's plugins directory