chore: add license headers to source files

This commit is contained in:
2021-02-27 14:50:06 +01:00
parent e578b56237
commit f54337f43e
12 changed files with 206 additions and 1 deletions

View File

@ -1,10 +1,27 @@
<!--
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>
<script src="webldappasswd.js"></script>
<body>
The administrator of this WebLDAPPasswd instance is lazy and should feel bad.
</body>