diff --git a/local-cli/__tests__/generators-test.js b/local-cli/__tests__/generators-test.js index fff3734d750..d9e356373ee 100644 --- a/local-cli/__tests__/generators-test.js +++ b/local-cli/__tests__/generators-test.js @@ -1,3 +1,11 @@ +/** + * Copyright (c) 2015-present, 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. + */ 'use strict'; jest.autoMockOff(); diff --git a/local-cli/bundle.js b/local-cli/bundle.js index 92329f98baa..a78aa11afae 100644 --- a/local-cli/bundle.js +++ b/local-cli/bundle.js @@ -1,3 +1,11 @@ +/** + * Copyright (c) 2015-present, 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. + */ var http = require('http'); var fs = require('fs'); var path = require('path'); diff --git a/local-cli/cli.js b/local-cli/cli.js index e79f421a2e4..a01aa13b5dc 100644 --- a/local-cli/cli.js +++ b/local-cli/cli.js @@ -1,7 +1,11 @@ /** - * Copyright 2004-present Facebook. All Rights Reserved. + * Copyright (c) 2015-present, 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. */ - 'use strict'; var bundle = require('../private-cli/src/bundle/bundle'); diff --git a/local-cli/generate-android.js b/local-cli/generate-android.js index 15c002a6fe4..081f625fe78 100644 --- a/local-cli/generate-android.js +++ b/local-cli/generate-android.js @@ -1,3 +1,11 @@ +/** + * Copyright (c) 2015-present, 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. + */ 'use strict'; var fs = require('fs'); diff --git a/local-cli/generator-android/index.js b/local-cli/generator-android/index.js index 2d7a5806288..55e440a8a85 100644 --- a/local-cli/generator-android/index.js +++ b/local-cli/generator-android/index.js @@ -1,3 +1,11 @@ +/** + * Copyright (c) 2015-present, 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. + */ 'use strict'; var chalk = require('chalk'); diff --git a/local-cli/generator-ios/index.js b/local-cli/generator-ios/index.js index b57c3f73e4a..a5135153e50 100644 --- a/local-cli/generator-ios/index.js +++ b/local-cli/generator-ios/index.js @@ -1,3 +1,11 @@ +/** + * Copyright (c) 2015-present, 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. + */ 'use strict'; var chalk = require('chalk'); diff --git a/local-cli/generator-utils.js b/local-cli/generator-utils.js index 449e000ae02..e44f9f0da79 100644 --- a/local-cli/generator-utils.js +++ b/local-cli/generator-utils.js @@ -1,3 +1,11 @@ +/** + * Copyright (c) 2015-present, 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. + */ 'use strict'; var path = require('path'); diff --git a/local-cli/generator/index.js b/local-cli/generator/index.js index 3004ba20353..c01649ab1e9 100644 --- a/local-cli/generator/index.js +++ b/local-cli/generator/index.js @@ -1,3 +1,11 @@ +/** + * Copyright (c) 2015-present, 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. + */ 'use strict'; var path = require('path'); diff --git a/local-cli/init.js b/local-cli/init.js index dfcc3edf8bd..9c45eebf94f 100755 --- a/local-cli/init.js +++ b/local-cli/init.js @@ -1,3 +1,11 @@ +/** + * Copyright (c) 2015-present, 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. + */ 'use strict'; var path = require('path'); diff --git a/local-cli/new-library.js b/local-cli/new-library.js index 3978f8d0f98..ff9d806fe17 100644 --- a/local-cli/new-library.js +++ b/local-cli/new-library.js @@ -1,3 +1,11 @@ +/** + * Copyright (c) 2015-present, 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. + */ 'use strict'; var path = require('path'); diff --git a/local-cli/run-android.js b/local-cli/run-android.js index 26da1e1a482..3a9afdd3da1 100644 --- a/local-cli/run-android.js +++ b/local-cli/run-android.js @@ -1,7 +1,11 @@ /** - * Copyright 2004-present Facebook. All Rights Reserved. + * Copyright (c) 2015-present, 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. */ - 'use strict'; var chalk = require('chalk'); diff --git a/local-cli/run-packager.js b/local-cli/run-packager.js index a4d8f9cab82..92387af646b 100644 --- a/local-cli/run-packager.js +++ b/local-cli/run-packager.js @@ -1,3 +1,11 @@ +/** + * Copyright (c) 2015-present, 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. + */ 'use strict'; var path = require('path');