From 83896588e20d7e532d0e2fdc17512772c29533a8 Mon Sep 17 00:00:00 2001 From: ulrich Date: Fri, 04 Jun 2021 12:02:52 +0000 Subject: [PATCH] Kommentare um mit JavaDoc inkompatible Inhalte bereinigt --- src/de/uhilger/httpserver/auth/realm/Encoder.java | 18 +++++++++++++++--- 1 files changed, 15 insertions(+), 3 deletions(-) diff --git a/src/de/uhilger/httpserver/auth/realm/Encoder.java b/src/de/uhilger/httpserver/auth/realm/Encoder.java index 4f4efaa..0ef7891 100644 --- a/src/de/uhilger/httpserver/auth/realm/Encoder.java +++ b/src/de/uhilger/httpserver/auth/realm/Encoder.java @@ -1,7 +1,19 @@ /* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. + http-auth - Authentication Extensions to jdk.httpserver + Copyright (C) 2021 Ulrich Hilger + + This program 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. + + This program 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 Affero General Public License + along with this program. If not, see <https://www.gnu.org/licenses/>. */ package de.uhilger.httpserver.auth.realm; -- Gitblit v1.9.3