From 809da23b91110b357a0c440cc0d335a11ed101e7 Mon Sep 17 00:00:00 2001 From: Manuel Bustillo Date: Sat, 7 Dec 2024 18:11:21 +0000 Subject: [PATCH] Add copyright notice --- app/api/captcha.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/api/captcha.tsx b/app/api/captcha.tsx index 07074c7..e49ac00 100644 --- a/app/api/captcha.tsx +++ b/app/api/captcha.tsx @@ -1,3 +1,5 @@ +/* Copyright (C) 2024 Manuel Bustillo*/ + import { data } from "autoprefixer"; import { getCsrfToken } from "../lib/utils";