Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .github/workflows/copyrights.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
@@ -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";
Expand Down
2 changes: 1 addition & 1 deletion test/fakes/FakeBaza.ts
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
Loading