From 6e527563cdf1541a8cc5ec37cb182a249363de1b Mon Sep 17 00:00:00 2001 From: Par Winzell Date: Mon, 15 Oct 2018 15:24:07 -0700 Subject: [PATCH] Add more Copyright boilerplate. --- FindFBX.cmake | 2 ++ npm/index.js | 5 +++++ 2 files changed, 7 insertions(+) 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');