diff --git a/package.json b/package.json index 6cfaf5d..d3dcc50 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,7 @@ "type": "git", "url": "git+https://github.com/jfrog/opencode-jfrog-plugin.git" }, + "license": "Apache-2.0", "publishConfig": { "access": "public" }, diff --git a/src/index.test.ts b/src/index.test.ts index 340161c..1911dbf 100644 --- a/src/index.test.ts +++ b/src/index.test.ts @@ -1,3 +1,4 @@ +// (c) JFrog Ltd. (2026) import { describe, it, expect, beforeEach, afterEach, mock } from 'bun:test'; import { mkdirSync, writeFileSync, rmSync, mkdtempSync } from 'node:fs'; import { tmpdir } from 'node:os'; diff --git a/src/index.ts b/src/index.ts index 39aed16..ab5ea0c 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,3 +1,4 @@ +// (c) JFrog Ltd. (2026) import type { Plugin } from '@opencode-ai/plugin'; import { appendFileSync,