diff --git a/.github/workflows/copyrights.yml b/.github/workflows/copyrights.yml index 69d9bcb..4f92f3d 100644 --- a/.github/workflows/copyrights.yml +++ b/.github/workflows/copyrights.yml @@ -17,14 +17,3 @@ jobs: steps: - uses: actions/checkout@v7 - uses: yegor256/copyrights-action@0.0.12 - with: - globs: >- - Dockerfile - LICENSE.txt - Makefile - Rakefile - **/*.sh - **/*.scss - **/*.rb - **/*.fe - **/*.yml diff --git a/index.ts b/index.ts index d4d6da5..a6c5799 100755 --- a/index.ts +++ b/index.ts @@ -1,6 +1,6 @@ #!/usr/bin/env -S npx tsx -// SPDX-FileCopyrightText: Copyright (c) 2025 Zerocracy +// SPDX-FileCopyrightText: Copyright (c) 2025-2026 Zerocracy // SPDX-License-Identifier: MIT import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js"; diff --git a/test/fakes/FakeBaza.ts b/test/fakes/FakeBaza.ts index beaa6fd..0a60ac4 100644 --- a/test/fakes/FakeBaza.ts +++ b/test/fakes/FakeBaza.ts @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: Copyright (c) 2025 Zerocracy +// SPDX-FileCopyrightText: Copyright (c) 2025-2026 Zerocracy // SPDX-License-Identifier: MIT import { createServer, IncomingMessage, Server, ServerResponse } from 'node:http';