Skip to content

Commit

Permalink
chore: Add SPDX header to docs
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
  • Loading branch information
AndyScherzinger committed Jun 12, 2024
1 parent 7bd0a7e commit 91376a8
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/functions/a11y.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<!--
- SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
```js static
import { isA11yActivation } from '@nextcloud/vue/dist/Functions/a11y.js'
```
Expand Down
4 changes: 4 additions & 0 deletions docs/functions/emoji.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<!--
- SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
```ts static
import {
EmojiSkinTone,
Expand Down
5 changes: 4 additions & 1 deletion docs/functions/reference.md
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@

<!--
- SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
4 changes: 4 additions & 0 deletions docs/functions/registerReference.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<!--
- SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
4 changes: 4 additions & 0 deletions docs/functions/usernameToColor.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<!--
- SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
```js static
import usernameToColor from '@nextcloud/vue/dist/Functions/usernameToColor.js'
```
Expand Down

0 comments on commit 91376a8

Please sign in to comment.