From 604eff62d9befcdacbe4ea347861d520aac6ffa7 Mon Sep 17 00:00:00 2001 From: hanez Date: Mon, 6 Oct 2025 19:26:32 +0200 Subject: [PATCH] Only cosmetics... No version update. (0.26.3) --- src/repl.c | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/repl.c b/src/repl.c index de4ea24..698fc99 100644 --- a/src/repl.c +++ b/src/repl.c @@ -1,4 +1,15 @@ /** + * This file is part of the Fun programming language. + * https://hanez.org/project/fun/ + * + * Copyright 2025 Johannes Findeisen + * Licensed under the terms of the Apache-2.0 license. + * https://opensource.org/license/apache-2-0 + * + * Added: 2025-10-05 + */ + + /** * REPL implementation for the Fun programming language. * Built only when FUN_WITH_REPL is defined. */