Skip to content

Commit

Permalink
moar copyright headers
Browse files Browse the repository at this point in the history
  • Loading branch information
nmn committed Nov 17, 2023
1 parent a31551c commit 0e81615
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/babel-plugin/rollup.config.mjs
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.
*/

import { nodeResolve } from '@rollup/plugin-node-resolve';
import commonjs from '@rollup/plugin-commonjs';
import json from '@rollup/plugin-json';
Expand Down

0 comments on commit 0e81615

Please sign in to comment.