From 52db70bc0160ad20f114347ca782dbf1480204e3 Mon Sep 17 00:00:00 2001 From: trimmedjay Date: Wed, 6 Nov 2024 12:12:54 +0000 Subject: [PATCH 1/3] Update README.md changed url and change library name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec001e9..0260a1f 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ make install To use this library in your C++ project, include the master header file: ```cpp -#include "ml/ml.h" +#include "ml_library_include/ml.h" ``` ## Implemented Algorithms @@ -135,7 +135,7 @@ int main() { ## Documentation -The documentation for this project is generated using Doxygen and is available online at [GitHub Pages](https://jideoyelayo1.github.io/cpp-ml-library/). The documentation provides details on each class, function, and algorithm. +The documentation for this project is generated using Doxygen and is available online at [GitHub Pages](https://jideoyelayo.com/cpp-ml-library/). The documentation provides details on each class, function, and algorithm. ## Contributing From e7c2c8a5e858de019ec6c82704d7c31e12356011 Mon Sep 17 00:00:00 2001 From: trimmedjay Date: Wed, 6 Nov 2024 12:13:52 +0000 Subject: [PATCH 2/3] Delete LICENSE --- LICENSE | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 LICENSE diff --git a/LICENSE b/LICENSE deleted file mode 100644 index e69de29..0000000 From 0906dadd8bf754d27d65e3eb73837afe0c069dfe Mon Sep 17 00:00:00 2001 From: trimmedjay Date: Wed, 6 Nov 2024 12:15:51 +0000 Subject: [PATCH 3/3] Create LICENSE --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..060d20f --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 Jide Oyelayo + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE.