From 658b94a2dc2299a1910576d0ec10a6f6fc487c44 Mon Sep 17 00:00:00 2001 From: Manuel Bustillo Date: Mon, 16 Dec 2024 22:17:28 +0000 Subject: [PATCH] Add copyright notice --- app/lib/tableSimulation.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/lib/tableSimulation.tsx b/app/lib/tableSimulation.tsx index 8a9bd22..cfe4fbf 100644 --- a/app/lib/tableSimulation.tsx +++ b/app/lib/tableSimulation.tsx @@ -1,3 +1,5 @@ +/* Copyright (C) 2024 Manuel Bustillo*/ + import { Serializable } from "../api/abstract-api"; import { Entity } from "./definitions"; import { Guest } from "./guest";