Add more Copyright boilerplate.

This commit is contained in:
Par Winzell 2018-10-15 15:24:07 -07:00
parent 0c94cb5706
commit 6e527563cd
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# Copyright (c) 2014-present, Facebook, Inc.
# All rights reserved.
#
# Helper function for finding the FBX SDK.
# Cribbed & tweaked from https://github.com/floooh/fbxc/

View File

@ -1,3 +1,8 @@
/**
* Copyright (c) 2014-present, Facebook, Inc.
* All rights reserved.
*/
const childProcess = require('child_process');
const fs = require('fs');
const os = require('os');