]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib-php/template/search-json.php
Merge remote-tracking branch 'upstream/master'
[nominatim.git] / lib-php / template / search-json.php
index 6f729c2982119bb8e468b2377f025cd720a890d5..3f9e0a571d9928bc1a0fbdc298c90a1134537fc3 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.
+ */
 
 $aFilteredPlaces = array();
 foreach ($aSearchResults as $iResNum => $aPointDetails) {