diff --git a/configs/config-schema.json b/configs/config-schema.json index a7b3807..360f066 100644 --- a/configs/config-schema.json +++ b/configs/config-schema.json @@ -1,7 +1,3 @@ -// This Source Code Form is subject to the terms of the Mozilla Public -// License, v. 2.0. If a copy of the MPL was not distributed with this -// file, You can obtain one at https://mozilla.org/MPL/2.0/. - { "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://example.com/pentest-config-schema.json", diff --git a/mcp-server/package-lock.json b/mcp-server/package-lock.json index e1c2a8e..38044b8 100644 --- a/mcp-server/package-lock.json +++ b/mcp-server/package-lock.json @@ -1,7 +1,3 @@ -// This Source Code Form is subject to the terms of the Mozilla Public -// License, v. 2.0. If a copy of the MPL was not distributed with this -// file, You can obtain one at https://mozilla.org/MPL/2.0/. - { "name": "@shannon/mcp-server", "version": "1.0.0", diff --git a/mcp-server/package.json b/mcp-server/package.json index 26eea6f..09fd3e3 100644 --- a/mcp-server/package.json +++ b/mcp-server/package.json @@ -1,7 +1,3 @@ -// This Source Code Form is subject to the terms of the Mozilla Public -// License, v. 2.0. If a copy of the MPL was not distributed with this -// file, You can obtain one at https://mozilla.org/MPL/2.0/. - { "name": "@shannon/mcp-server", "version": "1.0.0", diff --git a/package-lock.json b/package-lock.json index 393cfa6..59ee289 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,7 +1,3 @@ -// This Source Code Form is subject to the terms of the Mozilla Public -// License, v. 2.0. If a copy of the MPL was not distributed with this -// file, You can obtain one at https://mozilla.org/MPL/2.0/. - { "name": "shannon", "version": "1.0.0", diff --git a/package.json b/package.json index c4a550c..80b95f5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,3 @@ -// This Source Code Form is subject to the terms of the Mozilla Public -// License, v. 2.0. If a copy of the MPL was not distributed with this -// file, You can obtain one at https://mozilla.org/MPL/2.0/. - { "name": "shannon", "version": "1.0.0", diff --git a/shannon.mjs b/shannon.mjs index 53bb793..ab420f3 100755 --- a/shannon.mjs +++ b/shannon.mjs @@ -1,8 +1,9 @@ +#!/usr/bin/env zx + // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at https://mozilla.org/MPL/2.0/. -#!/usr/bin/env zx import { path, fs } from 'zx'; import chalk from 'chalk';