chore: add missing license headers (#1811)

* chore: add missing license headers

* missing license in test files
This commit is contained in:
soup 2024-11-06 21:37:42 +01:00 committed by GitHub
parent 40fe3e9f54
commit b4f0d60b9b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 46 additions and 0 deletions

View file

@ -1,3 +1,6 @@
// Copyright (c) 2021-2024, Ludvig Lundgren and the autobrr contributors.
// SPDX-License-Identifier: GPL-2.0-or-later
package tools
import (

View file

@ -1,3 +1,6 @@
// Copyright (c) 2021-2024, Ludvig Lundgren and the autobrr contributors.
// SPDX-License-Identifier: GPL-2.0-or-later
package tools
import (

View file

@ -1,3 +1,6 @@
// Copyright (c) 2021-2024, Ludvig Lundgren and the autobrr contributors.
// SPDX-License-Identifier: GPL-2.0-or-later
package domain
import (

View file

@ -1,3 +1,6 @@
// Copyright (c) 2021-2024, Ludvig Lundgren and the autobrr contributors.
// SPDX-License-Identifier: GPL-2.0-or-later
package domain
import (

View file

@ -1,3 +1,6 @@
// Copyright (c) 2021-2024, Ludvig Lundgren and the autobrr contributors.
// SPDX-License-Identifier: GPL-2.0-or-later
package indexer
import (

View file

@ -1,3 +1,6 @@
// Copyright (c) 2021-2024, Ludvig Lundgren and the autobrr contributors.
// SPDX-License-Identifier: GPL-2.0-or-later
package indexer
import (

View file

@ -1,3 +1,6 @@
// Copyright (c) 2021-2024, Ludvig Lundgren and the autobrr contributors.
// SPDX-License-Identifier: GPL-2.0-or-later
package logger
import (

View file

@ -1,3 +1,6 @@
// Copyright (c) 2021-2024, Ludvig Lundgren and the autobrr contributors.
// SPDX-License-Identifier: GPL-2.0-or-later
package notification
import (

View file

@ -1,3 +1,6 @@
// Copyright (c) 2021-2024, Ludvig Lundgren and the autobrr contributors.
// SPDX-License-Identifier: GPL-2.0-or-later
package notification
import (

View file

@ -1,3 +1,6 @@
// Copyright (c) 2021-2024, Ludvig Lundgren and the autobrr contributors.
// SPDX-License-Identifier: GPL-2.0-or-later
package notification
import (

View file

@ -1,3 +1,6 @@
// Copyright (c) 2021-2024, Ludvig Lundgren and the autobrr contributors.
// SPDX-License-Identifier: GPL-2.0-or-later
package notification
import (

View file

@ -1,3 +1,6 @@
// Copyright (c) 2021-2024, Ludvig Lundgren and the autobrr contributors.
// SPDX-License-Identifier: GPL-2.0-or-later
package releasedownload
import (

View file

@ -1,3 +1,8 @@
/*
* Copyright (c) 2021-2024, Ludvig Lundgren and the autobrr contributors.
* SPDX-License-Identifier: GPL-2.0-or-later
*/
import { Fragment } from "react";
import { Form, Formik, FormikValues } from "formik";
import { Dialog, DialogPanel, DialogTitle, Transition, TransitionChild } from "@headlessui/react";

View file

@ -1,3 +1,8 @@
/*
* Copyright (c) 2021-2024, Ludvig Lundgren and the autobrr contributors.
* SPDX-License-Identifier: GPL-2.0-or-later
*/
import { useToggle } from "@hooks/hooks.ts";
import { useMutation, useQueryClient, useSuspenseQuery } from "@tanstack/react-query";
import { PlusIcon } from "@heroicons/react/24/solid";