From 90f2d31a8e222cfc91214f511e4840f7194e1125 Mon Sep 17 00:00:00 2001
From: ulrich
Date: Thu, 03 Jun 2021 17:07:18 +0000
Subject: [PATCH] Kommentare ergaenzt

---
 src/de/uhilger/httpserver/base/handler/HttpResponder.java |   24 +++++++++++++++++++-----
 1 files changed, 19 insertions(+), 5 deletions(-)

diff --git a/src/de/uhilger/httpserver/base/handler/HttpResponder.java b/src/de/uhilger/httpserver/base/handler/HttpResponder.java
index 82b8595..1fac1d6 100644
--- a/src/de/uhilger/httpserver/base/handler/HttpResponder.java
+++ b/src/de/uhilger/httpserver/base/handler/HttpResponder.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-base - 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.base.handler;
 
@@ -18,8 +30,10 @@
 import java.util.Date;
 
 /**
- *
- * @author ulli
+ * Helfer zur Beantwortung von HTTP-Anfragen
+ * 
+ * @author Ulrich Hilger
+ * @version 1, 03.06.2021
  */
 public class HttpResponder {
   

--
Gitblit v1.9.3