From: Iker Pedrosa Date: Tue, 14 Mar 2023 15:44:12 +0000 (+0100) Subject: doc: add license X-Git-Tag: 4.14.0-rc1~108 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6f14a2a8346d63a618169e5e479a6f8e85cb02b;p=thirdparty%2Fshadow.git doc: add license Signed-off-by: Iker Pedrosa --- diff --git a/doc/contributions/license.md b/doc/contributions/license.md new file mode 100644 index 000000000..cab2eddd0 --- /dev/null +++ b/doc/contributions/license.md @@ -0,0 +1,10 @@ +# License + +All new source code committed to the shadow project is assumed to be made +available under the [BSD-3-Clause](../../COPYING) license unless the submitter +specifies another license at that time. The shadow maintainers reserve the +right to refuse a submission if the license is deemed incompatible with the +goals of the project. + +**Note**: old code may be made available under another license, check the +license tag for each file to get additional information.