]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib-php/admin/warm.php
Merge pull request #2774 from lonvia/parameter-arrays
[nominatim.git] / lib-php / admin / warm.php
index 338ec2da64f6668d03caee6e450637186561e804..5cbae89846f52bc9034f9c36d0ed352260b98fd3 100644 (file)
@@ -1,4 +1,12 @@
 <?php
+/**
+ * SPDX-License-Identifier: GPL-2.0-only
+ *
+ * This file is part of Nominatim. (https://nominatim.org)
+ *
+ * Copyright (C) 2022 by the Nominatim developer community.
+ * For a full list of authors see the git log.
+ */
 @define('CONST_LibDir', dirname(dirname(__FILE__)));
 
 require_once(CONST_LibDir.'/init-cmd.php');