Skip to content

Commit

Permalink
copyright header
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Aug 30, 2019
1 parent 7a51da9 commit d348e53
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 0 deletions.
7 changes: 7 additions & 0 deletions e2e/transform/cache/__tests__/aTests.js
@@ -1,3 +1,10 @@
/**
* Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

const phrase = require('../common-file');

test('A', () => {
Expand Down
7 changes: 7 additions & 0 deletions e2e/transform/cache/__tests__/bTests.js
@@ -1,3 +1,10 @@
/**
* Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

const phrase = require('../common-file');

test('B', () => {
Expand Down
7 changes: 7 additions & 0 deletions e2e/transform/cache/__tests__/cTests.js
@@ -1,3 +1,10 @@
/**
* Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

const phrase = require('../common-file');

test('C', () => {
Expand Down
7 changes: 7 additions & 0 deletions e2e/transform/cache/__tests__/dTests.js
@@ -1,3 +1,10 @@
/**
* Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

const phrase = require('../common-file');

test('D', () => {
Expand Down
7 changes: 7 additions & 0 deletions e2e/transform/cache/common-file.js
@@ -1 +1,8 @@
/**
* Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

module.exports = 'hello';

0 comments on commit d348e53

Please sign in to comment.