Skip to content

Commit c14c0bd

Browse files
authored
chore: add license information and copyright notice to relevant files (#8)
1 parent 916de74 commit c14c0bd

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"type": "git",
2525
"url": "git+https://github.com/jfrog/opencode-jfrog-plugin.git"
2626
},
27+
"license": "Apache-2.0",
2728
"publishConfig": {
2829
"access": "public"
2930
},

src/index.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// (c) JFrog Ltd. (2026)
12
import { describe, it, expect, beforeEach, afterEach, mock } from 'bun:test';
23
import { mkdirSync, writeFileSync, rmSync, mkdtempSync } from 'node:fs';
34
import { tmpdir } from 'node:os';

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// (c) JFrog Ltd. (2026)
12
import type { Plugin } from '@opencode-ai/plugin';
23
import {
34
appendFileSync,

0 commit comments

Comments
 (0)