Repository: polygene-java Updated Branches: refs/heads/develop cd9731667 -> 88ee4356a
Missing 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/88ee4356 Tree: http://git-wip-us.apache.org/repos/asf/polygene-java/tree/88ee4356 Diff: http://git-wip-us.apache.org/repos/asf/polygene-java/diff/88ee4356 Branch: refs/heads/develop Commit: 88ee4356a779498ea0a5adf8f118d61c0bcf7e01 Parents: cd97316 Author: niclas <[email protected]> Authored: Sun May 14 12:42:37 2017 +0800 Committer: niclas <[email protected]> Committed: Sun May 14 12:42:37 2017 +0800 ---------------------------------------------------------------------- .../association/AbstractAssociationModel.java | 19 +++++++++++++++++++ .../runtime/composite/CompositeMethodsModel.java | 1 - 2 files changed, 19 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/polygene-java/blob/88ee4356/core/runtime/src/main/java/org/apache/polygene/runtime/association/AbstractAssociationModel.java ---------------------------------------------------------------------- diff --git a/core/runtime/src/main/java/org/apache/polygene/runtime/association/AbstractAssociationModel.java b/core/runtime/src/main/java/org/apache/polygene/runtime/association/AbstractAssociationModel.java index c8100ed..052ba02 100644 --- a/core/runtime/src/main/java/org/apache/polygene/runtime/association/AbstractAssociationModel.java +++ b/core/runtime/src/main/java/org/apache/polygene/runtime/association/AbstractAssociationModel.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.runtime.association; import java.lang.reflect.AccessibleObject; http://git-wip-us.apache.org/repos/asf/polygene-java/blob/88ee4356/core/runtime/src/main/java/org/apache/polygene/runtime/composite/CompositeMethodsModel.java ---------------------------------------------------------------------- diff --git a/core/runtime/src/main/java/org/apache/polygene/runtime/composite/CompositeMethodsModel.java b/core/runtime/src/main/java/org/apache/polygene/runtime/composite/CompositeMethodsModel.java index 3b130ed..c1cd368 100644 --- a/core/runtime/src/main/java/org/apache/polygene/runtime/composite/CompositeMethodsModel.java +++ b/core/runtime/src/main/java/org/apache/polygene/runtime/composite/CompositeMethodsModel.java @@ -17,7 +17,6 @@ * * */ - package org.apache.polygene.runtime.composite; import java.lang.invoke.MethodHandle;
