Use the BSD license consistently

The t/preamble file incorrectly mentioned the MIT license before.
While at it, use SPDX license identification headers.

Closes #149
pull/147/head
Adrian Perez de Castro 2022-05-26 00:40:58 +03:00
parent 98f824ef91
commit 823f162085
No known key found for this signature in database
GPG Key ID: 91C559DBE4C9123B
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
* Base functionality heavy based upon the stock nginx autoindex module,
* which in turn was made by Igor Sysoev, like the majority of nginx.
*
* Distributed under terms of the BSD license.
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <ngx_config.h>

View File

@ -3,7 +3,7 @@
# preamble
# Copyright (C) 2016 Adrian Perez <aperez@igalia.com>
#
# Distributed under terms of the MIT license.
# SPDX-License-Identifier: BSD-2-Clause
#
function nginx_conf_generate () {