Skip to content

Commit 94e3f65

Browse files
committed
docs: add copyright headers
1 parent a595052 commit 94e3f65

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

test/e2e/cli.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/**
2+
* Copyright (c) 2025, Oracle and/or its affiliates.
3+
* All rights reserved
4+
* Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
5+
*/
6+
17
import {
28
ResultPromise,
39
execa

test/e2e/e2e.test.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/**
2+
* Copyright (c) 2025, Oracle and/or its affiliates.
3+
* All rights reserved
4+
* Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
5+
*/
6+
17
import fs from 'node:fs';
28
import {
39
afterEach,

vite.config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/**
2+
* Copyright (c) 2025, Oracle and/or its affiliates.
3+
* All rights reserved
4+
* Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
5+
*/
6+
17
import {
28
defaultExclude,
39
defineConfig

0 commit comments

Comments
 (0)