@tpmjs/tools-copyright-notice
Generates properly formatted copyright notices for different content types and jurisdictions
Test @tpmjs/tools-copyright-notice (copyrightNoticeTool) with AI-powered execution
0/2000 characters
Install this tool and use it with the AI SDK
npm install @tpmjs/tools-copyright-noticepnpm add @tpmjs/tools-copyright-noticeyarn add @tpmjs/tools-copyright-noticebun add @tpmjs/tools-copyright-noticedeno add npm:@tpmjs/tools-copyright-noticeimport { copyrightNoticeTool } from '@tpmjs/tools-copyright-notice';import { generateText } from 'ai';
import { openai } from '@ai-sdk/openai';
import { copyrightNoticeTool } from '@tpmjs/tools-copyright-notice';
const result = await generateText({
model: openai('gpt-4o'),
tools: { copyrightNoticeTool },
prompt: 'Your prompt here...',
});
console.log(result.text);(owner: string, contentType: string, year?: number, jurisdiction?: string, allRightsReserved?: boolean) => Promise<unknown>Available configuration options
ownerstringCopyright owner name
yearnumberCopyright year
contentTypestringType of content (software, text, media, etc.)
Schema extracted: 3/1/2026, 4:29:54 AM
ERROR: No README data found!
Downloads/month
0
Quality Score