From 0fddcd042ac5850cad6b5d8031a2b642de4f395b Mon Sep 17 00:00:00 2001 From: Timmy Huang Date: Wed, 14 Jan 2026 09:13:54 -0800 Subject: [PATCH] docs: Add open source required docs (#2745) --- LICENSE.txt => LICENSE | 4 ++-- SECURITY.md | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) rename LICENSE.txt => LICENSE (93%) create mode 100644 SECURITY.md diff --git a/LICENSE.txt b/LICENSE similarity index 93% rename from LICENSE.txt rename to LICENSE index 143218c5..4ebe5cc4 100644 --- a/LICENSE.txt +++ b/LICENSE @@ -1,6 +1,6 @@ -The MIT License (MIT) +# The MIT License (MIT) -Copyright (c) 2017-2023 Chan Zuckerberg Initiative +Copyright (c) 2017-2026 Chan Zuckerberg Initiative Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 00000000..251498f3 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,3 @@ +# Reporting Security Issues + +If you believe you have found a security issue, please responsibly disclose by contacting us at [security@chanzuckerberg.com](mailto:security@chanzuckerberg.com).