diff --git a/CMakeLists.txt b/CMakeLists.txt index 5a049da80..0c0fe3452 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # cmake_minimum_required(VERSION 3.15.0) diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index fe7619c05..813fafc31 100644 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # install_pattern("*.h") diff --git a/include/revng-c/Backend/DecompileFunction.h b/include/revng-c/Backend/DecompileFunction.h index aee239ee3..3ff3c733e 100644 --- a/include/revng-c/Backend/DecompileFunction.h +++ b/include/revng-c/Backend/DecompileFunction.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/IR/Module.h" diff --git a/include/revng-c/Backend/DecompilePipe.h b/include/revng-c/Backend/DecompilePipe.h index 23fdda0ca..75094e601 100644 --- a/include/revng-c/Backend/DecompilePipe.h +++ b/include/revng-c/Backend/DecompilePipe.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/include/revng-c/Backend/DecompileToSingleFile.h b/include/revng-c/Backend/DecompileToSingleFile.h index 566203e31..bc77c7241 100644 --- a/include/revng-c/Backend/DecompileToSingleFile.h +++ b/include/revng-c/Backend/DecompileToSingleFile.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/Support/raw_ostream.h" diff --git a/include/revng-c/Backend/DecompileToSingleFilePipe.h b/include/revng-c/Backend/DecompileToSingleFilePipe.h index 099319b10..acbd8ac47 100644 --- a/include/revng-c/Backend/DecompileToSingleFilePipe.h +++ b/include/revng-c/Backend/DecompileToSingleFilePipe.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/include/revng-c/DataLayoutAnalysis/DLALayouts.h b/include/revng-c/DataLayoutAnalysis/DLALayouts.h index eddf77ee6..9635f1181 100644 --- a/include/revng-c/DataLayoutAnalysis/DLALayouts.h +++ b/include/revng-c/DataLayoutAnalysis/DLALayouts.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/include/revng-c/DataLayoutAnalysis/DLAPass.h b/include/revng-c/DataLayoutAnalysis/DLAPass.h index 44dbb9236..953f2ab40 100644 --- a/include/revng-c/DataLayoutAnalysis/DLAPass.h +++ b/include/revng-c/DataLayoutAnalysis/DLAPass.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/include/revng-c/DataLayoutAnalysis/DLATypeSystem.h b/include/revng-c/DataLayoutAnalysis/DLATypeSystem.h index aaaaf5d0d..e221688af 100644 --- a/include/revng-c/DataLayoutAnalysis/DLATypeSystem.h +++ b/include/revng-c/DataLayoutAnalysis/DLATypeSystem.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/include/revng-c/HeadersGeneration/HelpersToHeader.h b/include/revng-c/HeadersGeneration/HelpersToHeader.h index d6bd04b5a..42c4d72df 100644 --- a/include/revng-c/HeadersGeneration/HelpersToHeader.h +++ b/include/revng-c/HeadersGeneration/HelpersToHeader.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // namespace llvm { diff --git a/include/revng-c/HeadersGeneration/HelpersToHeaderPipe.h b/include/revng-c/HeadersGeneration/HelpersToHeaderPipe.h index 9138d4160..393083bf3 100644 --- a/include/revng-c/HeadersGeneration/HelpersToHeaderPipe.h +++ b/include/revng-c/HeadersGeneration/HelpersToHeaderPipe.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/include/revng-c/HeadersGeneration/ModelToHeader.h b/include/revng-c/HeadersGeneration/ModelToHeader.h index ec9edb31e..72b6b5bc6 100644 --- a/include/revng-c/HeadersGeneration/ModelToHeader.h +++ b/include/revng-c/HeadersGeneration/ModelToHeader.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/include/revng-c/HeadersGeneration/ModelToHeaderPipe.h b/include/revng-c/HeadersGeneration/ModelToHeaderPipe.h index 40b392a24..984b62495 100644 --- a/include/revng-c/HeadersGeneration/ModelToHeaderPipe.h +++ b/include/revng-c/HeadersGeneration/ModelToHeaderPipe.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/include/revng-c/HeadersGeneration/ModelTypeDefinition.h b/include/revng-c/HeadersGeneration/ModelTypeDefinition.h index 7c39d177b..7fa6c8c84 100644 --- a/include/revng-c/HeadersGeneration/ModelTypeDefinition.h +++ b/include/revng-c/HeadersGeneration/ModelTypeDefinition.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "revng/Model/Binary.h" diff --git a/include/revng-c/HeadersGeneration/ModelTypeDefinitionPipe.h b/include/revng-c/HeadersGeneration/ModelTypeDefinitionPipe.h index 9d0b52e26..967f5e426 100644 --- a/include/revng-c/HeadersGeneration/ModelTypeDefinitionPipe.h +++ b/include/revng-c/HeadersGeneration/ModelTypeDefinitionPipe.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/include/revng-c/InitModelTypes/InitModelTypes.h b/include/revng-c/InitModelTypes/InitModelTypes.h index 2ba2638f2..fdaa5a4e2 100644 --- a/include/revng-c/InitModelTypes/InitModelTypes.h +++ b/include/revng-c/InitModelTypes/InitModelTypes.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/include/revng-c/Pipes/Kinds.h b/include/revng-c/Pipes/Kinds.h index f66e318e2..54bb20a7b 100644 --- a/include/revng-c/Pipes/Kinds.h +++ b/include/revng-c/Pipes/Kinds.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "revng/Pipes/Kinds.h" diff --git a/include/revng-c/Pipes/Ranks.h b/include/revng-c/Pipes/Ranks.h index f3b37106f..b1d174798 100644 --- a/include/revng-c/Pipes/Ranks.h +++ b/include/revng-c/Pipes/Ranks.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "revng/Model/Argument.h" diff --git a/include/revng-c/PromoteStackPointer/CleanupStackSizeMarkersPass.h b/include/revng-c/PromoteStackPointer/CleanupStackSizeMarkersPass.h index 99536e6d2..220ae783a 100644 --- a/include/revng-c/PromoteStackPointer/CleanupStackSizeMarkersPass.h +++ b/include/revng-c/PromoteStackPointer/CleanupStackSizeMarkersPass.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/Pass.h" diff --git a/include/revng-c/PromoteStackPointer/ComputeStackAccessesBoundsPass.h b/include/revng-c/PromoteStackPointer/ComputeStackAccessesBoundsPass.h index b4722d298..8f1cadf64 100644 --- a/include/revng-c/PromoteStackPointer/ComputeStackAccessesBoundsPass.h +++ b/include/revng-c/PromoteStackPointer/ComputeStackAccessesBoundsPass.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/Pass.h" diff --git a/include/revng-c/PromoteStackPointer/DetectStackSizePass.h b/include/revng-c/PromoteStackPointer/DetectStackSizePass.h index b8760c3a2..1f71f2e12 100644 --- a/include/revng-c/PromoteStackPointer/DetectStackSizePass.h +++ b/include/revng-c/PromoteStackPointer/DetectStackSizePass.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/Pass.h" diff --git a/include/revng-c/PromoteStackPointer/InjectStackSizeProbesAtCallSitesPass.h b/include/revng-c/PromoteStackPointer/InjectStackSizeProbesAtCallSitesPass.h index d61214386..b24c36509 100644 --- a/include/revng-c/PromoteStackPointer/InjectStackSizeProbesAtCallSitesPass.h +++ b/include/revng-c/PromoteStackPointer/InjectStackSizeProbesAtCallSitesPass.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/Pass.h" diff --git a/include/revng-c/PromoteStackPointer/InstrumentStackAccessesPass.h b/include/revng-c/PromoteStackPointer/InstrumentStackAccessesPass.h index 01ec25aad..985ed2bb2 100644 --- a/include/revng-c/PromoteStackPointer/InstrumentStackAccessesPass.h +++ b/include/revng-c/PromoteStackPointer/InstrumentStackAccessesPass.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/Pass.h" diff --git a/include/revng-c/PromoteStackPointer/PromoteStackPointerPass.h b/include/revng-c/PromoteStackPointer/PromoteStackPointerPass.h index 0f4a235de..9d36b3eb1 100644 --- a/include/revng-c/PromoteStackPointer/PromoteStackPointerPass.h +++ b/include/revng-c/PromoteStackPointer/PromoteStackPointerPass.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "revng/Support/TaggedFunctionPass.h" diff --git a/include/revng-c/PromoteStackPointer/RemoveStackAlignmentPass.h b/include/revng-c/PromoteStackPointer/RemoveStackAlignmentPass.h index 6c0c27452..ffef266f3 100644 --- a/include/revng-c/PromoteStackPointer/RemoveStackAlignmentPass.h +++ b/include/revng-c/PromoteStackPointer/RemoveStackAlignmentPass.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/Pass.h" diff --git a/include/revng-c/PromoteStackPointer/SegregateStackAccessesPass.h b/include/revng-c/PromoteStackPointer/SegregateStackAccessesPass.h index 12606d330..97ff10b9d 100644 --- a/include/revng-c/PromoteStackPointer/SegregateStackAccessesPass.h +++ b/include/revng-c/PromoteStackPointer/SegregateStackAccessesPass.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/Pass.h" diff --git a/include/revng-c/RemoveExtractValues/RemoveExtractValuesPass.h b/include/revng-c/RemoveExtractValues/RemoveExtractValuesPass.h index 9501fa860..98e7e41db 100644 --- a/include/revng-c/RemoveExtractValues/RemoveExtractValuesPass.h +++ b/include/revng-c/RemoveExtractValues/RemoveExtractValuesPass.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/Pass.h" diff --git a/include/revng-c/RestructureCFG/ASTNode.h b/include/revng-c/RestructureCFG/ASTNode.h index a954053d3..5f5ceba82 100644 --- a/include/revng-c/RestructureCFG/ASTNode.h +++ b/include/revng-c/RestructureCFG/ASTNode.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/include/revng-c/RestructureCFG/ASTNodeUtils.h b/include/revng-c/RestructureCFG/ASTNodeUtils.h index d1a8a0aee..86df29ae3 100644 --- a/include/revng-c/RestructureCFG/ASTNodeUtils.h +++ b/include/revng-c/RestructureCFG/ASTNodeUtils.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // class ASTNode; diff --git a/include/revng-c/RestructureCFG/ASTTree.h b/include/revng-c/RestructureCFG/ASTTree.h index 87afee02a..2dd6acd47 100644 --- a/include/revng-c/RestructureCFG/ASTTree.h +++ b/include/revng-c/RestructureCFG/ASTTree.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/include/revng-c/RestructureCFG/BasicBlockNode.h b/include/revng-c/RestructureCFG/BasicBlockNode.h index 3c743685e..5f76d61e7 100644 --- a/include/revng-c/RestructureCFG/BasicBlockNode.h +++ b/include/revng-c/RestructureCFG/BasicBlockNode.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/include/revng-c/RestructureCFG/BasicBlockNodeBB.h b/include/revng-c/RestructureCFG/BasicBlockNodeBB.h index 3bb997e3d..b079eb2db 100644 --- a/include/revng-c/RestructureCFG/BasicBlockNodeBB.h +++ b/include/revng-c/RestructureCFG/BasicBlockNodeBB.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // // Forward declarations diff --git a/include/revng-c/RestructureCFG/BasicBlockNodeImpl.h b/include/revng-c/RestructureCFG/BasicBlockNodeImpl.h index 8939016e2..1f077709e 100644 --- a/include/revng-c/RestructureCFG/BasicBlockNodeImpl.h +++ b/include/revng-c/RestructureCFG/BasicBlockNodeImpl.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/include/revng-c/RestructureCFG/BeautifyGHAST.h b/include/revng-c/RestructureCFG/BeautifyGHAST.h index f525bab5b..8119ef43b 100644 --- a/include/revng-c/RestructureCFG/BeautifyGHAST.h +++ b/include/revng-c/RestructureCFG/BeautifyGHAST.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // namespace llvm { diff --git a/include/revng-c/RestructureCFG/ExprNode.h b/include/revng-c/RestructureCFG/ExprNode.h index 1be18ae46..88f50b316 100644 --- a/include/revng-c/RestructureCFG/ExprNode.h +++ b/include/revng-c/RestructureCFG/ExprNode.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/include/revng-c/RestructureCFG/GenerateAst.h b/include/revng-c/RestructureCFG/GenerateAst.h index ae2ecec64..c0638d242 100644 --- a/include/revng-c/RestructureCFG/GenerateAst.h +++ b/include/revng-c/RestructureCFG/GenerateAst.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/include/revng-c/RestructureCFG/MetaRegion.h b/include/revng-c/RestructureCFG/MetaRegion.h index e1525e3d5..d070fc367 100644 --- a/include/revng-c/RestructureCFG/MetaRegion.h +++ b/include/revng-c/RestructureCFG/MetaRegion.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/include/revng-c/RestructureCFG/MetaRegionBB.h b/include/revng-c/RestructureCFG/MetaRegionBB.h index 5634bf2c4..85ff5c29a 100644 --- a/include/revng-c/RestructureCFG/MetaRegionBB.h +++ b/include/revng-c/RestructureCFG/MetaRegionBB.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // // Forward declarations diff --git a/include/revng-c/RestructureCFG/MetaRegionImpl.h b/include/revng-c/RestructureCFG/MetaRegionImpl.h index 0529c719a..ef1eaf23c 100644 --- a/include/revng-c/RestructureCFG/MetaRegionImpl.h +++ b/include/revng-c/RestructureCFG/MetaRegionImpl.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/include/revng-c/RestructureCFG/RegionCFGTree.h b/include/revng-c/RestructureCFG/RegionCFGTree.h index 9515fbe8f..5c2b2e484 100644 --- a/include/revng-c/RestructureCFG/RegionCFGTree.h +++ b/include/revng-c/RestructureCFG/RegionCFGTree.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/include/revng-c/RestructureCFG/RegionCFGTreeBB.h b/include/revng-c/RestructureCFG/RegionCFGTreeBB.h index e4710025e..cdb49f24a 100644 --- a/include/revng-c/RestructureCFG/RegionCFGTreeBB.h +++ b/include/revng-c/RestructureCFG/RegionCFGTreeBB.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/include/revng-c/RestructureCFG/RegionCFGTreeImpl.h b/include/revng-c/RestructureCFG/RegionCFGTreeImpl.h index a6dfce0e4..b822d29ca 100644 --- a/include/revng-c/RestructureCFG/RegionCFGTreeImpl.h +++ b/include/revng-c/RestructureCFG/RegionCFGTreeImpl.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/include/revng-c/RestructureCFG/RestructureCFG.h b/include/revng-c/RestructureCFG/RestructureCFG.h index 1ca22bdfb..fe71296ee 100644 --- a/include/revng-c/RestructureCFG/RestructureCFG.h +++ b/include/revng-c/RestructureCFG/RestructureCFG.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/IR/Function.h" diff --git a/include/revng-c/RestructureCFG/Utils.h b/include/revng-c/RestructureCFG/Utils.h index 443798e9d..a0c4c77f4 100644 --- a/include/revng-c/RestructureCFG/Utils.h +++ b/include/revng-c/RestructureCFG/Utils.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/include/revng-c/Support/DecompilationHelpers.h b/include/revng-c/Support/DecompilationHelpers.h index ae7f3cc57..68773a614 100644 --- a/include/revng-c/Support/DecompilationHelpers.h +++ b/include/revng-c/Support/DecompilationHelpers.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/IR/Attributes.h" diff --git a/include/revng-c/Support/FunctionTags.h b/include/revng-c/Support/FunctionTags.h index ca863136c..c9c03ea5f 100644 --- a/include/revng-c/Support/FunctionTags.h +++ b/include/revng-c/Support/FunctionTags.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/include/revng-c/Support/IRHelpers.h b/include/revng-c/Support/IRHelpers.h index 2982dffab..4f9a1704a 100644 --- a/include/revng-c/Support/IRHelpers.h +++ b/include/revng-c/Support/IRHelpers.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/include/revng-c/Support/Mangling.h b/include/revng-c/Support/Mangling.h index 34b5a6488..e5db90a78 100644 --- a/include/revng-c/Support/Mangling.h +++ b/include/revng-c/Support/Mangling.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/include/revng-c/Support/ModelHelpers.h b/include/revng-c/Support/ModelHelpers.h index 2781292d1..d50367e60 100644 --- a/include/revng-c/Support/ModelHelpers.h +++ b/include/revng-c/Support/ModelHelpers.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/ADT/STLExtras.h" diff --git a/include/revng-c/Support/PTML.h b/include/revng-c/Support/PTML.h index e0585f918..a42c2839d 100644 --- a/include/revng-c/Support/PTML.h +++ b/include/revng-c/Support/PTML.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "revng/PTML/Constants.h" diff --git a/include/revng-c/Support/PTMLC.h b/include/revng-c/Support/PTMLC.h index e46e5dc20..2d53a8063 100644 --- a/include/revng-c/Support/PTMLC.h +++ b/include/revng-c/Support/PTMLC.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/include/revng-c/Support/TokenDefinitions.h b/include/revng-c/Support/TokenDefinitions.h index df8ef69b8..c81c30671 100644 --- a/include/revng-c/Support/TokenDefinitions.h +++ b/include/revng-c/Support/TokenDefinitions.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/ADT/SmallString.h" diff --git a/include/revng-c/TypeNames/LLVMTypeNames.h b/include/revng-c/TypeNames/LLVMTypeNames.h index 42c947888..e01cfda75 100644 --- a/include/revng-c/TypeNames/LLVMTypeNames.h +++ b/include/revng-c/TypeNames/LLVMTypeNames.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/include/revng-c/TypeNames/ModelToPTMLTypeHelpers.h b/include/revng-c/TypeNames/ModelToPTMLTypeHelpers.h index 084c0919c..4b74c41f7 100644 --- a/include/revng-c/TypeNames/ModelToPTMLTypeHelpers.h +++ b/include/revng-c/TypeNames/ModelToPTMLTypeHelpers.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/include/revng-c/TypeNames/ModelTypeNames.h b/include/revng-c/TypeNames/ModelTypeNames.h index 99f05842d..af2e8392a 100644 --- a/include/revng-c/TypeNames/ModelTypeNames.h +++ b/include/revng-c/TypeNames/ModelTypeNames.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/ADT/SmallString.h" diff --git a/include/revng-c/mlir/Dialect/Clift/IR/CMakeLists.txt b/include/revng-c/mlir/Dialect/Clift/IR/CMakeLists.txt index addcd904a..cc6e99014 100644 --- a/include/revng-c/mlir/Dialect/Clift/IR/CMakeLists.txt +++ b/include/revng-c/mlir/Dialect/Clift/IR/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # # This policy mimics the behavior set in `CMakePolicy.cmake` in the official diff --git a/include/revng-c/mlir/Dialect/Clift/IR/Clift.h b/include/revng-c/mlir/Dialect/Clift/IR/Clift.h index cfe171d2c..0142a1cbc 100644 --- a/include/revng-c/mlir/Dialect/Clift/IR/Clift.h +++ b/include/revng-c/mlir/Dialect/Clift/IR/Clift.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "mlir/IR/Dialect.h" diff --git a/include/revng-c/mlir/Dialect/Clift/IR/Clift.td b/include/revng-c/mlir/Dialect/Clift/IR/Clift.td index 9147a5071..ce1623ac7 100644 --- a/include/revng-c/mlir/Dialect/Clift/IR/Clift.td +++ b/include/revng-c/mlir/Dialect/Clift/IR/Clift.td @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #ifndef MLIR_CLIFT diff --git a/include/revng-c/mlir/Dialect/Clift/IR/CliftAttributes.h b/include/revng-c/mlir/Dialect/Clift/IR/CliftAttributes.h index 51f199caf..0903411c1 100644 --- a/include/revng-c/mlir/Dialect/Clift/IR/CliftAttributes.h +++ b/include/revng-c/mlir/Dialect/Clift/IR/CliftAttributes.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "mlir/IR/AttributeSupport.h" diff --git a/include/revng-c/mlir/Dialect/Clift/IR/CliftAttributes.td b/include/revng-c/mlir/Dialect/Clift/IR/CliftAttributes.td index ac9bced05..832486912 100644 --- a/include/revng-c/mlir/Dialect/Clift/IR/CliftAttributes.td +++ b/include/revng-c/mlir/Dialect/Clift/IR/CliftAttributes.td @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #ifndef MLIR_CLIFT_ATTRIBUTE diff --git a/include/revng-c/mlir/Dialect/Clift/IR/CliftEnums.h b/include/revng-c/mlir/Dialect/Clift/IR/CliftEnums.h index c1b377094..17d0cdd76 100644 --- a/include/revng-c/mlir/Dialect/Clift/IR/CliftEnums.h +++ b/include/revng-c/mlir/Dialect/Clift/IR/CliftEnums.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "mlir/IR/BuiltinTypes.h" diff --git a/include/revng-c/mlir/Dialect/Clift/IR/CliftEnums.td b/include/revng-c/mlir/Dialect/Clift/IR/CliftEnums.td index efd9e84dd..569b92849 100644 --- a/include/revng-c/mlir/Dialect/Clift/IR/CliftEnums.td +++ b/include/revng-c/mlir/Dialect/Clift/IR/CliftEnums.td @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // include "mlir/IR/EnumAttr.td" diff --git a/include/revng-c/mlir/Dialect/Clift/IR/CliftInterfaces.h b/include/revng-c/mlir/Dialect/Clift/IR/CliftInterfaces.h index 0f27576d7..ee8c45f6c 100644 --- a/include/revng-c/mlir/Dialect/Clift/IR/CliftInterfaces.h +++ b/include/revng-c/mlir/Dialect/Clift/IR/CliftInterfaces.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "revng-c/mlir/Dialect/Clift/IR/Clift.h" diff --git a/include/revng-c/mlir/Dialect/Clift/IR/CliftInterfaces.td b/include/revng-c/mlir/Dialect/Clift/IR/CliftInterfaces.td index df4f8e347..3c6fe7048 100644 --- a/include/revng-c/mlir/Dialect/Clift/IR/CliftInterfaces.td +++ b/include/revng-c/mlir/Dialect/Clift/IR/CliftInterfaces.td @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #ifndef MLIR_CLIFT_INTERFACE diff --git a/include/revng-c/mlir/Dialect/Clift/IR/CliftOps.h b/include/revng-c/mlir/Dialect/Clift/IR/CliftOps.h index c9d1389c1..e9330801f 100644 --- a/include/revng-c/mlir/Dialect/Clift/IR/CliftOps.h +++ b/include/revng-c/mlir/Dialect/Clift/IR/CliftOps.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "mlir/IR/OpDefinition.h" diff --git a/include/revng-c/mlir/Dialect/Clift/IR/CliftOps.td b/include/revng-c/mlir/Dialect/Clift/IR/CliftOps.td index 92ccca1dc..bff9f76be 100644 --- a/include/revng-c/mlir/Dialect/Clift/IR/CliftOps.td +++ b/include/revng-c/mlir/Dialect/Clift/IR/CliftOps.td @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #ifndef MLIR_CLIFT_OPS diff --git a/include/revng-c/mlir/Dialect/Clift/IR/CliftStorage.h b/include/revng-c/mlir/Dialect/Clift/IR/CliftStorage.h index 6001c1355..0985fa5a6 100644 --- a/include/revng-c/mlir/Dialect/Clift/IR/CliftStorage.h +++ b/include/revng-c/mlir/Dialect/Clift/IR/CliftStorage.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "mlir/IR/AttributeSupport.h" diff --git a/include/revng-c/mlir/Dialect/Clift/IR/CliftTraits.h b/include/revng-c/mlir/Dialect/Clift/IR/CliftTraits.h index 917d1c2c3..10141a46a 100644 --- a/include/revng-c/mlir/Dialect/Clift/IR/CliftTraits.h +++ b/include/revng-c/mlir/Dialect/Clift/IR/CliftTraits.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "mlir/IR/OpDefinition.h" diff --git a/include/revng-c/mlir/Dialect/Clift/IR/CliftTypes.h b/include/revng-c/mlir/Dialect/Clift/IR/CliftTypes.h index 3b78e3697..66c6ea59b 100644 --- a/include/revng-c/mlir/Dialect/Clift/IR/CliftTypes.h +++ b/include/revng-c/mlir/Dialect/Clift/IR/CliftTypes.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/ADT/TypeSwitch.h" diff --git a/include/revng-c/mlir/Dialect/Clift/IR/CliftTypes.td b/include/revng-c/mlir/Dialect/Clift/IR/CliftTypes.td index c5cae37b1..2a7abff0f 100644 --- a/include/revng-c/mlir/Dialect/Clift/IR/CliftTypes.td +++ b/include/revng-c/mlir/Dialect/Clift/IR/CliftTypes.td @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // // Include the definition of the necessary tablegen constructs for defining our diff --git a/lib/Backend/ALAPVariableDeclaration.cpp b/lib/Backend/ALAPVariableDeclaration.cpp index d148fb58d..886e8dd42 100644 --- a/lib/Backend/ALAPVariableDeclaration.cpp +++ b/lib/Backend/ALAPVariableDeclaration.cpp @@ -4,7 +4,7 @@ /// // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/lib/Backend/ALAPVariableDeclaration.h b/lib/Backend/ALAPVariableDeclaration.h index d30f9ad55..214ff73ad 100644 --- a/lib/Backend/ALAPVariableDeclaration.h +++ b/lib/Backend/ALAPVariableDeclaration.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/lib/Backend/CMakeLists.txt b/lib/Backend/CMakeLists.txt index ca64440a3..e0fa9950a 100644 --- a/lib/Backend/CMakeLists.txt +++ b/lib/Backend/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # revng_add_analyses_library( diff --git a/lib/Backend/DecompileFunction.cpp b/lib/Backend/DecompileFunction.cpp index c29362714..652b8ec59 100644 --- a/lib/Backend/DecompileFunction.cpp +++ b/lib/Backend/DecompileFunction.cpp @@ -1,5 +1,5 @@ // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/lib/Backend/DecompilePipe.cpp b/lib/Backend/DecompilePipe.cpp index 56c219d8b..3d03292ea 100644 --- a/lib/Backend/DecompilePipe.cpp +++ b/lib/Backend/DecompilePipe.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "revng/Model/Binary.h" diff --git a/lib/Backend/DecompileToSingleFile.cpp b/lib/Backend/DecompileToSingleFile.cpp index dbe59cfb2..cc59cb752 100644 --- a/lib/Backend/DecompileToSingleFile.cpp +++ b/lib/Backend/DecompileToSingleFile.cpp @@ -1,5 +1,5 @@ // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/Support/raw_ostream.h" diff --git a/lib/Backend/DecompileToSingleFilePipe.cpp b/lib/Backend/DecompileToSingleFilePipe.cpp index 4478fcd1b..27141b5fb 100644 --- a/lib/Backend/DecompileToSingleFilePipe.cpp +++ b/lib/Backend/DecompileToSingleFilePipe.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "revng/Pipeline/AllRegistries.h" diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 6db12d1d4..662a33af1 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # add_subdirectory(Backend) diff --git a/lib/Canonicalize/CMakeLists.txt b/lib/Canonicalize/CMakeLists.txt index e9b89cc31..982f4ef77 100644 --- a/lib/Canonicalize/CMakeLists.txt +++ b/lib/Canonicalize/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # add_subdirectory(MarkAssignments) diff --git a/lib/Canonicalize/ExitSSAPass.cpp b/lib/Canonicalize/ExitSSAPass.cpp index 307dac816..2ca0a3292 100644 --- a/lib/Canonicalize/ExitSSAPass.cpp +++ b/lib/Canonicalize/ExitSSAPass.cpp @@ -1,5 +1,5 @@ // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/lib/Canonicalize/FoldModelGEP.cpp b/lib/Canonicalize/FoldModelGEP.cpp index 3355c22dc..16be14057 100644 --- a/lib/Canonicalize/FoldModelGEP.cpp +++ b/lib/Canonicalize/FoldModelGEP.cpp @@ -1,5 +1,5 @@ // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/ADT/PostOrderIterator.h" diff --git a/lib/Canonicalize/HoistStructPhis.cpp b/lib/Canonicalize/HoistStructPhis.cpp index 4e8d1b075..616b54d01 100644 --- a/lib/Canonicalize/HoistStructPhis.cpp +++ b/lib/Canonicalize/HoistStructPhis.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/Passes/PassBuilder.h" diff --git a/lib/Canonicalize/LoopRewriteWithCanonicalIV.cpp b/lib/Canonicalize/LoopRewriteWithCanonicalIV.cpp index 3f863e49e..21d732c9f 100644 --- a/lib/Canonicalize/LoopRewriteWithCanonicalIV.cpp +++ b/lib/Canonicalize/LoopRewriteWithCanonicalIV.cpp @@ -1,5 +1,5 @@ // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/Analysis/IVUsers.h" diff --git a/lib/Canonicalize/MakeLocalVariables.cpp b/lib/Canonicalize/MakeLocalVariables.cpp index 2af9fab59..0ba9a0537 100644 --- a/lib/Canonicalize/MakeLocalVariables.cpp +++ b/lib/Canonicalize/MakeLocalVariables.cpp @@ -1,5 +1,5 @@ // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/IR/DerivedTypes.h" diff --git a/lib/Canonicalize/MakeModelCastPass.cpp b/lib/Canonicalize/MakeModelCastPass.cpp index b61a40ab4..35425d75f 100644 --- a/lib/Canonicalize/MakeModelCastPass.cpp +++ b/lib/Canonicalize/MakeModelCastPass.cpp @@ -1,5 +1,5 @@ // -// Copyright rev.ng Srls. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/IR/IRBuilder.h" diff --git a/lib/Canonicalize/MakeModelGEPPass.cpp b/lib/Canonicalize/MakeModelGEPPass.cpp index 37e360b05..ce49dfa05 100644 --- a/lib/Canonicalize/MakeModelGEPPass.cpp +++ b/lib/Canonicalize/MakeModelGEPPass.cpp @@ -1,5 +1,5 @@ // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/lib/Canonicalize/MarkAssignments/AddAssignmentMarkerPass.cpp b/lib/Canonicalize/MarkAssignments/AddAssignmentMarkerPass.cpp index b92ecfd8d..4cea4f1a8 100644 --- a/lib/Canonicalize/MarkAssignments/AddAssignmentMarkerPass.cpp +++ b/lib/Canonicalize/MarkAssignments/AddAssignmentMarkerPass.cpp @@ -1,5 +1,5 @@ // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // /// Pass that detects Instructions in a Functions for which we have to generate diff --git a/lib/Canonicalize/MarkAssignments/CMakeLists.txt b/lib/Canonicalize/MarkAssignments/CMakeLists.txt index 2ed46c3ed..8de1c6c91 100644 --- a/lib/Canonicalize/MarkAssignments/CMakeLists.txt +++ b/lib/Canonicalize/MarkAssignments/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # revng_add_analyses_library( diff --git a/lib/Canonicalize/MarkAssignments/LivenessAnalysis.cpp b/lib/Canonicalize/MarkAssignments/LivenessAnalysis.cpp index e196eb024..ef8b0d4a1 100644 --- a/lib/Canonicalize/MarkAssignments/LivenessAnalysis.cpp +++ b/lib/Canonicalize/MarkAssignments/LivenessAnalysis.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "revng/Support/IRHelpers.h" diff --git a/lib/Canonicalize/MarkAssignments/LivenessAnalysis.h b/lib/Canonicalize/MarkAssignments/LivenessAnalysis.h index 8f9ab1d04..c22ab1fba 100644 --- a/lib/Canonicalize/MarkAssignments/LivenessAnalysis.h +++ b/lib/Canonicalize/MarkAssignments/LivenessAnalysis.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/IR/BasicBlock.h" diff --git a/lib/Canonicalize/MarkAssignments/MarkAssignments.cpp b/lib/Canonicalize/MarkAssignments/MarkAssignments.cpp index 0654fdb47..619cfb1a9 100644 --- a/lib/Canonicalize/MarkAssignments/MarkAssignments.cpp +++ b/lib/Canonicalize/MarkAssignments/MarkAssignments.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // /// Analysis that detects which Instructions in a Function need an assignment in diff --git a/lib/Canonicalize/MarkAssignments/MarkAssignments.h b/lib/Canonicalize/MarkAssignments/MarkAssignments.h index cd80dd6aa..ffcb4ba3d 100644 --- a/lib/Canonicalize/MarkAssignments/MarkAssignments.h +++ b/lib/Canonicalize/MarkAssignments/MarkAssignments.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/lib/Canonicalize/OperatorPrecedenceResolutionPass.cpp b/lib/Canonicalize/OperatorPrecedenceResolutionPass.cpp index 62002bae8..e73786b86 100644 --- a/lib/Canonicalize/OperatorPrecedenceResolutionPass.cpp +++ b/lib/Canonicalize/OperatorPrecedenceResolutionPass.cpp @@ -1,5 +1,5 @@ // -// Copyright rev.ng Srls. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/lib/Canonicalize/PrepareLLVMIRForMLIR.cpp b/lib/Canonicalize/PrepareLLVMIRForMLIR.cpp index bccec6fdf..6fba8076a 100644 --- a/lib/Canonicalize/PrepareLLVMIRForMLIR.cpp +++ b/lib/Canonicalize/PrepareLLVMIRForMLIR.cpp @@ -1,5 +1,5 @@ // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/IR/DIBuilder.h" diff --git a/lib/Canonicalize/PrettyIntFormattingPass.cpp b/lib/Canonicalize/PrettyIntFormattingPass.cpp index e757756f1..6d769a4bd 100644 --- a/lib/Canonicalize/PrettyIntFormattingPass.cpp +++ b/lib/Canonicalize/PrettyIntFormattingPass.cpp @@ -1,5 +1,5 @@ // -// Copyright rev.ng Srls. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/lib/Canonicalize/RemoveLLVMAssumeCallsPass.cpp b/lib/Canonicalize/RemoveLLVMAssumeCallsPass.cpp index 6e28cbecc..f255940d7 100644 --- a/lib/Canonicalize/RemoveLLVMAssumeCallsPass.cpp +++ b/lib/Canonicalize/RemoveLLVMAssumeCallsPass.cpp @@ -1,5 +1,5 @@ // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/ADT/SmallVector.h" diff --git a/lib/Canonicalize/RemoveLoadStore.cpp b/lib/Canonicalize/RemoveLoadStore.cpp index c9ca0368f..56adcb23b 100644 --- a/lib/Canonicalize/RemoveLoadStore.cpp +++ b/lib/Canonicalize/RemoveLoadStore.cpp @@ -1,5 +1,5 @@ // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/IR/DerivedTypes.h" diff --git a/lib/Canonicalize/RemovePointerCasts.cpp b/lib/Canonicalize/RemovePointerCasts.cpp index 4560c531c..dc25273ee 100644 --- a/lib/Canonicalize/RemovePointerCasts.cpp +++ b/lib/Canonicalize/RemovePointerCasts.cpp @@ -1,5 +1,5 @@ // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/IR/IRBuilder.h" diff --git a/lib/Canonicalize/SplitOverflowIntrinsicsPass.cpp b/lib/Canonicalize/SplitOverflowIntrinsicsPass.cpp index 2cef45393..090864ee2 100644 --- a/lib/Canonicalize/SplitOverflowIntrinsicsPass.cpp +++ b/lib/Canonicalize/SplitOverflowIntrinsicsPass.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/ADT/STLExtras.h" diff --git a/lib/Canonicalize/TernaryReductionPass.cpp b/lib/Canonicalize/TernaryReductionPass.cpp index ef99abf01..0a3af17c2 100644 --- a/lib/Canonicalize/TernaryReductionPass.cpp +++ b/lib/Canonicalize/TernaryReductionPass.cpp @@ -1,5 +1,5 @@ // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/IR/Constants.h" diff --git a/lib/Canonicalize/TwosComplementArithmeticNormalizationPass.cpp b/lib/Canonicalize/TwosComplementArithmeticNormalizationPass.cpp index 7cfd11ee7..13626bc51 100644 --- a/lib/Canonicalize/TwosComplementArithmeticNormalizationPass.cpp +++ b/lib/Canonicalize/TwosComplementArithmeticNormalizationPass.cpp @@ -1,5 +1,5 @@ // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/IR/Constants.h" diff --git a/lib/DataLayoutAnalysis/Backend/DLAMakeModelTypes.cpp b/lib/DataLayoutAnalysis/Backend/DLAMakeModelTypes.cpp index 604420cd8..a44bde8c6 100644 --- a/lib/DataLayoutAnalysis/Backend/DLAMakeModelTypes.cpp +++ b/lib/DataLayoutAnalysis/Backend/DLAMakeModelTypes.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/lib/DataLayoutAnalysis/Backend/DLAMakeModelTypes.h b/lib/DataLayoutAnalysis/Backend/DLAMakeModelTypes.h index ddc9b1341..812e7e8ab 100644 --- a/lib/DataLayoutAnalysis/Backend/DLAMakeModelTypes.h +++ b/lib/DataLayoutAnalysis/Backend/DLAMakeModelTypes.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "revng/EarlyFunctionAnalysis/FunctionMetadataCache.h" diff --git a/lib/DataLayoutAnalysis/Backend/DLAUpdateModelTypes.cpp b/lib/DataLayoutAnalysis/Backend/DLAUpdateModelTypes.cpp index d0bc81801..45ae32604 100644 --- a/lib/DataLayoutAnalysis/Backend/DLAUpdateModelTypes.cpp +++ b/lib/DataLayoutAnalysis/Backend/DLAUpdateModelTypes.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/lib/DataLayoutAnalysis/CMakeLists.txt b/lib/DataLayoutAnalysis/CMakeLists.txt index 3d26d4641..125c48c60 100644 --- a/lib/DataLayoutAnalysis/CMakeLists.txt +++ b/lib/DataLayoutAnalysis/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # revng_add_analyses_library( diff --git a/lib/DataLayoutAnalysis/DLAPass.cpp b/lib/DataLayoutAnalysis/DLAPass.cpp index 99bd27285..4bc0a12bf 100644 --- a/lib/DataLayoutAnalysis/DLAPass.cpp +++ b/lib/DataLayoutAnalysis/DLAPass.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "revng/Model/LoadModelPass.h" diff --git a/lib/DataLayoutAnalysis/DLATypeSystem.cpp b/lib/DataLayoutAnalysis/DLATypeSystem.cpp index 19578a810..9bec9f718 100644 --- a/lib/DataLayoutAnalysis/DLATypeSystem.cpp +++ b/lib/DataLayoutAnalysis/DLATypeSystem.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/lib/DataLayoutAnalysis/Frontend/DLACreateInterProceduralTypes.cpp b/lib/DataLayoutAnalysis/Frontend/DLACreateInterProceduralTypes.cpp index c77f37a30..14a8285c4 100644 --- a/lib/DataLayoutAnalysis/Frontend/DLACreateInterProceduralTypes.cpp +++ b/lib/DataLayoutAnalysis/Frontend/DLACreateInterProceduralTypes.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/IR/DerivedTypes.h" diff --git a/lib/DataLayoutAnalysis/Frontend/DLACreateIntraProceduralTypes.cpp b/lib/DataLayoutAnalysis/Frontend/DLACreateIntraProceduralTypes.cpp index 5dc8a4050..219b0fcc2 100644 --- a/lib/DataLayoutAnalysis/Frontend/DLACreateIntraProceduralTypes.cpp +++ b/lib/DataLayoutAnalysis/Frontend/DLACreateIntraProceduralTypes.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/lib/DataLayoutAnalysis/Frontend/DLATypeSystemBuilder.cpp b/lib/DataLayoutAnalysis/Frontend/DLATypeSystemBuilder.cpp index 0f00fce97..936598c04 100644 --- a/lib/DataLayoutAnalysis/Frontend/DLATypeSystemBuilder.cpp +++ b/lib/DataLayoutAnalysis/Frontend/DLATypeSystemBuilder.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/IR/Argument.h" diff --git a/lib/DataLayoutAnalysis/Frontend/DLATypeSystemBuilder.h b/lib/DataLayoutAnalysis/Frontend/DLATypeSystemBuilder.h index cd45ad6ee..f613ce168 100644 --- a/lib/DataLayoutAnalysis/Frontend/DLATypeSystemBuilder.h +++ b/lib/DataLayoutAnalysis/Frontend/DLATypeSystemBuilder.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/Pass.h" diff --git a/lib/DataLayoutAnalysis/Frontend/SCEVBaseAddressExplorer.cpp b/lib/DataLayoutAnalysis/Frontend/SCEVBaseAddressExplorer.cpp index 37ddf73f7..f31e13cba 100644 --- a/lib/DataLayoutAnalysis/Frontend/SCEVBaseAddressExplorer.cpp +++ b/lib/DataLayoutAnalysis/Frontend/SCEVBaseAddressExplorer.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/Analysis/ScalarEvolution.h" diff --git a/lib/DataLayoutAnalysis/Frontend/SCEVBaseAddressExplorer.h b/lib/DataLayoutAnalysis/Frontend/SCEVBaseAddressExplorer.h index cd03b5956..b5734a351 100644 --- a/lib/DataLayoutAnalysis/Frontend/SCEVBaseAddressExplorer.h +++ b/lib/DataLayoutAnalysis/Frontend/SCEVBaseAddressExplorer.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/lib/DataLayoutAnalysis/FuncOrCallInst.cpp b/lib/DataLayoutAnalysis/FuncOrCallInst.cpp index 0948b0213..19308110b 100644 --- a/lib/DataLayoutAnalysis/FuncOrCallInst.cpp +++ b/lib/DataLayoutAnalysis/FuncOrCallInst.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "FuncOrCallInst.h" diff --git a/lib/DataLayoutAnalysis/FuncOrCallInst.h b/lib/DataLayoutAnalysis/FuncOrCallInst.h index 9130e72ab..d98d9e118 100644 --- a/lib/DataLayoutAnalysis/FuncOrCallInst.h +++ b/lib/DataLayoutAnalysis/FuncOrCallInst.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/lib/DataLayoutAnalysis/Middleend/ArrangeAccessesHierarchically.cpp b/lib/DataLayoutAnalysis/Middleend/ArrangeAccessesHierarchically.cpp index 9d9d9a028..bfcfa0bd6 100644 --- a/lib/DataLayoutAnalysis/Middleend/ArrangeAccessesHierarchically.cpp +++ b/lib/DataLayoutAnalysis/Middleend/ArrangeAccessesHierarchically.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/lib/DataLayoutAnalysis/Middleend/CollapseSCC.cpp b/lib/DataLayoutAnalysis/Middleend/CollapseSCC.cpp index 88c00b75e..aca22bff7 100644 --- a/lib/DataLayoutAnalysis/Middleend/CollapseSCC.cpp +++ b/lib/DataLayoutAnalysis/Middleend/CollapseSCC.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/lib/DataLayoutAnalysis/Middleend/CompactCompatibleArrays.cpp b/lib/DataLayoutAnalysis/Middleend/CompactCompatibleArrays.cpp index 03855cdd7..40806c18f 100644 --- a/lib/DataLayoutAnalysis/Middleend/CompactCompatibleArrays.cpp +++ b/lib/DataLayoutAnalysis/Middleend/CompactCompatibleArrays.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/lib/DataLayoutAnalysis/Middleend/DLACollapseSingleChild.cpp b/lib/DataLayoutAnalysis/Middleend/DLACollapseSingleChild.cpp index 990afe74c..dc0757160 100644 --- a/lib/DataLayoutAnalysis/Middleend/DLACollapseSingleChild.cpp +++ b/lib/DataLayoutAnalysis/Middleend/DLACollapseSingleChild.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/ADT/PostOrderIterator.h" diff --git a/lib/DataLayoutAnalysis/Middleend/DLAComputeNonInterferingComponents.cpp b/lib/DataLayoutAnalysis/Middleend/DLAComputeNonInterferingComponents.cpp index cc37810ff..dda2af848 100644 --- a/lib/DataLayoutAnalysis/Middleend/DLAComputeNonInterferingComponents.cpp +++ b/lib/DataLayoutAnalysis/Middleend/DLAComputeNonInterferingComponents.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/lib/DataLayoutAnalysis/Middleend/DLAComputeUpperMemberAccess.cpp b/lib/DataLayoutAnalysis/Middleend/DLAComputeUpperMemberAccess.cpp index b6f94a975..100ad3276 100644 --- a/lib/DataLayoutAnalysis/Middleend/DLAComputeUpperMemberAccess.cpp +++ b/lib/DataLayoutAnalysis/Middleend/DLAComputeUpperMemberAccess.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/lib/DataLayoutAnalysis/Middleend/DLAPruneLayoutNodesWithoutLayout.cpp b/lib/DataLayoutAnalysis/Middleend/DLAPruneLayoutNodesWithoutLayout.cpp index b5ad61484..d0db4def4 100644 --- a/lib/DataLayoutAnalysis/Middleend/DLAPruneLayoutNodesWithoutLayout.cpp +++ b/lib/DataLayoutAnalysis/Middleend/DLAPruneLayoutNodesWithoutLayout.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/lib/DataLayoutAnalysis/Middleend/DLAStep.cpp b/lib/DataLayoutAnalysis/Middleend/DLAStep.cpp index eb05ff225..331d6223b 100644 --- a/lib/DataLayoutAnalysis/Middleend/DLAStep.cpp +++ b/lib/DataLayoutAnalysis/Middleend/DLAStep.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/Support/Progress.h" diff --git a/lib/DataLayoutAnalysis/Middleend/DLAStep.h b/lib/DataLayoutAnalysis/Middleend/DLAStep.h index 2e11b5a2e..6864fec17 100644 --- a/lib/DataLayoutAnalysis/Middleend/DLAStep.h +++ b/lib/DataLayoutAnalysis/Middleend/DLAStep.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/lib/DataLayoutAnalysis/Middleend/DecomposeStridedEdges.cpp b/lib/DataLayoutAnalysis/Middleend/DecomposeStridedEdges.cpp index b94deacbe..079b6f7d7 100644 --- a/lib/DataLayoutAnalysis/Middleend/DecomposeStridedEdges.cpp +++ b/lib/DataLayoutAnalysis/Middleend/DecomposeStridedEdges.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "DLAStep.h" diff --git a/lib/DataLayoutAnalysis/Middleend/DeduplicateFields.cpp b/lib/DataLayoutAnalysis/Middleend/DeduplicateFields.cpp index ad5074f78..aa6db74c4 100644 --- a/lib/DataLayoutAnalysis/Middleend/DeduplicateFields.cpp +++ b/lib/DataLayoutAnalysis/Middleend/DeduplicateFields.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/lib/DataLayoutAnalysis/Middleend/FieldSizeComputation.cpp b/lib/DataLayoutAnalysis/Middleend/FieldSizeComputation.cpp index 94c29b846..c4171dd63 100644 --- a/lib/DataLayoutAnalysis/Middleend/FieldSizeComputation.cpp +++ b/lib/DataLayoutAnalysis/Middleend/FieldSizeComputation.cpp @@ -1,5 +1,5 @@ // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "revng/Support/Assert.h" diff --git a/lib/DataLayoutAnalysis/Middleend/FieldSizeComputation.h b/lib/DataLayoutAnalysis/Middleend/FieldSizeComputation.h index eb745fac2..2835ece8d 100644 --- a/lib/DataLayoutAnalysis/Middleend/FieldSizeComputation.h +++ b/lib/DataLayoutAnalysis/Middleend/FieldSizeComputation.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/lib/DataLayoutAnalysis/Middleend/MergePointeesOfPointerUnion.cpp b/lib/DataLayoutAnalysis/Middleend/MergePointeesOfPointerUnion.cpp index 536be28b1..0e9bc5464 100644 --- a/lib/DataLayoutAnalysis/Middleend/MergePointeesOfPointerUnion.cpp +++ b/lib/DataLayoutAnalysis/Middleend/MergePointeesOfPointerUnion.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/lib/DataLayoutAnalysis/Middleend/MergePointerNodes.cpp b/lib/DataLayoutAnalysis/Middleend/MergePointerNodes.cpp index efbc997a2..15e96c8db 100644 --- a/lib/DataLayoutAnalysis/Middleend/MergePointerNodes.cpp +++ b/lib/DataLayoutAnalysis/Middleend/MergePointerNodes.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/ADT/DepthFirstIterator.h" diff --git a/lib/DataLayoutAnalysis/Middleend/PushDownPointers.cpp b/lib/DataLayoutAnalysis/Middleend/PushDownPointers.cpp index 43d814701..45860735f 100644 --- a/lib/DataLayoutAnalysis/Middleend/PushDownPointers.cpp +++ b/lib/DataLayoutAnalysis/Middleend/PushDownPointers.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/ADT/DepthFirstIterator.h" diff --git a/lib/DataLayoutAnalysis/Middleend/RemoveBackedges.cpp b/lib/DataLayoutAnalysis/Middleend/RemoveBackedges.cpp index c2dc583d8..ad9ad3c8e 100644 --- a/lib/DataLayoutAnalysis/Middleend/RemoveBackedges.cpp +++ b/lib/DataLayoutAnalysis/Middleend/RemoveBackedges.cpp @@ -1,5 +1,5 @@ // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/lib/DataLayoutAnalysis/Middleend/RemoveBackedges.h b/lib/DataLayoutAnalysis/Middleend/RemoveBackedges.h index 0fa2eab93..c3ef33af5 100644 --- a/lib/DataLayoutAnalysis/Middleend/RemoveBackedges.h +++ b/lib/DataLayoutAnalysis/Middleend/RemoveBackedges.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // namespace dla { diff --git a/lib/DataLayoutAnalysis/Middleend/RemoveInvalidPointers.cpp b/lib/DataLayoutAnalysis/Middleend/RemoveInvalidPointers.cpp index 456c0d2fe..1a2f1e97e 100644 --- a/lib/DataLayoutAnalysis/Middleend/RemoveInvalidPointers.cpp +++ b/lib/DataLayoutAnalysis/Middleend/RemoveInvalidPointers.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "DLAStep.h" diff --git a/lib/DataLayoutAnalysis/Middleend/RemoveInvalidStrideEdges.cpp b/lib/DataLayoutAnalysis/Middleend/RemoveInvalidStrideEdges.cpp index affee814c..8990c6bf6 100644 --- a/lib/DataLayoutAnalysis/Middleend/RemoveInvalidStrideEdges.cpp +++ b/lib/DataLayoutAnalysis/Middleend/RemoveInvalidStrideEdges.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/ADT/PostOrderIterator.h" diff --git a/lib/DataLayoutAnalysis/Middleend/ResolveLeafUnions.cpp b/lib/DataLayoutAnalysis/Middleend/ResolveLeafUnions.cpp index b36ba7319..4f62a9b06 100644 --- a/lib/DataLayoutAnalysis/Middleend/ResolveLeafUnions.cpp +++ b/lib/DataLayoutAnalysis/Middleend/ResolveLeafUnions.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/lib/DataLayoutAnalysis/Middleend/SimplifyInstanceAtOffset0.cpp b/lib/DataLayoutAnalysis/Middleend/SimplifyInstanceAtOffset0.cpp index baf2463f5..5da75581d 100644 --- a/lib/DataLayoutAnalysis/Middleend/SimplifyInstanceAtOffset0.cpp +++ b/lib/DataLayoutAnalysis/Middleend/SimplifyInstanceAtOffset0.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/lib/HeadersGeneration/CMakeLists.txt b/lib/HeadersGeneration/CMakeLists.txt index 2fbd8ebf3..44717b326 100644 --- a/lib/HeadersGeneration/CMakeLists.txt +++ b/lib/HeadersGeneration/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # # ModelToHeader diff --git a/lib/HeadersGeneration/DependencyGraph.cpp b/lib/HeadersGeneration/DependencyGraph.cpp index b38e3b2f5..ccb086450 100644 --- a/lib/HeadersGeneration/DependencyGraph.cpp +++ b/lib/HeadersGeneration/DependencyGraph.cpp @@ -1,5 +1,5 @@ // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/lib/HeadersGeneration/DependencyGraph.h b/lib/HeadersGeneration/DependencyGraph.h index 9dfd47b9d..1a03fed82 100644 --- a/lib/HeadersGeneration/DependencyGraph.h +++ b/lib/HeadersGeneration/DependencyGraph.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/Support/DOTGraphTraits.h" diff --git a/lib/HeadersGeneration/HelpersToHeader.cpp b/lib/HeadersGeneration/HelpersToHeader.cpp index ca8661bc1..a99d8fd1d 100644 --- a/lib/HeadersGeneration/HelpersToHeader.cpp +++ b/lib/HeadersGeneration/HelpersToHeader.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/lib/HeadersGeneration/HelpersToHeaderPipe.cpp b/lib/HeadersGeneration/HelpersToHeaderPipe.cpp index d6442f7c1..ef2bdf55b 100644 --- a/lib/HeadersGeneration/HelpersToHeaderPipe.cpp +++ b/lib/HeadersGeneration/HelpersToHeaderPipe.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "revng/Pipeline/AllRegistries.h" diff --git a/lib/HeadersGeneration/ModelToHeader.cpp b/lib/HeadersGeneration/ModelToHeader.cpp index e26a27602..9148f1c1f 100644 --- a/lib/HeadersGeneration/ModelToHeader.cpp +++ b/lib/HeadersGeneration/ModelToHeader.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/lib/HeadersGeneration/ModelToHeaderPipe.cpp b/lib/HeadersGeneration/ModelToHeaderPipe.cpp index 39ad4b997..4e5690deb 100644 --- a/lib/HeadersGeneration/ModelToHeaderPipe.cpp +++ b/lib/HeadersGeneration/ModelToHeaderPipe.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "revng/Pipeline/AllRegistries.h" diff --git a/lib/HeadersGeneration/ModelTypeDefinition.cpp b/lib/HeadersGeneration/ModelTypeDefinition.cpp index 62a6f898a..76311b308 100644 --- a/lib/HeadersGeneration/ModelTypeDefinition.cpp +++ b/lib/HeadersGeneration/ModelTypeDefinition.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "revng-c/Backend/DecompiledCCodeIndentation.h" diff --git a/lib/HeadersGeneration/ModelTypeDefinitionPipe.cpp b/lib/HeadersGeneration/ModelTypeDefinitionPipe.cpp index b1e6a113b..cce2b8101 100644 --- a/lib/HeadersGeneration/ModelTypeDefinitionPipe.cpp +++ b/lib/HeadersGeneration/ModelTypeDefinitionPipe.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "revng/Model/Binary.h" diff --git a/lib/ImportFromC/CMakeLists.txt b/lib/ImportFromC/CMakeLists.txt index f694f68c8..458657824 100644 --- a/lib/ImportFromC/CMakeLists.txt +++ b/lib/ImportFromC/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # # ImportFromC diff --git a/lib/ImportFromC/HeaderToModel.cpp b/lib/ImportFromC/HeaderToModel.cpp index 96a59f5e9..229f052a2 100644 --- a/lib/ImportFromC/HeaderToModel.cpp +++ b/lib/ImportFromC/HeaderToModel.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "clang/AST/RecursiveASTVisitor.h" diff --git a/lib/ImportFromC/HeaderToModel.h b/lib/ImportFromC/HeaderToModel.h index c3978f547..40f1377e9 100644 --- a/lib/ImportFromC/HeaderToModel.h +++ b/lib/ImportFromC/HeaderToModel.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/ADT/StringRef.h" diff --git a/lib/ImportFromC/ImportFromCAnalysis.h b/lib/ImportFromC/ImportFromCAnalysis.h index 0f95b090b..76cb3d2f2 100644 --- a/lib/ImportFromC/ImportFromCAnalysis.h +++ b/lib/ImportFromC/ImportFromCAnalysis.h @@ -1,6 +1,6 @@ #pragma once // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // namespace { diff --git a/lib/ImportFromC/ImportFromCHelpers.h b/lib/ImportFromC/ImportFromCHelpers.h index 78d87f384..ccbfb90ad 100644 --- a/lib/ImportFromC/ImportFromCHelpers.h +++ b/lib/ImportFromC/ImportFromCHelpers.h @@ -1,6 +1,6 @@ #pragma once // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/lib/InitModelTypes/CMakeLists.txt b/lib/InitModelTypes/CMakeLists.txt index 0b2aeb9d6..72cc84b12 100644 --- a/lib/InitModelTypes/CMakeLists.txt +++ b/lib/InitModelTypes/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # revng_add_analyses_library(revngcInitModelTypes revngc InitModelTypes.cpp) diff --git a/lib/InitModelTypes/InitModelTypes.cpp b/lib/InitModelTypes/InitModelTypes.cpp index 2032ef1cf..bc718b7f0 100644 --- a/lib/InitModelTypes/InitModelTypes.cpp +++ b/lib/InitModelTypes/InitModelTypes.cpp @@ -1,5 +1,5 @@ // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/lib/PromoteStackPointer/CMakeLists.txt b/lib/PromoteStackPointer/CMakeLists.txt index 750f1f941..c03627a21 100644 --- a/lib/PromoteStackPointer/CMakeLists.txt +++ b/lib/PromoteStackPointer/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # revng_add_analyses_library( diff --git a/lib/PromoteStackPointer/CleanupStackSizeMarkersPass.cpp b/lib/PromoteStackPointer/CleanupStackSizeMarkersPass.cpp index bbc5aba68..c862911d5 100644 --- a/lib/PromoteStackPointer/CleanupStackSizeMarkersPass.cpp +++ b/lib/PromoteStackPointer/CleanupStackSizeMarkersPass.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/IR/Instructions.h" diff --git a/lib/PromoteStackPointer/ComputeStackAccessesBoundsPass.cpp b/lib/PromoteStackPointer/ComputeStackAccessesBoundsPass.cpp index 15236ef80..62b296b9b 100644 --- a/lib/PromoteStackPointer/ComputeStackAccessesBoundsPass.cpp +++ b/lib/PromoteStackPointer/ComputeStackAccessesBoundsPass.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/Analysis/LazyValueInfo.h" diff --git a/lib/PromoteStackPointer/DetectStackSizePass.cpp b/lib/PromoteStackPointer/DetectStackSizePass.cpp index 3b449ad7b..cb164a19e 100644 --- a/lib/PromoteStackPointer/DetectStackSizePass.cpp +++ b/lib/PromoteStackPointer/DetectStackSizePass.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/lib/PromoteStackPointer/Helpers.h b/lib/PromoteStackPointer/Helpers.h index d26eccee3..5bc0a9665 100644 --- a/lib/PromoteStackPointer/Helpers.h +++ b/lib/PromoteStackPointer/Helpers.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "revng/Support/MetaAddress.h" diff --git a/lib/PromoteStackPointer/InjectStackSizeProbesAtCallSitesPass.cpp b/lib/PromoteStackPointer/InjectStackSizeProbesAtCallSitesPass.cpp index 6fd564dae..f4a1ab384 100644 --- a/lib/PromoteStackPointer/InjectStackSizeProbesAtCallSitesPass.cpp +++ b/lib/PromoteStackPointer/InjectStackSizeProbesAtCallSitesPass.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/IR/IRBuilder.h" diff --git a/lib/PromoteStackPointer/InstrumentStackAccessesPass.cpp b/lib/PromoteStackPointer/InstrumentStackAccessesPass.cpp index 0c2db25d7..90eca5078 100644 --- a/lib/PromoteStackPointer/InstrumentStackAccessesPass.cpp +++ b/lib/PromoteStackPointer/InstrumentStackAccessesPass.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/IR/IRBuilder.h" diff --git a/lib/PromoteStackPointer/PromoteStackPointerPass.cpp b/lib/PromoteStackPointer/PromoteStackPointerPass.cpp index 44212baa7..a5bdfa3ad 100644 --- a/lib/PromoteStackPointer/PromoteStackPointerPass.cpp +++ b/lib/PromoteStackPointer/PromoteStackPointerPass.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/lib/PromoteStackPointer/RemoveStackAlignmentPass.cpp b/lib/PromoteStackPointer/RemoveStackAlignmentPass.cpp index ef84a0540..5f295cbf0 100644 --- a/lib/PromoteStackPointer/RemoveStackAlignmentPass.cpp +++ b/lib/PromoteStackPointer/RemoveStackAlignmentPass.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/IR/Constants.h" diff --git a/lib/PromoteStackPointer/SegregateStackAccessesPass.cpp b/lib/PromoteStackPointer/SegregateStackAccessesPass.cpp index 9e49bbce2..ac5658d3d 100644 --- a/lib/PromoteStackPointer/SegregateStackAccessesPass.cpp +++ b/lib/PromoteStackPointer/SegregateStackAccessesPass.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/lib/RemoveExtractValues/CMakeLists.txt b/lib/RemoveExtractValues/CMakeLists.txt index 19d0473a1..cfac77ceb 100644 --- a/lib/RemoveExtractValues/CMakeLists.txt +++ b/lib/RemoveExtractValues/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # revng_add_analyses_library(revngcRemoveExtractValues revngc diff --git a/lib/RemoveExtractValues/RemoveExtractValuesPass.cpp b/lib/RemoveExtractValues/RemoveExtractValuesPass.cpp index 534d11501..92615d254 100644 --- a/lib/RemoveExtractValues/RemoveExtractValuesPass.cpp +++ b/lib/RemoveExtractValues/RemoveExtractValuesPass.cpp @@ -1,5 +1,5 @@ // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/IR/IRBuilder.h" diff --git a/lib/RemoveLiftingArtifacts/CMakeLists.txt b/lib/RemoveLiftingArtifacts/CMakeLists.txt index 117ebbfbd..50b4c31de 100644 --- a/lib/RemoveLiftingArtifacts/CMakeLists.txt +++ b/lib/RemoveLiftingArtifacts/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # revng_add_analyses_library( diff --git a/lib/RemoveLiftingArtifacts/MakeSegmentRefPass.cpp b/lib/RemoveLiftingArtifacts/MakeSegmentRefPass.cpp index ebb6769c9..d1ab98336 100644 --- a/lib/RemoveLiftingArtifacts/MakeSegmentRefPass.cpp +++ b/lib/RemoveLiftingArtifacts/MakeSegmentRefPass.cpp @@ -1,5 +1,5 @@ // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/lib/RemoveLiftingArtifacts/MakeSegmentRefPass.h b/lib/RemoveLiftingArtifacts/MakeSegmentRefPass.h index 0aaa80576..839f8ac02 100644 --- a/lib/RemoveLiftingArtifacts/MakeSegmentRefPass.h +++ b/lib/RemoveLiftingArtifacts/MakeSegmentRefPass.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/Pass.h" diff --git a/lib/RemoveLiftingArtifacts/MakeSegmentRefPipe.cpp b/lib/RemoveLiftingArtifacts/MakeSegmentRefPipe.cpp index 2172f02df..f9b372ffb 100644 --- a/lib/RemoveLiftingArtifacts/MakeSegmentRefPipe.cpp +++ b/lib/RemoveLiftingArtifacts/MakeSegmentRefPipe.cpp @@ -1,5 +1,5 @@ // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/IR/LegacyPassManager.h" diff --git a/lib/RemoveLiftingArtifacts/PromoteInitCSVToUndef.cpp b/lib/RemoveLiftingArtifacts/PromoteInitCSVToUndef.cpp index aaf13681f..49e88c214 100644 --- a/lib/RemoveLiftingArtifacts/PromoteInitCSVToUndef.cpp +++ b/lib/RemoveLiftingArtifacts/PromoteInitCSVToUndef.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/ADT/StringRef.h" diff --git a/lib/RemoveLiftingArtifacts/RemoveLiftingArtifacts.cpp b/lib/RemoveLiftingArtifacts/RemoveLiftingArtifacts.cpp index 3554ab252..612635d47 100644 --- a/lib/RemoveLiftingArtifacts/RemoveLiftingArtifacts.cpp +++ b/lib/RemoveLiftingArtifacts/RemoveLiftingArtifacts.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/ADT/StringRef.h" diff --git a/lib/RestructureCFG/ASTNode.cpp b/lib/RestructureCFG/ASTNode.cpp index e63ac7c06..d77997041 100644 --- a/lib/RestructureCFG/ASTNode.cpp +++ b/lib/RestructureCFG/ASTNode.cpp @@ -1,7 +1,7 @@ /// \file ASTNode.cpp // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/lib/RestructureCFG/ASTNodeUtils.cpp b/lib/RestructureCFG/ASTNodeUtils.cpp index d630680d8..bfe81f5e8 100644 --- a/lib/RestructureCFG/ASTNodeUtils.cpp +++ b/lib/RestructureCFG/ASTNodeUtils.cpp @@ -3,7 +3,7 @@ /// // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "revng/ADT/RecursiveCoroutine.h" diff --git a/lib/RestructureCFG/ASTTree.cpp b/lib/RestructureCFG/ASTTree.cpp index 35d81744c..fdbc2664d 100644 --- a/lib/RestructureCFG/ASTTree.cpp +++ b/lib/RestructureCFG/ASTTree.cpp @@ -1,7 +1,7 @@ /// \file ASTTree.cpp // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/lib/RestructureCFG/BasicBlockNode.cpp b/lib/RestructureCFG/BasicBlockNode.cpp index 27ba37814..4212f5fcf 100644 --- a/lib/RestructureCFG/BasicBlockNode.cpp +++ b/lib/RestructureCFG/BasicBlockNode.cpp @@ -2,7 +2,7 @@ /// FunctionPass that applies the comb to the RegionCFG of a function // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "revng-c/RestructureCFG/BasicBlockNodeImpl.h" diff --git a/lib/RestructureCFG/BeautifyGHAST.cpp b/lib/RestructureCFG/BeautifyGHAST.cpp index a14b9c979..4737d39c0 100644 --- a/lib/RestructureCFG/BeautifyGHAST.cpp +++ b/lib/RestructureCFG/BeautifyGHAST.cpp @@ -3,7 +3,7 @@ /// // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/IR/Instructions.h" diff --git a/lib/RestructureCFG/CMakeLists.txt b/lib/RestructureCFG/CMakeLists.txt index 7167558e8..8a3191d24 100644 --- a/lib/RestructureCFG/CMakeLists.txt +++ b/lib/RestructureCFG/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # revng_add_analyses_library( diff --git a/lib/RestructureCFG/ExprNode.cpp b/lib/RestructureCFG/ExprNode.cpp index cb92e72b1..e4ed4475f 100644 --- a/lib/RestructureCFG/ExprNode.cpp +++ b/lib/RestructureCFG/ExprNode.cpp @@ -1,5 +1,5 @@ // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "revng/Support/Debug.h" diff --git a/lib/RestructureCFG/FallThroughScopeAnalysis.cpp b/lib/RestructureCFG/FallThroughScopeAnalysis.cpp index eb188b7c6..cccd6ec2f 100644 --- a/lib/RestructureCFG/FallThroughScopeAnalysis.cpp +++ b/lib/RestructureCFG/FallThroughScopeAnalysis.cpp @@ -3,7 +3,7 @@ /// // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/IR/IRBuilder.h" diff --git a/lib/RestructureCFG/FallThroughScopeAnalysis.h b/lib/RestructureCFG/FallThroughScopeAnalysis.h index 814470323..d36d4f26b 100644 --- a/lib/RestructureCFG/FallThroughScopeAnalysis.h +++ b/lib/RestructureCFG/FallThroughScopeAnalysis.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "revng/Model/IRHelpers.h" diff --git a/lib/RestructureCFG/InlineDispatcherSwitch.cpp b/lib/RestructureCFG/InlineDispatcherSwitch.cpp index 440c87a45..8f9710e78 100644 --- a/lib/RestructureCFG/InlineDispatcherSwitch.cpp +++ b/lib/RestructureCFG/InlineDispatcherSwitch.cpp @@ -4,7 +4,7 @@ /// // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/lib/RestructureCFG/InlineDispatcherSwitch.h b/lib/RestructureCFG/InlineDispatcherSwitch.h index 1a537f487..a5392c866 100644 --- a/lib/RestructureCFG/InlineDispatcherSwitch.h +++ b/lib/RestructureCFG/InlineDispatcherSwitch.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "FallThroughScopeAnalysis.h" diff --git a/lib/RestructureCFG/MetaRegion.cpp b/lib/RestructureCFG/MetaRegion.cpp index 2fdd67d14..411d5b742 100644 --- a/lib/RestructureCFG/MetaRegion.cpp +++ b/lib/RestructureCFG/MetaRegion.cpp @@ -2,7 +2,7 @@ /// FunctionPass that applies the comb to the RegionCFG of a function // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "revng-c/RestructureCFG/MetaRegionImpl.h" diff --git a/lib/RestructureCFG/PromoteCallNoReturn.cpp b/lib/RestructureCFG/PromoteCallNoReturn.cpp index decc9b19d..7ff37abe7 100644 --- a/lib/RestructureCFG/PromoteCallNoReturn.cpp +++ b/lib/RestructureCFG/PromoteCallNoReturn.cpp @@ -3,7 +3,7 @@ /// // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/IR/IRBuilder.h" diff --git a/lib/RestructureCFG/PromoteCallNoReturn.h b/lib/RestructureCFG/PromoteCallNoReturn.h index be662cdb1..5041b6d5f 100644 --- a/lib/RestructureCFG/PromoteCallNoReturn.h +++ b/lib/RestructureCFG/PromoteCallNoReturn.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // // Forward declarations diff --git a/lib/RestructureCFG/RegionCFGTree.cpp b/lib/RestructureCFG/RegionCFGTree.cpp index f0a79fc10..f8580b94c 100644 --- a/lib/RestructureCFG/RegionCFGTree.cpp +++ b/lib/RestructureCFG/RegionCFGTree.cpp @@ -2,7 +2,7 @@ /// FunctionPass that applies the comb to the RegionCFG of a function // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "revng-c/RestructureCFG/RegionCFGTreeImpl.h" diff --git a/lib/RestructureCFG/RestructureCFG.cpp b/lib/RestructureCFG/RestructureCFG.cpp index 7df90ab54..ca41721a8 100644 --- a/lib/RestructureCFG/RestructureCFG.cpp +++ b/lib/RestructureCFG/RestructureCFG.cpp @@ -1,5 +1,5 @@ // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/lib/RestructureCFG/SimplifyCompareNode.cpp b/lib/RestructureCFG/SimplifyCompareNode.cpp index 048a9ccfd..485324d5c 100644 --- a/lib/RestructureCFG/SimplifyCompareNode.cpp +++ b/lib/RestructureCFG/SimplifyCompareNode.cpp @@ -3,7 +3,7 @@ /// // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/IR/IRBuilder.h" diff --git a/lib/RestructureCFG/SimplifyCompareNode.h b/lib/RestructureCFG/SimplifyCompareNode.h index 9b1d06694..48219f2a5 100644 --- a/lib/RestructureCFG/SimplifyCompareNode.h +++ b/lib/RestructureCFG/SimplifyCompareNode.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // // Forward declarations diff --git a/lib/RestructureCFG/SimplifyDualSwitch.cpp b/lib/RestructureCFG/SimplifyDualSwitch.cpp index 3f54f7f00..0a173504b 100644 --- a/lib/RestructureCFG/SimplifyDualSwitch.cpp +++ b/lib/RestructureCFG/SimplifyDualSwitch.cpp @@ -3,7 +3,7 @@ /// // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/IR/IRBuilder.h" diff --git a/lib/RestructureCFG/SimplifyDualSwitch.h b/lib/RestructureCFG/SimplifyDualSwitch.h index 922a81ef4..61c7ffa76 100644 --- a/lib/RestructureCFG/SimplifyDualSwitch.h +++ b/lib/RestructureCFG/SimplifyDualSwitch.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // // Forward declarations diff --git a/lib/RestructureCFG/SimplifyHybridNot.cpp b/lib/RestructureCFG/SimplifyHybridNot.cpp index 257c4b53c..34ed83d5b 100644 --- a/lib/RestructureCFG/SimplifyHybridNot.cpp +++ b/lib/RestructureCFG/SimplifyHybridNot.cpp @@ -3,7 +3,7 @@ /// // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/IR/IRBuilder.h" diff --git a/lib/RestructureCFG/SimplifyHybridNot.h b/lib/RestructureCFG/SimplifyHybridNot.h index 63cf71876..36eb28624 100644 --- a/lib/RestructureCFG/SimplifyHybridNot.h +++ b/lib/RestructureCFG/SimplifyHybridNot.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // // Forward declarations diff --git a/lib/RestructureCFG/SimplifyImplicitStatement.cpp b/lib/RestructureCFG/SimplifyImplicitStatement.cpp index 6e1134685..759400220 100644 --- a/lib/RestructureCFG/SimplifyImplicitStatement.cpp +++ b/lib/RestructureCFG/SimplifyImplicitStatement.cpp @@ -4,7 +4,7 @@ /// // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/IR/IRBuilder.h" diff --git a/lib/RestructureCFG/SimplifyImplicitStatement.h b/lib/RestructureCFG/SimplifyImplicitStatement.h index 651fb14db..0e25c27ca 100644 --- a/lib/RestructureCFG/SimplifyImplicitStatement.h +++ b/lib/RestructureCFG/SimplifyImplicitStatement.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // // Forward declarations diff --git a/lib/Support/CMakeLists.txt b/lib/Support/CMakeLists.txt index 5bcf15afd..e013c67ac 100644 --- a/lib/Support/CMakeLists.txt +++ b/lib/Support/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # revng_add_analyses_library(revngcSupport revngc FunctionTags.cpp IRHelpers.cpp diff --git a/lib/Support/FunctionTags.cpp b/lib/Support/FunctionTags.cpp index 2e8f6274e..60d6f8b6c 100644 --- a/lib/Support/FunctionTags.cpp +++ b/lib/Support/FunctionTags.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/IR/DerivedTypes.h" diff --git a/lib/Support/IRHelpers.cpp b/lib/Support/IRHelpers.cpp index 6da0d9fcd..22dd3a056 100644 --- a/lib/Support/IRHelpers.cpp +++ b/lib/Support/IRHelpers.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/lib/Support/ModelHelpers.cpp b/lib/Support/ModelHelpers.cpp index 4c8ac0609..963ee37d0 100644 --- a/lib/Support/ModelHelpers.cpp +++ b/lib/Support/ModelHelpers.cpp @@ -1,5 +1,5 @@ // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/lib/Support/SimplifyCFGWithHoistAndSinkPass.cpp b/lib/Support/SimplifyCFGWithHoistAndSinkPass.cpp index ba4917ae5..4d4b79b8c 100644 --- a/lib/Support/SimplifyCFGWithHoistAndSinkPass.cpp +++ b/lib/Support/SimplifyCFGWithHoistAndSinkPass.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/Passes/PassBuilder.h" diff --git a/lib/TypeNames/CMakeLists.txt b/lib/TypeNames/CMakeLists.txt index 0d8e4d774..f61aebbc1 100644 --- a/lib/TypeNames/CMakeLists.txt +++ b/lib/TypeNames/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # revng_add_analyses_library(revngcTypeNames revngc LLVMTypeNames.cpp diff --git a/lib/TypeNames/LLVMTypeNames.cpp b/lib/TypeNames/LLVMTypeNames.cpp index 8660bac29..c1b0bf2a1 100644 --- a/lib/TypeNames/LLVMTypeNames.cpp +++ b/lib/TypeNames/LLVMTypeNames.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/ADT/SmallString.h" diff --git a/lib/TypeNames/ModelToPTMLTypeHelpers.cpp b/lib/TypeNames/ModelToPTMLTypeHelpers.cpp index 8f76fbdc2..e2153f0b7 100644 --- a/lib/TypeNames/ModelToPTMLTypeHelpers.cpp +++ b/lib/TypeNames/ModelToPTMLTypeHelpers.cpp @@ -1,5 +1,5 @@ // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/lib/TypeNames/ModelTypeNames.cpp b/lib/TypeNames/ModelTypeNames.cpp index 077f2cb79..f27d5aa01 100644 --- a/lib/TypeNames/ModelTypeNames.cpp +++ b/lib/TypeNames/ModelTypeNames.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/ADT/STLExtras.h" diff --git a/lib/mlir/Dialect/Clift/IR/CMakeLists.txt b/lib/mlir/Dialect/Clift/IR/CMakeLists.txt index c0fae1de3..4e329f1cc 100644 --- a/lib/mlir/Dialect/Clift/IR/CMakeLists.txt +++ b/lib/mlir/Dialect/Clift/IR/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # add_mlir_dialect_library( diff --git a/lib/mlir/Dialect/Clift/IR/Clift.cpp b/lib/mlir/Dialect/Clift/IR/Clift.cpp index ccda3ac9e..066297482 100644 --- a/lib/mlir/Dialect/Clift/IR/Clift.cpp +++ b/lib/mlir/Dialect/Clift/IR/Clift.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "mlir/IR/DialectImplementation.h" diff --git a/lib/mlir/Dialect/Clift/IR/CliftAttributes.cpp b/lib/mlir/Dialect/Clift/IR/CliftAttributes.cpp index bc7eae419..601b3c567 100644 --- a/lib/mlir/Dialect/Clift/IR/CliftAttributes.cpp +++ b/lib/mlir/Dialect/Clift/IR/CliftAttributes.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/lib/mlir/Dialect/Clift/IR/CliftEnums.cpp b/lib/mlir/Dialect/Clift/IR/CliftEnums.cpp index 2753d418f..a88c62eed 100644 --- a/lib/mlir/Dialect/Clift/IR/CliftEnums.cpp +++ b/lib/mlir/Dialect/Clift/IR/CliftEnums.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "revng-c/mlir/Dialect/Clift/IR/CliftAttributes.h" diff --git a/lib/mlir/Dialect/Clift/IR/CliftInterfaces.cpp b/lib/mlir/Dialect/Clift/IR/CliftInterfaces.cpp index 19b217777..76777f4ac 100644 --- a/lib/mlir/Dialect/Clift/IR/CliftInterfaces.cpp +++ b/lib/mlir/Dialect/Clift/IR/CliftInterfaces.cpp @@ -2,7 +2,7 @@ /// Tests for the Clift Dialect // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // // #include "revng-c/mlir/Dialect/Clift/IR/CliftInterfaces.h" diff --git a/lib/mlir/Dialect/Clift/IR/CliftOps.cpp b/lib/mlir/Dialect/Clift/IR/CliftOps.cpp index 6ba0b0c9f..744e81139 100644 --- a/lib/mlir/Dialect/Clift/IR/CliftOps.cpp +++ b/lib/mlir/Dialect/Clift/IR/CliftOps.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "mlir/IR/RegionGraphTraits.h" diff --git a/lib/mlir/Dialect/Clift/IR/CliftTypes.cpp b/lib/mlir/Dialect/Clift/IR/CliftTypes.cpp index cc7524790..f9650d680 100644 --- a/lib/mlir/Dialect/Clift/IR/CliftTypes.cpp +++ b/lib/mlir/Dialect/Clift/IR/CliftTypes.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/lib/mlir/Pipes/MLIRPipe.cpp b/lib/mlir/Pipes/MLIRPipe.cpp index 5f7f5062b..e60b98b43 100644 --- a/lib/mlir/Pipes/MLIRPipe.cpp +++ b/lib/mlir/Pipes/MLIRPipe.cpp @@ -1,5 +1,5 @@ // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/share/revng-c/compile-flags.cfg b/share/revng-c/compile-flags.cfg index 4a5c75db2..c59be88fa 100644 --- a/share/revng-c/compile-flags.cfg +++ b/share/revng-c/compile-flags.cfg @@ -1,5 +1,5 @@ #### -#### Copyright rev.ng Labs Srl. See LICENSE.md for details. +#### This file is distributed under the MIT License. See LICENSE.md for details. #### -std=c11 diff --git a/share/revng-c/include/revng-attributes.h b/share/revng-c/include/revng-attributes.h index bd2a0b798..82e77fb74 100644 --- a/share/revng-c/include/revng-attributes.h +++ b/share/revng-c/include/revng-attributes.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #define STR(x) #x diff --git a/share/revng-c/include/revng-primitive-types.h b/share/revng-c/include/revng-primitive-types.h index 8850f3560..1ef2a9ecc 100644 --- a/share/revng-c/include/revng-primitive-types.h +++ b/share/revng-c/include/revng-primitive-types.h @@ -1,7 +1,7 @@ #pragma once // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "limits.h" diff --git a/share/revng/cmake/revngcConfig.cmake b/share/revng/cmake/revngcConfig.cmake index 1fb63fb9c..09315d5dd 100644 --- a/share/revng/cmake/revngcConfig.cmake +++ b/share/revng/cmake/revngcConfig.cmake @@ -1,5 +1,5 @@ # -# Copyright rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # get_filename_component(revngc_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH) diff --git a/share/revng/pipelines/revng-c-pipelines.yml b/share/revng/pipelines/revng-c-pipelines.yml index e92f5db86..066408ed8 100644 --- a/share/revng/pipelines/revng-c-pipelines.yml +++ b/share/revng/pipelines/revng-c-pipelines.yml @@ -1,5 +1,5 @@ # -# Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # Component: revng-c diff --git a/share/revng/test/configuration/revng-c/daemon.yml b/share/revng/test/configuration/revng-c/daemon.yml index 23af53340..7c7223950 100644 --- a/share/revng/test/configuration/revng-c/daemon.yml +++ b/share/revng/test/configuration/revng-c/daemon.yml @@ -1,5 +1,5 @@ # -# Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # commands: diff --git a/share/revng/test/configuration/revng-c/detect-stack-size.yml b/share/revng/test/configuration/revng-c/detect-stack-size.yml index d2ad7942a..623c19f4f 100644 --- a/share/revng/test/configuration/revng-c/detect-stack-size.yml +++ b/share/revng/test/configuration/revng-c/detect-stack-size.yml @@ -1,5 +1,5 @@ # -# Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # commands: diff --git a/share/revng/test/configuration/revng-c/docs.yml b/share/revng/test/configuration/revng-c/docs.yml index b56bfd29f..f81cac656 100644 --- a/share/revng/test/configuration/revng-c/docs.yml +++ b/share/revng/test/configuration/revng-c/docs.yml @@ -1,5 +1,5 @@ # -# Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # commands: diff --git a/share/revng/test/configuration/revng-c/end-to-end.yml b/share/revng/test/configuration/revng-c/end-to-end.yml index e394c82d2..91968fd20 100644 --- a/share/revng/test/configuration/revng-c/end-to-end.yml +++ b/share/revng/test/configuration/revng-c/end-to-end.yml @@ -1,5 +1,5 @@ # -# Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # commands: diff --git a/share/revng/test/configuration/revng-c/import-from-c.yml b/share/revng/test/configuration/revng-c/import-from-c.yml index 18fee0f0b..b9256f84f 100644 --- a/share/revng/test/configuration/revng-c/import-from-c.yml +++ b/share/revng/test/configuration/revng-c/import-from-c.yml @@ -1,5 +1,5 @@ # -# Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # tags: diff --git a/share/revng/test/configuration/revng-c/model-to-header.yml b/share/revng/test/configuration/revng-c/model-to-header.yml index 3453f219a..3a0951558 100644 --- a/share/revng/test/configuration/revng-c/model-to-header.yml +++ b/share/revng/test/configuration/revng-c/model-to-header.yml @@ -1,5 +1,5 @@ # -# Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # tags: diff --git a/share/revng/test/configuration/revng-c/segregate-stack-accesses.yml b/share/revng/test/configuration/revng-c/segregate-stack-accesses.yml index 5d7bc3a5b..0dd3e5d16 100644 --- a/share/revng/test/configuration/revng-c/segregate-stack-accesses.yml +++ b/share/revng/test/configuration/revng-c/segregate-stack-accesses.yml @@ -1,5 +1,5 @@ # -# Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # commands: diff --git a/share/revng/test/tests/analysis/DetectStackSize/dynamic_native/stackframe.c.model.yml b/share/revng/test/tests/analysis/DetectStackSize/dynamic_native/stackframe.c.model.yml index 55bdfc731..59b387977 100644 --- a/share/revng/test/tests/analysis/DetectStackSize/dynamic_native/stackframe.c.model.yml +++ b/share/revng/test/tests/analysis/DetectStackSize/dynamic_native/stackframe.c.model.yml @@ -1,5 +1,5 @@ # -# Copyright rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # Types: diff --git a/share/revng/test/tests/analysis/ImportFromCAnalysis/cabifunctiontype-with-complex-args.model.yml b/share/revng/test/tests/analysis/ImportFromCAnalysis/cabifunctiontype-with-complex-args.model.yml index dfbb4fa2e..dbf4e0bc3 100644 --- a/share/revng/test/tests/analysis/ImportFromCAnalysis/cabifunctiontype-with-complex-args.model.yml +++ b/share/revng/test/tests/analysis/ImportFromCAnalysis/cabifunctiontype-with-complex-args.model.yml @@ -1,5 +1,5 @@ # -# Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # --- diff --git a/share/revng/test/tests/analysis/ImportFromCAnalysis/cabifunctiontype-with-complex-args.model.yml.ccode b/share/revng/test/tests/analysis/ImportFromCAnalysis/cabifunctiontype-with-complex-args.model.yml.ccode index b0aeb40fd..9f6cb7a47 100644 --- a/share/revng/test/tests/analysis/ImportFromCAnalysis/cabifunctiontype-with-complex-args.model.yml.ccode +++ b/share/revng/test/tests/analysis/ImportFromCAnalysis/cabifunctiontype-with-complex-args.model.yml.ccode @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // typedef _ABI(SystemV_x86_64) _struct_3005 function_type_cabifunction_1(_struct_3005, _struct_3006[], _struct_3006**, _typedef_3011*); diff --git a/share/revng/test/tests/analysis/ImportFromCAnalysis/cabifunctiontype-with-complex-args.model.yml.location b/share/revng/test/tests/analysis/ImportFromCAnalysis/cabifunctiontype-with-complex-args.model.yml.location index bf4f1c907..8c5321662 100644 --- a/share/revng/test/tests/analysis/ImportFromCAnalysis/cabifunctiontype-with-complex-args.model.yml.location +++ b/share/revng/test/tests/analysis/ImportFromCAnalysis/cabifunctiontype-with-complex-args.model.yml.location @@ -1,5 +1,5 @@ # -# Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # /type/3000-CABIFunctionType diff --git a/share/revng/test/tests/analysis/ImportFromCAnalysis/cabifunctiontype-with-complex-args.model.yml.reference.yml b/share/revng/test/tests/analysis/ImportFromCAnalysis/cabifunctiontype-with-complex-args.model.yml.reference.yml index fdea24814..8da168ee3 100644 --- a/share/revng/test/tests/analysis/ImportFromCAnalysis/cabifunctiontype-with-complex-args.model.yml.reference.yml +++ b/share/revng/test/tests/analysis/ImportFromCAnalysis/cabifunctiontype-with-complex-args.model.yml.reference.yml @@ -1,5 +1,5 @@ # -# Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # Types: diff --git a/share/revng/test/tests/analysis/ImportFromCAnalysis/cabifunctiontype.model.yml b/share/revng/test/tests/analysis/ImportFromCAnalysis/cabifunctiontype.model.yml index b4f2335f7..6bedc9bf0 100644 --- a/share/revng/test/tests/analysis/ImportFromCAnalysis/cabifunctiontype.model.yml +++ b/share/revng/test/tests/analysis/ImportFromCAnalysis/cabifunctiontype.model.yml @@ -1,5 +1,5 @@ # -# Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # --- diff --git a/share/revng/test/tests/analysis/ImportFromCAnalysis/cabifunctiontype.model.yml.ccode b/share/revng/test/tests/analysis/ImportFromCAnalysis/cabifunctiontype.model.yml.ccode index 7d4badaa9..cbb5f82d1 100644 --- a/share/revng/test/tests/analysis/ImportFromCAnalysis/cabifunctiontype.model.yml.ccode +++ b/share/revng/test/tests/analysis/ImportFromCAnalysis/cabifunctiontype.model.yml.ccode @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // typedef _ABI(SystemV_x86_64) int64_t function_type_cabifunction_1 (int32_t, int8_t **); diff --git a/share/revng/test/tests/analysis/ImportFromCAnalysis/cabifunctiontype.model.yml.location b/share/revng/test/tests/analysis/ImportFromCAnalysis/cabifunctiontype.model.yml.location index bf4f1c907..8c5321662 100644 --- a/share/revng/test/tests/analysis/ImportFromCAnalysis/cabifunctiontype.model.yml.location +++ b/share/revng/test/tests/analysis/ImportFromCAnalysis/cabifunctiontype.model.yml.location @@ -1,5 +1,5 @@ # -# Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # /type/3000-CABIFunctionType diff --git a/share/revng/test/tests/analysis/ImportFromCAnalysis/cabifunctiontype.model.yml.reference.yml b/share/revng/test/tests/analysis/ImportFromCAnalysis/cabifunctiontype.model.yml.reference.yml index 8f7c9afe4..2d8890433 100644 --- a/share/revng/test/tests/analysis/ImportFromCAnalysis/cabifunctiontype.model.yml.reference.yml +++ b/share/revng/test/tests/analysis/ImportFromCAnalysis/cabifunctiontype.model.yml.reference.yml @@ -1,5 +1,5 @@ # -# Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # Types: diff --git a/share/revng/test/tests/analysis/ImportFromCAnalysis/enumtype.model.yml b/share/revng/test/tests/analysis/ImportFromCAnalysis/enumtype.model.yml index ab389952e..a451fca8d 100644 --- a/share/revng/test/tests/analysis/ImportFromCAnalysis/enumtype.model.yml +++ b/share/revng/test/tests/analysis/ImportFromCAnalysis/enumtype.model.yml @@ -1,5 +1,5 @@ # -# Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # --- diff --git a/share/revng/test/tests/analysis/ImportFromCAnalysis/enumtype.model.yml.ccode b/share/revng/test/tests/analysis/ImportFromCAnalysis/enumtype.model.yml.ccode index 361729c52..ebf36faf0 100644 --- a/share/revng/test/tests/analysis/ImportFromCAnalysis/enumtype.model.yml.ccode +++ b/share/revng/test/tests/analysis/ImportFromCAnalysis/enumtype.model.yml.ccode @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // enum _ENUM_UNDERLYING(uint32_t) _PACKED my_enum { diff --git a/share/revng/test/tests/analysis/ImportFromCAnalysis/enumtype.model.yml.location b/share/revng/test/tests/analysis/ImportFromCAnalysis/enumtype.model.yml.location index b9ce5ede3..79ad8683a 100644 --- a/share/revng/test/tests/analysis/ImportFromCAnalysis/enumtype.model.yml.location +++ b/share/revng/test/tests/analysis/ImportFromCAnalysis/enumtype.model.yml.location @@ -1,5 +1,5 @@ # -# Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # /type/3000-EnumType diff --git a/share/revng/test/tests/analysis/ImportFromCAnalysis/enumtype.model.yml.reference.yml b/share/revng/test/tests/analysis/ImportFromCAnalysis/enumtype.model.yml.reference.yml index 9141c1628..33182b7e7 100644 --- a/share/revng/test/tests/analysis/ImportFromCAnalysis/enumtype.model.yml.reference.yml +++ b/share/revng/test/tests/analysis/ImportFromCAnalysis/enumtype.model.yml.reference.yml @@ -1,5 +1,5 @@ # -# Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # Types: diff --git a/share/revng/test/tests/analysis/ImportFromCAnalysis/primitive-types.model.yml b/share/revng/test/tests/analysis/ImportFromCAnalysis/primitive-types.model.yml index c989af7f4..33e0a2c49 100644 --- a/share/revng/test/tests/analysis/ImportFromCAnalysis/primitive-types.model.yml +++ b/share/revng/test/tests/analysis/ImportFromCAnalysis/primitive-types.model.yml @@ -1,5 +1,5 @@ # -# Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # --- diff --git a/share/revng/test/tests/analysis/ImportFromCAnalysis/primitive-types.model.yml.ccode b/share/revng/test/tests/analysis/ImportFromCAnalysis/primitive-types.model.yml.ccode index dc812a83e..21257f771 100644 --- a/share/revng/test/tests/analysis/ImportFromCAnalysis/primitive-types.model.yml.ccode +++ b/share/revng/test/tests/analysis/ImportFromCAnalysis/primitive-types.model.yml.ccode @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // union _PACKED my_union { diff --git a/share/revng/test/tests/analysis/ImportFromCAnalysis/primitive-types.model.yml.location b/share/revng/test/tests/analysis/ImportFromCAnalysis/primitive-types.model.yml.location index 5ef8a6ac2..c1bc4942f 100644 --- a/share/revng/test/tests/analysis/ImportFromCAnalysis/primitive-types.model.yml.location +++ b/share/revng/test/tests/analysis/ImportFromCAnalysis/primitive-types.model.yml.location @@ -1,5 +1,5 @@ # -# Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # /type/3000-UnionType diff --git a/share/revng/test/tests/analysis/ImportFromCAnalysis/primitive-types.model.yml.reference.yml b/share/revng/test/tests/analysis/ImportFromCAnalysis/primitive-types.model.yml.reference.yml index b53afb432..38b02f4b0 100644 --- a/share/revng/test/tests/analysis/ImportFromCAnalysis/primitive-types.model.yml.reference.yml +++ b/share/revng/test/tests/analysis/ImportFromCAnalysis/primitive-types.model.yml.reference.yml @@ -1,5 +1,5 @@ # -# Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # Types: diff --git a/share/revng/test/tests/analysis/ImportFromCAnalysis/rft-multiple-regs-for-return-val.model.yml b/share/revng/test/tests/analysis/ImportFromCAnalysis/rft-multiple-regs-for-return-val.model.yml index 142a9ca3c..fcc13b7b4 100644 --- a/share/revng/test/tests/analysis/ImportFromCAnalysis/rft-multiple-regs-for-return-val.model.yml +++ b/share/revng/test/tests/analysis/ImportFromCAnalysis/rft-multiple-regs-for-return-val.model.yml @@ -1,5 +1,5 @@ # -# Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # --- diff --git a/share/revng/test/tests/analysis/ImportFromCAnalysis/rft-multiple-regs-for-return-val.model.yml.ccode b/share/revng/test/tests/analysis/ImportFromCAnalysis/rft-multiple-regs-for-return-val.model.yml.ccode index 3ab58405a..412c278f8 100644 --- a/share/revng/test/tests/analysis/ImportFromCAnalysis/rft-multiple-regs-for-return-val.model.yml.ccode +++ b/share/revng/test/tests/analysis/ImportFromCAnalysis/rft-multiple-regs-for-return-val.model.yml.ccode @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // _ABI(raw) diff --git a/share/revng/test/tests/analysis/ImportFromCAnalysis/rft-multiple-regs-for-return-val.model.yml.location b/share/revng/test/tests/analysis/ImportFromCAnalysis/rft-multiple-regs-for-return-val.model.yml.location index 192aa58ed..86435dc6e 100644 --- a/share/revng/test/tests/analysis/ImportFromCAnalysis/rft-multiple-regs-for-return-val.model.yml.location +++ b/share/revng/test/tests/analysis/ImportFromCAnalysis/rft-multiple-regs-for-return-val.model.yml.location @@ -1,5 +1,5 @@ # -# Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # /function/0x400000:Code_x86_64 diff --git a/share/revng/test/tests/analysis/ImportFromCAnalysis/rft-multiple-regs-for-return-val.model.yml.reference.yml b/share/revng/test/tests/analysis/ImportFromCAnalysis/rft-multiple-regs-for-return-val.model.yml.reference.yml index cfb1f6256..d44c2d887 100644 --- a/share/revng/test/tests/analysis/ImportFromCAnalysis/rft-multiple-regs-for-return-val.model.yml.reference.yml +++ b/share/revng/test/tests/analysis/ImportFromCAnalysis/rft-multiple-regs-for-return-val.model.yml.reference.yml @@ -1,5 +1,5 @@ # -# Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # Functions: diff --git a/share/revng/test/tests/analysis/ImportFromCAnalysis/rft-single-reg-for-return-val.model.yml b/share/revng/test/tests/analysis/ImportFromCAnalysis/rft-single-reg-for-return-val.model.yml index 0fb99b091..7dc687846 100644 --- a/share/revng/test/tests/analysis/ImportFromCAnalysis/rft-single-reg-for-return-val.model.yml +++ b/share/revng/test/tests/analysis/ImportFromCAnalysis/rft-single-reg-for-return-val.model.yml @@ -1,5 +1,5 @@ # -# Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # --- diff --git a/share/revng/test/tests/analysis/ImportFromCAnalysis/rft-single-reg-for-return-val.model.yml.ccode b/share/revng/test/tests/analysis/ImportFromCAnalysis/rft-single-reg-for-return-val.model.yml.ccode index 3ae0832df..63bfbf3e8 100644 --- a/share/revng/test/tests/analysis/ImportFromCAnalysis/rft-single-reg-for-return-val.model.yml.ccode +++ b/share/revng/test/tests/analysis/ImportFromCAnalysis/rft-single-reg-for-return-val.model.yml.ccode @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // _ABI(raw) int64_t _REG(rax) new_function_name(int64_t _REG(rcx) fd33); diff --git a/share/revng/test/tests/analysis/ImportFromCAnalysis/rft-single-reg-for-return-val.model.yml.location b/share/revng/test/tests/analysis/ImportFromCAnalysis/rft-single-reg-for-return-val.model.yml.location index 192aa58ed..86435dc6e 100644 --- a/share/revng/test/tests/analysis/ImportFromCAnalysis/rft-single-reg-for-return-val.model.yml.location +++ b/share/revng/test/tests/analysis/ImportFromCAnalysis/rft-single-reg-for-return-val.model.yml.location @@ -1,5 +1,5 @@ # -# Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # /function/0x400000:Code_x86_64 diff --git a/share/revng/test/tests/analysis/ImportFromCAnalysis/rft-single-reg-for-return-val.model.yml.reference.yml b/share/revng/test/tests/analysis/ImportFromCAnalysis/rft-single-reg-for-return-val.model.yml.reference.yml index 815793ee2..0f265ea17 100644 --- a/share/revng/test/tests/analysis/ImportFromCAnalysis/rft-single-reg-for-return-val.model.yml.reference.yml +++ b/share/revng/test/tests/analysis/ImportFromCAnalysis/rft-single-reg-for-return-val.model.yml.reference.yml @@ -1,5 +1,5 @@ # -# Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # Functions: diff --git a/share/revng/test/tests/analysis/ImportFromCAnalysis/struct.model.yml b/share/revng/test/tests/analysis/ImportFromCAnalysis/struct.model.yml index 24938d19d..42d10411f 100644 --- a/share/revng/test/tests/analysis/ImportFromCAnalysis/struct.model.yml +++ b/share/revng/test/tests/analysis/ImportFromCAnalysis/struct.model.yml @@ -1,5 +1,5 @@ # -# Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # --- diff --git a/share/revng/test/tests/analysis/ImportFromCAnalysis/struct.model.yml.ccode b/share/revng/test/tests/analysis/ImportFromCAnalysis/struct.model.yml.ccode index bbd79acfe..f8fc46e20 100644 --- a/share/revng/test/tests/analysis/ImportFromCAnalysis/struct.model.yml.ccode +++ b/share/revng/test/tests/analysis/ImportFromCAnalysis/struct.model.yml.ccode @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // struct _PACKED my_struct { diff --git a/share/revng/test/tests/analysis/ImportFromCAnalysis/struct.model.yml.location b/share/revng/test/tests/analysis/ImportFromCAnalysis/struct.model.yml.location index d22691cb4..778a7c942 100644 --- a/share/revng/test/tests/analysis/ImportFromCAnalysis/struct.model.yml.location +++ b/share/revng/test/tests/analysis/ImportFromCAnalysis/struct.model.yml.location @@ -1,5 +1,5 @@ # -# Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # /type/3001-StructType diff --git a/share/revng/test/tests/analysis/ImportFromCAnalysis/struct.model.yml.reference.yml b/share/revng/test/tests/analysis/ImportFromCAnalysis/struct.model.yml.reference.yml index 942be0e87..01003d963 100644 --- a/share/revng/test/tests/analysis/ImportFromCAnalysis/struct.model.yml.reference.yml +++ b/share/revng/test/tests/analysis/ImportFromCAnalysis/struct.model.yml.reference.yml @@ -1,5 +1,5 @@ # -# Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # Types: diff --git a/share/revng/test/tests/analysis/ImportFromCAnalysis/typedef.model.yml b/share/revng/test/tests/analysis/ImportFromCAnalysis/typedef.model.yml index 158803452..e09921253 100644 --- a/share/revng/test/tests/analysis/ImportFromCAnalysis/typedef.model.yml +++ b/share/revng/test/tests/analysis/ImportFromCAnalysis/typedef.model.yml @@ -1,5 +1,5 @@ # -# Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # --- diff --git a/share/revng/test/tests/analysis/ImportFromCAnalysis/typedef.model.yml.ccode b/share/revng/test/tests/analysis/ImportFromCAnalysis/typedef.model.yml.ccode index 0d6100472..d2bdfbea3 100644 --- a/share/revng/test/tests/analysis/ImportFromCAnalysis/typedef.model.yml.ccode +++ b/share/revng/test/tests/analysis/ImportFromCAnalysis/typedef.model.yml.ccode @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // typedef int16_t my_typedef; diff --git a/share/revng/test/tests/analysis/ImportFromCAnalysis/typedef.model.yml.location b/share/revng/test/tests/analysis/ImportFromCAnalysis/typedef.model.yml.location index 094423f55..f063ff9dd 100644 --- a/share/revng/test/tests/analysis/ImportFromCAnalysis/typedef.model.yml.location +++ b/share/revng/test/tests/analysis/ImportFromCAnalysis/typedef.model.yml.location @@ -1,5 +1,5 @@ # -# Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # /type/3000-TypedefType diff --git a/share/revng/test/tests/analysis/ImportFromCAnalysis/typedef.model.yml.reference.yml b/share/revng/test/tests/analysis/ImportFromCAnalysis/typedef.model.yml.reference.yml index b292fbefd..d5a40d363 100644 --- a/share/revng/test/tests/analysis/ImportFromCAnalysis/typedef.model.yml.reference.yml +++ b/share/revng/test/tests/analysis/ImportFromCAnalysis/typedef.model.yml.reference.yml @@ -1,5 +1,5 @@ # -# Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # Types: diff --git a/share/revng/test/tests/analysis/ImportFromCAnalysis/union.model.yml b/share/revng/test/tests/analysis/ImportFromCAnalysis/union.model.yml index 07966359e..3f226116e 100644 --- a/share/revng/test/tests/analysis/ImportFromCAnalysis/union.model.yml +++ b/share/revng/test/tests/analysis/ImportFromCAnalysis/union.model.yml @@ -1,5 +1,5 @@ # -# Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # --- diff --git a/share/revng/test/tests/analysis/ImportFromCAnalysis/union.model.yml.ccode b/share/revng/test/tests/analysis/ImportFromCAnalysis/union.model.yml.ccode index aab11ebc8..132c93f34 100644 --- a/share/revng/test/tests/analysis/ImportFromCAnalysis/union.model.yml.ccode +++ b/share/revng/test/tests/analysis/ImportFromCAnalysis/union.model.yml.ccode @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // union _PACKED new_union_name { diff --git a/share/revng/test/tests/analysis/ImportFromCAnalysis/union.model.yml.location b/share/revng/test/tests/analysis/ImportFromCAnalysis/union.model.yml.location index 5ef8a6ac2..c1bc4942f 100644 --- a/share/revng/test/tests/analysis/ImportFromCAnalysis/union.model.yml.location +++ b/share/revng/test/tests/analysis/ImportFromCAnalysis/union.model.yml.location @@ -1,5 +1,5 @@ # -# Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # /type/3000-UnionType diff --git a/share/revng/test/tests/analysis/ImportFromCAnalysis/union.model.yml.reference.yml b/share/revng/test/tests/analysis/ImportFromCAnalysis/union.model.yml.reference.yml index c7c606090..2503d0b7a 100644 --- a/share/revng/test/tests/analysis/ImportFromCAnalysis/union.model.yml.reference.yml +++ b/share/revng/test/tests/analysis/ImportFromCAnalysis/union.model.yml.reference.yml @@ -1,5 +1,5 @@ # -# Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # Types: diff --git a/share/revng/test/tests/analysis/SegregateStackAccesses/dynamic_native/segregate.c.filecheck.ll b/share/revng/test/tests/analysis/SegregateStackAccesses/dynamic_native/segregate.c.filecheck.ll index f9da8c706..6b72e5bf4 100644 --- a/share/revng/test/tests/analysis/SegregateStackAccesses/dynamic_native/segregate.c.filecheck.ll +++ b/share/revng/test/tests/analysis/SegregateStackAccesses/dynamic_native/segregate.c.filecheck.ll @@ -1,5 +1,5 @@ ; -; Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +; This file is distributed under the MIT License. See LICENSE.md for details. ; CHECK: define i64 @local_raw_primitives_on_registers(i64 %[[ARG1:.*]], i64 %[[ARG2:.*]]) [[IGN:.*]] { diff --git a/share/revng/test/tests/analysis/SegregateStackAccesses/dynamic_native/segregate.c.override.yml b/share/revng/test/tests/analysis/SegregateStackAccesses/dynamic_native/segregate.c.override.yml index 5d75813f0..3b13ec590 100644 --- a/share/revng/test/tests/analysis/SegregateStackAccesses/dynamic_native/segregate.c.override.yml +++ b/share/revng/test/tests/analysis/SegregateStackAccesses/dynamic_native/segregate.c.override.yml @@ -1,5 +1,5 @@ # -# Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # --- Functions: diff --git a/share/revng/test/tests/model-to-header/annotate-attibutes.model.yml b/share/revng/test/tests/model-to-header/annotate-attibutes.model.yml index 7d724cf6e..948bff611 100644 --- a/share/revng/test/tests/model-to-header/annotate-attibutes.model.yml +++ b/share/revng/test/tests/model-to-header/annotate-attibutes.model.yml @@ -1,6 +1,6 @@ --- # -# Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # Functions: diff --git a/share/revng/test/tests/model-to-header/annotate-attibutes.model.yml.filecheck b/share/revng/test/tests/model-to-header/annotate-attibutes.model.yml.filecheck index 5bb8209e7..239009e8f 100644 --- a/share/revng/test/tests/model-to-header/annotate-attibutes.model.yml.filecheck +++ b/share/revng/test/tests/model-to-header/annotate-attibutes.model.yml.filecheck @@ -1,5 +1,5 @@ # -# Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # # CHECK: typedef _ABI(SystemV_x86_64) void _cabifunction_3001(int32_t, generic64_t, uint16_t); diff --git a/share/revng/test/tests/model-to-header/do-not-generate-struct-for-stack-type.h.model.yml b/share/revng/test/tests/model-to-header/do-not-generate-struct-for-stack-type.h.model.yml index 4a3790743..4682c797b 100644 --- a/share/revng/test/tests/model-to-header/do-not-generate-struct-for-stack-type.h.model.yml +++ b/share/revng/test/tests/model-to-header/do-not-generate-struct-for-stack-type.h.model.yml @@ -1,6 +1,6 @@ --- # -# Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # Functions: diff --git a/share/revng/test/tests/model-to-header/do-not-generate-struct-for-stack-type.h.model.yml.filecheck b/share/revng/test/tests/model-to-header/do-not-generate-struct-for-stack-type.h.model.yml.filecheck index 7a3e6e892..d30b3cfcf 100644 --- a/share/revng/test/tests/model-to-header/do-not-generate-struct-for-stack-type.h.model.yml.filecheck +++ b/share/revng/test/tests/model-to-header/do-not-generate-struct-for-stack-type.h.model.yml.filecheck @@ -1,5 +1,5 @@ # -# Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # # Stack types will be generated inline in the decompiled functions. diff --git a/share/revng/test/tests/model-to-header/do-not-inline-types-pointing-to-itself.h.model.yml b/share/revng/test/tests/model-to-header/do-not-inline-types-pointing-to-itself.h.model.yml index 2171e833e..5932bbec5 100644 --- a/share/revng/test/tests/model-to-header/do-not-inline-types-pointing-to-itself.h.model.yml +++ b/share/revng/test/tests/model-to-header/do-not-inline-types-pointing-to-itself.h.model.yml @@ -1,6 +1,6 @@ --- # -# Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # Types: diff --git a/share/revng/test/tests/model-to-header/do-not-inline-types-pointing-to-itself.h.model.yml.filecheck b/share/revng/test/tests/model-to-header/do-not-inline-types-pointing-to-itself.h.model.yml.filecheck index b4b57ea9c..46d649267 100644 --- a/share/revng/test/tests/model-to-header/do-not-inline-types-pointing-to-itself.h.model.yml.filecheck +++ b/share/revng/test/tests/model-to-header/do-not-inline-types-pointing-to-itself.h.model.yml.filecheck @@ -1,5 +1,5 @@ # -# Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # CHECK: typedef struct _PACKED B B; diff --git a/share/revng/test/tests/model-to-header/do-not-inline-used-stack-type.h.model.yml b/share/revng/test/tests/model-to-header/do-not-inline-used-stack-type.h.model.yml index 5525428e4..58d980326 100644 --- a/share/revng/test/tests/model-to-header/do-not-inline-used-stack-type.h.model.yml +++ b/share/revng/test/tests/model-to-header/do-not-inline-used-stack-type.h.model.yml @@ -1,6 +1,6 @@ --- # -# Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # Functions: diff --git a/share/revng/test/tests/model-to-header/do-not-inline-used-stack-type.h.model.yml.filecheck b/share/revng/test/tests/model-to-header/do-not-inline-used-stack-type.h.model.yml.filecheck index 0fc9c69ae..843c175cc 100644 --- a/share/revng/test/tests/model-to-header/do-not-inline-used-stack-type.h.model.yml.filecheck +++ b/share/revng/test/tests/model-to-header/do-not-inline-used-stack-type.h.model.yml.filecheck @@ -1,5 +1,5 @@ # -# Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # CHECK: typedef struct _PACKED _struct_3001 _struct_3001; diff --git a/share/revng/test/tests/model-to-header/inline-complex-struct.h.model.yml b/share/revng/test/tests/model-to-header/inline-complex-struct.h.model.yml index 5ab7f05cc..d0be57eb4 100644 --- a/share/revng/test/tests/model-to-header/inline-complex-struct.h.model.yml +++ b/share/revng/test/tests/model-to-header/inline-complex-struct.h.model.yml @@ -1,6 +1,6 @@ --- # -# Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # Types: diff --git a/share/revng/test/tests/model-to-header/inline-complex-struct.h.model.yml.filecheck b/share/revng/test/tests/model-to-header/inline-complex-struct.h.model.yml.filecheck index 67b2acf67..11fe66c95 100644 --- a/share/revng/test/tests/model-to-header/inline-complex-struct.h.model.yml.filecheck +++ b/share/revng/test/tests/model-to-header/inline-complex-struct.h.model.yml.filecheck @@ -1,5 +1,5 @@ # -# Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # CHECK: typedef enum _PACKED E2 E2; diff --git a/share/revng/test/tests/model-to-header/inline-enum.h.model.yml b/share/revng/test/tests/model-to-header/inline-enum.h.model.yml index 3f1800d62..e8e6b887b 100644 --- a/share/revng/test/tests/model-to-header/inline-enum.h.model.yml +++ b/share/revng/test/tests/model-to-header/inline-enum.h.model.yml @@ -1,6 +1,6 @@ --- # -# Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # Types: diff --git a/share/revng/test/tests/model-to-header/inline-enum.h.model.yml.filecheck b/share/revng/test/tests/model-to-header/inline-enum.h.model.yml.filecheck index d35d92593..f520f7464 100644 --- a/share/revng/test/tests/model-to-header/inline-enum.h.model.yml.filecheck +++ b/share/revng/test/tests/model-to-header/inline-enum.h.model.yml.filecheck @@ -1,5 +1,5 @@ # -# Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # CHECK: typedef struct _PACKED B B; diff --git a/share/revng/test/tests/model-to-header/inline-struct.h.model.yml b/share/revng/test/tests/model-to-header/inline-struct.h.model.yml index 011fe257b..3990769ee 100644 --- a/share/revng/test/tests/model-to-header/inline-struct.h.model.yml +++ b/share/revng/test/tests/model-to-header/inline-struct.h.model.yml @@ -1,6 +1,6 @@ --- # -# Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # Types: diff --git a/share/revng/test/tests/model-to-header/inline-struct.h.model.yml.filecheck b/share/revng/test/tests/model-to-header/inline-struct.h.model.yml.filecheck index f8f7c3fb5..778eaf5ec 100644 --- a/share/revng/test/tests/model-to-header/inline-struct.h.model.yml.filecheck +++ b/share/revng/test/tests/model-to-header/inline-struct.h.model.yml.filecheck @@ -1,5 +1,5 @@ # -# Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # CHECK: typedef struct _PACKED B B; diff --git a/share/revng/test/tests/model-to-header/inline-union.h.model.yml b/share/revng/test/tests/model-to-header/inline-union.h.model.yml index a1cc8c1e0..0d0b505c7 100644 --- a/share/revng/test/tests/model-to-header/inline-union.h.model.yml +++ b/share/revng/test/tests/model-to-header/inline-union.h.model.yml @@ -1,6 +1,6 @@ --- # -# Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # Types: diff --git a/share/revng/test/tests/model-to-header/inline-union.h.model.yml.filecheck b/share/revng/test/tests/model-to-header/inline-union.h.model.yml.filecheck index 598b9c666..7a2e8b03e 100644 --- a/share/revng/test/tests/model-to-header/inline-union.h.model.yml.filecheck +++ b/share/revng/test/tests/model-to-header/inline-union.h.model.yml.filecheck @@ -1,5 +1,5 @@ # -# Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # CHECK: typedef struct _PACKED B B; diff --git a/share/revng/test/tests/model-to-header/pointer-to-struct.h.model.yml b/share/revng/test/tests/model-to-header/pointer-to-struct.h.model.yml index 231d169c8..c440cbe9e 100644 --- a/share/revng/test/tests/model-to-header/pointer-to-struct.h.model.yml +++ b/share/revng/test/tests/model-to-header/pointer-to-struct.h.model.yml @@ -1,6 +1,6 @@ --- # -# Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # Functions: diff --git a/share/revng/test/tests/model-to-header/pointer-to-struct.h.model.yml.filecheck b/share/revng/test/tests/model-to-header/pointer-to-struct.h.model.yml.filecheck index 8f3c3636f..ca4e7901a 100644 --- a/share/revng/test/tests/model-to-header/pointer-to-struct.h.model.yml.filecheck +++ b/share/revng/test/tests/model-to-header/pointer-to-struct.h.model.yml.filecheck @@ -1,5 +1,5 @@ # -# Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # CHECK: typedef struct _PACKED B B; diff --git a/share/revng/test/tests/model-to-header/primitive-types.h.model.yml b/share/revng/test/tests/model-to-header/primitive-types.h.model.yml index 8ba91563c..f9bd7c0e9 100644 --- a/share/revng/test/tests/model-to-header/primitive-types.h.model.yml +++ b/share/revng/test/tests/model-to-header/primitive-types.h.model.yml @@ -1,6 +1,6 @@ --- # -# Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # Functions: diff --git a/share/revng/test/tests/model-to-header/primitive-types.h.model.yml.filecheck b/share/revng/test/tests/model-to-header/primitive-types.h.model.yml.filecheck index 156989207..82f36af22 100644 --- a/share/revng/test/tests/model-to-header/primitive-types.h.model.yml.filecheck +++ b/share/revng/test/tests/model-to-header/primitive-types.h.model.yml.filecheck @@ -1,5 +1,5 @@ # -# Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # CHECK: void fn(int32_t *b, generic64_t *c, uint16_t *d); diff --git a/share/revng/test/tests/model-to-header/struct.h.model.yml b/share/revng/test/tests/model-to-header/struct.h.model.yml index 0314f5128..22ec52e52 100644 --- a/share/revng/test/tests/model-to-header/struct.h.model.yml +++ b/share/revng/test/tests/model-to-header/struct.h.model.yml @@ -1,6 +1,6 @@ --- # -# Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # Types: diff --git a/share/revng/test/tests/model-to-header/struct.h.model.yml.filecheck b/share/revng/test/tests/model-to-header/struct.h.model.yml.filecheck index c0124f0de..3c00c39b0 100644 --- a/share/revng/test/tests/model-to-header/struct.h.model.yml.filecheck +++ b/share/revng/test/tests/model-to-header/struct.h.model.yml.filecheck @@ -1,5 +1,5 @@ # -# Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # CHECK: typedef struct _PACKED B B; diff --git a/share/revng/test/tests/model-to-header/union.h.model.yml b/share/revng/test/tests/model-to-header/union.h.model.yml index 8e2a9527c..72701c76b 100644 --- a/share/revng/test/tests/model-to-header/union.h.model.yml +++ b/share/revng/test/tests/model-to-header/union.h.model.yml @@ -1,6 +1,6 @@ --- # -# Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # Types: diff --git a/share/revng/test/tests/model-to-header/union.h.model.yml.filecheck b/share/revng/test/tests/model-to-header/union.h.model.yml.filecheck index 31472e9da..3156dd8fb 100644 --- a/share/revng/test/tests/model-to-header/union.h.model.yml.filecheck +++ b/share/revng/test/tests/model-to-header/union.h.model.yml.filecheck @@ -1,5 +1,5 @@ # -# Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # CHECK: typedef struct _PACKED B B; diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 5de5a5888..4cba9bc1b 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # add_subdirectory(unit) diff --git a/tests/unit/CMakeLists.txt b/tests/unit/CMakeLists.txt index 92ab6d411..c3b27719b 100644 --- a/tests/unit/CMakeLists.txt +++ b/tests/unit/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # cmake_policy(SET CMP0060 NEW) diff --git a/tests/unit/Clift.cpp b/tests/unit/Clift.cpp index ca7fd8f31..05f5fafcc 100644 --- a/tests/unit/Clift.cpp +++ b/tests/unit/Clift.cpp @@ -2,7 +2,7 @@ /// Tests for the Clift Dialect // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/tests/unit/CombingPass.cpp b/tests/unit/CombingPass.cpp index bc6f003c8..6ba6cf291 100644 --- a/tests/unit/CombingPass.cpp +++ b/tests/unit/CombingPass.cpp @@ -2,7 +2,7 @@ /// Tests for CombingPass // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/tests/unit/DLAStepManager.cpp b/tests/unit/DLAStepManager.cpp index ef9937ade..c7ed59e3c 100644 --- a/tests/unit/DLAStepManager.cpp +++ b/tests/unit/DLAStepManager.cpp @@ -2,7 +2,7 @@ /// Tests for dla::StepManager // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #define BOOST_TEST_MODULE DLAStepManager diff --git a/tests/unit/DLASteps.cpp b/tests/unit/DLASteps.cpp index 47097d58f..46978405b 100644 --- a/tests/unit/DLASteps.cpp +++ b/tests/unit/DLASteps.cpp @@ -1,5 +1,5 @@ // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #define BOOST_TEST_MODULE DLASteps diff --git a/tests/unit/MarkAssignmentsTest.cpp b/tests/unit/MarkAssignmentsTest.cpp index ba445dac0..eda0cfba5 100644 --- a/tests/unit/MarkAssignmentsTest.cpp +++ b/tests/unit/MarkAssignmentsTest.cpp @@ -1,5 +1,5 @@ // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include diff --git a/tests/unit/llvm_lit_tests/CheckAddPrimitiveTypes.ll.yml b/tests/unit/llvm_lit_tests/CheckAddPrimitiveTypes.ll.yml index 79be31b1a..283d70b5d 100644 --- a/tests/unit/llvm_lit_tests/CheckAddPrimitiveTypes.ll.yml +++ b/tests/unit/llvm_lit_tests/CheckAddPrimitiveTypes.ll.yml @@ -1,5 +1,5 @@ # -# Copyright rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # --- diff --git a/tests/unit/llvm_lit_tests/CheckDLA.ll b/tests/unit/llvm_lit_tests/CheckDLA.ll index 467ceb13e..e569453f6 100644 --- a/tests/unit/llvm_lit_tests/CheckDLA.ll +++ b/tests/unit/llvm_lit_tests/CheckDLA.ll @@ -1,5 +1,5 @@ ; -; Copyright rev.ng Labs Srl. See LICENSE.md for details. +; This file is distributed under the MIT License. See LICENSE.md for details. ; ; RUN: %revngopt %s -S --dla -o - | revng model dump | revng model compare %s.yml - diff --git a/tests/unit/llvm_lit_tests/CheckDLA.ll.yml b/tests/unit/llvm_lit_tests/CheckDLA.ll.yml index 20faa0eca..f2fed76e1 100644 --- a/tests/unit/llvm_lit_tests/CheckDLA.ll.yml +++ b/tests/unit/llvm_lit_tests/CheckDLA.ll.yml @@ -1,5 +1,5 @@ # -# Copyright rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # --- diff --git a/tests/unit/llvm_lit_tests/Example.ll b/tests/unit/llvm_lit_tests/Example.ll index 83cc99876..ace8b6d71 100644 --- a/tests/unit/llvm_lit_tests/Example.ll +++ b/tests/unit/llvm_lit_tests/Example.ll @@ -1,5 +1,5 @@ ; -; Copyright rev.ng Labs Srl. See LICENSE.md for details. +; This file is distributed under the MIT License. See LICENSE.md for details. ; ; RUN: %revngopt %s -S -o - | FileCheck %s diff --git a/tests/unit/llvm_lit_tests/OperatorPrecedenceResolutionPass.ll b/tests/unit/llvm_lit_tests/OperatorPrecedenceResolutionPass.ll index fb9d87126..5a2ec2e7b 100644 --- a/tests/unit/llvm_lit_tests/OperatorPrecedenceResolutionPass.ll +++ b/tests/unit/llvm_lit_tests/OperatorPrecedenceResolutionPass.ll @@ -1,5 +1,5 @@ ; -; Copyright rev.ng Labs Srl. See LICENSE.md for details. +; This file is distributed under the MIT License. See LICENSE.md for details. ; ; RUN: %revngopt %s -operatorprecedence-resolution -language=c -S -o - | FileCheck %s --check-prefix=C-LANG diff --git a/tests/unit/llvm_lit_tests/PrettyIntLiterals.ll b/tests/unit/llvm_lit_tests/PrettyIntLiterals.ll index b1dadb2c8..1150c909a 100644 --- a/tests/unit/llvm_lit_tests/PrettyIntLiterals.ll +++ b/tests/unit/llvm_lit_tests/PrettyIntLiterals.ll @@ -1,5 +1,5 @@ ; -; Copyright rev.ng Labs Srl. See LICENSE.md for details. +; This file is distributed under the MIT License. See LICENSE.md for details. ; ; RUN: %revngopt %s -pretty-int-formatting -S -o - | FileCheck %s diff --git a/tests/unit/llvm_lit_tests/RemoveExtractValues.ll b/tests/unit/llvm_lit_tests/RemoveExtractValues.ll index 14614626b..ee18bbf4c 100644 --- a/tests/unit/llvm_lit_tests/RemoveExtractValues.ll +++ b/tests/unit/llvm_lit_tests/RemoveExtractValues.ll @@ -1,5 +1,5 @@ ; -; Copyright rev.ng Labs Srl. See LICENSE.md for details. +; This file is distributed under the MIT License. See LICENSE.md for details. ; ; RUN: %revngopt %s -remove-extractvalues | %revngopt -enable-new-pm=1 -O2 -S | FileCheck %s diff --git a/tests/unit/llvm_lit_tests/TernaryReduction.ll b/tests/unit/llvm_lit_tests/TernaryReduction.ll index da2335743..05d98aaa4 100644 --- a/tests/unit/llvm_lit_tests/TernaryReduction.ll +++ b/tests/unit/llvm_lit_tests/TernaryReduction.ll @@ -1,5 +1,5 @@ ; -; Copyright rev.ng Labs Srl. See LICENSE.md for details. +; This file is distributed under the MIT License. See LICENSE.md for details. ; ; RUN: %revngopt %s -ternary-reduction -S -o - | FileCheck %s diff --git a/tests/unit/llvm_lit_tests/TwosComplementArithmeticNormalization.ll b/tests/unit/llvm_lit_tests/TwosComplementArithmeticNormalization.ll index 0aa7de1af..6f7fa0646 100644 --- a/tests/unit/llvm_lit_tests/TwosComplementArithmeticNormalization.ll +++ b/tests/unit/llvm_lit_tests/TwosComplementArithmeticNormalization.ll @@ -1,5 +1,5 @@ ; -; Copyright rev.ng Labs Srl. See LICENSE.md for details. +; This file is distributed under the MIT License. See LICENSE.md for details. ; ; RUN: %revngopt %s -twoscomplement-normalization -S -o - | FileCheck %s diff --git a/tests/unit/llvm_lit_tests/lit.cfg.py b/tests/unit/llvm_lit_tests/lit.cfg.py index 971b411d9..cdcc389d4 100644 --- a/tests/unit/llvm_lit_tests/lit.cfg.py +++ b/tests/unit/llvm_lit_tests/lit.cfg.py @@ -1,5 +1,5 @@ # -# Copyright rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # # lit defines config and then loads this file, so we must prevent check-conventions to complain about config not being defined # flake8: noqa: F821 diff --git a/tests/unit/llvm_lit_tests/lit.site.cfg.py.in b/tests/unit/llvm_lit_tests/lit.site.cfg.py.in index e20381f08..0f33e6420 100644 --- a/tests/unit/llvm_lit_tests/lit.site.cfg.py.in +++ b/tests/unit/llvm_lit_tests/lit.site.cfg.py.in @@ -1,5 +1,5 @@ # -# Copyright rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # import os diff --git a/tests/unit/mlir_lit_tests/ParseCliftTypes.mlir b/tests/unit/mlir_lit_tests/ParseCliftTypes.mlir index da2ff1282..ef720caf8 100644 --- a/tests/unit/mlir_lit_tests/ParseCliftTypes.mlir +++ b/tests/unit/mlir_lit_tests/ParseCliftTypes.mlir @@ -1,5 +1,5 @@ // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // // RUN: diff <(revng clift-opt %s -o -) <(revng clift-opt %s -o - | revng clift-opt -o -) !const_int32_t = !clift.primitive diff --git a/tests/unit/mlir_lit_tests/ParseRecursiveStructs.mlir b/tests/unit/mlir_lit_tests/ParseRecursiveStructs.mlir index 4837776dd..e6cc089ef 100644 --- a/tests/unit/mlir_lit_tests/ParseRecursiveStructs.mlir +++ b/tests/unit/mlir_lit_tests/ParseRecursiveStructs.mlir @@ -1,5 +1,5 @@ // -// Copyright rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // // RUN: diff <(revng clift-opt %s -o -) <(revng clift-opt %s -o - | revng clift-opt -o -) #dc1 = #clift.union>, >, pointer_size = 8>>]> diff --git a/tests/unit/mlir_lit_tests/__init__.py b/tests/unit/mlir_lit_tests/__init__.py index dbcb0fd24..79d95cc20 100644 --- a/tests/unit/mlir_lit_tests/__init__.py +++ b/tests/unit/mlir_lit_tests/__init__.py @@ -1,3 +1,3 @@ # -# Copyright rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # diff --git a/tests/unit/mlir_lit_tests/lit.cfg.py b/tests/unit/mlir_lit_tests/lit.cfg.py index 575efc867..8b21111fc 100644 --- a/tests/unit/mlir_lit_tests/lit.cfg.py +++ b/tests/unit/mlir_lit_tests/lit.cfg.py @@ -1,5 +1,5 @@ # -# Copyright rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # # lit defines config and then loads this file, so we must prevent check-conventions to complain about config not being defined # flake8: noqa: F821 diff --git a/tests/unit/mlir_lit_tests/lit.site.cfg.py.in b/tests/unit/mlir_lit_tests/lit.site.cfg.py.in index 41492e5d7..f66130272 100644 --- a/tests/unit/mlir_lit_tests/lit.site.cfg.py.in +++ b/tests/unit/mlir_lit_tests/lit.site.cfg.py.in @@ -1,5 +1,5 @@ # -# Copyright rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # import os diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index f0ee5d87f..25c6d2bd4 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # add_subdirectory(clift-opt) diff --git a/tools/clift-opt/CMakeLists.txt b/tools/clift-opt/CMakeLists.txt index 5f2a3d013..c9259e285 100644 --- a/tools/clift-opt/CMakeLists.txt +++ b/tools/clift-opt/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +# This file is distributed under the MIT License. See LICENSE.md for details. # revng_add_executable(revng-clift-opt Main.cpp) diff --git a/tools/clift-opt/Main.cpp b/tools/clift-opt/Main.cpp index 3f9bac19d..4772506f7 100644 --- a/tools/clift-opt/Main.cpp +++ b/tools/clift-opt/Main.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) rev.ng Labs Srl. See LICENSE.md for details. +// This file is distributed under the MIT License. See LICENSE.md for details. // #include "llvm/Support/CommandLine.h"