Repository: polygene-java Updated Branches: refs/heads/develop a5feec049 -> 27413f82c
Forgot a license header. Signed-off-by: niclas <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/polygene-java/repo Commit: http://git-wip-us.apache.org/repos/asf/polygene-java/commit/27413f82 Tree: http://git-wip-us.apache.org/repos/asf/polygene-java/tree/27413f82 Diff: http://git-wip-us.apache.org/repos/asf/polygene-java/diff/27413f82 Branch: refs/heads/develop Commit: 27413f82c437a24ec5c2f9cac5f1482f6b93dca7 Parents: a5feec0 Author: niclas <[email protected]> Authored: Mon May 29 00:49:19 2017 +0800 Committer: niclas <[email protected]> Committed: Mon May 29 00:49:19 2017 +0800 ---------------------------------------------------------------------- .../restlet/PolygeneRestApplicationLauncher.java | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/polygene-java/blob/27413f82/libraries/restlet/src/main/java/org/apache/polygene/library/restlet/PolygeneRestApplicationLauncher.java ---------------------------------------------------------------------- diff --git a/libraries/restlet/src/main/java/org/apache/polygene/library/restlet/PolygeneRestApplicationLauncher.java b/libraries/restlet/src/main/java/org/apache/polygene/library/restlet/PolygeneRestApplicationLauncher.java index 0ea073a..956e1e7 100644 --- a/libraries/restlet/src/main/java/org/apache/polygene/library/restlet/PolygeneRestApplicationLauncher.java +++ b/libraries/restlet/src/main/java/org/apache/polygene/library/restlet/PolygeneRestApplicationLauncher.java @@ -1,3 +1,22 @@ +/* + * 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.polygene.library.restlet; import org.apache.polygene.api.activation.ActivationException;
