test_build

Summary: Ensure copyright header consistency and translation unit name uniqueness.

Reviewed By: nikhilaravi

Differential Revision: D20438802

fbshipit-source-id: 9820cfe4c6efab016a0a8589dfa24bb526692f83
This commit is contained in:
Jeremy Reizenstein
2020-03-16 07:51:58 -07:00
committed by Facebook GitHub Bot
parent 20e457ca0e
commit fa81953380
15 changed files with 60 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/bash
# Copyright (c) Facebook, Inc. and its affiliates.
# Copyright (c) Facebook, Inc. and its affiliates. All rights reserved.
# run this script from the project root using `./scripts/build_docs.sh`
@@ -57,4 +57,4 @@ else
echo "Starting local server"
echo "-----------------------------------"
yarn start
fi
fi

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env python3
# Copyright (c) Facebook, Inc. and its affiliates.
# Copyright (c) Facebook, Inc. and its affiliates. All rights reserved.
import argparse
import json

View File

@@ -1,5 +1,5 @@
#!/bin/bash
# Copyright (c) Facebook, Inc. and its affiliates.
# Copyright (c) Facebook, Inc. and its affiliates. All rights reserved.
usage() {
echo "Usage: $0 [-b]"