From c3c5adb4f3311d08332b69e882e6c1ec0906cdce Mon Sep 17 00:00:00 2001 From: Esteban Garcia Date: Thu, 25 Apr 2024 17:53:01 -0600 Subject: [PATCH] chore: add required md files (#294) Signed-off-by: essbante-io Signed-off-by: Esteban --- CONTRIBUTING.md | 3 +++ DCO.md | 3 +++ LICENSE | 2 +- MAINTAINERS.md | 3 +++ SECURITY.md | 3 +++ 5 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 CONTRIBUTING.md create mode 100644 DCO.md create mode 100644 MAINTAINERS.md create mode 100644 SECURITY.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..1713c9c3 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,3 @@ +# Contributing + +Thank you for your interest in contributing to this project! Please refer to the Hyperledger Identus repository's [CONTRIBUTING.md](https://github.com/hyperledger/identus/blob/main/CONTRIBUTING.md) file for guidelines on how to submit code or documentation contributions. \ No newline at end of file diff --git a/DCO.md b/DCO.md new file mode 100644 index 00000000..facf01e3 --- /dev/null +++ b/DCO.md @@ -0,0 +1,3 @@ +# Developer Certificate of Origin (DCO) + +For information about sign-offs required for contributions to this repository, please refer to this Hyperledger Identus repository's [DCO.md](https://github.com/hyperledger/identus/blob/main/DCO.md) file. \ No newline at end of file diff --git a/LICENSE b/LICENSE index 261eeb9e..52229363 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright 2024 Input Output Global Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/MAINTAINERS.md b/MAINTAINERS.md new file mode 100644 index 00000000..50c4d79d --- /dev/null +++ b/MAINTAINERS.md @@ -0,0 +1,3 @@ +# Mainteiners + +For information about the Maintainers of this repository, please see the Hyperledger Identus repository’s [MAINTAINERS.md](https://github.com/hyperledger/identus/blob/main/MAINTAINERS.md) file. \ No newline at end of file diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 00000000..7107cba0 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,3 @@ +# Security + +For information about reporting security vulnerabilities in this repository, please consult the Hyperledger Identus repository’s [SECURITY.md](https://github.com/hyperledger/identus/blob/main/SECURITY.md) file. \ No newline at end of file