From 4ed510ca8e0c6e523976b46767b63949dc8eefed Mon Sep 17 00:00:00 2001 From: Par Winzell Date: Wed, 17 Apr 2019 18:06:09 -0700 Subject: [PATCH] Add required Facebook copyright headers. --- npm/tests/test/fbx2gltf.ts | 9 +++++++++ npm/tests/test/mocha.opts | 7 +++++++ 2 files changed, 16 insertions(+) diff --git a/npm/tests/test/fbx2gltf.ts b/npm/tests/test/fbx2gltf.ts index 93e5a27..34ec3d3 100644 --- a/npm/tests/test/fbx2gltf.ts +++ b/npm/tests/test/fbx2gltf.ts @@ -1,3 +1,12 @@ +/** + * Copyright (c) 2014-present, Facebook, Inc. + * All rights reserved. + * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. An additional grant + * of patent rights can be found in the PATENTS file in the same directory. + */ + import {assert, expect} from 'chai'; import * as fbx2gltf from 'fbx2gltf'; import {readFileSync} from 'fs'; diff --git a/npm/tests/test/mocha.opts b/npm/tests/test/mocha.opts index bb4e390..1745889 100644 --- a/npm/tests/test/mocha.opts +++ b/npm/tests/test/mocha.opts @@ -1,3 +1,10 @@ +# Copyright (c) 2014-present, Facebook, Inc. +# All rights reserved. +# +# This source code is licensed under the BSD-style license found in the +# LICENSE file in the root directory of this source tree. An additional grant +# of patent rights can be found in the PATENTS file in the same directory. + --ui mocha-typescript --require source-map-support/register --recursive test