1
|
|
|
<?php |
2
|
|
|
/* |
3
|
|
|
* ***************************************************************************** |
4
|
|
|
* Contributions to this work were made on behalf of the GÉANT project, a |
5
|
|
|
* project that has received funding from the European Union’s Framework |
6
|
|
|
* Programme 7 under Grant Agreements No. 238875 (GN3) and No. 605243 (GN3plus), |
7
|
|
|
* Horizon 2020 research and innovation programme under Grant Agreements No. |
8
|
|
|
* 691567 (GN4-1) and No. 731122 (GN4-2). |
9
|
|
|
* On behalf of the aforementioned projects, GEANT Association is the sole owner |
10
|
|
|
* of the copyright in all material which was developed by a member of the GÉANT |
11
|
|
|
* project. GÉANT Vereniging (Association) is registered with the Chamber of |
12
|
|
|
* Commerce in Amsterdam with registration number 40535155 and operates in the |
13
|
|
|
* UK as a branch of GÉANT Vereniging. |
14
|
|
|
* |
15
|
|
|
* Registered office: Hoekenrode 3, 1102BR Amsterdam, The Netherlands. |
16
|
|
|
* UK branch address: City House, 126-130 Hills Road, Cambridge CB2 1PQ, UK |
17
|
|
|
* |
18
|
|
|
* License: see the web/copyright.inc.php file in the file structure or |
19
|
|
|
* <base_url>/copyright.php after deploying the software |
20
|
|
|
*/ |
21
|
|
|
|
22
|
|
|
$divs = new Divs($Gui); |
|
|
|
|
23
|
|
|
?> |
24
|
|
|
<head> |
25
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"> |
26
|
|
|
<link rel="stylesheet" media="screen" type="text/css" href="<?php echo $Gui->skinObject->findResourceUrl("CSS", "cat-user.css"); ?>" /> |
27
|
|
|
<title><?php echo config\Master::APPEARANCE['productname'];?> Copyright and Licensing</title> |
28
|
|
|
</head> |
29
|
|
|
<body> |
30
|
|
|
<div id="wrap"> |
31
|
|
|
<?php echo $divs->divHeading('start'); ?> |
32
|
|
|
|
33
|
|
|
<div id="main_page"> |
34
|
|
|
<div id="main_body"> |
35
|
|
|
<div id="user_page" style="display:block"> |
36
|
|
|
<?php echo $divs->divPagetitle(config\Master::APPEARANCE['productname']." Copyright and Licensing", ""); ?> |
37
|
|
|
<div style="padding:20px"> |
38
|
|
|
<?php require dirname(dirname(__DIR__)) . "/copyright.inc.php"; ?> |
39
|
|
|
</div> |
40
|
|
|
</div> |
41
|
|
|
</div> |
42
|
|
|
</div> |
43
|
|
|
<?php echo $divs->divFooter(); ?> |
44
|
|
|
</div> |
45
|
|
|
</body> |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"]
, you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths