Added Apache License Header to org.apache.stratos.rest.endpoint component source files
Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/b1864012 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/b1864012 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/b1864012 Branch: refs/heads/master Commit: b18640128e6c9468d117c613d3ccaa2fda2019e0 Parents: 54a312d Author: M. Isuru Tharanga Chrishantha Perera <[email protected]> Authored: Mon Mar 31 18:50:56 2014 +0530 Committer: M. Isuru Tharanga Chrishantha Perera <[email protected]> Committed: Mon Mar 31 18:50:56 2014 +0530 ---------------------------------------------------------------------- .../stratos/rest/endpoint/bean/Error.java | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/b1864012/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/bean/Error.java ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/bean/Error.java b/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/bean/Error.java index 5711dee..2bb4823 100644 --- a/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/bean/Error.java +++ b/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/bean/Error.java @@ -1,3 +1,23 @@ +/* + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF 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.apache.stratos.rest.endpoint.bean; import javax.xml.bind.annotation.XmlRootElement;
