chore: add copyright headers to missing files

This commit is contained in:
Yangshun Tay 2020-05-11 00:11:11 +08:00
parent 93b39e674f
commit 03070a2b8d
2 changed files with 12 additions and 0 deletions

View file

@ -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"

View file

@ -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});