]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib-php/template/error-json.php
Merge pull request #3525 from lonvia/project-dir-less-library
[nominatim.git] / lib-php / template / error-json.php
index 73717ff35ac4a8e94c5616f2f7ee80e0e89409a0..fea7d5c52b772f7643c043a37f661a93a2c9a51e 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.
+ */
     $error = array(
               'code' => $exception->getCode(),
               'message' => $exception->getMessage()