FOSSology  4.4.0
Open Source License Compliance by Open Source Software
decisionimporter.php
Go to the documentation of this file.
1 <?php
2 /*
3  SPDX-FileCopyrightText: © 2022 Siemens AG
4 
5  SPDX-License-Identifier: GPL-2.0-only
6 */
7 
12 namespace Fossology\DecisionImporter;
13 
14 include_once(__DIR__ . "/DecisionImporterAgent.php");
15 
16 $agent = new DecisionImporterAgent();
17 $agent->scheduler_connect();
18 $agent->run_scheduler_event_loop();
19 $agent->scheduler_disconnect(0);