From a97b3abe21a5d21e048f817a57b828ca2f1d2845 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 6 Jun 2022 11:46:49 -0300 Subject: more copyright fixes --- .../anastasis-webui/src/components/fields/NumberInput.tsx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'packages/anastasis-webui/src/components/fields/NumberInput.tsx') diff --git a/packages/anastasis-webui/src/components/fields/NumberInput.tsx b/packages/anastasis-webui/src/components/fields/NumberInput.tsx index 160f1b7b6..6388843db 100644 --- a/packages/anastasis-webui/src/components/fields/NumberInput.tsx +++ b/packages/anastasis-webui/src/components/fields/NumberInput.tsx @@ -1,3 +1,18 @@ +/* + This file is part of GNU Anastasis + (C) 2021-2022 Anastasis SARL + + GNU Anastasis is free software; you can redistribute it and/or modify it under the + terms of the GNU Affero General Public License as published by the Free Software + Foundation; either version 3, or (at your option) any later version. + + GNU Anastasis is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR + A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License along with + GNU Anastasis; see the file COPYING. If not, see + */ import { h, VNode } from "preact"; import { useLayoutEffect, useRef, useState } from "preact/hooks"; -- cgit v1.2.3