X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=src%2Fnet%2Fexcentrics%2FbandWidth%2Fsample%2FOneFileWebServer.java;h=84fa2fb0de3f06f55c1f76655a0c6396391c807a;hb=338c8b20fe8d8591fbe9eb30bab4364ca2bd1cd4;hp=3f22cdbc4872ac31f962a1c8bf0d1170f67a8925;hpb=90fe2e8d9da0c5dbcebc54e5f19e6ca80260fe6b;p=bandwidth%2Fbandwidth.git diff --git a/src/net/excentrics/bandWidth/sample/OneFileWebServer.java b/src/net/excentrics/bandWidth/sample/OneFileWebServer.java index 3f22cdb..84fa2fb 100644 --- a/src/net/excentrics/bandWidth/sample/OneFileWebServer.java +++ b/src/net/excentrics/bandWidth/sample/OneFileWebServer.java @@ -1,3 +1,19 @@ +/* +Copyright 2009 senju@users.sourceforge.jp + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + */ + package net.excentrics.bandWidth.sample; import java.io.FileInputStream;