浏览代码

Add more Copyright boilerplate.

Par Winzell 7 年之前
父节点
当前提交
6e527563cd
共有 2 个文件被更改,包括 7 次插入0 次删除
  1. 2 0
      FindFBX.cmake
  2. 5 0
      npm/index.js

+ 2 - 0
FindFBX.cmake

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

+ 5 - 0
npm/index.js

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