From 34b85304bc94b22627c2f0b1737335e4d4235b1a Mon Sep 17 00:00:00 2001 From: Antoniu Pop Date: Fri, 24 Jun 2022 16:57:33 +0100 Subject: [PATCH] license: fix master/main. --- compiler/include/concretelang/Runtime/workfunction_registry.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/include/concretelang/Runtime/workfunction_registry.hpp b/compiler/include/concretelang/Runtime/workfunction_registry.hpp index 9791be77d..16953355c 100644 --- a/compiler/include/concretelang/Runtime/workfunction_registry.hpp +++ b/compiler/include/concretelang/Runtime/workfunction_registry.hpp @@ -1,6 +1,6 @@ // Part of the Concrete Compiler Project, under the BSD3 License with Zama // Exceptions. See -// https://github.com/zama-ai/concrete-compiler-internal/blob/master/LICENSE.txt +// https://github.com/zama-ai/concrete-compiler-internal/blob/main/LICENSE.txt // for license information. #ifndef CONCRETELANG_DFR_WORKFUNCTION_REGISTRY_HPP