From 89c657f53805ad26083d433c44ea3b89f1d60350 Mon Sep 17 00:00:00 2001
From: Peter M. Groen <peter@osdev.nl>
Date: Fri, 18 Feb 2022 17:12:36 +0100
Subject: [PATCH] Added MIT License to cmake

---
 COPYING.OSDEV | 31 +++++++++++++++++++++----------
 1 file changed, 21 insertions(+), 10 deletions(-)

diff --git a/COPYING.OSDEV b/COPYING.OSDEV
index 5c9da8c..bc7bb9a 100644
--- a/COPYING.OSDEV
+++ b/COPYING.OSDEV
@@ -1,10 +1,21 @@
-Copyright (c) 2005-2019 by Open Systems Development B.V.
-
-Proprietry Software License
-
-All Rights Reserved
-Copying is expressly prohibited.
-All use strictly prohibited without express permission.
-
-Open Systems Development B.V. * http://www.osdev.nl
-
+/* ****************************************************************************
+ * Copyright 2019 Open Systems Development BV                                 *
+ *                                                                            *
+ * 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.                                                  *
+ * ***************************************************************************/
\ No newline at end of file
--
libgit2 0.21.4