Persoenliche Mediazentrale
ulrich
2021-04-24 94b1c2f60bde70d681b4bf8a5cd04b86e9ccf4ed
src/de/uhilger/tango/api/AbstractHandler.java
File was renamed from src/de/uhilger/mediaz/api/AbstractHandler.java
@@ -1,5 +1,5 @@
/*
  Mediazentrale - Personal Media Center
  Tango - Personal Media Center
  Copyright (C) 2021  Ulrich Hilger
  This program is free software: you can redistribute it and/or modify
@@ -15,7 +15,7 @@
  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.mediaz.api;
package de.uhilger.tango.api;
import com.sun.net.httpserver.Headers;
import com.sun.net.httpserver.HttpExchange;