svf-tools 1.0.647 → 1.0.648
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/svf/include/AbstractExecution/AbstractValue.h +3 -3
- package/svf/include/AbstractExecution/AddressValue.h +3 -3
- package/svf/include/AbstractExecution/ExeState.h +3 -3
- package/svf/include/AbstractExecution/IntervalExeState.h +3 -3
- package/svf/include/AbstractExecution/IntervalValue.h +3 -3
- package/svf/include/AbstractExecution/NumericLiteral.h +3 -3
- package/svf/include/AbstractExecution/RelExeState.h +3 -3
- package/svf/include/AbstractExecution/RelationSolver.h +3 -3
- package/svf/include/AbstractExecution/SVFIR2ItvExeState.h +3 -3
- package/svf/include/AbstractExecution/WTO.h +3 -3
- package/svf/include/CFL/CFGNormalizer.h +3 -3
- package/svf/include/CFL/CFLAlias.h +3 -3
- package/svf/include/CFL/CFLBase.h +3 -3
- package/svf/include/CFL/CFLGramGraphChecker.h +3 -3
- package/svf/include/CFL/CFLGrammar.h +3 -3
- package/svf/include/CFL/CFLGraphBuilder.h +3 -3
- package/svf/include/CFL/CFLSolver.h +3 -3
- package/svf/include/CFL/CFLStat.h +3 -3
- package/svf/include/CFL/CFLVF.h +3 -3
- package/svf/include/CFL/GrammarBuilder.h +3 -3
- package/svf/include/DDA/ContextDDA.h +3 -3
- package/svf/include/DDA/DDAClient.h +3 -3
- package/svf/include/DDA/DDAPass.h +3 -3
- package/svf/include/DDA/DDAStat.h +3 -3
- package/svf/include/DDA/DDAVFSolver.h +3 -3
- package/svf/include/DDA/FlowDDA.h +3 -3
- package/svf/include/Graphs/CFBasicBlockG.h +3 -3
- package/svf/include/Graphs/CFLGraph.h +3 -3
- package/svf/include/Graphs/CHG.h +3 -3
- package/svf/include/Graphs/ConsG.h +3 -3
- package/svf/include/Graphs/ConsGEdge.h +3 -3
- package/svf/include/Graphs/ConsGNode.h +3 -3
- package/svf/include/Graphs/GenericGraph.h +3 -3
- package/svf/include/Graphs/GraphPrinter.h +3 -3
- package/svf/include/Graphs/ICFG.h +3 -3
- package/svf/include/Graphs/ICFGEdge.h +3 -3
- package/svf/include/Graphs/ICFGNode.h +3 -3
- package/svf/include/Graphs/ICFGStat.h +3 -3
- package/svf/include/Graphs/IRGraph.h +3 -3
- package/svf/include/Graphs/PTACallGraph.h +3 -3
- package/svf/include/Graphs/SVFG.h +3 -3
- package/svf/include/Graphs/SVFGEdge.h +3 -3
- package/svf/include/Graphs/SVFGNode.h +3 -3
- package/svf/include/Graphs/SVFGOPT.h +3 -3
- package/svf/include/Graphs/SVFGStat.h +3 -3
- package/svf/include/Graphs/ThreadCallGraph.h +3 -3
- package/svf/include/Graphs/VFG.h +3 -3
- package/svf/include/Graphs/VFGEdge.h +3 -3
- package/svf/include/Graphs/VFGNode.h +3 -3
- package/svf/include/MSSA/MSSAMuChi.h +3 -3
- package/svf/include/MSSA/MemPartition.h +3 -3
- package/svf/include/MSSA/MemRegion.h +3 -3
- package/svf/include/MSSA/MemSSA.h +3 -3
- package/svf/include/MSSA/SVFGBuilder.h +3 -3
- package/svf/include/MTA/FSMPTA.h +3 -3
- package/svf/include/MTA/LockAnalysis.h +3 -3
- package/svf/include/MTA/MHP.h +3 -3
- package/svf/include/MTA/MTA.h +3 -3
- package/svf/include/MTA/MTAStat.h +3 -3
- package/svf/include/MTA/PCG.h +3 -3
- package/svf/include/MTA/TCT.h +3 -3
- package/svf/include/MemoryModel/AbstractPointsToDS.h +3 -3
- package/svf/include/MemoryModel/ConditionalPT.h +3 -3
- package/svf/include/MemoryModel/LocationSet.h +3 -3
- package/svf/include/MemoryModel/MutablePointsToDS.h +3 -3
- package/svf/include/MemoryModel/PointerAnalysis.h +3 -3
- package/svf/include/MemoryModel/PointerAnalysisImpl.h +3 -3
- package/svf/include/MemoryModel/SVFLoop.h +3 -3
- package/svf/include/SABER/DoubleFreeChecker.h +3 -3
- package/svf/include/SABER/FileChecker.h +3 -3
- package/svf/include/SABER/LeakChecker.h +3 -3
- package/svf/include/SABER/ProgSlice.h +3 -3
- package/svf/include/SABER/SaberCheckerAPI.h +3 -3
- package/svf/include/SABER/SaberCondAllocator.h +3 -3
- package/svf/include/SABER/SaberSVFGBuilder.h +3 -3
- package/svf/include/SABER/SrcSnkDDA.h +3 -3
- package/svf/include/SABER/SrcSnkSolver.h +3 -3
- package/svf/include/SVFIR/PAGBuilderFromFile.h +3 -3
- package/svf/include/SVFIR/SVFIR.h +3 -3
- package/svf/include/SVFIR/SVFModule.h +3 -3
- package/svf/include/SVFIR/SVFStatements.h +3 -3
- package/svf/include/SVFIR/SVFType.h +3 -3
- package/svf/include/SVFIR/SVFValue.h +3 -3
- package/svf/include/SVFIR/SVFVariables.h +3 -3
- package/svf/include/SVFIR/SymbolTableInfo.h +3 -3
- package/svf/include/Util/CallGraphBuilder.h +3 -3
- package/svf/include/Util/CppUtil.h +3 -3
- package/svf/include/Util/CxtStmt.h +3 -3
- package/svf/include/Util/DPItem.h +3 -3
- package/svf/include/Util/ExtAPI.h +3 -3
- package/svf/include/Util/GraphReachSolver.h +3 -3
- package/svf/include/Util/PTAStat.h +3 -3
- package/svf/include/Util/SCC.h +3 -3
- package/svf/include/Util/SVFStat.h +3 -3
- package/svf/include/Util/SVFUtil.h +3 -3
- package/svf/include/Util/ThreadAPI.h +3 -3
- package/svf/include/Util/WorkList.h +3 -3
- package/svf/include/Util/Z3Expr.h +3 -3
- package/svf/include/WPA/Andersen.h +3 -3
- package/svf/include/WPA/AndersenPWC.h +3 -3
- package/svf/include/WPA/CSC.h +3 -3
- package/svf/include/WPA/FlowSensitive.h +3 -3
- package/svf/include/WPA/TypeAnalysis.h +3 -3
- package/svf/include/WPA/WPAFSSolver.h +3 -3
- package/svf/include/WPA/WPAPass.h +3 -3
- package/svf/include/WPA/WPASolver.h +3 -3
- package/svf/include/WPA/WPAStat.h +3 -3
- package/svf/lib/AbstractExecution/ExeState.cpp +3 -3
- package/svf/lib/AbstractExecution/IntervalExeState.cpp +3 -3
- package/svf/lib/AbstractExecution/RelExeState.cpp +3 -3
- package/svf/lib/AbstractExecution/RelationSolver.cpp +3 -3
- package/svf/lib/AbstractExecution/SVFIR2ItvExeState.cpp +3 -3
- package/svf/lib/CFL/CFGNormalizer.cpp +3 -3
- package/svf/lib/CFL/CFLAlias.cpp +3 -3
- package/svf/lib/CFL/CFLBase.cpp +3 -3
- package/svf/lib/CFL/CFLGrammar.cpp +3 -3
- package/svf/lib/CFL/CFLGraphBuilder.cpp +3 -3
- package/svf/lib/CFL/CFLSolver.cpp +3 -3
- package/svf/lib/CFL/CFLStat.cpp +3 -3
- package/svf/lib/CFL/CFLVF.cpp +3 -3
- package/svf/lib/CFL/GrammarBuilder.cpp +3 -3
- package/svf/lib/DDA/ContextDDA.cpp +3 -3
- package/svf/lib/DDA/DDAClient.cpp +3 -3
- package/svf/lib/DDA/DDAPass.cpp +3 -3
- package/svf/lib/DDA/DDAStat.cpp +3 -3
- package/svf/lib/DDA/FlowDDA.cpp +3 -3
- package/svf/lib/Graphs/CFBasicBlockG.cpp +3 -3
- package/svf/lib/Graphs/CFLGraph.cpp +3 -3
- package/svf/lib/Graphs/CHG.cpp +3 -3
- package/svf/lib/Graphs/ConsG.cpp +3 -3
- package/svf/lib/Graphs/ICFG.cpp +3 -3
- package/svf/lib/Graphs/IRGraph.cpp +3 -3
- package/svf/lib/Graphs/PTACallGraph.cpp +3 -3
- package/svf/lib/Graphs/SVFG.cpp +3 -3
- package/svf/lib/Graphs/SVFGOPT.cpp +3 -3
- package/svf/lib/Graphs/SVFGReadWrite.cpp +3 -3
- package/svf/lib/Graphs/SVFGStat.cpp +3 -3
- package/svf/lib/Graphs/ThreadCallGraph.cpp +3 -3
- package/svf/lib/Graphs/VFG.cpp +3 -3
- package/svf/lib/MSSA/MemPartition.cpp +3 -3
- package/svf/lib/MSSA/MemRegion.cpp +3 -3
- package/svf/lib/MSSA/MemSSA.cpp +3 -3
- package/svf/lib/MSSA/SVFGBuilder.cpp +3 -3
- package/svf/lib/MTA/FSMPTA.cpp +3 -3
- package/svf/lib/MTA/LockAnalysis.cpp +3 -3
- package/svf/lib/MTA/MHP.cpp +3 -3
- package/svf/lib/MTA/MTA.cpp +3 -3
- package/svf/lib/MTA/MTAStat.cpp +3 -3
- package/svf/lib/MTA/PCG.cpp +3 -3
- package/svf/lib/MTA/TCT.cpp +3 -3
- package/svf/lib/MemoryModel/LocationSet.cpp +3 -3
- package/svf/lib/MemoryModel/PointerAnalysis.cpp +3 -3
- package/svf/lib/MemoryModel/PointerAnalysisImpl.cpp +3 -3
- package/svf/lib/SABER/DoubleFreeChecker.cpp +3 -3
- package/svf/lib/SABER/FileChecker.cpp +3 -3
- package/svf/lib/SABER/LeakChecker.cpp +3 -3
- package/svf/lib/SABER/ProgSlice.cpp +3 -3
- package/svf/lib/SABER/SaberCheckerAPI.cpp +3 -3
- package/svf/lib/SABER/SaberCondAllocator.cpp +3 -3
- package/svf/lib/SABER/SaberSVFGBuilder.cpp +3 -3
- package/svf/lib/SABER/SrcSnkDDA.cpp +3 -3
- package/svf/lib/SVFIR/PAGBuilderFromFile.cpp +3 -3
- package/svf/lib/SVFIR/SVFIR.cpp +3 -3
- package/svf/lib/SVFIR/SVFModule.cpp +3 -3
- package/svf/lib/SVFIR/SVFStatements.cpp +3 -3
- package/svf/lib/SVFIR/SVFVariables.cpp +3 -3
- package/svf/lib/SVFIR/SymbolTableInfo.cpp +3 -3
- package/svf/lib/Util/CallGraphBuilder.cpp +3 -3
- package/svf/lib/Util/CppUtil.cpp +3 -3
- package/svf/lib/Util/ExtAPI.cpp +3 -3
- package/svf/lib/Util/PTAStat.cpp +3 -3
- package/svf/lib/Util/SVFStat.cpp +3 -3
- package/svf/lib/Util/SVFUtil.cpp +3 -3
- package/svf/lib/Util/ThreadAPI.cpp +3 -3
- package/svf/lib/Util/Z3Expr.cpp +3 -3
- package/svf/lib/WPA/Andersen.cpp +3 -3
- package/svf/lib/WPA/AndersenSCD.cpp +3 -3
- package/svf/lib/WPA/AndersenSFR.cpp +3 -3
- package/svf/lib/WPA/AndersenStat.cpp +3 -3
- package/svf/lib/WPA/AndersenWaveDiff.cpp +3 -3
- package/svf/lib/WPA/CSC.cpp +3 -3
- package/svf/lib/WPA/FlowSensitive.cpp +3 -3
- package/svf/lib/WPA/FlowSensitiveStat.cpp +3 -3
- package/svf/lib/WPA/Steensgaard.cpp +3 -3
- package/svf/lib/WPA/TypeAnalysis.cpp +3 -3
- package/svf/lib/WPA/WPAPass.cpp +3 -3
- package/svf-llvm/include/SVF-LLVM/BasicTypes.h +22 -0
- package/svf-llvm/include/SVF-LLVM/CHGBuilder.h +3 -3
- package/svf-llvm/include/SVF-LLVM/ICFGBuilder.h +3 -3
- package/svf-llvm/include/SVF-LLVM/LLVMLoopAnalysis.h +3 -3
- package/svf-llvm/include/SVF-LLVM/LLVMModule.h +3 -3
- package/svf-llvm/include/SVF-LLVM/LLVMUtil.h +3 -3
- package/svf-llvm/include/SVF-LLVM/SVFIRBuilder.h +3 -3
- package/svf-llvm/include/SVF-LLVM/SymbolTableBuilder.h +3 -3
- package/svf-llvm/lib/CHGBuilder.cpp +3 -3
- package/svf-llvm/lib/ICFGBuilder.cpp +3 -3
- package/svf-llvm/lib/LLVMLoopAnalysis.cpp +3 -3
- package/svf-llvm/lib/LLVMModule.cpp +3 -3
- package/svf-llvm/lib/LLVMUtil.cpp +3 -3
- package/svf-llvm/lib/SVFIRBuilder.cpp +3 -3
- package/svf-llvm/lib/SymbolTableBuilder.cpp +3 -3
- package/svf-llvm/tools/CFL/cfl.cpp +3 -3
- package/svf-llvm/tools/DDA/dda.cpp +22 -0
- package/svf-llvm/tools/Example/svf-ex.cpp +3 -3
- package/svf-llvm/tools/MTA/mta.cpp +22 -0
- package/svf-llvm/tools/SABER/saber.cpp +3 -3
- package/svf-llvm/tools/WPA/wpa.cpp +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "svf-tools",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.648",
|
|
4
4
|
"description": "* <b>[TypeClone](https://github.com/SVF-tools/SVF/wiki/TypeClone) published in our [ECOOP paper](https://yuleisui.github.io/publications/ecoop20.pdf) is now available in SVF </b> * <b>SVF now uses a single script for its build. Just type [`source ./build.sh`](https://github.com/SVF-tools/SVF/blob/master/build.sh) in your terminal, that's it!</b> * <b>SVF now supports LLVM-10.0.0! </b> * <b>We thank [bsauce](https://github.com/bsauce) for writing a user manual of SVF ([link1](https://www.jianshu.com/p/068a08ec749c) and [link2](https://www.jianshu.com/p/777c30d4240e)) in Chinese </b> * <b>SVF now supports LLVM-9.0.0 (Thank [Byoungyoung Lee](https://github.com/SVF-tools/SVF/issues/142) for his help!). </b> * <b>SVF now supports a set of [field-sensitive pointer analyses](https://yuleisui.github.io/publications/sas2019a.pdf). </b> * <b>[Use SVF as an external lib](https://github.com/SVF-tools/SVF/wiki/Using-SVF-as-a-lib-in-your-own-tool) for your own project (Contributed by [Hongxu Chen](https://github.com/HongxuChen)). </b> * <b>SVF now supports LLVM-7.0.0. </b> * <b>SVF now supports Docker. [Try SVF in Docker](https://github.com/SVF-tools/SVF/wiki/Try-SVF-in-Docker)! </b> * <b>SVF now supports [LLVM-6.0.0](https://github.com/svf-tools/SVF/pull/38) (Contributed by [Jack Anthony](https://github.com/jackanth)). </b> * <b>SVF now supports [LLVM-4.0.0](https://github.com/svf-tools/SVF/pull/23) (Contributed by Jared Carlson. Thank [Jared](https://github.com/jcarlson23) and [Will](https://github.com/dtzWill) for their in-depth [discussions](https://github.com/svf-tools/SVF/pull/18) about updating SVF!) </b> * <b>SVF now supports analysis for C++ programs.</b> <br />",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -6,16 +6,16 @@
|
|
|
6
6
|
//
|
|
7
7
|
|
|
8
8
|
// This program is free software: you can redistribute it and/or modify
|
|
9
|
-
// it under the terms of the GNU General Public License as published by
|
|
9
|
+
// it under the terms of the GNU Affero General Public License as published by
|
|
10
10
|
// the Free Software Foundation, either version 3 of the License, or
|
|
11
11
|
// (at your option) any later version.
|
|
12
12
|
|
|
13
13
|
// This program is distributed in the hope that it will be useful,
|
|
14
14
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
15
15
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
16
|
-
// GNU General Public License for more details.
|
|
16
|
+
// GNU Affero General Public License for more details.
|
|
17
17
|
|
|
18
|
-
// You should have received a copy of the GNU General Public License
|
|
18
|
+
// You should have received a copy of the GNU Affero General Public License
|
|
19
19
|
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
//
|
|
21
21
|
//===----------------------------------------------------------------------===//
|
|
@@ -6,16 +6,16 @@
|
|
|
6
6
|
//
|
|
7
7
|
|
|
8
8
|
// This program is free software: you can redistribute it and/or modify
|
|
9
|
-
// it under the terms of the GNU General Public License as published by
|
|
9
|
+
// it under the terms of the GNU Affero General Public License as published by
|
|
10
10
|
// the Free Software Foundation, either version 3 of the License, or
|
|
11
11
|
// (at your option) any later version.
|
|
12
12
|
|
|
13
13
|
// This program is distributed in the hope that it will be useful,
|
|
14
14
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
15
15
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
16
|
-
// GNU General Public License for more details.
|
|
16
|
+
// GNU Affero General Public License for more details.
|
|
17
17
|
|
|
18
|
-
// You should have received a copy of the GNU General Public License
|
|
18
|
+
// You should have received a copy of the GNU Affero General Public License
|
|
19
19
|
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
//
|
|
21
21
|
//===----------------------------------------------------------------------===//
|
|
@@ -6,16 +6,16 @@
|
|
|
6
6
|
//
|
|
7
7
|
|
|
8
8
|
// This program is free software: you can redistribute it and/or modify
|
|
9
|
-
// it under the terms of the GNU General Public License as published by
|
|
9
|
+
// it under the terms of the GNU Affero General Public License as published by
|
|
10
10
|
// the Free Software Foundation, either version 3 of the License, or
|
|
11
11
|
// (at your option) any later version.
|
|
12
12
|
|
|
13
13
|
// This program is distributed in the hope that it will be useful,
|
|
14
14
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
15
15
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
16
|
-
// GNU General Public License for more details.
|
|
16
|
+
// GNU Affero General Public License for more details.
|
|
17
17
|
|
|
18
|
-
// You should have received a copy of the GNU General Public License
|
|
18
|
+
// You should have received a copy of the GNU Affero General Public License
|
|
19
19
|
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
//
|
|
21
21
|
//===----------------------------------------------------------------------===//
|
|
@@ -6,16 +6,16 @@
|
|
|
6
6
|
//
|
|
7
7
|
|
|
8
8
|
// This program is free software: you can redistribute it and/or modify
|
|
9
|
-
// it under the terms of the GNU General Public License as published by
|
|
9
|
+
// it under the terms of the GNU Affero General Public License as published by
|
|
10
10
|
// the Free Software Foundation, either version 3 of the License, or
|
|
11
11
|
// (at your option) any later version.
|
|
12
12
|
|
|
13
13
|
// This program is distributed in the hope that it will be useful,
|
|
14
14
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
15
15
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
16
|
-
// GNU General Public License for more details.
|
|
16
|
+
// GNU Affero General Public License for more details.
|
|
17
17
|
|
|
18
|
-
// You should have received a copy of the GNU General Public License
|
|
18
|
+
// You should have received a copy of the GNU Affero General Public License
|
|
19
19
|
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
//
|
|
21
21
|
//===----------------------------------------------------------------------===//
|
|
@@ -6,16 +6,16 @@
|
|
|
6
6
|
//
|
|
7
7
|
|
|
8
8
|
// This program is free software: you can redistribute it and/or modify
|
|
9
|
-
// it under the terms of the GNU General Public License as published by
|
|
9
|
+
// it under the terms of the GNU Affero General Public License as published by
|
|
10
10
|
// the Free Software Foundation, either version 3 of the License, or
|
|
11
11
|
// (at your option) any later version.
|
|
12
12
|
|
|
13
13
|
// This program is distributed in the hope that it will be useful,
|
|
14
14
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
15
15
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
16
|
-
// GNU General Public License for more details.
|
|
16
|
+
// GNU Affero General Public License for more details.
|
|
17
17
|
|
|
18
|
-
// You should have received a copy of the GNU General Public License
|
|
18
|
+
// You should have received a copy of the GNU Affero General Public License
|
|
19
19
|
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
//
|
|
21
21
|
//===----------------------------------------------------------------------===//
|
|
@@ -6,16 +6,16 @@
|
|
|
6
6
|
//
|
|
7
7
|
|
|
8
8
|
// This program is free software: you can redistribute it and/or modify
|
|
9
|
-
// it under the terms of the GNU General Public License as published by
|
|
9
|
+
// it under the terms of the GNU Affero General Public License as published by
|
|
10
10
|
// the Free Software Foundation, either version 3 of the License, or
|
|
11
11
|
// (at your option) any later version.
|
|
12
12
|
|
|
13
13
|
// This program is distributed in the hope that it will be useful,
|
|
14
14
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
15
15
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
16
|
-
// GNU General Public License for more details.
|
|
16
|
+
// GNU Affero General Public License for more details.
|
|
17
17
|
|
|
18
|
-
// You should have received a copy of the GNU General Public License
|
|
18
|
+
// You should have received a copy of the GNU Affero General Public License
|
|
19
19
|
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
//
|
|
21
21
|
//===----------------------------------------------------------------------===//
|
|
@@ -6,16 +6,16 @@
|
|
|
6
6
|
//
|
|
7
7
|
|
|
8
8
|
// This program is free software: you can redistribute it and/or modify
|
|
9
|
-
// it under the terms of the GNU General Public License as published by
|
|
9
|
+
// it under the terms of the GNU Affero General Public License as published by
|
|
10
10
|
// the Free Software Foundation, either version 3 of the License, or
|
|
11
11
|
// (at your option) any later version.
|
|
12
12
|
|
|
13
13
|
// This program is distributed in the hope that it will be useful,
|
|
14
14
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
15
15
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
16
|
-
// GNU General Public License for more details.
|
|
16
|
+
// GNU Affero General Public License for more details.
|
|
17
17
|
|
|
18
|
-
// You should have received a copy of the GNU General Public License
|
|
18
|
+
// You should have received a copy of the GNU Affero General Public License
|
|
19
19
|
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
//
|
|
21
21
|
//===----------------------------------------------------------------------===//
|
|
@@ -6,16 +6,16 @@
|
|
|
6
6
|
//
|
|
7
7
|
|
|
8
8
|
// This program is free software: you can redistribute it and/or modify
|
|
9
|
-
// it under the terms of the GNU General Public License as published by
|
|
9
|
+
// it under the terms of the GNU Affero General Public License as published by
|
|
10
10
|
// the Free Software Foundation, either version 3 of the License, or
|
|
11
11
|
// (at your option) any later version.
|
|
12
12
|
|
|
13
13
|
// This program is distributed in the hope that it will be useful,
|
|
14
14
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
15
15
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
16
|
-
// GNU General Public License for more details.
|
|
16
|
+
// GNU Affero General Public License for more details.
|
|
17
17
|
|
|
18
|
-
// You should have received a copy of the GNU General Public License
|
|
18
|
+
// You should have received a copy of the GNU Affero General Public License
|
|
19
19
|
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
//
|
|
21
21
|
//===----------------------------------------------------------------------===//
|
|
@@ -6,16 +6,16 @@
|
|
|
6
6
|
//
|
|
7
7
|
|
|
8
8
|
// This program is free software: you can redistribute it and/or modify
|
|
9
|
-
// it under the terms of the GNU General Public License as published by
|
|
9
|
+
// it under the terms of the GNU Affero General Public License as published by
|
|
10
10
|
// the Free Software Foundation, either version 3 of the License, or
|
|
11
11
|
// (at your option) any later version.
|
|
12
12
|
|
|
13
13
|
// This program is distributed in the hope that it will be useful,
|
|
14
14
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
15
15
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
16
|
-
// GNU General Public License for more details.
|
|
16
|
+
// GNU Affero General Public License for more details.
|
|
17
17
|
|
|
18
|
-
// You should have received a copy of the GNU General Public License
|
|
18
|
+
// You should have received a copy of the GNU Affero General Public License
|
|
19
19
|
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
//
|
|
21
21
|
//===----------------------------------------------------------------------===//
|
|
@@ -6,16 +6,16 @@
|
|
|
6
6
|
//
|
|
7
7
|
|
|
8
8
|
// This program is free software: you can redistribute it and/or modify
|
|
9
|
-
// it under the terms of the GNU General Public License as published by
|
|
9
|
+
// it under the terms of the GNU Affero General Public License as published by
|
|
10
10
|
// the Free Software Foundation, either version 3 of the License, or
|
|
11
11
|
// (at your option) any later version.
|
|
12
12
|
|
|
13
13
|
// This program is distributed in the hope that it will be useful,
|
|
14
14
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
15
15
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
16
|
-
// GNU General Public License for more details.
|
|
16
|
+
// GNU Affero General Public License for more details.
|
|
17
17
|
|
|
18
|
-
// You should have received a copy of the GNU General Public License
|
|
18
|
+
// You should have received a copy of the GNU Affero General Public License
|
|
19
19
|
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
//
|
|
21
21
|
//===----------------------------------------------------------------------===//
|
|
@@ -6,16 +6,16 @@
|
|
|
6
6
|
//
|
|
7
7
|
|
|
8
8
|
// This program is free software: you can redistribute it and/or modify
|
|
9
|
-
// it under the terms of the GNU General Public License as published by
|
|
9
|
+
// it under the terms of the GNU Affero General Public License as published by
|
|
10
10
|
// the Free Software Foundation, either version 3 of the License, or
|
|
11
11
|
// (at your option) any later version.
|
|
12
12
|
|
|
13
13
|
// This program is distributed in the hope that it will be useful,
|
|
14
14
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
15
15
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
16
|
-
// GNU General Public License for more details.
|
|
16
|
+
// GNU Affero General Public License for more details.
|
|
17
17
|
|
|
18
|
-
// You should have received a copy of the GNU General Public License
|
|
18
|
+
// You should have received a copy of the GNU Affero General Public License
|
|
19
19
|
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
//
|
|
21
21
|
//===----------------------------------------------------------------------===//
|
|
@@ -6,16 +6,16 @@
|
|
|
6
6
|
//
|
|
7
7
|
|
|
8
8
|
// This program is free software: you can redistribute it and/or modify
|
|
9
|
-
// it under the terms of the GNU General Public License as published by
|
|
9
|
+
// it under the terms of the GNU Affero General Public License as published by
|
|
10
10
|
// the Free Software Foundation, either version 3 of the License, or
|
|
11
11
|
// (at your option) any later version.
|
|
12
12
|
|
|
13
13
|
// This program is distributed in the hope that it will be useful,
|
|
14
14
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
15
15
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
16
|
-
// GNU General Public License for more details.
|
|
16
|
+
// GNU Affero General Public License for more details.
|
|
17
17
|
|
|
18
|
-
// You should have received a copy of the GNU General Public License
|
|
18
|
+
// You should have received a copy of the GNU Affero General Public License
|
|
19
19
|
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
//
|
|
21
21
|
//===----------------------------------------------------------------------===//
|
|
@@ -6,16 +6,16 @@
|
|
|
6
6
|
//
|
|
7
7
|
|
|
8
8
|
// This program is free software: you can redistribute it and/or modify
|
|
9
|
-
// it under the terms of the GNU General Public License as published by
|
|
9
|
+
// it under the terms of the GNU Affero General Public License as published by
|
|
10
10
|
// the Free Software Foundation, either version 3 of the License, or
|
|
11
11
|
// (at your option) any later version.
|
|
12
12
|
|
|
13
13
|
// This program is distributed in the hope that it will be useful,
|
|
14
14
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
15
15
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
16
|
-
// GNU General Public License for more details.
|
|
16
|
+
// GNU Affero General Public License for more details.
|
|
17
17
|
|
|
18
|
-
// You should have received a copy of the GNU General Public License
|
|
18
|
+
// You should have received a copy of the GNU Affero General Public License
|
|
19
19
|
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
//
|
|
21
21
|
//===----------------------------------------------------------------------===//
|
|
@@ -6,16 +6,16 @@
|
|
|
6
6
|
//
|
|
7
7
|
|
|
8
8
|
// This program is free software: you can redistribute it and/or modify
|
|
9
|
-
// it under the terms of the GNU General Public License as published by
|
|
9
|
+
// it under the terms of the GNU Affero General Public License as published by
|
|
10
10
|
// the Free Software Foundation, either version 3 of the License, or
|
|
11
11
|
// (at your option) any later version.
|
|
12
12
|
|
|
13
13
|
// This program is distributed in the hope that it will be useful,
|
|
14
14
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
15
15
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
16
|
-
// GNU General Public License for more details.
|
|
16
|
+
// GNU Affero General Public License for more details.
|
|
17
17
|
|
|
18
|
-
// You should have received a copy of the GNU General Public License
|
|
18
|
+
// You should have received a copy of the GNU Affero General Public License
|
|
19
19
|
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
//
|
|
21
21
|
//===----------------------------------------------------------------------===//
|
|
@@ -6,16 +6,16 @@
|
|
|
6
6
|
//
|
|
7
7
|
|
|
8
8
|
// This program is free software: you can redistribute it and/or modify
|
|
9
|
-
// it under the terms of the GNU General Public License as published by
|
|
9
|
+
// it under the terms of the GNU Affero General Public License as published by
|
|
10
10
|
// the Free Software Foundation, either version 3 of the License, or
|
|
11
11
|
// (at your option) any later version.
|
|
12
12
|
|
|
13
13
|
// This program is distributed in the hope that it will be useful,
|
|
14
14
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
15
15
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
16
|
-
// GNU General Public License for more details.
|
|
16
|
+
// GNU Affero General Public License for more details.
|
|
17
17
|
|
|
18
|
-
// You should have received a copy of the GNU General Public License
|
|
18
|
+
// You should have received a copy of the GNU Affero General Public License
|
|
19
19
|
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
//
|
|
21
21
|
//===----------------------------------------------------------------------===//
|
|
@@ -6,16 +6,16 @@
|
|
|
6
6
|
//
|
|
7
7
|
|
|
8
8
|
// This program is free software: you can redistribute it and/or modify
|
|
9
|
-
// it under the terms of the GNU General Public License as published by
|
|
9
|
+
// it under the terms of the GNU Affero General Public License as published by
|
|
10
10
|
// the Free Software Foundation, either version 3 of the License, or
|
|
11
11
|
// (at your option) any later version.
|
|
12
12
|
|
|
13
13
|
// This program is distributed in the hope that it will be useful,
|
|
14
14
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
15
15
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
16
|
-
// GNU General Public License for more details.
|
|
16
|
+
// GNU Affero General Public License for more details.
|
|
17
17
|
|
|
18
|
-
// You should have received a copy of the GNU General Public License
|
|
18
|
+
// You should have received a copy of the GNU Affero General Public License
|
|
19
19
|
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
//
|
|
21
21
|
//===----------------------------------------------------------------------===//
|
|
@@ -6,16 +6,16 @@
|
|
|
6
6
|
//
|
|
7
7
|
|
|
8
8
|
// This program is free software: you can redistribute it and/or modify
|
|
9
|
-
// it under the terms of the GNU General Public License as published by
|
|
9
|
+
// it under the terms of the GNU Affero General Public License as published by
|
|
10
10
|
// the Free Software Foundation, either version 3 of the License, or
|
|
11
11
|
// (at your option) any later version.
|
|
12
12
|
|
|
13
13
|
// This program is distributed in the hope that it will be useful,
|
|
14
14
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
15
15
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
16
|
-
// GNU General Public License for more details.
|
|
16
|
+
// GNU Affero General Public License for more details.
|
|
17
17
|
|
|
18
|
-
// You should have received a copy of the GNU General Public License
|
|
18
|
+
// You should have received a copy of the GNU Affero General Public License
|
|
19
19
|
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
//
|
|
21
21
|
//===----------------------------------------------------------------------===//
|
|
@@ -6,16 +6,16 @@
|
|
|
6
6
|
//
|
|
7
7
|
|
|
8
8
|
// This program is free software: you can redistribute it and/or modify
|
|
9
|
-
// it under the terms of the GNU General Public License as published by
|
|
9
|
+
// it under the terms of the GNU Affero General Public License as published by
|
|
10
10
|
// the Free Software Foundation, either version 3 of the License, or
|
|
11
11
|
// (at your option) any later version.
|
|
12
12
|
|
|
13
13
|
// This program is distributed in the hope that it will be useful,
|
|
14
14
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
15
15
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
16
|
-
// GNU General Public License for more details.
|
|
16
|
+
// GNU Affero General Public License for more details.
|
|
17
17
|
|
|
18
|
-
// You should have received a copy of the GNU General Public License
|
|
18
|
+
// You should have received a copy of the GNU Affero General Public License
|
|
19
19
|
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
//
|
|
21
21
|
//===----------------------------------------------------------------------===//
|
package/svf/include/CFL/CFLVF.h
CHANGED
|
@@ -6,16 +6,16 @@
|
|
|
6
6
|
//
|
|
7
7
|
|
|
8
8
|
// This program is free software: you can redistribute it and/or modify
|
|
9
|
-
// it under the terms of the GNU General Public License as published by
|
|
9
|
+
// it under the terms of the GNU Affero General Public License as published by
|
|
10
10
|
// the Free Software Foundation, either version 3 of the License, or
|
|
11
11
|
// (at your option) any later version.
|
|
12
12
|
|
|
13
13
|
// This program is distributed in the hope that it will be useful,
|
|
14
14
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
15
15
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
16
|
-
// GNU General Public License for more details.
|
|
16
|
+
// GNU Affero General Public License for more details.
|
|
17
17
|
|
|
18
|
-
// You should have received a copy of the GNU General Public License
|
|
18
|
+
// You should have received a copy of the GNU Affero General Public License
|
|
19
19
|
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
//
|
|
21
21
|
//===----------------------------------------------------------------------===//
|
|
@@ -6,16 +6,16 @@
|
|
|
6
6
|
//
|
|
7
7
|
|
|
8
8
|
// This program is free software: you can redistribute it and/or modify
|
|
9
|
-
// it under the terms of the GNU General Public License as published by
|
|
9
|
+
// it under the terms of the GNU Affero General Public License as published by
|
|
10
10
|
// the Free Software Foundation, either version 3 of the License, or
|
|
11
11
|
// (at your option) any later version.
|
|
12
12
|
|
|
13
13
|
// This program is distributed in the hope that it will be useful,
|
|
14
14
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
15
15
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
16
|
-
// GNU General Public License for more details.
|
|
16
|
+
// GNU Affero General Public License for more details.
|
|
17
17
|
|
|
18
|
-
// You should have received a copy of the GNU General Public License
|
|
18
|
+
// You should have received a copy of the GNU Affero General Public License
|
|
19
19
|
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
//
|
|
21
21
|
//===----------------------------------------------------------------------===//
|
|
@@ -6,16 +6,16 @@
|
|
|
6
6
|
//
|
|
7
7
|
|
|
8
8
|
// This program is free software: you can redistribute it and/or modify
|
|
9
|
-
// it under the terms of the GNU General Public License as published by
|
|
9
|
+
// it under the terms of the GNU Affero General Public License as published by
|
|
10
10
|
// the Free Software Foundation, either version 3 of the License, or
|
|
11
11
|
// (at your option) any later version.
|
|
12
12
|
|
|
13
13
|
// This program is distributed in the hope that it will be useful,
|
|
14
14
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
15
15
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
16
|
-
// GNU General Public License for more details.
|
|
16
|
+
// GNU Affero General Public License for more details.
|
|
17
17
|
|
|
18
|
-
// You should have received a copy of the GNU General Public License
|
|
18
|
+
// You should have received a copy of the GNU Affero General Public License
|
|
19
19
|
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
//
|
|
21
21
|
//===----------------------------------------------------------------------===//
|
|
@@ -6,16 +6,16 @@
|
|
|
6
6
|
//
|
|
7
7
|
|
|
8
8
|
// This program is free software: you can redistribute it and/or modify
|
|
9
|
-
// it under the terms of the GNU General Public License as published by
|
|
9
|
+
// it under the terms of the GNU Affero General Public License as published by
|
|
10
10
|
// the Free Software Foundation, either version 3 of the License, or
|
|
11
11
|
// (at your option) any later version.
|
|
12
12
|
|
|
13
13
|
// This program is distributed in the hope that it will be useful,
|
|
14
14
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
15
15
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
16
|
-
// GNU General Public License for more details.
|
|
16
|
+
// GNU Affero General Public License for more details.
|
|
17
17
|
|
|
18
|
-
// You should have received a copy of the GNU General Public License
|
|
18
|
+
// You should have received a copy of the GNU Affero General Public License
|
|
19
19
|
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
//
|
|
21
21
|
//===----------------------------------------------------------------------===//
|
|
@@ -6,16 +6,16 @@
|
|
|
6
6
|
//
|
|
7
7
|
|
|
8
8
|
// This program is free software: you can redistribute it and/or modify
|
|
9
|
-
// it under the terms of the GNU General Public License as published by
|
|
9
|
+
// it under the terms of the GNU Affero General Public License as published by
|
|
10
10
|
// the Free Software Foundation, either version 3 of the License, or
|
|
11
11
|
// (at your option) any later version.
|
|
12
12
|
|
|
13
13
|
// This program is distributed in the hope that it will be useful,
|
|
14
14
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
15
15
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
16
|
-
// GNU General Public License for more details.
|
|
16
|
+
// GNU Affero General Public License for more details.
|
|
17
17
|
|
|
18
|
-
// You should have received a copy of the GNU General Public License
|
|
18
|
+
// You should have received a copy of the GNU Affero General Public License
|
|
19
19
|
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
//
|
|
21
21
|
//===----------------------------------------------------------------------===//
|
|
@@ -6,16 +6,16 @@
|
|
|
6
6
|
//
|
|
7
7
|
|
|
8
8
|
// This program is free software: you can redistribute it and/or modify
|
|
9
|
-
// it under the terms of the GNU General Public License as published by
|
|
9
|
+
// it under the terms of the GNU Affero General Public License as published by
|
|
10
10
|
// the Free Software Foundation, either version 3 of the License, or
|
|
11
11
|
// (at your option) any later version.
|
|
12
12
|
|
|
13
13
|
// This program is distributed in the hope that it will be useful,
|
|
14
14
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
15
15
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
16
|
-
// GNU General Public License for more details.
|
|
16
|
+
// GNU Affero General Public License for more details.
|
|
17
17
|
|
|
18
|
-
// You should have received a copy of the GNU General Public License
|
|
18
|
+
// You should have received a copy of the GNU Affero General Public License
|
|
19
19
|
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
//
|
|
21
21
|
//===----------------------------------------------------------------------===//
|
|
@@ -6,16 +6,16 @@
|
|
|
6
6
|
//
|
|
7
7
|
|
|
8
8
|
// This program is free software: you can redistribute it and/or modify
|
|
9
|
-
// it under the terms of the GNU General Public License as published by
|
|
9
|
+
// it under the terms of the GNU Affero General Public License as published by
|
|
10
10
|
// the Free Software Foundation, either version 3 of the License, or
|
|
11
11
|
// (at your option) any later version.
|
|
12
12
|
|
|
13
13
|
// This program is distributed in the hope that it will be useful,
|
|
14
14
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
15
15
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
16
|
-
// GNU General Public License for more details.
|
|
16
|
+
// GNU Affero General Public License for more details.
|
|
17
17
|
|
|
18
|
-
// You should have received a copy of the GNU General Public License
|
|
18
|
+
// You should have received a copy of the GNU Affero General Public License
|
|
19
19
|
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
//
|
|
21
21
|
//===----------------------------------------------------------------------===//
|
|
@@ -6,16 +6,16 @@
|
|
|
6
6
|
//
|
|
7
7
|
|
|
8
8
|
// This program is free software: you can redistribute it and/or modify
|
|
9
|
-
// it under the terms of the GNU General Public License as published by
|
|
9
|
+
// it under the terms of the GNU Affero General Public License as published by
|
|
10
10
|
// the Free Software Foundation, either version 3 of the License, or
|
|
11
11
|
// (at your option) any later version.
|
|
12
12
|
|
|
13
13
|
// This program is distributed in the hope that it will be useful,
|
|
14
14
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
15
15
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
16
|
-
// GNU General Public License for more details.
|
|
16
|
+
// GNU Affero General Public License for more details.
|
|
17
17
|
|
|
18
|
-
// You should have received a copy of the GNU General Public License
|
|
18
|
+
// You should have received a copy of the GNU Affero General Public License
|
|
19
19
|
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
//
|
|
21
21
|
//===----------------------------------------------------------------------===//
|
|
@@ -6,16 +6,16 @@
|
|
|
6
6
|
//
|
|
7
7
|
|
|
8
8
|
// This program is free software: you can redistribute it and/or modify
|
|
9
|
-
// it under the terms of the GNU General Public License as published by
|
|
9
|
+
// it under the terms of the GNU Affero General Public License as published by
|
|
10
10
|
// the Free Software Foundation, either version 3 of the License, or
|
|
11
11
|
// (at your option) any later version.
|
|
12
12
|
|
|
13
13
|
// This program is distributed in the hope that it will be useful,
|
|
14
14
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
15
15
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
16
|
-
// GNU General Public License for more details.
|
|
16
|
+
// GNU Affero General Public License for more details.
|
|
17
17
|
|
|
18
|
-
// You should have received a copy of the GNU General Public License
|
|
18
|
+
// You should have received a copy of the GNU Affero General Public License
|
|
19
19
|
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
//
|
|
21
21
|
//===----------------------------------------------------------------------===//
|
|
@@ -6,16 +6,16 @@
|
|
|
6
6
|
//
|
|
7
7
|
|
|
8
8
|
// This program is free software: you can redistribute it and/or modify
|
|
9
|
-
// it under the terms of the GNU General Public License as published by
|
|
9
|
+
// it under the terms of the GNU Affero General Public License as published by
|
|
10
10
|
// the Free Software Foundation, either version 3 of the License, or
|
|
11
11
|
// (at your option) any later version.
|
|
12
12
|
|
|
13
13
|
// This program is distributed in the hope that it will be useful,
|
|
14
14
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
15
15
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
16
|
-
// GNU General Public License for more details.
|
|
16
|
+
// GNU Affero General Public License for more details.
|
|
17
17
|
|
|
18
|
-
// You should have received a copy of the GNU General Public License
|
|
18
|
+
// You should have received a copy of the GNU Affero General Public License
|
|
19
19
|
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
//
|
|
21
21
|
//===----------------------------------------------------------------------===//
|
package/svf/include/Graphs/CHG.h
CHANGED
|
@@ -6,16 +6,16 @@
|
|
|
6
6
|
//
|
|
7
7
|
|
|
8
8
|
// This program is free software: you can redistribute it and/or modify
|
|
9
|
-
// it under the terms of the GNU General Public License as published by
|
|
9
|
+
// it under the terms of the GNU Affero General Public License as published by
|
|
10
10
|
// the Free Software Foundation, either version 3 of the License, or
|
|
11
11
|
// (at your option) any later version.
|
|
12
12
|
|
|
13
13
|
// This program is distributed in the hope that it will be useful,
|
|
14
14
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
15
15
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
16
|
-
// GNU General Public License for more details.
|
|
16
|
+
// GNU Affero General Public License for more details.
|
|
17
17
|
|
|
18
|
-
// You should have received a copy of the GNU General Public License
|
|
18
|
+
// You should have received a copy of the GNU Affero General Public License
|
|
19
19
|
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
//
|
|
21
21
|
//===----------------------------------------------------------------------===//
|