mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 00:45:32 +00:00
14 lines
221 B
Markdown
14 lines
221 B
Markdown
---
|
|
title: IKeymanPackage::Copyright Property
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanPackage::Copyright` property returns the copyright message
|
|
from the package file.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
readonly string Copyright
|
|
```
|