From 3776fbcb74435ba11395fe5f1d80f7ede39c7d66 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Fri, 24 Jan 2025 09:05:23 -0500 Subject: add licensing to source files --- foci.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'foci.h') diff --git a/foci.h b/foci.h index 3305652..48c5871 100644 --- a/foci.h +++ b/foci.h @@ -1,3 +1,19 @@ +// foci - minimal forth implementation +// Copyright (C) 2025 Clyne Sullivan +// +// This program is free software: you can redistribute it and/or modify it +// under the terms of the GNU General Public License as published by the Free +// Software Foundation, either version 3 of the License, or (at your option) +// any later version. +// +// This program 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 General Public License for +// more details. +// +// You should have received a copy of the GNU General Public License along with +// this program. If not, see . + #ifndef FOCI_H #define FOCI_H -- cgit v1.2.3