X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/298ed11261cdb959406435b97be750abb0abc4af..2048009600f75c55abd6f341d667dbab526194c0:/lib-php/dotenv_loader.php?ds=sidebyside diff --git a/lib-php/dotenv_loader.php b/lib-php/dotenv_loader.php index 35471fdc..bcddf008 100644 --- a/lib-php/dotenv_loader.php +++ b/lib-php/dotenv_loader.php @@ -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('Symfony/Component/Dotenv/autoload.php');