aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjvech <jmvalenciae@unal.edu.co>2023-10-21 11:08:50 -0500
committerjvech <jmvalenciae@unal.edu.co>2023-10-21 11:08:50 -0500
commit8abcac7b3b42609f349b8a9cb132bae9746ba576 (patch)
tree89751a747d873576e3ecb60e21483747ea211967 /src
parent5e7240fbe867e1dd3008e737995cda45d63c5083 (diff)
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.
Diffstat (limited to 'src')
-rw-r--r--src/util.c6
1 files changed, 6 insertions, 0 deletions
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);
}
Feel free to download, copy and edit any repo