From 1354759884ab2d363c2110087b268a90f5bde429 Mon Sep 17 00:00:00 2001 From: youben11 Date: Tue, 7 Jun 2022 09:07:06 +0100 Subject: [PATCH] chore: rename refs to main branch --- .github/workflows/continuous-integration.yml | 10 +++++----- .github/workflows/scripts/check_for_license.sh | 4 ++-- compiler/include/boost/outcome.h | 4 ++-- compiler/include/concretelang-c/Dialect/FHE.h | 2 +- compiler/include/concretelang-c/Dialect/FHELinalg.h | 2 +- .../include/concretelang-c/Support/CompilerEngine.h | 2 +- compiler/include/concretelang/ClientLib/ClientLambda.h | 2 +- .../include/concretelang/ClientLib/ClientParameters.h | 2 +- .../concretelang/ClientLib/EncryptedArguments.h | 2 +- .../include/concretelang/ClientLib/EvaluationKeys.h | 2 +- compiler/include/concretelang/ClientLib/KeySet.h | 2 +- compiler/include/concretelang/ClientLib/KeySetCache.h | 2 +- .../include/concretelang/ClientLib/PublicArguments.h | 2 +- compiler/include/concretelang/ClientLib/Serializers.h | 2 +- compiler/include/concretelang/ClientLib/Types.h | 2 +- compiler/include/concretelang/Common/BitsSize.h | 2 +- compiler/include/concretelang/Common/Error.h | 2 +- .../Conversion/BConcreteToBConcreteCAPI/Pass.h | 2 +- .../concretelang/Conversion/ConcreteToBConcrete/Pass.h | 2 +- .../Conversion/FHETensorOpsToLinalg/Pass.h | 2 +- .../include/concretelang/Conversion/FHEToTFHE/Pass.h | 2 +- .../concretelang/Conversion/FHEToTFHE/Patterns.h | 2 +- .../Conversion/MLIRLowerableDialectsToLLVM/Pass.h | 2 +- compiler/include/concretelang/Conversion/Passes.h | 2 +- .../Conversion/TFHEGlobalParametrization/Pass.h | 2 +- .../concretelang/Conversion/TFHEToConcrete/Pass.h | 2 +- .../concretelang/Conversion/TFHEToConcrete/Patterns.h | 2 +- compiler/include/concretelang/Conversion/Tools.h | 2 +- .../Conversion/Utils/GenericOpTypeConversionPattern.h | 2 +- .../concretelang/Conversion/Utils/GlobalFHEContext.h | 2 +- .../Conversion/Utils/RegionOpTypeConverterPattern.h | 2 +- .../Conversion/Utils/TensorOpTypeConversion.h | 2 +- .../Dialect/BConcrete/IR/BConcreteDialect.h | 2 +- .../concretelang/Dialect/BConcrete/IR/BConcreteOps.h | 2 +- .../concretelang/Dialect/Concrete/IR/ConcreteDialect.h | 2 +- .../concretelang/Dialect/Concrete/IR/ConcreteOps.h | 2 +- .../concretelang/Dialect/Concrete/IR/ConcreteTypes.h | 2 +- .../Dialect/Concrete/Transforms/Optimization.h | 2 +- .../include/concretelang/Dialect/FHE/Analysis/MANP.h | 2 +- .../include/concretelang/Dialect/FHE/IR/FHEDialect.h | 2 +- compiler/include/concretelang/Dialect/FHE/IR/FHEOps.h | 2 +- .../include/concretelang/Dialect/FHE/IR/FHETypes.h | 2 +- .../Dialect/FHELinalg/IR/FHELinalgDialect.h | 2 +- .../concretelang/Dialect/FHELinalg/IR/FHELinalgOps.h | 2 +- .../concretelang/Dialect/FHELinalg/IR/FHELinalgTypes.h | 2 +- .../concretelang/Dialect/FHELinalg/Transforms/Tiling.h | 2 +- .../include/concretelang/Dialect/RT/Analysis/Autopar.h | 2 +- .../include/concretelang/Dialect/RT/IR/RTDialect.h | 2 +- compiler/include/concretelang/Dialect/RT/IR/RTOps.h | 2 +- compiler/include/concretelang/Dialect/RT/IR/RTTypes.h | 2 +- .../include/concretelang/Dialect/TFHE/IR/TFHEDialect.h | 2 +- .../include/concretelang/Dialect/TFHE/IR/TFHEOps.h | 2 +- .../include/concretelang/Dialect/TFHE/IR/TFHETypes.h | 2 +- compiler/include/concretelang/Runtime/DFRuntime.hpp | 2 +- compiler/include/concretelang/Runtime/context.h | 2 +- .../include/concretelang/Runtime/dfr_debug_interface.h | 2 +- .../Runtime/distributed_generic_task_server.hpp | 2 +- compiler/include/concretelang/Runtime/key_manager.hpp | 2 +- compiler/include/concretelang/Runtime/runtime_api.h | 2 +- compiler/include/concretelang/Runtime/wrappers.h | 2 +- .../include/concretelang/ServerLib/DynamicArityCall.h | 2 +- .../include/concretelang/ServerLib/DynamicModule.h | 2 +- .../include/concretelang/ServerLib/DynamicRankCall.h | 2 +- compiler/include/concretelang/ServerLib/ServerLambda.h | 2 +- .../concretelang/ServerLib/genDynamicArityCall.py | 4 ++-- compiler/include/concretelang/Support/CompilerEngine.h | 2 +- compiler/include/concretelang/Support/Constants.h | 2 +- compiler/include/concretelang/Support/Error.h | 2 +- compiler/include/concretelang/Support/JITSupport.h | 2 +- compiler/include/concretelang/Support/Jit.h | 2 +- compiler/include/concretelang/Support/LLVMEmitFile.h | 2 +- compiler/include/concretelang/Support/LambdaArgument.h | 2 +- compiler/include/concretelang/Support/LambdaSupport.h | 2 +- compiler/include/concretelang/Support/LibrarySupport.h | 2 +- compiler/include/concretelang/Support/Pipeline.h | 2 +- .../include/concretelang/Support/V0ClientParameters.h | 2 +- compiler/include/concretelang/Support/V0Curves.h | 2 +- compiler/include/concretelang/Support/V0Parameters.h | 2 +- compiler/include/concretelang/Support/logging.h | 2 +- compiler/include/concretelang/Support/math.h | 2 +- .../include/concretelang/TestLib/TestTypedLambda.h | 2 +- compiler/include/concretelang/Transforms/Bufferize.h | 2 +- compiler/lib/Bindings/Python/CompilerAPIModule.cpp | 2 +- compiler/lib/Bindings/Python/CompilerAPIModule.h | 2 +- compiler/lib/Bindings/Python/ConcretelangModule.cpp | 2 +- compiler/lib/Bindings/Python/DialectModules.h | 2 +- compiler/lib/Bindings/Python/FHEModule.cpp | 2 +- .../lib/Bindings/Python/concrete/compiler/__init__.py | 2 +- .../Python/concrete/compiler/client_parameters.py | 2 +- .../Python/concrete/compiler/client_support.py | 2 +- .../Python/concrete/compiler/compilation_options.py | 2 +- .../Python/concrete/compiler/evaluation_keys.py | 2 +- .../Python/concrete/compiler/jit_compilation_result.py | 2 +- .../Bindings/Python/concrete/compiler/jit_lambda.py | 2 +- .../Bindings/Python/concrete/compiler/jit_support.py | 2 +- .../lib/Bindings/Python/concrete/compiler/key_set.py | 2 +- .../Bindings/Python/concrete/compiler/key_set_cache.py | 2 +- .../Python/concrete/compiler/lambda_argument.py | 2 +- .../concrete/compiler/library_compilation_result.py | 2 +- .../Python/concrete/compiler/library_lambda.py | 2 +- .../Python/concrete/compiler/library_support.py | 2 +- .../Python/concrete/compiler/public_arguments.py | 2 +- .../Bindings/Python/concrete/compiler/public_result.py | 2 +- .../lib/Bindings/Python/concrete/compiler/utils.py | 2 +- .../lib/Bindings/Python/concrete/compiler/wrapper.py | 2 +- compiler/lib/Bindings/Python/concrete/lang/__init__.py | 2 +- .../Bindings/Python/concrete/lang/dialects/__init__.py | 2 +- .../Python/concrete/lang/dialects/_ods_common.py | 2 +- .../lib/Bindings/Python/concrete/lang/dialects/fhe.py | 2 +- .../Python/concrete/lang/dialects/fhelinalg.py | 2 +- compiler/lib/CAPI/Dialect/FHE/FHE.cpp | 2 +- compiler/lib/CAPI/Dialect/FHELinalg/FHELinalg.cpp | 2 +- compiler/lib/CAPI/Support/CompilerEngine.cpp | 2 +- compiler/lib/ClientLib/ClientLambda.cpp | 2 +- compiler/lib/ClientLib/ClientParameters.cpp | 2 +- compiler/lib/ClientLib/EncryptedArguments.cpp | 2 +- compiler/lib/ClientLib/KeySet.cpp | 2 +- compiler/lib/ClientLib/KeySetCache.cpp | 2 +- compiler/lib/ClientLib/PublicArguments.cpp | 2 +- compiler/lib/ClientLib/Serializers.cpp | 2 +- .../BConcreteToBConcreteCAPI.cpp | 2 +- .../ConcreteToBConcrete/ConcreteToBConcrete.cpp | 2 +- .../FHETensorOpsToLinalg/TensorOpsToLinalg.cpp | 2 +- compiler/lib/Conversion/FHEToTFHE/FHEToTFHE.cpp | 2 +- .../MLIRLowerableDialectsToLLVM.cpp | 2 +- .../TFHEGlobalParametrization.cpp | 2 +- .../lib/Conversion/TFHEToConcrete/TFHEToConcrete.cpp | 2 +- compiler/lib/Conversion/Tools.cpp | 2 +- compiler/lib/Dialect/BConcrete/IR/BConcreteDialect.cpp | 2 +- compiler/lib/Dialect/BConcrete/IR/BConcreteOps.cpp | 2 +- compiler/lib/Dialect/Concrete/IR/ConcreteDialect.cpp | 2 +- compiler/lib/Dialect/Concrete/IR/ConcreteOps.cpp | 2 +- .../lib/Dialect/Concrete/Transforms/Optimization.cpp | 2 +- compiler/lib/Dialect/FHE/Analysis/MANP.cpp | 2 +- compiler/lib/Dialect/FHE/IR/FHEDialect.cpp | 2 +- compiler/lib/Dialect/FHE/IR/FHEOps.cpp | 2 +- compiler/lib/Dialect/FHELinalg/IR/FHELinalgDialect.cpp | 2 +- compiler/lib/Dialect/FHELinalg/IR/FHELinalgOps.cpp | 2 +- compiler/lib/Dialect/FHELinalg/Transforms/Tiling.cpp | 2 +- .../Dialect/RT/Analysis/BufferizeDataflowTaskOps.cpp | 2 +- .../lib/Dialect/RT/Analysis/BuildDataflowTaskGraph.cpp | 2 +- .../lib/Dialect/RT/Analysis/LowerDataflowTasksToRT.cpp | 2 +- .../LowerRTToLLVMDFRCallsConversionPatterns.cpp | 2 +- compiler/lib/Dialect/RT/IR/RTDialect.cpp | 2 +- compiler/lib/Dialect/RT/IR/RTOps.cpp | 2 +- compiler/lib/Dialect/TFHE/IR/TFHEDialect.cpp | 2 +- compiler/lib/Dialect/TFHE/IR/TFHEOps.cpp | 2 +- compiler/lib/Runtime/DFRuntime.cpp | 2 +- compiler/lib/Runtime/context.cpp | 2 +- compiler/lib/Runtime/wrappers.cpp | 2 +- compiler/lib/ServerLib/DynamicModule.cpp | 2 +- compiler/lib/ServerLib/DynamicRankCall.cpp | 2 +- compiler/lib/ServerLib/ServerLambda.cpp | 2 +- compiler/lib/ServerLib/genDynamicRankCall.py | 4 ++-- compiler/lib/Support/CompilerEngine.cpp | 2 +- compiler/lib/Support/JITSupport.cpp | 2 +- compiler/lib/Support/Jit.cpp | 2 +- compiler/lib/Support/LLVMEmitFile.cpp | 2 +- compiler/lib/Support/LambdaArgument.cpp | 2 +- compiler/lib/Support/Pipeline.cpp | 2 +- compiler/lib/Support/V0ClientParameters.cpp | 2 +- compiler/lib/Support/V0Curves.cpp | 2 +- compiler/lib/Support/V0Parameters.cpp | 2 +- compiler/lib/Support/logging.cpp | 2 +- compiler/lib/Transforms/Bufferize.cpp | 2 +- compiler/src/main.cpp | 2 +- 166 files changed, 174 insertions(+), 174 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index a3344186c..10f7d0726 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -2,7 +2,7 @@ name: Continuous Integration Pipeline on: push: - branches: [master, test-ci] + branches: [main, test-ci] tags: - 'v*' pull_request: @@ -140,7 +140,7 @@ jobs: fi - name: Upload KeySetCache - if: ${{ matrix.compiler == 'gcc7' && github.ref == 'refs/heads/master' }} + if: ${{ matrix.compiler == 'gcc7' && github.ref == 'refs/heads/main' }} uses: actions/upload-artifact@v3 with: name: KeySetCacheV1 @@ -149,7 +149,7 @@ jobs: - name: Cleanup Old KeySetCache uses: Remagpie/gha-remove-artifact@v1 - if: ${{ matrix.compiler == 'gcc7' && github.ref == 'refs/heads/master' }} + if: ${{ matrix.compiler == 'gcc7' && github.ref == 'refs/heads/main' }} with: only-name: KeySetCacheV1 max-count: 1 @@ -379,7 +379,7 @@ jobs: needs: [BuildAndTest] runs-on: ubuntu-20.04 - if: ${{ github.event_name == 'push' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/master') }} + if: ${{ github.event_name == 'push' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main') }} steps: - name: Set env @@ -716,7 +716,7 @@ jobs: ################# BuildAndPushDockerImages: - if: ${{ github.event_name == 'push' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/master') || needs.BuildAndPublishHPXDockerImage.outputs.image_built == 'true' || needs.BuildAndPublishGCC7DockerImage.outputs.image_built == 'true' }} + if: ${{ github.event_name == 'push' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main') || needs.BuildAndPublishHPXDockerImage.outputs.image_built == 'true' || needs.BuildAndPublishGCC7DockerImage.outputs.image_built == 'true' }} needs: [BuildAndPublishHPXDockerImage, BuildAndPublishGCC7DockerImage] name: Build & Publish Docker Images runs-on: ubuntu-latest diff --git a/.github/workflows/scripts/check_for_license.sh b/.github/workflows/scripts/check_for_license.sh index e2655e58a..660a19df7 100755 --- a/.github/workflows/scripts/check_for_license.sh +++ b/.github/workflows/scripts/check_for_license.sh @@ -13,7 +13,7 @@ for file in $files do cmp <(head -n 4 $file) <(echo "// 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.") || print_and_exit $file done @@ -23,5 +23,5 @@ files=$(find ./compiler/{include,lib,src} -iregex '^.*\.\(py\)$' ! -path ./compi for file in $files do cmp <(head -n 2 $file) <(echo "# 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 for license information.") || print_and_exit $file +# See https://github.com/zama-ai/concrete-compiler-internal/blob/main/LICENSE.txt for license information.") || print_and_exit $file done diff --git a/compiler/include/boost/outcome.h b/compiler/include/boost/outcome.h index 83614db76..a348019ab 100644 --- a/compiler/include/boost/outcome.h +++ b/compiler/include/boost/outcome.h @@ -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_BOOST_OUTCOME_H @@ -11,4 +11,4 @@ namespace outcome = outcome_v2_e261cebd; -#endif \ No newline at end of file +#endif diff --git a/compiler/include/concretelang-c/Dialect/FHE.h b/compiler/include/concretelang-c/Dialect/FHE.h index ddc40a23d..3500ba8d8 100644 --- a/compiler/include/concretelang-c/Dialect/FHE.h +++ b/compiler/include/concretelang-c/Dialect/FHE.h @@ -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_C_DIALECT_FHE_H diff --git a/compiler/include/concretelang-c/Dialect/FHELinalg.h b/compiler/include/concretelang-c/Dialect/FHELinalg.h index 783c41442..1949d9744 100644 --- a/compiler/include/concretelang-c/Dialect/FHELinalg.h +++ b/compiler/include/concretelang-c/Dialect/FHELinalg.h @@ -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_C_DIALECT_FHELINALG_H diff --git a/compiler/include/concretelang-c/Support/CompilerEngine.h b/compiler/include/concretelang-c/Support/CompilerEngine.h index 88464232e..98b4380ba 100644 --- a/compiler/include/concretelang-c/Support/CompilerEngine.h +++ b/compiler/include/concretelang-c/Support/CompilerEngine.h @@ -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_C_SUPPORT_COMPILER_ENGINE_H diff --git a/compiler/include/concretelang/ClientLib/ClientLambda.h b/compiler/include/concretelang/ClientLib/ClientLambda.h index e43dabc43..8db8b249a 100644 --- a/compiler/include/concretelang/ClientLib/ClientLambda.h +++ b/compiler/include/concretelang/ClientLib/ClientLambda.h @@ -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_CLIENTLIB_CLIENT_LAMBDA_H diff --git a/compiler/include/concretelang/ClientLib/ClientParameters.h b/compiler/include/concretelang/ClientLib/ClientParameters.h index a679f8805..744faef15 100644 --- a/compiler/include/concretelang/ClientLib/ClientParameters.h +++ b/compiler/include/concretelang/ClientLib/ClientParameters.h @@ -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_CLIENTLIB_CLIENTPARAMETERS_H_ diff --git a/compiler/include/concretelang/ClientLib/EncryptedArguments.h b/compiler/include/concretelang/ClientLib/EncryptedArguments.h index fcd94e494..c610c6b89 100644 --- a/compiler/include/concretelang/ClientLib/EncryptedArguments.h +++ b/compiler/include/concretelang/ClientLib/EncryptedArguments.h @@ -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_CLIENTLIB_ENCRYPTED_ARGS_H diff --git a/compiler/include/concretelang/ClientLib/EvaluationKeys.h b/compiler/include/concretelang/ClientLib/EvaluationKeys.h index 9022daed0..e426e0601 100644 --- a/compiler/include/concretelang/ClientLib/EvaluationKeys.h +++ b/compiler/include/concretelang/ClientLib/EvaluationKeys.h @@ -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_CLIENTLIB_EVALUATION_KEYS_H_ diff --git a/compiler/include/concretelang/ClientLib/KeySet.h b/compiler/include/concretelang/ClientLib/KeySet.h index 23dcc198e..9a789b12e 100644 --- a/compiler/include/concretelang/ClientLib/KeySet.h +++ b/compiler/include/concretelang/ClientLib/KeySet.h @@ -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_CLIENTLIB_KEYSET_H_ diff --git a/compiler/include/concretelang/ClientLib/KeySetCache.h b/compiler/include/concretelang/ClientLib/KeySetCache.h index 58b3d52f4..c2f057d8c 100644 --- a/compiler/include/concretelang/ClientLib/KeySetCache.h +++ b/compiler/include/concretelang/ClientLib/KeySetCache.h @@ -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_CLIENTLIB_KEYSETCACHE_H_ diff --git a/compiler/include/concretelang/ClientLib/PublicArguments.h b/compiler/include/concretelang/ClientLib/PublicArguments.h index c0474876d..f11c0d09b 100644 --- a/compiler/include/concretelang/ClientLib/PublicArguments.h +++ b/compiler/include/concretelang/ClientLib/PublicArguments.h @@ -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_CLIENTLIB_PUBLIC_ARGUMENTS_H diff --git a/compiler/include/concretelang/ClientLib/Serializers.h b/compiler/include/concretelang/ClientLib/Serializers.h index 9099d13d7..d597d9512 100644 --- a/compiler/include/concretelang/ClientLib/Serializers.h +++ b/compiler/include/concretelang/ClientLib/Serializers.h @@ -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_CLIENTLIB_SERIALIZERS_ARGUMENTS_H diff --git a/compiler/include/concretelang/ClientLib/Types.h b/compiler/include/concretelang/ClientLib/Types.h index 606e383a6..3cd9c22af 100644 --- a/compiler/include/concretelang/ClientLib/Types.h +++ b/compiler/include/concretelang/ClientLib/Types.h @@ -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_CLIENTLIB_TYPES_H_ diff --git a/compiler/include/concretelang/Common/BitsSize.h b/compiler/include/concretelang/Common/BitsSize.h index 63c97cd45..ac38df144 100644 --- a/compiler/include/concretelang/Common/BitsSize.h +++ b/compiler/include/concretelang/Common/BitsSize.h @@ -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_COMMON_BITS_SIZE_H diff --git a/compiler/include/concretelang/Common/Error.h b/compiler/include/concretelang/Common/Error.h index fb33c7b4b..508c175a1 100644 --- a/compiler/include/concretelang/Common/Error.h +++ b/compiler/include/concretelang/Common/Error.h @@ -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_COMMON_ERROR_H #define CONCRETELANG_COMMON_ERROR_H diff --git a/compiler/include/concretelang/Conversion/BConcreteToBConcreteCAPI/Pass.h b/compiler/include/concretelang/Conversion/BConcreteToBConcreteCAPI/Pass.h index c84d547c0..987ccab6d 100644 --- a/compiler/include/concretelang/Conversion/BConcreteToBConcreteCAPI/Pass.h +++ b/compiler/include/concretelang/Conversion/BConcreteToBConcreteCAPI/Pass.h @@ -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_CONVERSION_BCONCRETETOBCONCRETECAPI_PASS_H_ diff --git a/compiler/include/concretelang/Conversion/ConcreteToBConcrete/Pass.h b/compiler/include/concretelang/Conversion/ConcreteToBConcrete/Pass.h index e82eb0c8f..ba62f81ca 100644 --- a/compiler/include/concretelang/Conversion/ConcreteToBConcrete/Pass.h +++ b/compiler/include/concretelang/Conversion/ConcreteToBConcrete/Pass.h @@ -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 ZAMALANG_CONVERSION_CONCRETETOBCONCRETE_PASS_H_ diff --git a/compiler/include/concretelang/Conversion/FHETensorOpsToLinalg/Pass.h b/compiler/include/concretelang/Conversion/FHETensorOpsToLinalg/Pass.h index 31ebbf5d9..f6265e65d 100644 --- a/compiler/include/concretelang/Conversion/FHETensorOpsToLinalg/Pass.h +++ b/compiler/include/concretelang/Conversion/FHETensorOpsToLinalg/Pass.h @@ -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_CONVERSION_FHETENSOROPSTOLINALG_PASS_H_ diff --git a/compiler/include/concretelang/Conversion/FHEToTFHE/Pass.h b/compiler/include/concretelang/Conversion/FHEToTFHE/Pass.h index c0d3e9043..bd42d713c 100644 --- a/compiler/include/concretelang/Conversion/FHEToTFHE/Pass.h +++ b/compiler/include/concretelang/Conversion/FHEToTFHE/Pass.h @@ -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_CONVERSION_FHETOTFHE_PASS_H_ diff --git a/compiler/include/concretelang/Conversion/FHEToTFHE/Patterns.h b/compiler/include/concretelang/Conversion/FHEToTFHE/Patterns.h index 7fbdc81ce..cd9fcd8db 100644 --- a/compiler/include/concretelang/Conversion/FHEToTFHE/Patterns.h +++ b/compiler/include/concretelang/Conversion/FHEToTFHE/Patterns.h @@ -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_CONVERSION_FHETOTFHE_PATTERNS_H_ diff --git a/compiler/include/concretelang/Conversion/MLIRLowerableDialectsToLLVM/Pass.h b/compiler/include/concretelang/Conversion/MLIRLowerableDialectsToLLVM/Pass.h index a41a8761e..f7e871a0b 100644 --- a/compiler/include/concretelang/Conversion/MLIRLowerableDialectsToLLVM/Pass.h +++ b/compiler/include/concretelang/Conversion/MLIRLowerableDialectsToLLVM/Pass.h @@ -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_CONVERSION_MLIRLOWERABLEDIALECTSTOLLVM_PASS_H_ diff --git a/compiler/include/concretelang/Conversion/Passes.h b/compiler/include/concretelang/Conversion/Passes.h index 5a97ea49f..adb4b0c0d 100644 --- a/compiler/include/concretelang/Conversion/Passes.h +++ b/compiler/include/concretelang/Conversion/Passes.h @@ -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_TRANSFORMS_PASSES_H diff --git a/compiler/include/concretelang/Conversion/TFHEGlobalParametrization/Pass.h b/compiler/include/concretelang/Conversion/TFHEGlobalParametrization/Pass.h index 5a0429b48..b53764284 100644 --- a/compiler/include/concretelang/Conversion/TFHEGlobalParametrization/Pass.h +++ b/compiler/include/concretelang/Conversion/TFHEGlobalParametrization/Pass.h @@ -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_CONVERSION_TFHEGLOBALPARAMETRIZATION_PASS_H_ diff --git a/compiler/include/concretelang/Conversion/TFHEToConcrete/Pass.h b/compiler/include/concretelang/Conversion/TFHEToConcrete/Pass.h index 36e744753..b7dd276de 100644 --- a/compiler/include/concretelang/Conversion/TFHEToConcrete/Pass.h +++ b/compiler/include/concretelang/Conversion/TFHEToConcrete/Pass.h @@ -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_CONVERSION_TFHETOCONCRETE_PASS_H_ diff --git a/compiler/include/concretelang/Conversion/TFHEToConcrete/Patterns.h b/compiler/include/concretelang/Conversion/TFHEToConcrete/Patterns.h index f05c9db15..ae887e502 100644 --- a/compiler/include/concretelang/Conversion/TFHEToConcrete/Patterns.h +++ b/compiler/include/concretelang/Conversion/TFHEToConcrete/Patterns.h @@ -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_CONVERSION_TFHETOCONCRETE_PATTERNS_H_ diff --git a/compiler/include/concretelang/Conversion/Tools.h b/compiler/include/concretelang/Conversion/Tools.h index 8dc30adc0..b5b808716 100644 --- a/compiler/include/concretelang/Conversion/Tools.h +++ b/compiler/include/concretelang/Conversion/Tools.h @@ -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. #include "mlir/IR/PatternMatch.h" diff --git a/compiler/include/concretelang/Conversion/Utils/GenericOpTypeConversionPattern.h b/compiler/include/concretelang/Conversion/Utils/GenericOpTypeConversionPattern.h index 2023f8e04..53e39cb65 100644 --- a/compiler/include/concretelang/Conversion/Utils/GenericOpTypeConversionPattern.h +++ b/compiler/include/concretelang/Conversion/Utils/GenericOpTypeConversionPattern.h @@ -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_CONVERSION_GENERICOPTYPECONVERSIONPATTERN_H_ diff --git a/compiler/include/concretelang/Conversion/Utils/GlobalFHEContext.h b/compiler/include/concretelang/Conversion/Utils/GlobalFHEContext.h index 97ea27cb1..ebf03a2e8 100644 --- a/compiler/include/concretelang/Conversion/Utils/GlobalFHEContext.h +++ b/compiler/include/concretelang/Conversion/Utils/GlobalFHEContext.h @@ -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_CONVERSION_GLOBALFHECONTEXT_H_ diff --git a/compiler/include/concretelang/Conversion/Utils/RegionOpTypeConverterPattern.h b/compiler/include/concretelang/Conversion/Utils/RegionOpTypeConverterPattern.h index 971d294bd..737d7609b 100644 --- a/compiler/include/concretelang/Conversion/Utils/RegionOpTypeConverterPattern.h +++ b/compiler/include/concretelang/Conversion/Utils/RegionOpTypeConverterPattern.h @@ -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. #include "mlir/Dialect/Linalg/IR/LinalgOps.h" diff --git a/compiler/include/concretelang/Conversion/Utils/TensorOpTypeConversion.h b/compiler/include/concretelang/Conversion/Utils/TensorOpTypeConversion.h index 7d8b17ac6..764311cb2 100644 --- a/compiler/include/concretelang/Conversion/Utils/TensorOpTypeConversion.h +++ b/compiler/include/concretelang/Conversion/Utils/TensorOpTypeConversion.h @@ -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_CONVERSION_TENSOROPTYPECONVERSIONPATTERN_H_ diff --git a/compiler/include/concretelang/Dialect/BConcrete/IR/BConcreteDialect.h b/compiler/include/concretelang/Dialect/BConcrete/IR/BConcreteDialect.h index 51c86df38..0b1a2e25c 100644 --- a/compiler/include/concretelang/Dialect/BConcrete/IR/BConcreteDialect.h +++ b/compiler/include/concretelang/Dialect/BConcrete/IR/BConcreteDialect.h @@ -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 ZAMALANG_DIALECT_BConcrete_IR_BConcreteDIALECT_H diff --git a/compiler/include/concretelang/Dialect/BConcrete/IR/BConcreteOps.h b/compiler/include/concretelang/Dialect/BConcrete/IR/BConcreteOps.h index f3ed6efa4..e9f6d88a0 100644 --- a/compiler/include/concretelang/Dialect/BConcrete/IR/BConcreteOps.h +++ b/compiler/include/concretelang/Dialect/BConcrete/IR/BConcreteOps.h @@ -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 ZAMALANG_DIALECT_BConcrete_BConcrete_OPS_H diff --git a/compiler/include/concretelang/Dialect/Concrete/IR/ConcreteDialect.h b/compiler/include/concretelang/Dialect/Concrete/IR/ConcreteDialect.h index 847ca13ef..34d058dbb 100644 --- a/compiler/include/concretelang/Dialect/Concrete/IR/ConcreteDialect.h +++ b/compiler/include/concretelang/Dialect/Concrete/IR/ConcreteDialect.h @@ -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_DIALECT_Concrete_IR_ConcreteDIALECT_H diff --git a/compiler/include/concretelang/Dialect/Concrete/IR/ConcreteOps.h b/compiler/include/concretelang/Dialect/Concrete/IR/ConcreteOps.h index a2e124186..57c059e59 100644 --- a/compiler/include/concretelang/Dialect/Concrete/IR/ConcreteOps.h +++ b/compiler/include/concretelang/Dialect/Concrete/IR/ConcreteOps.h @@ -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_DIALECT_Concrete_Concrete_OPS_H diff --git a/compiler/include/concretelang/Dialect/Concrete/IR/ConcreteTypes.h b/compiler/include/concretelang/Dialect/Concrete/IR/ConcreteTypes.h index 42d37dc91..0464c0b43 100644 --- a/compiler/include/concretelang/Dialect/Concrete/IR/ConcreteTypes.h +++ b/compiler/include/concretelang/Dialect/Concrete/IR/ConcreteTypes.h @@ -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_DIALECT_Concrete_IR_ConcreteTYPES_H diff --git a/compiler/include/concretelang/Dialect/Concrete/Transforms/Optimization.h b/compiler/include/concretelang/Dialect/Concrete/Transforms/Optimization.h index d13407290..7cb234522 100644 --- a/compiler/include/concretelang/Dialect/Concrete/Transforms/Optimization.h +++ b/compiler/include/concretelang/Dialect/Concrete/Transforms/Optimization.h @@ -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_CONCRETE_OPTIMIZATION_PASS_H diff --git a/compiler/include/concretelang/Dialect/FHE/Analysis/MANP.h b/compiler/include/concretelang/Dialect/FHE/Analysis/MANP.h index 10c6db4a7..bac220628 100644 --- a/compiler/include/concretelang/Dialect/FHE/Analysis/MANP.h +++ b/compiler/include/concretelang/Dialect/FHE/Analysis/MANP.h @@ -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_DIALECT_FHE_ANALYSIS_MANP_H diff --git a/compiler/include/concretelang/Dialect/FHE/IR/FHEDialect.h b/compiler/include/concretelang/Dialect/FHE/IR/FHEDialect.h index 34f15515a..1f78f5cd3 100644 --- a/compiler/include/concretelang/Dialect/FHE/IR/FHEDialect.h +++ b/compiler/include/concretelang/Dialect/FHE/IR/FHEDialect.h @@ -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_DIALECT_FHE_IR_FHEDIALECT_H diff --git a/compiler/include/concretelang/Dialect/FHE/IR/FHEOps.h b/compiler/include/concretelang/Dialect/FHE/IR/FHEOps.h index 3f1bcc645..f241eac65 100644 --- a/compiler/include/concretelang/Dialect/FHE/IR/FHEOps.h +++ b/compiler/include/concretelang/Dialect/FHE/IR/FHEOps.h @@ -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_DIALECT_FHE_IR_FHEOPS_H diff --git a/compiler/include/concretelang/Dialect/FHE/IR/FHETypes.h b/compiler/include/concretelang/Dialect/FHE/IR/FHETypes.h index 0b44b583e..0d7a3687e 100644 --- a/compiler/include/concretelang/Dialect/FHE/IR/FHETypes.h +++ b/compiler/include/concretelang/Dialect/FHE/IR/FHETypes.h @@ -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_DIALECT_FHE_IR_FHETYPES_H diff --git a/compiler/include/concretelang/Dialect/FHELinalg/IR/FHELinalgDialect.h b/compiler/include/concretelang/Dialect/FHELinalg/IR/FHELinalgDialect.h index 6736c8aab..2ecfa1fbd 100644 --- a/compiler/include/concretelang/Dialect/FHELinalg/IR/FHELinalgDialect.h +++ b/compiler/include/concretelang/Dialect/FHELinalg/IR/FHELinalgDialect.h @@ -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_DIALECT_FHELinalg_IR_FHELinalgDIALECT_H diff --git a/compiler/include/concretelang/Dialect/FHELinalg/IR/FHELinalgOps.h b/compiler/include/concretelang/Dialect/FHELinalg/IR/FHELinalgOps.h index 90ab3dd94..8796987b7 100644 --- a/compiler/include/concretelang/Dialect/FHELinalg/IR/FHELinalgOps.h +++ b/compiler/include/concretelang/Dialect/FHELinalg/IR/FHELinalgOps.h @@ -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_DIALECT_FHELinalg_IR_FHELinalgOPS_H diff --git a/compiler/include/concretelang/Dialect/FHELinalg/IR/FHELinalgTypes.h b/compiler/include/concretelang/Dialect/FHELinalg/IR/FHELinalgTypes.h index 09a6b432e..60389e683 100644 --- a/compiler/include/concretelang/Dialect/FHELinalg/IR/FHELinalgTypes.h +++ b/compiler/include/concretelang/Dialect/FHELinalg/IR/FHELinalgTypes.h @@ -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_DIALECT_FHELinalg_IR_FHELinalgTYPES_H diff --git a/compiler/include/concretelang/Dialect/FHELinalg/Transforms/Tiling.h b/compiler/include/concretelang/Dialect/FHELinalg/Transforms/Tiling.h index 8222af7d0..81ba3eea8 100644 --- a/compiler/include/concretelang/Dialect/FHELinalg/Transforms/Tiling.h +++ b/compiler/include/concretelang/Dialect/FHELinalg/Transforms/Tiling.h @@ -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_FHELINALG_TILING_PASS_H diff --git a/compiler/include/concretelang/Dialect/RT/Analysis/Autopar.h b/compiler/include/concretelang/Dialect/RT/Analysis/Autopar.h index 9bf04b2b5..d91622f12 100644 --- a/compiler/include/concretelang/Dialect/RT/Analysis/Autopar.h +++ b/compiler/include/concretelang/Dialect/RT/Analysis/Autopar.h @@ -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_DIALECT_RT_ANALYSIS_AUTOPAR_H diff --git a/compiler/include/concretelang/Dialect/RT/IR/RTDialect.h b/compiler/include/concretelang/Dialect/RT/IR/RTDialect.h index 3e0fd89f7..2d0b6f1f0 100644 --- a/compiler/include/concretelang/Dialect/RT/IR/RTDialect.h +++ b/compiler/include/concretelang/Dialect/RT/IR/RTDialect.h @@ -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_DIALECT_RT_IR_RTDIALECT_H diff --git a/compiler/include/concretelang/Dialect/RT/IR/RTOps.h b/compiler/include/concretelang/Dialect/RT/IR/RTOps.h index dc9e6095d..0ae1e2fdd 100644 --- a/compiler/include/concretelang/Dialect/RT/IR/RTOps.h +++ b/compiler/include/concretelang/Dialect/RT/IR/RTOps.h @@ -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_DIALECT_RT_IR_RTOPS_H diff --git a/compiler/include/concretelang/Dialect/RT/IR/RTTypes.h b/compiler/include/concretelang/Dialect/RT/IR/RTTypes.h index eb6c06881..e917b30fa 100644 --- a/compiler/include/concretelang/Dialect/RT/IR/RTTypes.h +++ b/compiler/include/concretelang/Dialect/RT/IR/RTTypes.h @@ -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_DIALECT_RT_IR_RTTYPES_H diff --git a/compiler/include/concretelang/Dialect/TFHE/IR/TFHEDialect.h b/compiler/include/concretelang/Dialect/TFHE/IR/TFHEDialect.h index 91f241a8e..1fc215ded 100644 --- a/compiler/include/concretelang/Dialect/TFHE/IR/TFHEDialect.h +++ b/compiler/include/concretelang/Dialect/TFHE/IR/TFHEDialect.h @@ -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_DIALECT_TFHE_IR_TFHEDIALECT_H diff --git a/compiler/include/concretelang/Dialect/TFHE/IR/TFHEOps.h b/compiler/include/concretelang/Dialect/TFHE/IR/TFHEOps.h index 2153ad8b7..2e27e44a5 100644 --- a/compiler/include/concretelang/Dialect/TFHE/IR/TFHEOps.h +++ b/compiler/include/concretelang/Dialect/TFHE/IR/TFHEOps.h @@ -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_DIALECT_TFHE_IR_TFHEOPS_H diff --git a/compiler/include/concretelang/Dialect/TFHE/IR/TFHETypes.h b/compiler/include/concretelang/Dialect/TFHE/IR/TFHETypes.h index ec8de6d29..aadfaf867 100644 --- a/compiler/include/concretelang/Dialect/TFHE/IR/TFHETypes.h +++ b/compiler/include/concretelang/Dialect/TFHE/IR/TFHETypes.h @@ -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_DIALECT_TFHE_IR_TFHETYPES_H diff --git a/compiler/include/concretelang/Runtime/DFRuntime.hpp b/compiler/include/concretelang/Runtime/DFRuntime.hpp index 47570d34e..82d5dfbb3 100644 --- a/compiler/include/concretelang/Runtime/DFRuntime.hpp +++ b/compiler/include/concretelang/Runtime/DFRuntime.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_DFRUNTIME_HPP diff --git a/compiler/include/concretelang/Runtime/context.h b/compiler/include/concretelang/Runtime/context.h index 2401783fa..6a22a8ffc 100644 --- a/compiler/include/concretelang/Runtime/context.h +++ b/compiler/include/concretelang/Runtime/context.h @@ -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_RUNTIME_CONTEXT_H diff --git a/compiler/include/concretelang/Runtime/dfr_debug_interface.h b/compiler/include/concretelang/Runtime/dfr_debug_interface.h index 4221ed967..de4d1111b 100644 --- a/compiler/include/concretelang/Runtime/dfr_debug_interface.h +++ b/compiler/include/concretelang/Runtime/dfr_debug_interface.h @@ -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_DRF_DEBUG_INTERFACE_H diff --git a/compiler/include/concretelang/Runtime/distributed_generic_task_server.hpp b/compiler/include/concretelang/Runtime/distributed_generic_task_server.hpp index 72d9edb5f..aace45a80 100644 --- a/compiler/include/concretelang/Runtime/distributed_generic_task_server.hpp +++ b/compiler/include/concretelang/Runtime/distributed_generic_task_server.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_DISTRIBUTED_GENERIC_TASK_SERVER_HPP diff --git a/compiler/include/concretelang/Runtime/key_manager.hpp b/compiler/include/concretelang/Runtime/key_manager.hpp index 95f4ea6a4..d83dce418 100644 --- a/compiler/include/concretelang/Runtime/key_manager.hpp +++ b/compiler/include/concretelang/Runtime/key_manager.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_KEY_MANAGER_HPP diff --git a/compiler/include/concretelang/Runtime/runtime_api.h b/compiler/include/concretelang/Runtime/runtime_api.h index d8e97dcbc..63179aee6 100644 --- a/compiler/include/concretelang/Runtime/runtime_api.h +++ b/compiler/include/concretelang/Runtime/runtime_api.h @@ -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. /** diff --git a/compiler/include/concretelang/Runtime/wrappers.h b/compiler/include/concretelang/Runtime/wrappers.h index 9629f2d21..d9c6b4d1c 100644 --- a/compiler/include/concretelang/Runtime/wrappers.h +++ b/compiler/include/concretelang/Runtime/wrappers.h @@ -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_RUNTIME_WRAPPERS_H diff --git a/compiler/include/concretelang/ServerLib/DynamicArityCall.h b/compiler/include/concretelang/ServerLib/DynamicArityCall.h index 665312f7a..3fd4c8bb3 100644 --- a/compiler/include/concretelang/ServerLib/DynamicArityCall.h +++ b/compiler/include/concretelang/ServerLib/DynamicArityCall.h @@ -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. // generated: see genDynamicRandAndArityCall.py diff --git a/compiler/include/concretelang/ServerLib/DynamicModule.h b/compiler/include/concretelang/ServerLib/DynamicModule.h index cfdc48240..25de0957b 100644 --- a/compiler/include/concretelang/ServerLib/DynamicModule.h +++ b/compiler/include/concretelang/ServerLib/DynamicModule.h @@ -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_TESTLIB_DYNAMIC_MODULE_H diff --git a/compiler/include/concretelang/ServerLib/DynamicRankCall.h b/compiler/include/concretelang/ServerLib/DynamicRankCall.h index 57cbb5909..bd72309e8 100644 --- a/compiler/include/concretelang/ServerLib/DynamicRankCall.h +++ b/compiler/include/concretelang/ServerLib/DynamicRankCall.h @@ -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_SERVERLIB_DYNAMIC_RANK_CALL_H diff --git a/compiler/include/concretelang/ServerLib/ServerLambda.h b/compiler/include/concretelang/ServerLib/ServerLambda.h index 7c7da59cc..337f281ac 100644 --- a/compiler/include/concretelang/ServerLib/ServerLambda.h +++ b/compiler/include/concretelang/ServerLib/ServerLambda.h @@ -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_SERVERLIB_SERVER_LAMBDA_H diff --git a/compiler/include/concretelang/ServerLib/genDynamicArityCall.py b/compiler/include/concretelang/ServerLib/genDynamicArityCall.py index 484fbec6b..984b2b6b4 100644 --- a/compiler/include/concretelang/ServerLib/genDynamicArityCall.py +++ b/compiler/include/concretelang/ServerLib/genDynamicArityCall.py @@ -1,10 +1,10 @@ # 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 for license information. +# See https://github.com/zama-ai/concrete-compiler-internal/blob/main/LICENSE.txt for license information. print( """// Part of the Concrete Compiler Project, under the BSD3 License with Zama // Exceptions. See -// https://github.com/zama-ai/homomorphizer/blob/master/LICENSE.txt +// https://github.com/zama-ai/homomorphizer/blob/main/LICENSE.txt // for license information. // generated: see genDynamicArityCall.py diff --git a/compiler/include/concretelang/Support/CompilerEngine.h b/compiler/include/concretelang/Support/CompilerEngine.h index 54e243100..06ee20295 100644 --- a/compiler/include/concretelang/Support/CompilerEngine.h +++ b/compiler/include/concretelang/Support/CompilerEngine.h @@ -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_SUPPORT_COMPILER_ENGINE_H diff --git a/compiler/include/concretelang/Support/Constants.h b/compiler/include/concretelang/Support/Constants.h index 24eb4d624..dff61c9bf 100644 --- a/compiler/include/concretelang/Support/Constants.h +++ b/compiler/include/concretelang/Support/Constants.h @@ -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_SUPPORT_CONSTANTS_H_ diff --git a/compiler/include/concretelang/Support/Error.h b/compiler/include/concretelang/Support/Error.h index ce40cb240..4d5349153 100644 --- a/compiler/include/concretelang/Support/Error.h +++ b/compiler/include/concretelang/Support/Error.h @@ -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_SUPPORT_STRING_ERROR_H diff --git a/compiler/include/concretelang/Support/JITSupport.h b/compiler/include/concretelang/Support/JITSupport.h index af355dc9f..bae99423d 100644 --- a/compiler/include/concretelang/Support/JITSupport.h +++ b/compiler/include/concretelang/Support/JITSupport.h @@ -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_SUPPORT_JIT_SUPPORT diff --git a/compiler/include/concretelang/Support/Jit.h b/compiler/include/concretelang/Support/Jit.h index f7ac2f5a9..487548a6b 100644 --- a/compiler/include/concretelang/Support/Jit.h +++ b/compiler/include/concretelang/Support/Jit.h @@ -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 COMPILER_JIT_H diff --git a/compiler/include/concretelang/Support/LLVMEmitFile.h b/compiler/include/concretelang/Support/LLVMEmitFile.h index 506ef89b5..5dcb5be1e 100644 --- a/compiler/include/concretelang/Support/LLVMEmitFile.h +++ b/compiler/include/concretelang/Support/LLVMEmitFile.h @@ -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_SUPPORT_LLVMEMITFILE diff --git a/compiler/include/concretelang/Support/LambdaArgument.h b/compiler/include/concretelang/Support/LambdaArgument.h index d58f786d9..afb01b6e3 100644 --- a/compiler/include/concretelang/Support/LambdaArgument.h +++ b/compiler/include/concretelang/Support/LambdaArgument.h @@ -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_SUPPORT_LAMBDA_ARGUMENT_H diff --git a/compiler/include/concretelang/Support/LambdaSupport.h b/compiler/include/concretelang/Support/LambdaSupport.h index 18decf151..d25cac08b 100644 --- a/compiler/include/concretelang/Support/LambdaSupport.h +++ b/compiler/include/concretelang/Support/LambdaSupport.h @@ -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_SUPPORT_LAMBDASUPPORT diff --git a/compiler/include/concretelang/Support/LibrarySupport.h b/compiler/include/concretelang/Support/LibrarySupport.h index 00278094a..5818070e8 100644 --- a/compiler/include/concretelang/Support/LibrarySupport.h +++ b/compiler/include/concretelang/Support/LibrarySupport.h @@ -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_SUPPORT_LIBRARY_SUPPORT diff --git a/compiler/include/concretelang/Support/Pipeline.h b/compiler/include/concretelang/Support/Pipeline.h index bd58cebdf..e87f89fcc 100644 --- a/compiler/include/concretelang/Support/Pipeline.h +++ b/compiler/include/concretelang/Support/Pipeline.h @@ -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_SUPPORT_PIPELINE_H_ diff --git a/compiler/include/concretelang/Support/V0ClientParameters.h b/compiler/include/concretelang/Support/V0ClientParameters.h index a353a82b9..bf7bd90cf 100644 --- a/compiler/include/concretelang/Support/V0ClientParameters.h +++ b/compiler/include/concretelang/Support/V0ClientParameters.h @@ -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_SUPPORT_CLIENTPARAMETERS_H_ diff --git a/compiler/include/concretelang/Support/V0Curves.h b/compiler/include/concretelang/Support/V0Curves.h index c09af29ef..a9f6efec6 100644 --- a/compiler/include/concretelang/Support/V0Curves.h +++ b/compiler/include/concretelang/Support/V0Curves.h @@ -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_SUPPORT_V0CURVES_H_ diff --git a/compiler/include/concretelang/Support/V0Parameters.h b/compiler/include/concretelang/Support/V0Parameters.h index 1d0a7c653..b7273077e 100644 --- a/compiler/include/concretelang/Support/V0Parameters.h +++ b/compiler/include/concretelang/Support/V0Parameters.h @@ -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_SUPPORT_V0Parameter_H_ diff --git a/compiler/include/concretelang/Support/logging.h b/compiler/include/concretelang/Support/logging.h index a12dd8b45..cc6335a23 100644 --- a/compiler/include/concretelang/Support/logging.h +++ b/compiler/include/concretelang/Support/logging.h @@ -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_SUPPORT_LOGGING_H_ diff --git a/compiler/include/concretelang/Support/math.h b/compiler/include/concretelang/Support/math.h index 080c125f9..2c06901ff 100644 --- a/compiler/include/concretelang/Support/math.h +++ b/compiler/include/concretelang/Support/math.h @@ -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_SUPPORT_MATH_H_ diff --git a/compiler/include/concretelang/TestLib/TestTypedLambda.h b/compiler/include/concretelang/TestLib/TestTypedLambda.h index 665365c8c..49dee3334 100644 --- a/compiler/include/concretelang/TestLib/TestTypedLambda.h +++ b/compiler/include/concretelang/TestLib/TestTypedLambda.h @@ -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_TESTLIB_TEST_TYPED_LAMBDA_H diff --git a/compiler/include/concretelang/Transforms/Bufferize.h b/compiler/include/concretelang/Transforms/Bufferize.h index 2bceae6aa..017d4ad0d 100644 --- a/compiler/include/concretelang/Transforms/Bufferize.h +++ b/compiler/include/concretelang/Transforms/Bufferize.h @@ -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_BUFFERIZE_PASS_H diff --git a/compiler/lib/Bindings/Python/CompilerAPIModule.cpp b/compiler/lib/Bindings/Python/CompilerAPIModule.cpp index 417b56e69..8d38d9cf8 100644 --- a/compiler/lib/Bindings/Python/CompilerAPIModule.cpp +++ b/compiler/lib/Bindings/Python/CompilerAPIModule.cpp @@ -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. #include "CompilerAPIModule.h" diff --git a/compiler/lib/Bindings/Python/CompilerAPIModule.h b/compiler/lib/Bindings/Python/CompilerAPIModule.h index 54575313c..1634ded05 100644 --- a/compiler/lib/Bindings/Python/CompilerAPIModule.h +++ b/compiler/lib/Bindings/Python/CompilerAPIModule.h @@ -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_PYTHON_COMPILER_API_MODULE_H diff --git a/compiler/lib/Bindings/Python/ConcretelangModule.cpp b/compiler/lib/Bindings/Python/ConcretelangModule.cpp index 681fa5f9e..ce10c38bf 100644 --- a/compiler/lib/Bindings/Python/ConcretelangModule.cpp +++ b/compiler/lib/Bindings/Python/ConcretelangModule.cpp @@ -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. #include "CompilerAPIModule.h" diff --git a/compiler/lib/Bindings/Python/DialectModules.h b/compiler/lib/Bindings/Python/DialectModules.h index 579471258..76cade2a7 100644 --- a/compiler/lib/Bindings/Python/DialectModules.h +++ b/compiler/lib/Bindings/Python/DialectModules.h @@ -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_PYTHON_DIALECTMODULES_H diff --git a/compiler/lib/Bindings/Python/FHEModule.cpp b/compiler/lib/Bindings/Python/FHEModule.cpp index 1066f433d..c633688bd 100644 --- a/compiler/lib/Bindings/Python/FHEModule.cpp +++ b/compiler/lib/Bindings/Python/FHEModule.cpp @@ -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. #include "DialectModules.h" diff --git a/compiler/lib/Bindings/Python/concrete/compiler/__init__.py b/compiler/lib/Bindings/Python/concrete/compiler/__init__.py index 011f86eb5..d270b2953 100644 --- a/compiler/lib/Bindings/Python/concrete/compiler/__init__.py +++ b/compiler/lib/Bindings/Python/concrete/compiler/__init__.py @@ -1,5 +1,5 @@ # 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 for license information. +# See https://github.com/zama-ai/concrete-compiler-internal/blob/main/LICENSE.txt for license information. """Compiler submodule.""" import atexit diff --git a/compiler/lib/Bindings/Python/concrete/compiler/client_parameters.py b/compiler/lib/Bindings/Python/concrete/compiler/client_parameters.py index b5573f5de..4b388a030 100644 --- a/compiler/lib/Bindings/Python/concrete/compiler/client_parameters.py +++ b/compiler/lib/Bindings/Python/concrete/compiler/client_parameters.py @@ -1,5 +1,5 @@ # 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 for license information. +# See https://github.com/zama-ai/concrete-compiler-internal/blob/main/LICENSE.txt for license information. """Client parameters.""" diff --git a/compiler/lib/Bindings/Python/concrete/compiler/client_support.py b/compiler/lib/Bindings/Python/concrete/compiler/client_support.py index 126ce7300..5ad785572 100644 --- a/compiler/lib/Bindings/Python/concrete/compiler/client_support.py +++ b/compiler/lib/Bindings/Python/concrete/compiler/client_support.py @@ -1,5 +1,5 @@ # 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 for license information. +# See https://github.com/zama-ai/concrete-compiler-internal/blob/main/LICENSE.txt for license information. """Client support.""" from typing import List, Optional, Union diff --git a/compiler/lib/Bindings/Python/concrete/compiler/compilation_options.py b/compiler/lib/Bindings/Python/concrete/compiler/compilation_options.py index b866af923..70a01d674 100644 --- a/compiler/lib/Bindings/Python/concrete/compiler/compilation_options.py +++ b/compiler/lib/Bindings/Python/concrete/compiler/compilation_options.py @@ -1,5 +1,5 @@ # 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 for license information. +# See https://github.com/zama-ai/concrete-compiler-internal/blob/main/LICENSE.txt for license information. """CompilationOptions.""" diff --git a/compiler/lib/Bindings/Python/concrete/compiler/evaluation_keys.py b/compiler/lib/Bindings/Python/concrete/compiler/evaluation_keys.py index eba12a6c9..00220ad04 100644 --- a/compiler/lib/Bindings/Python/concrete/compiler/evaluation_keys.py +++ b/compiler/lib/Bindings/Python/concrete/compiler/evaluation_keys.py @@ -1,5 +1,5 @@ # 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 for license information. +# See https://github.com/zama-ai/concrete-compiler-internal/blob/main/LICENSE.txt for license information. """EvaluationKeys.""" diff --git a/compiler/lib/Bindings/Python/concrete/compiler/jit_compilation_result.py b/compiler/lib/Bindings/Python/concrete/compiler/jit_compilation_result.py index 1c4af8c7f..460bfdf10 100644 --- a/compiler/lib/Bindings/Python/concrete/compiler/jit_compilation_result.py +++ b/compiler/lib/Bindings/Python/concrete/compiler/jit_compilation_result.py @@ -1,5 +1,5 @@ # 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 for license information. +# See https://github.com/zama-ai/concrete-compiler-internal/blob/main/LICENSE.txt for license information. """JITCompilationResult.""" diff --git a/compiler/lib/Bindings/Python/concrete/compiler/jit_lambda.py b/compiler/lib/Bindings/Python/concrete/compiler/jit_lambda.py index c363357be..ba8cd4565 100644 --- a/compiler/lib/Bindings/Python/concrete/compiler/jit_lambda.py +++ b/compiler/lib/Bindings/Python/concrete/compiler/jit_lambda.py @@ -1,5 +1,5 @@ # 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 for license information. +# See https://github.com/zama-ai/concrete-compiler-internal/blob/main/LICENSE.txt for license information. """JITLambda.""" diff --git a/compiler/lib/Bindings/Python/concrete/compiler/jit_support.py b/compiler/lib/Bindings/Python/concrete/compiler/jit_support.py index 6dc3738d6..8711a1e49 100644 --- a/compiler/lib/Bindings/Python/concrete/compiler/jit_support.py +++ b/compiler/lib/Bindings/Python/concrete/compiler/jit_support.py @@ -1,5 +1,5 @@ # 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 for license information. +# See https://github.com/zama-ai/concrete-compiler-internal/blob/main/LICENSE.txt for license information. """JITSupport. diff --git a/compiler/lib/Bindings/Python/concrete/compiler/key_set.py b/compiler/lib/Bindings/Python/concrete/compiler/key_set.py index b07657087..cdb4bd39a 100644 --- a/compiler/lib/Bindings/Python/concrete/compiler/key_set.py +++ b/compiler/lib/Bindings/Python/concrete/compiler/key_set.py @@ -1,5 +1,5 @@ # 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 for license information. +# See https://github.com/zama-ai/concrete-compiler-internal/blob/main/LICENSE.txt for license information. """KeySet. diff --git a/compiler/lib/Bindings/Python/concrete/compiler/key_set_cache.py b/compiler/lib/Bindings/Python/concrete/compiler/key_set_cache.py index 4ceab69cd..961f0b1e9 100644 --- a/compiler/lib/Bindings/Python/concrete/compiler/key_set_cache.py +++ b/compiler/lib/Bindings/Python/concrete/compiler/key_set_cache.py @@ -1,5 +1,5 @@ # 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 for license information. +# See https://github.com/zama-ai/concrete-compiler-internal/blob/main/LICENSE.txt for license information. """KeySetCache. diff --git a/compiler/lib/Bindings/Python/concrete/compiler/lambda_argument.py b/compiler/lib/Bindings/Python/concrete/compiler/lambda_argument.py index 0a2aebd2e..6359786e1 100644 --- a/compiler/lib/Bindings/Python/concrete/compiler/lambda_argument.py +++ b/compiler/lib/Bindings/Python/concrete/compiler/lambda_argument.py @@ -1,5 +1,5 @@ # 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 for license information. +# See https://github.com/zama-ai/concrete-compiler-internal/blob/main/LICENSE.txt for license information. """LambdaArgument.""" from typing import List diff --git a/compiler/lib/Bindings/Python/concrete/compiler/library_compilation_result.py b/compiler/lib/Bindings/Python/concrete/compiler/library_compilation_result.py index fa2853675..cb2df5c97 100644 --- a/compiler/lib/Bindings/Python/concrete/compiler/library_compilation_result.py +++ b/compiler/lib/Bindings/Python/concrete/compiler/library_compilation_result.py @@ -1,5 +1,5 @@ # 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 for license information. +# See https://github.com/zama-ai/concrete-compiler-internal/blob/main/LICENSE.txt for license information. """LibraryCompilationResult.""" diff --git a/compiler/lib/Bindings/Python/concrete/compiler/library_lambda.py b/compiler/lib/Bindings/Python/concrete/compiler/library_lambda.py index ff41836ad..207ef7b9e 100644 --- a/compiler/lib/Bindings/Python/concrete/compiler/library_lambda.py +++ b/compiler/lib/Bindings/Python/concrete/compiler/library_lambda.py @@ -1,5 +1,5 @@ # 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 for license information. +# See https://github.com/zama-ai/concrete-compiler-internal/blob/main/LICENSE.txt for license information. """LibraryLambda.""" diff --git a/compiler/lib/Bindings/Python/concrete/compiler/library_support.py b/compiler/lib/Bindings/Python/concrete/compiler/library_support.py index 9bd9b4551..8e1bf3e38 100644 --- a/compiler/lib/Bindings/Python/concrete/compiler/library_support.py +++ b/compiler/lib/Bindings/Python/concrete/compiler/library_support.py @@ -1,5 +1,5 @@ # 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 for license information. +# See https://github.com/zama-ai/concrete-compiler-internal/blob/main/LICENSE.txt for license information. """LibrarySupport. diff --git a/compiler/lib/Bindings/Python/concrete/compiler/public_arguments.py b/compiler/lib/Bindings/Python/concrete/compiler/public_arguments.py index a4e888c16..8fcca1dfa 100644 --- a/compiler/lib/Bindings/Python/concrete/compiler/public_arguments.py +++ b/compiler/lib/Bindings/Python/concrete/compiler/public_arguments.py @@ -1,5 +1,5 @@ # 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 for license information. +# See https://github.com/zama-ai/concrete-compiler-internal/blob/main/LICENSE.txt for license information. """PublicArguments.""" diff --git a/compiler/lib/Bindings/Python/concrete/compiler/public_result.py b/compiler/lib/Bindings/Python/concrete/compiler/public_result.py index 02fc8f1fa..2c4df5980 100644 --- a/compiler/lib/Bindings/Python/concrete/compiler/public_result.py +++ b/compiler/lib/Bindings/Python/concrete/compiler/public_result.py @@ -1,5 +1,5 @@ # 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 for license information. +# See https://github.com/zama-ai/concrete-compiler-internal/blob/main/LICENSE.txt for license information. """PublicResult.""" diff --git a/compiler/lib/Bindings/Python/concrete/compiler/utils.py b/compiler/lib/Bindings/Python/concrete/compiler/utils.py index cadbca6c5..a0be5c2f8 100644 --- a/compiler/lib/Bindings/Python/concrete/compiler/utils.py +++ b/compiler/lib/Bindings/Python/concrete/compiler/utils.py @@ -1,5 +1,5 @@ # 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 for license information. +# See https://github.com/zama-ai/concrete-compiler-internal/blob/main/LICENSE.txt for license information. """Common utils for the compiler submodule.""" import os diff --git a/compiler/lib/Bindings/Python/concrete/compiler/wrapper.py b/compiler/lib/Bindings/Python/concrete/compiler/wrapper.py index ce7dd473e..02b4e8a77 100644 --- a/compiler/lib/Bindings/Python/concrete/compiler/wrapper.py +++ b/compiler/lib/Bindings/Python/concrete/compiler/wrapper.py @@ -1,5 +1,5 @@ # 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 for license information. +# See https://github.com/zama-ai/concrete-compiler-internal/blob/main/LICENSE.txt for license information. """Wrapper for native Cpp objects.""" diff --git a/compiler/lib/Bindings/Python/concrete/lang/__init__.py b/compiler/lib/Bindings/Python/concrete/lang/__init__.py index 8c6ecda3b..050fe9913 100644 --- a/compiler/lib/Bindings/Python/concrete/lang/__init__.py +++ b/compiler/lib/Bindings/Python/concrete/lang/__init__.py @@ -1,5 +1,5 @@ # 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 for license information. +# See https://github.com/zama-ai/concrete-compiler-internal/blob/main/LICENSE.txt for license information. """Concretelang python module""" from mlir._mlir_libs._concretelang import * diff --git a/compiler/lib/Bindings/Python/concrete/lang/dialects/__init__.py b/compiler/lib/Bindings/Python/concrete/lang/dialects/__init__.py index c4ea4abdc..1ae2cd951 100644 --- a/compiler/lib/Bindings/Python/concrete/lang/dialects/__init__.py +++ b/compiler/lib/Bindings/Python/concrete/lang/dialects/__init__.py @@ -1,2 +1,2 @@ # 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 for license information. +# See https://github.com/zama-ai/concrete-compiler-internal/blob/main/LICENSE.txt for license information. diff --git a/compiler/lib/Bindings/Python/concrete/lang/dialects/_ods_common.py b/compiler/lib/Bindings/Python/concrete/lang/dialects/_ods_common.py index 48b3bf43b..689348d95 100644 --- a/compiler/lib/Bindings/Python/concrete/lang/dialects/_ods_common.py +++ b/compiler/lib/Bindings/Python/concrete/lang/dialects/_ods_common.py @@ -1,5 +1,5 @@ # 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 for license information. +# See https://github.com/zama-ai/concrete-compiler-internal/blob/main/LICENSE.txt for license information. # We need this helpers from the mlir bindings, they are used in the generated files from mlir.dialects._ods_common import ( diff --git a/compiler/lib/Bindings/Python/concrete/lang/dialects/fhe.py b/compiler/lib/Bindings/Python/concrete/lang/dialects/fhe.py index 70d3400ec..99d724fa9 100644 --- a/compiler/lib/Bindings/Python/concrete/lang/dialects/fhe.py +++ b/compiler/lib/Bindings/Python/concrete/lang/dialects/fhe.py @@ -1,5 +1,5 @@ # 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 for license information. +# See https://github.com/zama-ai/concrete-compiler-internal/blob/main/LICENSE.txt for license information. """FHE dialect module""" from ._FHE_ops_gen import * diff --git a/compiler/lib/Bindings/Python/concrete/lang/dialects/fhelinalg.py b/compiler/lib/Bindings/Python/concrete/lang/dialects/fhelinalg.py index f8642243c..ba7ab82ed 100644 --- a/compiler/lib/Bindings/Python/concrete/lang/dialects/fhelinalg.py +++ b/compiler/lib/Bindings/Python/concrete/lang/dialects/fhelinalg.py @@ -1,5 +1,5 @@ # 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 for license information. +# See https://github.com/zama-ai/concrete-compiler-internal/blob/main/LICENSE.txt for license information. """FHELinalg dialect module""" from ._FHELinalg_ops_gen import * diff --git a/compiler/lib/CAPI/Dialect/FHE/FHE.cpp b/compiler/lib/CAPI/Dialect/FHE/FHE.cpp index 732ad0c01..70685ccd3 100644 --- a/compiler/lib/CAPI/Dialect/FHE/FHE.cpp +++ b/compiler/lib/CAPI/Dialect/FHE/FHE.cpp @@ -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. #include "concretelang-c/Dialect/FHE.h" diff --git a/compiler/lib/CAPI/Dialect/FHELinalg/FHELinalg.cpp b/compiler/lib/CAPI/Dialect/FHELinalg/FHELinalg.cpp index e96960607..d7241721b 100644 --- a/compiler/lib/CAPI/Dialect/FHELinalg/FHELinalg.cpp +++ b/compiler/lib/CAPI/Dialect/FHELinalg/FHELinalg.cpp @@ -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. #include "concretelang-c/Dialect/FHELinalg.h" diff --git a/compiler/lib/CAPI/Support/CompilerEngine.cpp b/compiler/lib/CAPI/Support/CompilerEngine.cpp index b4824cb3e..5496e59b2 100644 --- a/compiler/lib/CAPI/Support/CompilerEngine.cpp +++ b/compiler/lib/CAPI/Support/CompilerEngine.cpp @@ -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. #include "llvm/ADT/SmallString.h" diff --git a/compiler/lib/ClientLib/ClientLambda.cpp b/compiler/lib/ClientLib/ClientLambda.cpp index 67a371e6b..50a973c8a 100644 --- a/compiler/lib/ClientLib/ClientLambda.cpp +++ b/compiler/lib/ClientLib/ClientLambda.cpp @@ -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. #include diff --git a/compiler/lib/ClientLib/ClientParameters.cpp b/compiler/lib/ClientLib/ClientParameters.cpp index 5210e2ba4..f6d94dcb7 100644 --- a/compiler/lib/ClientLib/ClientParameters.cpp +++ b/compiler/lib/ClientLib/ClientParameters.cpp @@ -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. #include diff --git a/compiler/lib/ClientLib/EncryptedArguments.cpp b/compiler/lib/ClientLib/EncryptedArguments.cpp index dbfbda729..7ef765e72 100644 --- a/compiler/lib/ClientLib/EncryptedArguments.cpp +++ b/compiler/lib/ClientLib/EncryptedArguments.cpp @@ -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. #include "concretelang/ClientLib/EncryptedArguments.h" diff --git a/compiler/lib/ClientLib/KeySet.cpp b/compiler/lib/ClientLib/KeySet.cpp index 15d4696ca..18bda3732 100644 --- a/compiler/lib/ClientLib/KeySet.cpp +++ b/compiler/lib/ClientLib/KeySet.cpp @@ -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. #include "concretelang/ClientLib/KeySet.h" diff --git a/compiler/lib/ClientLib/KeySetCache.cpp b/compiler/lib/ClientLib/KeySetCache.cpp index ce3fc95f3..5970df70b 100644 --- a/compiler/lib/ClientLib/KeySetCache.cpp +++ b/compiler/lib/ClientLib/KeySetCache.cpp @@ -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. #include "boost/outcome.h" diff --git a/compiler/lib/ClientLib/PublicArguments.cpp b/compiler/lib/ClientLib/PublicArguments.cpp index e19451be5..9f4ddfe1c 100644 --- a/compiler/lib/ClientLib/PublicArguments.cpp +++ b/compiler/lib/ClientLib/PublicArguments.cpp @@ -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. #include diff --git a/compiler/lib/ClientLib/Serializers.cpp b/compiler/lib/ClientLib/Serializers.cpp index 15b34865b..f60cfc68b 100644 --- a/compiler/lib/ClientLib/Serializers.cpp +++ b/compiler/lib/ClientLib/Serializers.cpp @@ -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. #include diff --git a/compiler/lib/Conversion/BConcreteToBConcreteCAPI/BConcreteToBConcreteCAPI.cpp b/compiler/lib/Conversion/BConcreteToBConcreteCAPI/BConcreteToBConcreteCAPI.cpp index d8598f8a0..c219f2fd3 100644 --- a/compiler/lib/Conversion/BConcreteToBConcreteCAPI/BConcreteToBConcreteCAPI.cpp +++ b/compiler/lib/Conversion/BConcreteToBConcreteCAPI/BConcreteToBConcreteCAPI.cpp @@ -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. #include "mlir//IR/BuiltinTypes.h" diff --git a/compiler/lib/Conversion/ConcreteToBConcrete/ConcreteToBConcrete.cpp b/compiler/lib/Conversion/ConcreteToBConcrete/ConcreteToBConcrete.cpp index d3e8c9869..df0ce0fe4 100644 --- a/compiler/lib/Conversion/ConcreteToBConcrete/ConcreteToBConcrete.cpp +++ b/compiler/lib/Conversion/ConcreteToBConcrete/ConcreteToBConcrete.cpp @@ -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. #include diff --git a/compiler/lib/Conversion/FHETensorOpsToLinalg/TensorOpsToLinalg.cpp b/compiler/lib/Conversion/FHETensorOpsToLinalg/TensorOpsToLinalg.cpp index 97df64aa7..48ef71ff8 100644 --- a/compiler/lib/Conversion/FHETensorOpsToLinalg/TensorOpsToLinalg.cpp +++ b/compiler/lib/Conversion/FHETensorOpsToLinalg/TensorOpsToLinalg.cpp @@ -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. #include diff --git a/compiler/lib/Conversion/FHEToTFHE/FHEToTFHE.cpp b/compiler/lib/Conversion/FHEToTFHE/FHEToTFHE.cpp index a01b69243..da45703ed 100644 --- a/compiler/lib/Conversion/FHEToTFHE/FHEToTFHE.cpp +++ b/compiler/lib/Conversion/FHEToTFHE/FHEToTFHE.cpp @@ -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. #include diff --git a/compiler/lib/Conversion/MLIRLowerableDialectsToLLVM/MLIRLowerableDialectsToLLVM.cpp b/compiler/lib/Conversion/MLIRLowerableDialectsToLLVM/MLIRLowerableDialectsToLLVM.cpp index 9db8a57cd..3ad7cd4bc 100644 --- a/compiler/lib/Conversion/MLIRLowerableDialectsToLLVM/MLIRLowerableDialectsToLLVM.cpp +++ b/compiler/lib/Conversion/MLIRLowerableDialectsToLLVM/MLIRLowerableDialectsToLLVM.cpp @@ -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. #include diff --git a/compiler/lib/Conversion/TFHEGlobalParametrization/TFHEGlobalParametrization.cpp b/compiler/lib/Conversion/TFHEGlobalParametrization/TFHEGlobalParametrization.cpp index cb406bea2..4f5f1dff2 100644 --- a/compiler/lib/Conversion/TFHEGlobalParametrization/TFHEGlobalParametrization.cpp +++ b/compiler/lib/Conversion/TFHEGlobalParametrization/TFHEGlobalParametrization.cpp @@ -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. #include "mlir/Pass/Pass.h" diff --git a/compiler/lib/Conversion/TFHEToConcrete/TFHEToConcrete.cpp b/compiler/lib/Conversion/TFHEToConcrete/TFHEToConcrete.cpp index e299c8975..44a0f31aa 100644 --- a/compiler/lib/Conversion/TFHEToConcrete/TFHEToConcrete.cpp +++ b/compiler/lib/Conversion/TFHEToConcrete/TFHEToConcrete.cpp @@ -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. #include diff --git a/compiler/lib/Conversion/Tools.cpp b/compiler/lib/Conversion/Tools.cpp index e722eefc0..a7479ac02 100644 --- a/compiler/lib/Conversion/Tools.cpp +++ b/compiler/lib/Conversion/Tools.cpp @@ -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. #include "concretelang/Conversion/Tools.h" diff --git a/compiler/lib/Dialect/BConcrete/IR/BConcreteDialect.cpp b/compiler/lib/Dialect/BConcrete/IR/BConcreteDialect.cpp index d9bd81c0f..88a988b9f 100644 --- a/compiler/lib/Dialect/BConcrete/IR/BConcreteDialect.cpp +++ b/compiler/lib/Dialect/BConcrete/IR/BConcreteDialect.cpp @@ -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. #include "concretelang/Dialect/BConcrete/IR/BConcreteDialect.h" diff --git a/compiler/lib/Dialect/BConcrete/IR/BConcreteOps.cpp b/compiler/lib/Dialect/BConcrete/IR/BConcreteOps.cpp index edea56d9e..fb732f68b 100644 --- a/compiler/lib/Dialect/BConcrete/IR/BConcreteOps.cpp +++ b/compiler/lib/Dialect/BConcrete/IR/BConcreteOps.cpp @@ -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. #include "concretelang/Dialect/BConcrete/IR/BConcreteOps.h" diff --git a/compiler/lib/Dialect/Concrete/IR/ConcreteDialect.cpp b/compiler/lib/Dialect/Concrete/IR/ConcreteDialect.cpp index b2297993c..749e7f012 100644 --- a/compiler/lib/Dialect/Concrete/IR/ConcreteDialect.cpp +++ b/compiler/lib/Dialect/Concrete/IR/ConcreteDialect.cpp @@ -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. #include "concretelang/Dialect/Concrete/IR/ConcreteDialect.h" diff --git a/compiler/lib/Dialect/Concrete/IR/ConcreteOps.cpp b/compiler/lib/Dialect/Concrete/IR/ConcreteOps.cpp index 19bd2695f..ffa818301 100644 --- a/compiler/lib/Dialect/Concrete/IR/ConcreteOps.cpp +++ b/compiler/lib/Dialect/Concrete/IR/ConcreteOps.cpp @@ -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. #include "concretelang/Dialect/Concrete/IR/ConcreteOps.h" diff --git a/compiler/lib/Dialect/Concrete/Transforms/Optimization.cpp b/compiler/lib/Dialect/Concrete/Transforms/Optimization.cpp index afb024dc9..02c77497d 100644 --- a/compiler/lib/Dialect/Concrete/Transforms/Optimization.cpp +++ b/compiler/lib/Dialect/Concrete/Transforms/Optimization.cpp @@ -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. #include diff --git a/compiler/lib/Dialect/FHE/Analysis/MANP.cpp b/compiler/lib/Dialect/FHE/Analysis/MANP.cpp index bed1433bf..abf0300b3 100644 --- a/compiler/lib/Dialect/FHE/Analysis/MANP.cpp +++ b/compiler/lib/Dialect/FHE/Analysis/MANP.cpp @@ -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. #include diff --git a/compiler/lib/Dialect/FHE/IR/FHEDialect.cpp b/compiler/lib/Dialect/FHE/IR/FHEDialect.cpp index dfbddfbd6..c92893087 100644 --- a/compiler/lib/Dialect/FHE/IR/FHEDialect.cpp +++ b/compiler/lib/Dialect/FHE/IR/FHEDialect.cpp @@ -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. #include "concretelang/Dialect/FHE/IR/FHEDialect.h" diff --git a/compiler/lib/Dialect/FHE/IR/FHEOps.cpp b/compiler/lib/Dialect/FHE/IR/FHEOps.cpp index c90af992d..b0bed8e45 100644 --- a/compiler/lib/Dialect/FHE/IR/FHEOps.cpp +++ b/compiler/lib/Dialect/FHE/IR/FHEOps.cpp @@ -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. #include "mlir/IR/Region.h" diff --git a/compiler/lib/Dialect/FHELinalg/IR/FHELinalgDialect.cpp b/compiler/lib/Dialect/FHELinalg/IR/FHELinalgDialect.cpp index c0f155c93..b2dd32933 100644 --- a/compiler/lib/Dialect/FHELinalg/IR/FHELinalgDialect.cpp +++ b/compiler/lib/Dialect/FHELinalg/IR/FHELinalgDialect.cpp @@ -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. #include "concretelang/Dialect/FHELinalg/IR/FHELinalgDialect.h" diff --git a/compiler/lib/Dialect/FHELinalg/IR/FHELinalgOps.cpp b/compiler/lib/Dialect/FHELinalg/IR/FHELinalgOps.cpp index 754db4878..cd77499e8 100644 --- a/compiler/lib/Dialect/FHELinalg/IR/FHELinalgOps.cpp +++ b/compiler/lib/Dialect/FHELinalg/IR/FHELinalgOps.cpp @@ -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. #include diff --git a/compiler/lib/Dialect/FHELinalg/Transforms/Tiling.cpp b/compiler/lib/Dialect/FHELinalg/Transforms/Tiling.cpp index 46dc2a282..4dfcba3dd 100644 --- a/compiler/lib/Dialect/FHELinalg/Transforms/Tiling.cpp +++ b/compiler/lib/Dialect/FHELinalg/Transforms/Tiling.cpp @@ -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. #include diff --git a/compiler/lib/Dialect/RT/Analysis/BufferizeDataflowTaskOps.cpp b/compiler/lib/Dialect/RT/Analysis/BufferizeDataflowTaskOps.cpp index d86a9bf01..b30d67686 100644 --- a/compiler/lib/Dialect/RT/Analysis/BufferizeDataflowTaskOps.cpp +++ b/compiler/lib/Dialect/RT/Analysis/BufferizeDataflowTaskOps.cpp @@ -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. #include diff --git a/compiler/lib/Dialect/RT/Analysis/BuildDataflowTaskGraph.cpp b/compiler/lib/Dialect/RT/Analysis/BuildDataflowTaskGraph.cpp index 4e59569be..fed2b6105 100644 --- a/compiler/lib/Dialect/RT/Analysis/BuildDataflowTaskGraph.cpp +++ b/compiler/lib/Dialect/RT/Analysis/BuildDataflowTaskGraph.cpp @@ -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. #include diff --git a/compiler/lib/Dialect/RT/Analysis/LowerDataflowTasksToRT.cpp b/compiler/lib/Dialect/RT/Analysis/LowerDataflowTasksToRT.cpp index d17765307..e161de9a6 100644 --- a/compiler/lib/Dialect/RT/Analysis/LowerDataflowTasksToRT.cpp +++ b/compiler/lib/Dialect/RT/Analysis/LowerDataflowTasksToRT.cpp @@ -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. #include diff --git a/compiler/lib/Dialect/RT/Analysis/LowerRTToLLVMDFRCallsConversionPatterns.cpp b/compiler/lib/Dialect/RT/Analysis/LowerRTToLLVMDFRCallsConversionPatterns.cpp index b6ed64ad3..818749383 100644 --- a/compiler/lib/Dialect/RT/Analysis/LowerRTToLLVMDFRCallsConversionPatterns.cpp +++ b/compiler/lib/Dialect/RT/Analysis/LowerRTToLLVMDFRCallsConversionPatterns.cpp @@ -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. #include diff --git a/compiler/lib/Dialect/RT/IR/RTDialect.cpp b/compiler/lib/Dialect/RT/IR/RTDialect.cpp index 14358669a..a3d00c40d 100644 --- a/compiler/lib/Dialect/RT/IR/RTDialect.cpp +++ b/compiler/lib/Dialect/RT/IR/RTDialect.cpp @@ -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. #include "mlir/Dialect/LLVMIR/LLVMDialect.h" diff --git a/compiler/lib/Dialect/RT/IR/RTOps.cpp b/compiler/lib/Dialect/RT/IR/RTOps.cpp index 91b510252..df2fa14aa 100644 --- a/compiler/lib/Dialect/RT/IR/RTOps.cpp +++ b/compiler/lib/Dialect/RT/IR/RTOps.cpp @@ -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. #include "mlir/IR/Attributes.h" diff --git a/compiler/lib/Dialect/TFHE/IR/TFHEDialect.cpp b/compiler/lib/Dialect/TFHE/IR/TFHEDialect.cpp index 9f13ebb0e..bf57ce0c6 100644 --- a/compiler/lib/Dialect/TFHE/IR/TFHEDialect.cpp +++ b/compiler/lib/Dialect/TFHE/IR/TFHEDialect.cpp @@ -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. #include "concretelang/Dialect/TFHE/IR/TFHEDialect.h" diff --git a/compiler/lib/Dialect/TFHE/IR/TFHEOps.cpp b/compiler/lib/Dialect/TFHE/IR/TFHEOps.cpp index 64214e0b0..b3471a959 100644 --- a/compiler/lib/Dialect/TFHE/IR/TFHEOps.cpp +++ b/compiler/lib/Dialect/TFHE/IR/TFHEOps.cpp @@ -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. #include "mlir/IR/Region.h" diff --git a/compiler/lib/Runtime/DFRuntime.cpp b/compiler/lib/Runtime/DFRuntime.cpp index 4f45926bd..2eb2dc2c5 100644 --- a/compiler/lib/Runtime/DFRuntime.cpp +++ b/compiler/lib/Runtime/DFRuntime.cpp @@ -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. /** diff --git a/compiler/lib/Runtime/context.cpp b/compiler/lib/Runtime/context.cpp index 09a3bc264..cf05154db 100644 --- a/compiler/lib/Runtime/context.cpp +++ b/compiler/lib/Runtime/context.cpp @@ -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. #include diff --git a/compiler/lib/Runtime/wrappers.cpp b/compiler/lib/Runtime/wrappers.cpp index 89577bc68..a7bb0867a 100644 --- a/compiler/lib/Runtime/wrappers.cpp +++ b/compiler/lib/Runtime/wrappers.cpp @@ -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. #include "concretelang/Runtime/wrappers.h" diff --git a/compiler/lib/ServerLib/DynamicModule.cpp b/compiler/lib/ServerLib/DynamicModule.cpp index 6acfb3fc8..300878829 100644 --- a/compiler/lib/ServerLib/DynamicModule.cpp +++ b/compiler/lib/ServerLib/DynamicModule.cpp @@ -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. #include diff --git a/compiler/lib/ServerLib/DynamicRankCall.cpp b/compiler/lib/ServerLib/DynamicRankCall.cpp index 78ea94ad6..8c4c609b2 100644 --- a/compiler/lib/ServerLib/DynamicRankCall.cpp +++ b/compiler/lib/ServerLib/DynamicRankCall.cpp @@ -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. // generated: see genDynamicRandCall.py diff --git a/compiler/lib/ServerLib/ServerLambda.cpp b/compiler/lib/ServerLib/ServerLambda.cpp index 13760bea3..9ae923bbd 100644 --- a/compiler/lib/ServerLib/ServerLambda.cpp +++ b/compiler/lib/ServerLib/ServerLambda.cpp @@ -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. #include diff --git a/compiler/lib/ServerLib/genDynamicRankCall.py b/compiler/lib/ServerLib/genDynamicRankCall.py index e78b0380f..d800210c3 100644 --- a/compiler/lib/ServerLib/genDynamicRankCall.py +++ b/compiler/lib/ServerLib/genDynamicRankCall.py @@ -1,10 +1,10 @@ # 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 for license information. +# See https://github.com/zama-ai/concrete-compiler-internal/blob/main/LICENSE.txt for license information. print( """// 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. // generated: see genDynamicRandCall.py diff --git a/compiler/lib/Support/CompilerEngine.cpp b/compiler/lib/Support/CompilerEngine.cpp index 8c37e3f07..b22815253 100644 --- a/compiler/lib/Support/CompilerEngine.cpp +++ b/compiler/lib/Support/CompilerEngine.cpp @@ -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. #include diff --git a/compiler/lib/Support/JITSupport.cpp b/compiler/lib/Support/JITSupport.cpp index d7a3c2fa7..bfed0ab81 100644 --- a/compiler/lib/Support/JITSupport.cpp +++ b/compiler/lib/Support/JITSupport.cpp @@ -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. #include diff --git a/compiler/lib/Support/Jit.cpp b/compiler/lib/Support/Jit.cpp index 62b4f9642..b5589973e 100644 --- a/compiler/lib/Support/Jit.cpp +++ b/compiler/lib/Support/Jit.cpp @@ -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. #include "llvm/Support/Error.h" diff --git a/compiler/lib/Support/LLVMEmitFile.cpp b/compiler/lib/Support/LLVMEmitFile.cpp index b8a948e9e..d51afa6ed 100644 --- a/compiler/lib/Support/LLVMEmitFile.cpp +++ b/compiler/lib/Support/LLVMEmitFile.cpp @@ -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. #include diff --git a/compiler/lib/Support/LambdaArgument.cpp b/compiler/lib/Support/LambdaArgument.cpp index f7cfc5922..8d708e5f3 100644 --- a/compiler/lib/Support/LambdaArgument.cpp +++ b/compiler/lib/Support/LambdaArgument.cpp @@ -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. #include diff --git a/compiler/lib/Support/Pipeline.cpp b/compiler/lib/Support/Pipeline.cpp index 0e856e8ec..14c37732f 100644 --- a/compiler/lib/Support/Pipeline.cpp +++ b/compiler/lib/Support/Pipeline.cpp @@ -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. #include diff --git a/compiler/lib/Support/V0ClientParameters.cpp b/compiler/lib/Support/V0ClientParameters.cpp index 8ccb1728d..9d25f8c4a 100644 --- a/compiler/lib/Support/V0ClientParameters.cpp +++ b/compiler/lib/Support/V0ClientParameters.cpp @@ -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. #include diff --git a/compiler/lib/Support/V0Curves.cpp b/compiler/lib/Support/V0Curves.cpp index 7315edc1f..f3505aa32 100644 --- a/compiler/lib/Support/V0Curves.cpp +++ b/compiler/lib/Support/V0Curves.cpp @@ -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. #include diff --git a/compiler/lib/Support/V0Parameters.cpp b/compiler/lib/Support/V0Parameters.cpp index 3ad14bb9d..844f9f886 100644 --- a/compiler/lib/Support/V0Parameters.cpp +++ b/compiler/lib/Support/V0Parameters.cpp @@ -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. /// DO NOT MANUALLY EDIT THIS FILE. diff --git a/compiler/lib/Support/logging.cpp b/compiler/lib/Support/logging.cpp index c675c4260..13e31304d 100644 --- a/compiler/lib/Support/logging.cpp +++ b/compiler/lib/Support/logging.cpp @@ -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. #include diff --git a/compiler/lib/Transforms/Bufferize.cpp b/compiler/lib/Transforms/Bufferize.cpp index 62b285ac6..cab7f3212 100644 --- a/compiler/lib/Transforms/Bufferize.cpp +++ b/compiler/lib/Transforms/Bufferize.cpp @@ -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. #include "mlir/Transforms/Bufferize.h" diff --git a/compiler/src/main.cpp b/compiler/src/main.cpp index b584bff33..56820495f 100644 --- a/compiler/src/main.cpp +++ b/compiler/src/main.cpp @@ -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. #include