Skip to content

Commit

Permalink
chore: add missing license headers (#1512)
Browse files Browse the repository at this point in the history
  • Loading branch information
martylukyy committed Apr 19, 2024
1 parent 56ef3a5 commit ce17292
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions web/src/api/query_keys.ts
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
5 changes: 5 additions & 0 deletions web/src/components/ExternalLink.tsx
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit ce17292

Please sign in to comment.