diff options
author | Yarden Shoham <hrsi88@gmail.com> | 2023-01-24 20:52:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-24 18:52:38 +0000 |
commit | b91bc680922a9f379ae026dea19c47e132d723af (patch) | |
tree | 83c5e9a02beeb2274b2673c38c1b4c922cde0d36 | |
parent | 95e8ea944097ca14d21f2b2a2601f85c28e1cd7c (diff) | |
download | gitea-b91bc680922a9f379ae026dea19c47e132d723af.tar.gz gitea-b91bc680922a9f379ae026dea19c47e132d723af.zip |
Remove address from DCO (#22595)
I copy-pasted from https://developercertificate.org/
-rw-r--r-- | DCO | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -2,8 +2,6 @@ Developer Certificate of Origin Version 1.1 Copyright (C) 2004, 2006 The Linux Foundation and its contributors. -660 York Street, Suite 102, -San Francisco, CA 94110 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. @@ -33,4 +31,4 @@ By making a contribution to this project, I certify that: are public and that a record of the contribution (including all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with - this project or the open source license(s) involved.
\ No newline at end of file + this project or the open source license(s) involved. |