From e5ba872c47bdd8ca58d3e4360ac3ce1c4591821c Mon Sep 17 00:00:00 2001 From: Timothy Yung Date: Tue, 11 Oct 2022 15:07:00 -0700 Subject: [PATCH] Missing header in `docusaurus.config.js` (#3369) --- website/docusaurus.config.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 7fab6160d23..cbe18479d78 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -1,3 +1,10 @@ +/** + * Copyright (c) Meta Platforms, Inc. and affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ + const users = require('./showcase.json'); const versions = require('./versions.json');