Skip to content

Commit

Permalink
copyright for fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
nmn committed Nov 17, 2023
1 parent 8528d98 commit 7ca59a1
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/rollup-plugin/__tests__/__fixtures__/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

// index.js

'use strict';
Expand Down
7 changes: 7 additions & 0 deletions packages/rollup-plugin/__tests__/__fixtures__/npmStyles.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

// npmStyles.js

'use strict';
Expand Down
7 changes: 7 additions & 0 deletions packages/rollup-plugin/__tests__/__fixtures__/otherStyles.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

// otherStyles.js

'use strict';
Expand Down
7 changes: 7 additions & 0 deletions packages/webpack-plugin/__tests__/__fixtures__/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

// index.js

'use strict';
Expand Down
7 changes: 7 additions & 0 deletions packages/webpack-plugin/__tests__/__fixtures__/npmStyles.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

// npmStyles.js

'use strict';
Expand Down
7 changes: 7 additions & 0 deletions packages/webpack-plugin/__tests__/__fixtures__/otherStyles.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

// otherStyles.js

'use strict';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

const path = require('path');
const StylexPlugin = require('../../src/index');

Expand Down

0 comments on commit 7ca59a1

Please sign in to comment.