From 1f2b1bff20b04f5b2ee9e3615f9748268d5da80e Mon Sep 17 00:00:00 2001 From: Edoardo Sanguineti Date: Mon, 31 May 2021 11:42:28 +0200 Subject: [PATCH 1/3] Create LICENSE --- LICENSE | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..0cb3c48 --- /dev/null +++ b/LICENSE @@ -0,0 +1,29 @@ +BSD 3-Clause License + +Copyright (c) 2021, Edoardo Sanguineti +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +3. Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. From 5662024197ba2a36eb45c50c4075a04f20b9c1f8 Mon Sep 17 00:00:00 2001 From: Edoardo Sanguineti Date: Mon, 31 May 2021 11:43:42 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f33d07..52886b5 100644 --- a/README.md +++ b/README.md @@ -11,4 +11,4 @@ Max memory usage is defined in monitor.c ## How to? Compile from source using the provided makefile -./prog +`./prog ` From 94e628cc6ae46a38825f5ae005bfc7a2a4a87d00 Mon Sep 17 00:00:00 2001 From: Edoardo Sanguineti Date: Mon, 31 May 2021 11:44:23 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 52886b5..cb926b4 100644 --- a/README.md +++ b/README.md @@ -10,5 +10,5 @@ Max memory usage is defined in monitor.c ## How to? -Compile from source using the provided makefile -`./prog ` +Compile from source using the provided makefile. +Execute the program like this: `./prog `