From: admin Date: Tue, 15 Oct 2024 22:15:19 +0000 (-0400) Subject: Add copyright X-Git-Url: https://git.vouivredigital.com/?a=commitdiff_plain;h=77b48f76e39f5504769ba95d2da92abde4a46443;p=vouivre.git Add copyright --- diff --git a/src/v.c b/src/v.c index 99b49c0..bb12bb3 100644 --- a/src/v.c +++ b/src/v.c @@ -1,3 +1,21 @@ +/* Copyright (C) 2024 Vouivre Digital Corporation + * + * This file is part of Vouivre. + * + * Vouivre 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. + * + * Vouivre 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 Vouivre. If not, see . + */ + #define NCURSES_WIDECHAR 1 #include #include