From 55c70ef21bbaa1249908358c9fef8efc3b0a4508 Mon Sep 17 00:00:00 2001 From: "Amine B. Hassouna" Date: Thu, 8 Nov 2018 21:36:47 +0100 Subject: [PATCH] Add author in README.md --- LICENSE | 1 + README.md | 2 ++ src/main.c | 1 + 3 files changed, 4 insertions(+) diff --git a/LICENSE b/LICENSE index 4298ddf..090bb61 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,7 @@ # MIT license Copyright (c) 2018 Amine Ben Hassouna +All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated diff --git a/README.md b/README.md index 6c44b05..5e6c84c 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,8 @@ Finally, build and run the project. ## License +Author: Amine B. Hassouna [@aminosbh](https://gitlab.com/aminosbh) + This project is distributed under the terms of the MIT license [<LICENSE>](LICENSE). diff --git a/src/main.c b/src/main.c index a692e6d..afeca89 100644 --- a/src/main.c +++ b/src/main.c @@ -1,5 +1,6 @@ /* * Copyright (c) 2018 Amine Ben Hassouna + * All rights reserved. * * Permission is hereby granted, free of charge, to any * person obtaining a copy of this software and associated