29 lines
1.0 KiB
HTML
29 lines
1.0 KiB
HTML
<!--
|
|
Copyright (c) 2021, Philipp Matthias Schäfer (philipp.matthias.schaefer@posteo.de)
|
|
|
|
This file is part of the WebLDAPPasswd application.
|
|
|
|
The WebLDAPPasswd application is free software: you can redistribute it and/or
|
|
modify it under the terms of the GNU Affero General Public License as published
|
|
by the Free Software Foundation, either version 3 of the License or (at your
|
|
option) any later version.
|
|
|
|
The WebLDAPPasswd application is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
|
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License
|
|
for more details.
|
|
|
|
You should have received a copy of the GNU General Affero Public License along
|
|
with the WebLDAPPasswd. If not, see <https://www.gnu.org/licenses/>.
|
|
-->
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>WebLDAPPasswd</title>
|
|
</head>
|
|
<body>
|
|
The administrator of this WebLDAPPasswd instance is lazy and should feel bad.
|
|
</body>
|
|
</html>
|