diff --git a/admin/scripts/test-release.sh b/admin/scripts/test-release.sh index 3f20008c59..61473a167d 100755 --- a/admin/scripts/test-release.sh +++ b/admin/scripts/test-release.sh @@ -1,5 +1,10 @@ #!/usr/bin/env bash +# Copyright (c) Facebook, Inc. and its affiliates. +# +# This source code is licensed under the MIT license found in the +# LICENSE file in the root directory of this source tree. + set -euo pipefail CUSTOM_REGISTRY_URL="http://localhost:4873" diff --git a/packages/docusaurus-types/src/index.js b/packages/docusaurus-types/src/index.js index af4fc2ffc3..b9cc611912 100644 --- a/packages/docusaurus-types/src/index.js +++ b/packages/docusaurus-types/src/index.js @@ -1,3 +1,10 @@ +/** + * Copyright (c) Facebook, Inc. and its affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ + /* eslint-disable */ 'use strict'; Object.defineProperty(exports, '__esModule', {value: true});