chore: add missing license headers (#1512)

This commit is contained in:
martylukyy 2024-04-19 14:03:45 +02:00 committed by GitHub
parent 56ef3a5402
commit ce17292573
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 0 deletions

View file

@ -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 = {
all: ["settings"] as const,
updates: () => [...SettingsKeys.all, "updates"] as const,

View file

@ -1,3 +1,8 @@
/*
* Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors.
* SPDX-License-Identifier: GPL-2.0-or-later
*/
type ExternalLinkProps = {
href: string;
className?: string;