MCPcopy
hub / github.com/inkeep/open-knowledge / buildVersionNotice

Function buildVersionNotice

packages/cli/src/version-notice.ts:1–9  ·  view source on GitHub ↗
(version: string)

Source from the content-addressed store, hash-verified

1export function buildVersionNotice(version: string): string {
2 return [
3 version,
4 'Copyright (C) 2026 Inkeep, Inc.',
5 'License GPL-3.0-or-later: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.',
6 'This is free software: you are free to change and redistribute it.',
7 'There is NO WARRANTY, to the extent permitted by law.',
8 ].join('\n');
9}

Callers 2

cli.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected