]> git.vouivredigital.com Git - vouivre.git/commitdiff
Add copyright
authoradmin <admin@vouivredigital.com>
Tue, 15 Oct 2024 22:15:19 +0000 (18:15 -0400)
committeradmin <admin@vouivredigital.com>
Tue, 15 Oct 2024 22:15:19 +0000 (18:15 -0400)
src/v.c

diff --git a/src/v.c b/src/v.c
index 99b49c0fc2a515598c90d6bb77c990daf5e97609..bb12bb3d494f3404128271d4e458f7b0d79cd2a8 100644 (file)
--- 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 <https://www.gnu.org/licenses/>.
+ */
+
 #define NCURSES_WIDECHAR 1
 #include <ncurses.h>
 #include <locale.h>