mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 16:59:12 +00:00
chore: add missing license headers (#1512)
This commit is contained in:
parent
56ef3a5402
commit
ce17292573
2 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors.
|
||||||
|
* SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
*/
|
||||||
|
|
||||||
export const SettingsKeys = {
|
export const SettingsKeys = {
|
||||||
all: ["settings"] as const,
|
all: ["settings"] as const,
|
||||||
updates: () => [...SettingsKeys.all, "updates"] as const,
|
updates: () => [...SettingsKeys.all, "updates"] as const,
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors.
|
||||||
|
* SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
*/
|
||||||
|
|
||||||
type ExternalLinkProps = {
|
type ExternalLinkProps = {
|
||||||
href: string;
|
href: string;
|
||||||
className?: string;
|
className?: string;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue