Add missing headers POLYGENE-231
Project: http://git-wip-us.apache.org/repos/asf/polygene-java/repo Commit: http://git-wip-us.apache.org/repos/asf/polygene-java/commit/d2197079 Tree: http://git-wip-us.apache.org/repos/asf/polygene-java/tree/d2197079 Diff: http://git-wip-us.apache.org/repos/asf/polygene-java/diff/d2197079 Branch: refs/heads/develop Commit: d219707952a044b29eaf0d5a1d97f69071d6cbe7 Parents: 44d34fa Author: Paul Merlin <[email protected]> Authored: Mon Mar 13 15:28:44 2017 +0100 Committer: Paul Merlin <[email protected]> Committed: Sun Apr 2 19:16:23 2017 +0200 ---------------------------------------------------------------------- .../polygene/api/type/HasAssignableFromType.java | 19 +++++++++++++++++++ .../polygene/api/type/HasAssignableToType.java | 19 +++++++++++++++++++ .../api/type/HasEqualOrAssignableFromType.java | 19 +++++++++++++++++++ .../api/type/HasEqualOrAssignableToType.java | 19 +++++++++++++++++++ .../apache/polygene/api/type/HasEqualType.java | 19 +++++++++++++++++++ .../polygene/api/type/HasTypesCollectors.java | 19 +++++++++++++++++++ .../polygene/api/type/HasTypesPredicate.java | 19 +++++++++++++++++++ .../api/type/HasTypesCollectorsTest.java | 19 +++++++++++++++++++ .../api/type/HasTypesPredicatesTest.java | 19 +++++++++++++++++++ .../polygene/api/type/ValueTypeFactoryTest.java | 19 +++++++++++++++++++ .../polygene/spi/type/ValueTypeFactory.java | 19 +++++++++++++++++++ 11 files changed, 209 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/polygene-java/blob/d2197079/core/api/src/main/java/org/apache/polygene/api/type/HasAssignableFromType.java ---------------------------------------------------------------------- diff --git a/core/api/src/main/java/org/apache/polygene/api/type/HasAssignableFromType.java b/core/api/src/main/java/org/apache/polygene/api/type/HasAssignableFromType.java index bfa7763..68c2b81 100644 --- a/core/api/src/main/java/org/apache/polygene/api/type/HasAssignableFromType.java +++ b/core/api/src/main/java/org/apache/polygene/api/type/HasAssignableFromType.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.type; import java.lang.reflect.Type; http://git-wip-us.apache.org/repos/asf/polygene-java/blob/d2197079/core/api/src/main/java/org/apache/polygene/api/type/HasAssignableToType.java ---------------------------------------------------------------------- diff --git a/core/api/src/main/java/org/apache/polygene/api/type/HasAssignableToType.java b/core/api/src/main/java/org/apache/polygene/api/type/HasAssignableToType.java index 0a8e3df..2d14581 100644 --- a/core/api/src/main/java/org/apache/polygene/api/type/HasAssignableToType.java +++ b/core/api/src/main/java/org/apache/polygene/api/type/HasAssignableToType.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.type; import java.lang.reflect.Type; http://git-wip-us.apache.org/repos/asf/polygene-java/blob/d2197079/core/api/src/main/java/org/apache/polygene/api/type/HasEqualOrAssignableFromType.java ---------------------------------------------------------------------- diff --git a/core/api/src/main/java/org/apache/polygene/api/type/HasEqualOrAssignableFromType.java b/core/api/src/main/java/org/apache/polygene/api/type/HasEqualOrAssignableFromType.java index 190512e..233096b 100644 --- a/core/api/src/main/java/org/apache/polygene/api/type/HasEqualOrAssignableFromType.java +++ b/core/api/src/main/java/org/apache/polygene/api/type/HasEqualOrAssignableFromType.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.type; import java.lang.reflect.Type; http://git-wip-us.apache.org/repos/asf/polygene-java/blob/d2197079/core/api/src/main/java/org/apache/polygene/api/type/HasEqualOrAssignableToType.java ---------------------------------------------------------------------- diff --git a/core/api/src/main/java/org/apache/polygene/api/type/HasEqualOrAssignableToType.java b/core/api/src/main/java/org/apache/polygene/api/type/HasEqualOrAssignableToType.java index e54bf35..19911db 100644 --- a/core/api/src/main/java/org/apache/polygene/api/type/HasEqualOrAssignableToType.java +++ b/core/api/src/main/java/org/apache/polygene/api/type/HasEqualOrAssignableToType.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.type; import java.lang.reflect.Type; http://git-wip-us.apache.org/repos/asf/polygene-java/blob/d2197079/core/api/src/main/java/org/apache/polygene/api/type/HasEqualType.java ---------------------------------------------------------------------- diff --git a/core/api/src/main/java/org/apache/polygene/api/type/HasEqualType.java b/core/api/src/main/java/org/apache/polygene/api/type/HasEqualType.java index 18ebce7..a6f93f7 100644 --- a/core/api/src/main/java/org/apache/polygene/api/type/HasEqualType.java +++ b/core/api/src/main/java/org/apache/polygene/api/type/HasEqualType.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.type; import java.lang.reflect.Type; http://git-wip-us.apache.org/repos/asf/polygene-java/blob/d2197079/core/api/src/main/java/org/apache/polygene/api/type/HasTypesCollectors.java ---------------------------------------------------------------------- diff --git a/core/api/src/main/java/org/apache/polygene/api/type/HasTypesCollectors.java b/core/api/src/main/java/org/apache/polygene/api/type/HasTypesCollectors.java index ef6274e..4829f41 100644 --- a/core/api/src/main/java/org/apache/polygene/api/type/HasTypesCollectors.java +++ b/core/api/src/main/java/org/apache/polygene/api/type/HasTypesCollectors.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.type; import java.lang.reflect.Type; http://git-wip-us.apache.org/repos/asf/polygene-java/blob/d2197079/core/api/src/main/java/org/apache/polygene/api/type/HasTypesPredicate.java ---------------------------------------------------------------------- diff --git a/core/api/src/main/java/org/apache/polygene/api/type/HasTypesPredicate.java b/core/api/src/main/java/org/apache/polygene/api/type/HasTypesPredicate.java index fd91a3a..da1f87a 100644 --- a/core/api/src/main/java/org/apache/polygene/api/type/HasTypesPredicate.java +++ b/core/api/src/main/java/org/apache/polygene/api/type/HasTypesPredicate.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.type; import java.lang.reflect.ParameterizedType; http://git-wip-us.apache.org/repos/asf/polygene-java/blob/d2197079/core/api/src/test/java/org/apache/polygene/api/type/HasTypesCollectorsTest.java ---------------------------------------------------------------------- diff --git a/core/api/src/test/java/org/apache/polygene/api/type/HasTypesCollectorsTest.java b/core/api/src/test/java/org/apache/polygene/api/type/HasTypesCollectorsTest.java index 0e92245..b5f3381 100644 --- a/core/api/src/test/java/org/apache/polygene/api/type/HasTypesCollectorsTest.java +++ b/core/api/src/test/java/org/apache/polygene/api/type/HasTypesCollectorsTest.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.type; import java.util.ArrayList; http://git-wip-us.apache.org/repos/asf/polygene-java/blob/d2197079/core/api/src/test/java/org/apache/polygene/api/type/HasTypesPredicatesTest.java ---------------------------------------------------------------------- diff --git a/core/api/src/test/java/org/apache/polygene/api/type/HasTypesPredicatesTest.java b/core/api/src/test/java/org/apache/polygene/api/type/HasTypesPredicatesTest.java index fc87ae6..8e8bf5d 100644 --- a/core/api/src/test/java/org/apache/polygene/api/type/HasTypesPredicatesTest.java +++ b/core/api/src/test/java/org/apache/polygene/api/type/HasTypesPredicatesTest.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.type; import java.time.LocalDate; http://git-wip-us.apache.org/repos/asf/polygene-java/blob/d2197079/core/api/src/test/java/org/apache/polygene/api/type/ValueTypeFactoryTest.java ---------------------------------------------------------------------- diff --git a/core/api/src/test/java/org/apache/polygene/api/type/ValueTypeFactoryTest.java b/core/api/src/test/java/org/apache/polygene/api/type/ValueTypeFactoryTest.java index 5b70078..dfce2fd 100644 --- a/core/api/src/test/java/org/apache/polygene/api/type/ValueTypeFactoryTest.java +++ b/core/api/src/test/java/org/apache/polygene/api/type/ValueTypeFactoryTest.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.type; import java.util.ArrayList; http://git-wip-us.apache.org/repos/asf/polygene-java/blob/d2197079/core/spi/src/main/java/org/apache/polygene/spi/type/ValueTypeFactory.java ---------------------------------------------------------------------- diff --git a/core/spi/src/main/java/org/apache/polygene/spi/type/ValueTypeFactory.java b/core/spi/src/main/java/org/apache/polygene/spi/type/ValueTypeFactory.java index 73f79eb..1c18659 100644 --- a/core/spi/src/main/java/org/apache/polygene/spi/type/ValueTypeFactory.java +++ b/core/spi/src/main/java/org/apache/polygene/spi/type/ValueTypeFactory.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.spi.type; import org.apache.polygene.api.structure.ModuleDescriptor;
