Home/Tools/@tpmjs/tools-copyright-notice

copyrightNoticeTool

@tpmjs/tools-copyright-notice

Generates properly formatted copyright notices for different content types and jurisdictions

Official
legal
v0.1.0
MIT

Interactive Playground

Test @tpmjs/tools-copyright-notice (copyrightNoticeTool) with AI-powered execution

0/2000 characters

Installation & Usage

Install this tool and use it with the AI SDK

1. Install the package

npm install @tpmjs/tools-copyright-notice
pnpm add @tpmjs/tools-copyright-notice
yarn add @tpmjs/tools-copyright-notice
bun add @tpmjs/tools-copyright-notice
deno add npm:@tpmjs/tools-copyright-notice

2. Import the tool

import { copyrightNoticeTool } from '@tpmjs/tools-copyright-notice';

3. Use with AI SDK

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);

Signature

(owner: string, contentType: string, year?: number, jurisdiction?: string, allRightsReserved?: boolean) => Promise<unknown>

Tags

content
copyright
different
formatted
generates
intellectual-property
jurisdictions
legal
notice
notices
properly
tpmjs
types

Parameters

Available configuration options

Auto-extracted
owner
Required
Type: string

Copyright owner name

year
Optional
Type: number

Copyright year

contentType
Required
Type: string

Type of content (software, text, media, etc.)

Schema extracted: 3/1/2026, 4:29:54 AM

README

ERROR: No README data found!

Statistics

Downloads/month

0

Quality Score

0%

Bundle Size

NPM Keywords

tpmjs
copyright
legal
intellectual-property

Maintainers

thomasdavis(thomasalwyndavis@gmail.com)

Frameworks

vercel-ai
copyrightNoticeTool | TPMJS | TPMJS