diff --git a/FindFBX.cmake b/FindFBX.cmake index b187427..65f13e2 100644 --- a/FindFBX.cmake +++ b/FindFBX.cmake @@ -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/ diff --git a/npm/index.js b/npm/index.js index 7aa2d24..70f2682 100644 --- a/npm/index.js +++ b/npm/index.js @@ -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');