From 8abcac7b3b42609f349b8a9cb132bae9746ba576 Mon Sep 17 00:00:00 2001 From: jvech Date: Sat, 21 Oct 2023 11:08:50 -0500 Subject: setup: Install and uninstall rules added The man page must have a section specifying where to save configurations files for loading the network architecture and weights. --- src/util.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/util.c') diff --git a/src/util.c b/src/util.c index 3fb61f2..8c7ec14 100644 --- a/src/util.c +++ b/src/util.c @@ -77,6 +77,12 @@ char *e_strdup(const char *s) void version() { printf("ml 0.1\n"); + printf( "Copyright (C) 2023 jvech\n\n" + "This program is free software: you can redistribute it and/or modify\n" + "it under the terms of the GNU General Public License as published by\n" + "the Free Software Foundation, either version 3 of the License, or\n" + "(at your option) any later version.\n\n" + ); printf("Written by vech\n"); exit(0); } -- cgit v1.2.3-70-g09d2