]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib-php/init-website.php
add consistent SPDX copyright headers
[nominatim.git] / lib-php / init-website.php
index 6f3b55453f29939ed7e3c9144a4f1e090a6b086b..770c245d4be3648db262b171e7d385e1b023d416 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.
+ */
 
 require_once('init.php');
 require_once('ParameterParser.php');