Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
docs(Copyright): retain facebook copy right notice (#51)
  • Loading branch information
evenchange4 authored and kpman committed Jul 11, 2017
1 parent 7400a18 commit ccfb42b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scripts/_getPackages.js
@@ -1,3 +1,11 @@
/**
* Copyright (c) 2014, 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.
*/

const fs = require('fs');
const path = require('path');

Expand Down
8 changes: 8 additions & 0 deletions scripts/build.js
@@ -1,3 +1,11 @@
/**
* Copyright (c) 2014, 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.
*/

/**
* script to build (transpile) files.
* By default it transpiles all files for all packages and writes them
Expand Down

0 comments on commit ccfb42b

Please sign in to comment.