Add missing licence header
Project: http://git-wip-us.apache.org/repos/asf/polygene-java/repo Commit: http://git-wip-us.apache.org/repos/asf/polygene-java/commit/f425d27f Tree: http://git-wip-us.apache.org/repos/asf/polygene-java/tree/f425d27f Diff: http://git-wip-us.apache.org/repos/asf/polygene-java/diff/f425d27f Branch: refs/heads/develop Commit: f425d27f15394d5eddc018711e5550b7f01f9644 Parents: ac6094d Author: Paul Merlin <[email protected]> Authored: Mon May 15 18:26:39 2017 +0200 Committer: Paul Merlin <[email protected]> Committed: Mon May 15 18:26:39 2017 +0200 ---------------------------------------------------------------------- .../api/composite/DefaultMethodsFilter.java | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/polygene-java/blob/f425d27f/core/api/src/main/java/org/apache/polygene/api/composite/DefaultMethodsFilter.java ---------------------------------------------------------------------- diff --git a/core/api/src/main/java/org/apache/polygene/api/composite/DefaultMethodsFilter.java b/core/api/src/main/java/org/apache/polygene/api/composite/DefaultMethodsFilter.java index e7c0b2e..5c6a299 100644 --- a/core/api/src/main/java/org/apache/polygene/api/composite/DefaultMethodsFilter.java +++ b/core/api/src/main/java/org/apache/polygene/api/composite/DefaultMethodsFilter.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.api.composite; import java.lang.reflect.Method;
