From e7974c69ac6fcfa859ce4d8820de58749a72f28c Mon Sep 17 00:00:00 2001 From: Michael Wechner Date: Mon, 2 Jul 2012 22:14:44 +0200 Subject: [PATCH] license header added --- .../org/wyona/yanel/servlet/YanelServlet.java | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/webapp/src/java/org/wyona/yanel/servlet/YanelServlet.java b/src/webapp/src/java/org/wyona/yanel/servlet/YanelServlet.java index 07a34dee4..cf41ee471 100644 --- a/src/webapp/src/java/org/wyona/yanel/servlet/YanelServlet.java +++ b/src/webapp/src/java/org/wyona/yanel/servlet/YanelServlet.java @@ -1,3 +1,18 @@ +/* + * See the NOTICE.txt file distributed with + * this work for additional information regarding copyright ownership. + * Wyona licenses this file to You 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 org.wyona.yanel.servlet; import java.io.ByteArrayInputStream;