From 9af07fdf8ea8010273ee3e53a79a8b7bbcdebf5c Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Mon, 11 Mar 2024 16:31:20 +0700 Subject: [PATCH] docs: add license notice to `cmake/GitCheckout.cmake` file (#14) --- cmake/GitCheckout.cmake | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cmake/GitCheckout.cmake b/cmake/GitCheckout.cmake index 4969aa3..e12b7cc 100644 --- a/cmake/GitCheckout.cmake +++ b/cmake/GitCheckout.cmake @@ -1,3 +1,6 @@ +# This code is licensed under the terms of the MIT License. +# Copyright (c) 2024 Alfi Maulana + include_guard(GLOBAL) # Set error with a specified message.