diff --git a/web/src/screens/filters/Importer.tsx b/web/src/screens/filters/Importer.tsx index 9db8e2e..871dcfc 100644 --- a/web/src/screens/filters/Importer.tsx +++ b/web/src/screens/filters/Importer.tsx @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * SPDX-License-Identifier: GPL-2.0-or-later + */ + import { Fragment, useRef, useState } from "react"; import { Dialog, Transition } from "@headlessui/react"; import { useQueryClient } from "@tanstack/react-query"; diff --git a/web/src/screens/filters/_configParser.ts b/web/src/screens/filters/_configParser.ts index 25d05d0..d18cf8f 100644 --- a/web/src/screens/filters/_configParser.ts +++ b/web/src/screens/filters/_configParser.ts @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * SPDX-License-Identifier: GPL-2.0-or-later + */ + import { formatISO9075 } from "date-fns"; import * as CONST from "./_const"; diff --git a/web/src/screens/filters/_const.ts b/web/src/screens/filters/_const.ts index cb2853f..585dc6e 100644 --- a/web/src/screens/filters/_const.ts +++ b/web/src/screens/filters/_const.ts @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * SPDX-License-Identifier: GPL-2.0-or-later + */ + export const FILTER_FIELDS: Record = { "id": "number", "enabled": "boolean", diff --git a/web/src/screens/filters/sections/Advanced.tsx b/web/src/screens/filters/sections/Advanced.tsx index 4961017..f5f79d1 100644 --- a/web/src/screens/filters/sections/Advanced.tsx +++ b/web/src/screens/filters/sections/Advanced.tsx @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * SPDX-License-Identifier: GPL-2.0-or-later + */ + import { useFormikContext } from "formik"; import { DocsLink } from "@components/ExternalLink"; diff --git a/web/src/screens/filters/sections/General.tsx b/web/src/screens/filters/sections/General.tsx index 7785f03..867b2c9 100644 --- a/web/src/screens/filters/sections/General.tsx +++ b/web/src/screens/filters/sections/General.tsx @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * SPDX-License-Identifier: GPL-2.0-or-later + */ + import { useSuspenseQuery } from "@tanstack/react-query"; import { downloadsPerUnitOptions } from "@domain/constants"; diff --git a/web/src/screens/filters/sections/MoviesAndTV.tsx b/web/src/screens/filters/sections/MoviesAndTV.tsx index 0324497..0aa4a65 100644 --- a/web/src/screens/filters/sections/MoviesAndTV.tsx +++ b/web/src/screens/filters/sections/MoviesAndTV.tsx @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * SPDX-License-Identifier: GPL-2.0-or-later + */ + import { DocsLink } from "@components/ExternalLink"; import { TextAreaAutoResize } from "@components/inputs/input"; import { MultiSelect, SwitchGroup, TextField } from "@components/inputs"; diff --git a/web/src/screens/filters/sections/Music.tsx b/web/src/screens/filters/sections/Music.tsx index 31c62b0..6dbd72a 100644 --- a/web/src/screens/filters/sections/Music.tsx +++ b/web/src/screens/filters/sections/Music.tsx @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * SPDX-License-Identifier: GPL-2.0-or-later + */ + import { useFormikContext } from "formik"; import { DocsLink } from "@components/ExternalLink"; diff --git a/web/src/screens/filters/sections/_components.tsx b/web/src/screens/filters/sections/_components.tsx index 3787221..2ba2263 100644 --- a/web/src/screens/filters/sections/_components.tsx +++ b/web/src/screens/filters/sections/_components.tsx @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * SPDX-License-Identifier: GPL-2.0-or-later + */ + import { ChevronDownIcon } from "@heroicons/react/24/solid"; import { classNames } from "@utils"; diff --git a/web/src/screens/filters/sections/action_components/ActionDeluge.tsx b/web/src/screens/filters/sections/action_components/ActionDeluge.tsx index 107a8b0..0bbbb68 100644 --- a/web/src/screens/filters/sections/action_components/ActionDeluge.tsx +++ b/web/src/screens/filters/sections/action_components/ActionDeluge.tsx @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * SPDX-License-Identifier: GPL-2.0-or-later + */ + import * as Input from "@components/inputs"; import { CollapsibleSection } from "../_components"; diff --git a/web/src/screens/filters/sections/action_components/ActionPorla.tsx b/web/src/screens/filters/sections/action_components/ActionPorla.tsx index c4e35c9..d01f3af 100644 --- a/web/src/screens/filters/sections/action_components/ActionPorla.tsx +++ b/web/src/screens/filters/sections/action_components/ActionPorla.tsx @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * SPDX-License-Identifier: GPL-2.0-or-later + */ + import * as Input from "@components/inputs"; import { CollapsibleSection } from "../_components"; diff --git a/web/src/screens/filters/sections/action_components/ActionQBittorrent.tsx b/web/src/screens/filters/sections/action_components/ActionQBittorrent.tsx index 646f577..f645035 100644 --- a/web/src/screens/filters/sections/action_components/ActionQBittorrent.tsx +++ b/web/src/screens/filters/sections/action_components/ActionQBittorrent.tsx @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * SPDX-License-Identifier: GPL-2.0-or-later + */ + import { Link } from "@tanstack/react-router"; import { DocsLink } from "@components/ExternalLink"; diff --git a/web/src/screens/filters/sections/action_components/ActionRTorrent.tsx b/web/src/screens/filters/sections/action_components/ActionRTorrent.tsx index 33eda68..19d33e4 100644 --- a/web/src/screens/filters/sections/action_components/ActionRTorrent.tsx +++ b/web/src/screens/filters/sections/action_components/ActionRTorrent.tsx @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * SPDX-License-Identifier: GPL-2.0-or-later + */ + import { ActionRtorrentRenameOptions } from "@domain/constants"; import * as Input from "@components/inputs"; diff --git a/web/src/screens/filters/sections/action_components/ActionTransmission.tsx b/web/src/screens/filters/sections/action_components/ActionTransmission.tsx index fb665a2..9a00281 100644 --- a/web/src/screens/filters/sections/action_components/ActionTransmission.tsx +++ b/web/src/screens/filters/sections/action_components/ActionTransmission.tsx @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * SPDX-License-Identifier: GPL-2.0-or-later + */ + import * as Input from "@components/inputs"; import { CollapsibleSection } from "../_components"; diff --git a/web/src/screens/filters/sections/action_components/OtherActions.tsx b/web/src/screens/filters/sections/action_components/OtherActions.tsx index 16c6053..dff5097 100644 --- a/web/src/screens/filters/sections/action_components/OtherActions.tsx +++ b/web/src/screens/filters/sections/action_components/OtherActions.tsx @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * SPDX-License-Identifier: GPL-2.0-or-later + */ + import { WarningAlert } from "@components/alerts"; import * as Input from "@components/inputs"; diff --git a/web/src/screens/filters/sections/action_components/index.ts b/web/src/screens/filters/sections/action_components/index.ts index aa90ca6..59cdf92 100644 --- a/web/src/screens/filters/sections/action_components/index.ts +++ b/web/src/screens/filters/sections/action_components/index.ts @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * SPDX-License-Identifier: GPL-2.0-or-later + */ + export * from "./ActionDeluge"; export * from "./ActionQBittorrent"; export * from "./ActionRTorrent"; diff --git a/web/src/screens/filters/sections/action_components/shared.d.ts b/web/src/screens/filters/sections/action_components/shared.d.ts index f53f089..2ef2062 100644 --- a/web/src/screens/filters/sections/action_components/shared.d.ts +++ b/web/src/screens/filters/sections/action_components/shared.d.ts @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * SPDX-License-Identifier: GPL-2.0-or-later + */ + interface ClientActionProps { idx: number; action: Action; diff --git a/web/src/screens/filters/sections/index.ts b/web/src/screens/filters/sections/index.ts index 2252cf8..83124f5 100644 --- a/web/src/screens/filters/sections/index.ts +++ b/web/src/screens/filters/sections/index.ts @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * SPDX-License-Identifier: GPL-2.0-or-later + */ + export * from "./General"; export * from "./Advanced"; export * from "./MoviesAndTV";