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.
Files changed (208) hide show
  1. package/package.json +1 -1
  2. package/svf/include/AbstractExecution/AbstractValue.h +3 -3
  3. package/svf/include/AbstractExecution/AddressValue.h +3 -3
  4. package/svf/include/AbstractExecution/ExeState.h +3 -3
  5. package/svf/include/AbstractExecution/IntervalExeState.h +3 -3
  6. package/svf/include/AbstractExecution/IntervalValue.h +3 -3
  7. package/svf/include/AbstractExecution/NumericLiteral.h +3 -3
  8. package/svf/include/AbstractExecution/RelExeState.h +3 -3
  9. package/svf/include/AbstractExecution/RelationSolver.h +3 -3
  10. package/svf/include/AbstractExecution/SVFIR2ItvExeState.h +3 -3
  11. package/svf/include/AbstractExecution/WTO.h +3 -3
  12. package/svf/include/CFL/CFGNormalizer.h +3 -3
  13. package/svf/include/CFL/CFLAlias.h +3 -3
  14. package/svf/include/CFL/CFLBase.h +3 -3
  15. package/svf/include/CFL/CFLGramGraphChecker.h +3 -3
  16. package/svf/include/CFL/CFLGrammar.h +3 -3
  17. package/svf/include/CFL/CFLGraphBuilder.h +3 -3
  18. package/svf/include/CFL/CFLSolver.h +3 -3
  19. package/svf/include/CFL/CFLStat.h +3 -3
  20. package/svf/include/CFL/CFLVF.h +3 -3
  21. package/svf/include/CFL/GrammarBuilder.h +3 -3
  22. package/svf/include/DDA/ContextDDA.h +3 -3
  23. package/svf/include/DDA/DDAClient.h +3 -3
  24. package/svf/include/DDA/DDAPass.h +3 -3
  25. package/svf/include/DDA/DDAStat.h +3 -3
  26. package/svf/include/DDA/DDAVFSolver.h +3 -3
  27. package/svf/include/DDA/FlowDDA.h +3 -3
  28. package/svf/include/Graphs/CFBasicBlockG.h +3 -3
  29. package/svf/include/Graphs/CFLGraph.h +3 -3
  30. package/svf/include/Graphs/CHG.h +3 -3
  31. package/svf/include/Graphs/ConsG.h +3 -3
  32. package/svf/include/Graphs/ConsGEdge.h +3 -3
  33. package/svf/include/Graphs/ConsGNode.h +3 -3
  34. package/svf/include/Graphs/GenericGraph.h +3 -3
  35. package/svf/include/Graphs/GraphPrinter.h +3 -3
  36. package/svf/include/Graphs/ICFG.h +3 -3
  37. package/svf/include/Graphs/ICFGEdge.h +3 -3
  38. package/svf/include/Graphs/ICFGNode.h +3 -3
  39. package/svf/include/Graphs/ICFGStat.h +3 -3
  40. package/svf/include/Graphs/IRGraph.h +3 -3
  41. package/svf/include/Graphs/PTACallGraph.h +3 -3
  42. package/svf/include/Graphs/SVFG.h +3 -3
  43. package/svf/include/Graphs/SVFGEdge.h +3 -3
  44. package/svf/include/Graphs/SVFGNode.h +3 -3
  45. package/svf/include/Graphs/SVFGOPT.h +3 -3
  46. package/svf/include/Graphs/SVFGStat.h +3 -3
  47. package/svf/include/Graphs/ThreadCallGraph.h +3 -3
  48. package/svf/include/Graphs/VFG.h +3 -3
  49. package/svf/include/Graphs/VFGEdge.h +3 -3
  50. package/svf/include/Graphs/VFGNode.h +3 -3
  51. package/svf/include/MSSA/MSSAMuChi.h +3 -3
  52. package/svf/include/MSSA/MemPartition.h +3 -3
  53. package/svf/include/MSSA/MemRegion.h +3 -3
  54. package/svf/include/MSSA/MemSSA.h +3 -3
  55. package/svf/include/MSSA/SVFGBuilder.h +3 -3
  56. package/svf/include/MTA/FSMPTA.h +3 -3
  57. package/svf/include/MTA/LockAnalysis.h +3 -3
  58. package/svf/include/MTA/MHP.h +3 -3
  59. package/svf/include/MTA/MTA.h +3 -3
  60. package/svf/include/MTA/MTAStat.h +3 -3
  61. package/svf/include/MTA/PCG.h +3 -3
  62. package/svf/include/MTA/TCT.h +3 -3
  63. package/svf/include/MemoryModel/AbstractPointsToDS.h +3 -3
  64. package/svf/include/MemoryModel/ConditionalPT.h +3 -3
  65. package/svf/include/MemoryModel/LocationSet.h +3 -3
  66. package/svf/include/MemoryModel/MutablePointsToDS.h +3 -3
  67. package/svf/include/MemoryModel/PointerAnalysis.h +3 -3
  68. package/svf/include/MemoryModel/PointerAnalysisImpl.h +3 -3
  69. package/svf/include/MemoryModel/SVFLoop.h +3 -3
  70. package/svf/include/SABER/DoubleFreeChecker.h +3 -3
  71. package/svf/include/SABER/FileChecker.h +3 -3
  72. package/svf/include/SABER/LeakChecker.h +3 -3
  73. package/svf/include/SABER/ProgSlice.h +3 -3
  74. package/svf/include/SABER/SaberCheckerAPI.h +3 -3
  75. package/svf/include/SABER/SaberCondAllocator.h +3 -3
  76. package/svf/include/SABER/SaberSVFGBuilder.h +3 -3
  77. package/svf/include/SABER/SrcSnkDDA.h +3 -3
  78. package/svf/include/SABER/SrcSnkSolver.h +3 -3
  79. package/svf/include/SVFIR/PAGBuilderFromFile.h +3 -3
  80. package/svf/include/SVFIR/SVFIR.h +3 -3
  81. package/svf/include/SVFIR/SVFModule.h +3 -3
  82. package/svf/include/SVFIR/SVFStatements.h +3 -3
  83. package/svf/include/SVFIR/SVFType.h +3 -3
  84. package/svf/include/SVFIR/SVFValue.h +3 -3
  85. package/svf/include/SVFIR/SVFVariables.h +3 -3
  86. package/svf/include/SVFIR/SymbolTableInfo.h +3 -3
  87. package/svf/include/Util/CallGraphBuilder.h +3 -3
  88. package/svf/include/Util/CppUtil.h +3 -3
  89. package/svf/include/Util/CxtStmt.h +3 -3
  90. package/svf/include/Util/DPItem.h +3 -3
  91. package/svf/include/Util/ExtAPI.h +3 -3
  92. package/svf/include/Util/GraphReachSolver.h +3 -3
  93. package/svf/include/Util/PTAStat.h +3 -3
  94. package/svf/include/Util/SCC.h +3 -3
  95. package/svf/include/Util/SVFStat.h +3 -3
  96. package/svf/include/Util/SVFUtil.h +3 -3
  97. package/svf/include/Util/ThreadAPI.h +3 -3
  98. package/svf/include/Util/WorkList.h +3 -3
  99. package/svf/include/Util/Z3Expr.h +3 -3
  100. package/svf/include/WPA/Andersen.h +3 -3
  101. package/svf/include/WPA/AndersenPWC.h +3 -3
  102. package/svf/include/WPA/CSC.h +3 -3
  103. package/svf/include/WPA/FlowSensitive.h +3 -3
  104. package/svf/include/WPA/TypeAnalysis.h +3 -3
  105. package/svf/include/WPA/WPAFSSolver.h +3 -3
  106. package/svf/include/WPA/WPAPass.h +3 -3
  107. package/svf/include/WPA/WPASolver.h +3 -3
  108. package/svf/include/WPA/WPAStat.h +3 -3
  109. package/svf/lib/AbstractExecution/ExeState.cpp +3 -3
  110. package/svf/lib/AbstractExecution/IntervalExeState.cpp +3 -3
  111. package/svf/lib/AbstractExecution/RelExeState.cpp +3 -3
  112. package/svf/lib/AbstractExecution/RelationSolver.cpp +3 -3
  113. package/svf/lib/AbstractExecution/SVFIR2ItvExeState.cpp +3 -3
  114. package/svf/lib/CFL/CFGNormalizer.cpp +3 -3
  115. package/svf/lib/CFL/CFLAlias.cpp +3 -3
  116. package/svf/lib/CFL/CFLBase.cpp +3 -3
  117. package/svf/lib/CFL/CFLGrammar.cpp +3 -3
  118. package/svf/lib/CFL/CFLGraphBuilder.cpp +3 -3
  119. package/svf/lib/CFL/CFLSolver.cpp +3 -3
  120. package/svf/lib/CFL/CFLStat.cpp +3 -3
  121. package/svf/lib/CFL/CFLVF.cpp +3 -3
  122. package/svf/lib/CFL/GrammarBuilder.cpp +3 -3
  123. package/svf/lib/DDA/ContextDDA.cpp +3 -3
  124. package/svf/lib/DDA/DDAClient.cpp +3 -3
  125. package/svf/lib/DDA/DDAPass.cpp +3 -3
  126. package/svf/lib/DDA/DDAStat.cpp +3 -3
  127. package/svf/lib/DDA/FlowDDA.cpp +3 -3
  128. package/svf/lib/Graphs/CFBasicBlockG.cpp +3 -3
  129. package/svf/lib/Graphs/CFLGraph.cpp +3 -3
  130. package/svf/lib/Graphs/CHG.cpp +3 -3
  131. package/svf/lib/Graphs/ConsG.cpp +3 -3
  132. package/svf/lib/Graphs/ICFG.cpp +3 -3
  133. package/svf/lib/Graphs/IRGraph.cpp +3 -3
  134. package/svf/lib/Graphs/PTACallGraph.cpp +3 -3
  135. package/svf/lib/Graphs/SVFG.cpp +3 -3
  136. package/svf/lib/Graphs/SVFGOPT.cpp +3 -3
  137. package/svf/lib/Graphs/SVFGReadWrite.cpp +3 -3
  138. package/svf/lib/Graphs/SVFGStat.cpp +3 -3
  139. package/svf/lib/Graphs/ThreadCallGraph.cpp +3 -3
  140. package/svf/lib/Graphs/VFG.cpp +3 -3
  141. package/svf/lib/MSSA/MemPartition.cpp +3 -3
  142. package/svf/lib/MSSA/MemRegion.cpp +3 -3
  143. package/svf/lib/MSSA/MemSSA.cpp +3 -3
  144. package/svf/lib/MSSA/SVFGBuilder.cpp +3 -3
  145. package/svf/lib/MTA/FSMPTA.cpp +3 -3
  146. package/svf/lib/MTA/LockAnalysis.cpp +3 -3
  147. package/svf/lib/MTA/MHP.cpp +3 -3
  148. package/svf/lib/MTA/MTA.cpp +3 -3
  149. package/svf/lib/MTA/MTAStat.cpp +3 -3
  150. package/svf/lib/MTA/PCG.cpp +3 -3
  151. package/svf/lib/MTA/TCT.cpp +3 -3
  152. package/svf/lib/MemoryModel/LocationSet.cpp +3 -3
  153. package/svf/lib/MemoryModel/PointerAnalysis.cpp +3 -3
  154. package/svf/lib/MemoryModel/PointerAnalysisImpl.cpp +3 -3
  155. package/svf/lib/SABER/DoubleFreeChecker.cpp +3 -3
  156. package/svf/lib/SABER/FileChecker.cpp +3 -3
  157. package/svf/lib/SABER/LeakChecker.cpp +3 -3
  158. package/svf/lib/SABER/ProgSlice.cpp +3 -3
  159. package/svf/lib/SABER/SaberCheckerAPI.cpp +3 -3
  160. package/svf/lib/SABER/SaberCondAllocator.cpp +3 -3
  161. package/svf/lib/SABER/SaberSVFGBuilder.cpp +3 -3
  162. package/svf/lib/SABER/SrcSnkDDA.cpp +3 -3
  163. package/svf/lib/SVFIR/PAGBuilderFromFile.cpp +3 -3
  164. package/svf/lib/SVFIR/SVFIR.cpp +3 -3
  165. package/svf/lib/SVFIR/SVFModule.cpp +3 -3
  166. package/svf/lib/SVFIR/SVFStatements.cpp +3 -3
  167. package/svf/lib/SVFIR/SVFVariables.cpp +3 -3
  168. package/svf/lib/SVFIR/SymbolTableInfo.cpp +3 -3
  169. package/svf/lib/Util/CallGraphBuilder.cpp +3 -3
  170. package/svf/lib/Util/CppUtil.cpp +3 -3
  171. package/svf/lib/Util/ExtAPI.cpp +3 -3
  172. package/svf/lib/Util/PTAStat.cpp +3 -3
  173. package/svf/lib/Util/SVFStat.cpp +3 -3
  174. package/svf/lib/Util/SVFUtil.cpp +3 -3
  175. package/svf/lib/Util/ThreadAPI.cpp +3 -3
  176. package/svf/lib/Util/Z3Expr.cpp +3 -3
  177. package/svf/lib/WPA/Andersen.cpp +3 -3
  178. package/svf/lib/WPA/AndersenSCD.cpp +3 -3
  179. package/svf/lib/WPA/AndersenSFR.cpp +3 -3
  180. package/svf/lib/WPA/AndersenStat.cpp +3 -3
  181. package/svf/lib/WPA/AndersenWaveDiff.cpp +3 -3
  182. package/svf/lib/WPA/CSC.cpp +3 -3
  183. package/svf/lib/WPA/FlowSensitive.cpp +3 -3
  184. package/svf/lib/WPA/FlowSensitiveStat.cpp +3 -3
  185. package/svf/lib/WPA/Steensgaard.cpp +3 -3
  186. package/svf/lib/WPA/TypeAnalysis.cpp +3 -3
  187. package/svf/lib/WPA/WPAPass.cpp +3 -3
  188. package/svf-llvm/include/SVF-LLVM/BasicTypes.h +22 -0
  189. package/svf-llvm/include/SVF-LLVM/CHGBuilder.h +3 -3
  190. package/svf-llvm/include/SVF-LLVM/ICFGBuilder.h +3 -3
  191. package/svf-llvm/include/SVF-LLVM/LLVMLoopAnalysis.h +3 -3
  192. package/svf-llvm/include/SVF-LLVM/LLVMModule.h +3 -3
  193. package/svf-llvm/include/SVF-LLVM/LLVMUtil.h +3 -3
  194. package/svf-llvm/include/SVF-LLVM/SVFIRBuilder.h +3 -3
  195. package/svf-llvm/include/SVF-LLVM/SymbolTableBuilder.h +3 -3
  196. package/svf-llvm/lib/CHGBuilder.cpp +3 -3
  197. package/svf-llvm/lib/ICFGBuilder.cpp +3 -3
  198. package/svf-llvm/lib/LLVMLoopAnalysis.cpp +3 -3
  199. package/svf-llvm/lib/LLVMModule.cpp +3 -3
  200. package/svf-llvm/lib/LLVMUtil.cpp +3 -3
  201. package/svf-llvm/lib/SVFIRBuilder.cpp +3 -3
  202. package/svf-llvm/lib/SymbolTableBuilder.cpp +3 -3
  203. package/svf-llvm/tools/CFL/cfl.cpp +3 -3
  204. package/svf-llvm/tools/DDA/dda.cpp +22 -0
  205. package/svf-llvm/tools/Example/svf-ex.cpp +3 -3
  206. package/svf-llvm/tools/MTA/mta.cpp +22 -0
  207. package/svf-llvm/tools/SABER/saber.cpp +3 -3
  208. 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.647",
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
  //===----------------------------------------------------------------------===//
@@ -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
  //===----------------------------------------------------------------------===//