http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/runtime/src/main/java/org/qi4j/runtime/injection/provider/ThisInjectionProviderFactory.java ---------------------------------------------------------------------- diff --git a/core/runtime/src/main/java/org/qi4j/runtime/injection/provider/ThisInjectionProviderFactory.java b/core/runtime/src/main/java/org/qi4j/runtime/injection/provider/ThisInjectionProviderFactory.java index ac648d8..c313330 100644 --- a/core/runtime/src/main/java/org/qi4j/runtime/injection/provider/ThisInjectionProviderFactory.java +++ b/core/runtime/src/main/java/org/qi4j/runtime/injection/provider/ThisInjectionProviderFactory.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.runtime.injection.provider; import java.lang.reflect.Constructor;
http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/runtime/src/main/java/org/qi4j/runtime/injection/provider/UsesInjectionProviderFactory.java ---------------------------------------------------------------------- diff --git a/core/runtime/src/main/java/org/qi4j/runtime/injection/provider/UsesInjectionProviderFactory.java b/core/runtime/src/main/java/org/qi4j/runtime/injection/provider/UsesInjectionProviderFactory.java index 65c58cd..c0e5f3d 100644 --- a/core/runtime/src/main/java/org/qi4j/runtime/injection/provider/UsesInjectionProviderFactory.java +++ b/core/runtime/src/main/java/org/qi4j/runtime/injection/provider/UsesInjectionProviderFactory.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.runtime.injection.provider; import java.lang.reflect.Constructor; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/runtime/src/main/java/org/qi4j/runtime/internal/Activator.java ---------------------------------------------------------------------- diff --git a/core/runtime/src/main/java/org/qi4j/runtime/internal/Activator.java b/core/runtime/src/main/java/org/qi4j/runtime/internal/Activator.java index 42ab3c3..6725296 100644 --- a/core/runtime/src/main/java/org/qi4j/runtime/internal/Activator.java +++ b/core/runtime/src/main/java/org/qi4j/runtime/internal/Activator.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.runtime.internal; import org.osgi.framework.BundleActivator; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/runtime/src/main/java/org/qi4j/runtime/package.html ---------------------------------------------------------------------- diff --git a/core/runtime/src/main/java/org/qi4j/runtime/package.html b/core/runtime/src/main/java/org/qi4j/runtime/package.html index 230aae1..a96783c 100644 --- a/core/runtime/src/main/java/org/qi4j/runtime/package.html +++ b/core/runtime/src/main/java/org/qi4j/runtime/package.html @@ -1,3 +1,19 @@ +<!-- +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. +--> <html> <body> <h2>Qi4j Runtime.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/runtime/src/main/java/org/qi4j/runtime/property/PropertyInfo.java ---------------------------------------------------------------------- diff --git a/core/runtime/src/main/java/org/qi4j/runtime/property/PropertyInfo.java b/core/runtime/src/main/java/org/qi4j/runtime/property/PropertyInfo.java index ed125f1..b9869dc 100644 --- a/core/runtime/src/main/java/org/qi4j/runtime/property/PropertyInfo.java +++ b/core/runtime/src/main/java/org/qi4j/runtime/property/PropertyInfo.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.runtime.property; import java.lang.reflect.Type; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/runtime/src/main/java/org/qi4j/runtime/structure/ModelModule.java ---------------------------------------------------------------------- diff --git a/core/runtime/src/main/java/org/qi4j/runtime/structure/ModelModule.java b/core/runtime/src/main/java/org/qi4j/runtime/structure/ModelModule.java index fe787a0..dae30b9 100644 --- a/core/runtime/src/main/java/org/qi4j/runtime/structure/ModelModule.java +++ b/core/runtime/src/main/java/org/qi4j/runtime/structure/ModelModule.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.runtime.structure; import org.qi4j.api.composite.ModelDescriptor; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/runtime/src/main/java/org/qi4j/runtime/structure/VisibilitySpecification.java ---------------------------------------------------------------------- diff --git a/core/runtime/src/main/java/org/qi4j/runtime/structure/VisibilitySpecification.java b/core/runtime/src/main/java/org/qi4j/runtime/structure/VisibilitySpecification.java index 37862b2..3b57ad3 100644 --- a/core/runtime/src/main/java/org/qi4j/runtime/structure/VisibilitySpecification.java +++ b/core/runtime/src/main/java/org/qi4j/runtime/structure/VisibilitySpecification.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.runtime.structure; import org.qi4j.api.common.Visibility; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/runtime/src/main/java/org/qi4j/runtime/value/ManyAssociationValueState.java ---------------------------------------------------------------------- diff --git a/core/runtime/src/main/java/org/qi4j/runtime/value/ManyAssociationValueState.java b/core/runtime/src/main/java/org/qi4j/runtime/value/ManyAssociationValueState.java index 72b73cc..1941062 100644 --- a/core/runtime/src/main/java/org/qi4j/runtime/value/ManyAssociationValueState.java +++ b/core/runtime/src/main/java/org/qi4j/runtime/value/ManyAssociationValueState.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.runtime.value; import java.util.Iterator; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/runtime/src/main/java/org/qi4j/runtime/value/ReferenceProperty.java ---------------------------------------------------------------------- diff --git a/core/runtime/src/main/java/org/qi4j/runtime/value/ReferenceProperty.java b/core/runtime/src/main/java/org/qi4j/runtime/value/ReferenceProperty.java index f6292c3..40e8dbb 100644 --- a/core/runtime/src/main/java/org/qi4j/runtime/value/ReferenceProperty.java +++ b/core/runtime/src/main/java/org/qi4j/runtime/value/ReferenceProperty.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.runtime.value; import org.qi4j.api.entity.EntityReference; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/runtime/src/test/java/org/qi4j/bootstrap/ApplicationAssemblerTest.java ---------------------------------------------------------------------- diff --git a/core/runtime/src/test/java/org/qi4j/bootstrap/ApplicationAssemblerTest.java b/core/runtime/src/test/java/org/qi4j/bootstrap/ApplicationAssemblerTest.java index 6d5f85c..0894619 100644 --- a/core/runtime/src/test/java/org/qi4j/bootstrap/ApplicationAssemblerTest.java +++ b/core/runtime/src/test/java/org/qi4j/bootstrap/ApplicationAssemblerTest.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.bootstrap; import org.junit.Assert; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/runtime/src/test/java/org/qi4j/regression/qi53/IssueTest.java ---------------------------------------------------------------------- diff --git a/core/runtime/src/test/java/org/qi4j/regression/qi53/IssueTest.java b/core/runtime/src/test/java/org/qi4j/regression/qi53/IssueTest.java index 6cbc04b..c1b5156 100644 --- a/core/runtime/src/test/java/org/qi4j/regression/qi53/IssueTest.java +++ b/core/runtime/src/test/java/org/qi4j/regression/qi53/IssueTest.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.regression.qi53; import org.junit.Test; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/runtime/src/test/java/org/qi4j/regression/qi55/IssueTest.java ---------------------------------------------------------------------- diff --git a/core/runtime/src/test/java/org/qi4j/regression/qi55/IssueTest.java b/core/runtime/src/test/java/org/qi4j/regression/qi55/IssueTest.java index 09f8a3b..6171308 100644 --- a/core/runtime/src/test/java/org/qi4j/regression/qi55/IssueTest.java +++ b/core/runtime/src/test/java/org/qi4j/regression/qi55/IssueTest.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.regression.qi55; import org.junit.Test; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/runtime/src/test/java/org/qi4j/regression/qi65/IssueTest.java ---------------------------------------------------------------------- diff --git a/core/runtime/src/test/java/org/qi4j/regression/qi65/IssueTest.java b/core/runtime/src/test/java/org/qi4j/regression/qi65/IssueTest.java index 1fdb313..169cd1b 100644 --- a/core/runtime/src/test/java/org/qi4j/regression/qi65/IssueTest.java +++ b/core/runtime/src/test/java/org/qi4j/regression/qi65/IssueTest.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.regression.qi65; import org.junit.Test; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/runtime/src/test/java/org/qi4j/runtime/appliesto/AppliesToOrConditionQI241Test.java ---------------------------------------------------------------------- diff --git a/core/runtime/src/test/java/org/qi4j/runtime/appliesto/AppliesToOrConditionQI241Test.java b/core/runtime/src/test/java/org/qi4j/runtime/appliesto/AppliesToOrConditionQI241Test.java index 8a9545f..2623fa1 100644 --- a/core/runtime/src/test/java/org/qi4j/runtime/appliesto/AppliesToOrConditionQI241Test.java +++ b/core/runtime/src/test/java/org/qi4j/runtime/appliesto/AppliesToOrConditionQI241Test.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.runtime.appliesto; import java.lang.annotation.ElementType; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/runtime/src/test/java/org/qi4j/runtime/composite/FunctionalListTest.java ---------------------------------------------------------------------- diff --git a/core/runtime/src/test/java/org/qi4j/runtime/composite/FunctionalListTest.java b/core/runtime/src/test/java/org/qi4j/runtime/composite/FunctionalListTest.java index da0c71f..b848958 100644 --- a/core/runtime/src/test/java/org/qi4j/runtime/composite/FunctionalListTest.java +++ b/core/runtime/src/test/java/org/qi4j/runtime/composite/FunctionalListTest.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.runtime.composite; import java.util.ArrayList; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/runtime/src/test/java/org/qi4j/runtime/composite/QI247Test1.java ---------------------------------------------------------------------- diff --git a/core/runtime/src/test/java/org/qi4j/runtime/composite/QI247Test1.java b/core/runtime/src/test/java/org/qi4j/runtime/composite/QI247Test1.java index 90c773c..d187155 100644 --- a/core/runtime/src/test/java/org/qi4j/runtime/composite/QI247Test1.java +++ b/core/runtime/src/test/java/org/qi4j/runtime/composite/QI247Test1.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.runtime.composite; import org.junit.Test; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/runtime/src/test/java/org/qi4j/runtime/composite/QI247Test2.java ---------------------------------------------------------------------- diff --git a/core/runtime/src/test/java/org/qi4j/runtime/composite/QI247Test2.java b/core/runtime/src/test/java/org/qi4j/runtime/composite/QI247Test2.java index baffa41..e70c90a 100644 --- a/core/runtime/src/test/java/org/qi4j/runtime/composite/QI247Test2.java +++ b/core/runtime/src/test/java/org/qi4j/runtime/composite/QI247Test2.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.runtime.composite; import java.lang.reflect.InvocationHandler; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/runtime/src/test/java/org/qi4j/runtime/composite/TransientAsClassTest.java ---------------------------------------------------------------------- diff --git a/core/runtime/src/test/java/org/qi4j/runtime/composite/TransientAsClassTest.java b/core/runtime/src/test/java/org/qi4j/runtime/composite/TransientAsClassTest.java index b4744b1..644da0d 100644 --- a/core/runtime/src/test/java/org/qi4j/runtime/composite/TransientAsClassTest.java +++ b/core/runtime/src/test/java/org/qi4j/runtime/composite/TransientAsClassTest.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.runtime.composite; import org.junit.Ignore; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/runtime/src/test/java/org/qi4j/runtime/concerns/PropertyInheritanceTest.java ---------------------------------------------------------------------- diff --git a/core/runtime/src/test/java/org/qi4j/runtime/concerns/PropertyInheritanceTest.java b/core/runtime/src/test/java/org/qi4j/runtime/concerns/PropertyInheritanceTest.java index ea5b24f..79b3d49 100644 --- a/core/runtime/src/test/java/org/qi4j/runtime/concerns/PropertyInheritanceTest.java +++ b/core/runtime/src/test/java/org/qi4j/runtime/concerns/PropertyInheritanceTest.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.runtime.concerns; import java.util.ArrayList; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/runtime/src/test/java/org/qi4j/runtime/constraints/ConstraintsTest.properties ---------------------------------------------------------------------- diff --git a/core/runtime/src/test/java/org/qi4j/runtime/constraints/ConstraintsTest.properties b/core/runtime/src/test/java/org/qi4j/runtime/constraints/ConstraintsTest.properties index d45d571..bb18d5f 100644 --- a/core/runtime/src/test/java/org/qi4j/runtime/constraints/ConstraintsTest.properties +++ b/core/runtime/src/test/java/org/qi4j/runtime/constraints/ConstraintsTest.properties @@ -1,3 +1,18 @@ +# 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. + qi4j.constraint.ConstraintsTest$MyOneComposite=Message1 qi4j.constraint.NotNull=Message2 http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/runtime/src/test/java/org/qi4j/runtime/entity/EntityCompositeEqualityTest.java ---------------------------------------------------------------------- diff --git a/core/runtime/src/test/java/org/qi4j/runtime/entity/EntityCompositeEqualityTest.java b/core/runtime/src/test/java/org/qi4j/runtime/entity/EntityCompositeEqualityTest.java index 658de9c..354e5d0 100644 --- a/core/runtime/src/test/java/org/qi4j/runtime/entity/EntityCompositeEqualityTest.java +++ b/core/runtime/src/test/java/org/qi4j/runtime/entity/EntityCompositeEqualityTest.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.runtime.entity; import org.junit.After; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/runtime/src/test/java/org/qi4j/runtime/objects/OuterClass.java ---------------------------------------------------------------------- diff --git a/core/runtime/src/test/java/org/qi4j/runtime/objects/OuterClass.java b/core/runtime/src/test/java/org/qi4j/runtime/objects/OuterClass.java index 3c210e4..815fe99 100644 --- a/core/runtime/src/test/java/org/qi4j/runtime/objects/OuterClass.java +++ b/core/runtime/src/test/java/org/qi4j/runtime/objects/OuterClass.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.runtime.objects; import org.qi4j.api.injection.scope.Structure; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/runtime/src/test/java/org/qi4j/runtime/query/model/Describable.java ---------------------------------------------------------------------- diff --git a/core/runtime/src/test/java/org/qi4j/runtime/query/model/Describable.java b/core/runtime/src/test/java/org/qi4j/runtime/query/model/Describable.java index 1c183a0..b1ca88f 100644 --- a/core/runtime/src/test/java/org/qi4j/runtime/query/model/Describable.java +++ b/core/runtime/src/test/java/org/qi4j/runtime/query/model/Describable.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.runtime.query.model; import org.qi4j.api.common.UseDefaults; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/runtime/src/test/java/org/qi4j/runtime/util/AnnotationsTest.java ---------------------------------------------------------------------- diff --git a/core/runtime/src/test/java/org/qi4j/runtime/util/AnnotationsTest.java b/core/runtime/src/test/java/org/qi4j/runtime/util/AnnotationsTest.java index 377e8de..60f1188 100644 --- a/core/runtime/src/test/java/org/qi4j/runtime/util/AnnotationsTest.java +++ b/core/runtime/src/test/java/org/qi4j/runtime/util/AnnotationsTest.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.runtime.util; import java.lang.reflect.Type; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/runtime/src/test/java/org/qi4j/runtime/value/ValueCompositeBasicsTest.java ---------------------------------------------------------------------- diff --git a/core/runtime/src/test/java/org/qi4j/runtime/value/ValueCompositeBasicsTest.java b/core/runtime/src/test/java/org/qi4j/runtime/value/ValueCompositeBasicsTest.java index 6a75d26..3ad4fd9 100644 --- a/core/runtime/src/test/java/org/qi4j/runtime/value/ValueCompositeBasicsTest.java +++ b/core/runtime/src/test/java/org/qi4j/runtime/value/ValueCompositeBasicsTest.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.runtime.value; import org.junit.Test; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/runtime/src/test/java/org/qi4j/runtime/value/ValueSerializationRegressionTest.java ---------------------------------------------------------------------- diff --git a/core/runtime/src/test/java/org/qi4j/runtime/value/ValueSerializationRegressionTest.java b/core/runtime/src/test/java/org/qi4j/runtime/value/ValueSerializationRegressionTest.java index 799e7b3..4684d0e 100644 --- a/core/runtime/src/test/java/org/qi4j/runtime/value/ValueSerializationRegressionTest.java +++ b/core/runtime/src/test/java/org/qi4j/runtime/value/ValueSerializationRegressionTest.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.runtime.value; import org.junit.Test; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/runtime/src/test/java/org/qi4j/runtime/value/ValueWithAssociationTest.java ---------------------------------------------------------------------- diff --git a/core/runtime/src/test/java/org/qi4j/runtime/value/ValueWithAssociationTest.java b/core/runtime/src/test/java/org/qi4j/runtime/value/ValueWithAssociationTest.java index f6c9a1f..679542e 100644 --- a/core/runtime/src/test/java/org/qi4j/runtime/value/ValueWithAssociationTest.java +++ b/core/runtime/src/test/java/org/qi4j/runtime/value/ValueWithAssociationTest.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.runtime.value; import org.junit.Test; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/runtime/src/test/resources/org/qi4j/runtime/instantiation/My.properties ---------------------------------------------------------------------- diff --git a/core/runtime/src/test/resources/org/qi4j/runtime/instantiation/My.properties b/core/runtime/src/test/resources/org/qi4j/runtime/instantiation/My.properties index b62e816..7044813 100644 --- a/core/runtime/src/test/resources/org/qi4j/runtime/instantiation/My.properties +++ b/core/runtime/src/test/resources/org/qi4j/runtime/instantiation/My.properties @@ -1 +1,16 @@ +# 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. + data=HabbaZout \ No newline at end of file http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/runtime/src/test/resources/org/qi4j/runtime/service/HelloWorldService.properties ---------------------------------------------------------------------- diff --git a/core/runtime/src/test/resources/org/qi4j/runtime/service/HelloWorldService.properties b/core/runtime/src/test/resources/org/qi4j/runtime/service/HelloWorldService.properties index e670df5..f6308ba 100644 --- a/core/runtime/src/test/resources/org/qi4j/runtime/service/HelloWorldService.properties +++ b/core/runtime/src/test/resources/org/qi4j/runtime/service/HelloWorldService.properties @@ -1,2 +1,17 @@ +# 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. + phrase=Hello name=World http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/spi/build.gradle ---------------------------------------------------------------------- diff --git a/core/spi/build.gradle b/core/spi/build.gradle index 7288303..1b0b41a 100644 --- a/core/spi/build.gradle +++ b/core/spi/build.gradle @@ -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. + */ + jar { manifest { name = "Qi4j Core SPI"}} dependencies { http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/spi/dev-status.xml ---------------------------------------------------------------------- diff --git a/core/spi/dev-status.xml b/core/spi/dev-status.xml index 55048fe..4f034dc 100644 --- a/core/spi/dev-status.xml +++ b/core/spi/dev-status.xml @@ -1,4 +1,20 @@ <?xml version="1.0" encoding="UTF-8" ?> +<!-- + 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. +--> <module xmlns="http://www.qi4j.org/schemas/2008/dev-status/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.qi4j.org/schemas/2008/dev-status/1 http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/spi/src/docs/cache.txt ---------------------------------------------------------------------- diff --git a/core/spi/src/docs/cache.txt b/core/spi/src/docs/cache.txt index 273dc01..fdd1c90 100644 --- a/core/spi/src/docs/cache.txt +++ b/core/spi/src/docs/cache.txt @@ -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. +/////////////////////////////////////////////////////////////// + [[core-spi-cache,Cache SPI]] = Cache SPI = http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/spi/src/docs/entitystore.txt ---------------------------------------------------------------------- diff --git a/core/spi/src/docs/entitystore.txt b/core/spi/src/docs/entitystore.txt index 6bfa50e..2674503 100644 --- a/core/spi/src/docs/entitystore.txt +++ b/core/spi/src/docs/entitystore.txt @@ -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. +/////////////////////////////////////////////////////////////// + [[core-spi-entitystore,EntityStore SPI]] = EntityStore SPI = http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/spi/src/docs/indexing.txt ---------------------------------------------------------------------- diff --git a/core/spi/src/docs/indexing.txt b/core/spi/src/docs/indexing.txt index 5ff1361..c356b59 100644 --- a/core/spi/src/docs/indexing.txt +++ b/core/spi/src/docs/indexing.txt @@ -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. +/////////////////////////////////////////////////////////////// + [[core-spi-indexing,Indexing/Query SPI]] = Indexing/Query SPI = http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/spi/src/docs/reference/ref-spi.txt ---------------------------------------------------------------------- diff --git a/core/spi/src/docs/reference/ref-spi.txt b/core/spi/src/docs/reference/ref-spi.txt index e69de29..fc7aac6 100644 --- a/core/spi/src/docs/reference/ref-spi.txt +++ b/core/spi/src/docs/reference/ref-spi.txt @@ -0,0 +1,18 @@ +/////////////////////////////////////////////////////////////// + * 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. +/////////////////////////////////////////////////////////////// http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/spi/src/docs/valueserialization.txt ---------------------------------------------------------------------- diff --git a/core/spi/src/docs/valueserialization.txt b/core/spi/src/docs/valueserialization.txt index 2696cf3..c510d55 100644 --- a/core/spi/src/docs/valueserialization.txt +++ b/core/spi/src/docs/valueserialization.txt @@ -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. +/////////////////////////////////////////////////////////////// + [[core-spi-valueserialization,ValueSerialization SPI]] = ValueSerialization SPI = http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/spi/src/main/java/org/qi4j/entitystore/memory/MemoryMapEntityStoreMixin.java ---------------------------------------------------------------------- diff --git a/core/spi/src/main/java/org/qi4j/entitystore/memory/MemoryMapEntityStoreMixin.java b/core/spi/src/main/java/org/qi4j/entitystore/memory/MemoryMapEntityStoreMixin.java index 173481a..d031fb5 100644 --- a/core/spi/src/main/java/org/qi4j/entitystore/memory/MemoryMapEntityStoreMixin.java +++ b/core/spi/src/main/java/org/qi4j/entitystore/memory/MemoryMapEntityStoreMixin.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.entitystore.memory; import java.io.IOException; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/spi/src/main/java/org/qi4j/entitystore/memory/package.html ---------------------------------------------------------------------- diff --git a/core/spi/src/main/java/org/qi4j/entitystore/memory/package.html b/core/spi/src/main/java/org/qi4j/entitystore/memory/package.html index ab810ef..d907b6c 100644 --- a/core/spi/src/main/java/org/qi4j/entitystore/memory/package.html +++ b/core/spi/src/main/java/org/qi4j/entitystore/memory/package.html @@ -1,3 +1,19 @@ +<!-- +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. +--> <html> <body> <h2>In-Memory EntityStore.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/spi/src/main/java/org/qi4j/spi/cache/package.html ---------------------------------------------------------------------- diff --git a/core/spi/src/main/java/org/qi4j/spi/cache/package.html b/core/spi/src/main/java/org/qi4j/spi/cache/package.html index 2e982df..c96994a 100644 --- a/core/spi/src/main/java/org/qi4j/spi/cache/package.html +++ b/core/spi/src/main/java/org/qi4j/spi/cache/package.html @@ -1,3 +1,19 @@ +<!-- +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. +--> <html> <body> <h2>Cache SPI.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/spi/src/main/java/org/qi4j/spi/entity/EntityStatus.java ---------------------------------------------------------------------- diff --git a/core/spi/src/main/java/org/qi4j/spi/entity/EntityStatus.java b/core/spi/src/main/java/org/qi4j/spi/entity/EntityStatus.java index c4282e2..192cfd7 100644 --- a/core/spi/src/main/java/org/qi4j/spi/entity/EntityStatus.java +++ b/core/spi/src/main/java/org/qi4j/spi/entity/EntityStatus.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.spi.entity; /** http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/spi/src/main/java/org/qi4j/spi/entity/package.html ---------------------------------------------------------------------- diff --git a/core/spi/src/main/java/org/qi4j/spi/entity/package.html b/core/spi/src/main/java/org/qi4j/spi/entity/package.html index 8992739..2b9c206 100644 --- a/core/spi/src/main/java/org/qi4j/spi/entity/package.html +++ b/core/spi/src/main/java/org/qi4j/spi/entity/package.html @@ -1,3 +1,19 @@ +<!-- +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. +--> <html> <body> <h2>Entity SPI.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/spi/src/main/java/org/qi4j/spi/entitystore/StateCommitter.java ---------------------------------------------------------------------- diff --git a/core/spi/src/main/java/org/qi4j/spi/entitystore/StateCommitter.java b/core/spi/src/main/java/org/qi4j/spi/entitystore/StateCommitter.java index ad92c05..5119b11 100644 --- a/core/spi/src/main/java/org/qi4j/spi/entitystore/StateCommitter.java +++ b/core/spi/src/main/java/org/qi4j/spi/entitystore/StateCommitter.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.spi.entitystore; /** http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/spi/src/main/java/org/qi4j/spi/entitystore/helpers/JSONMapEntityStoreActivation.java ---------------------------------------------------------------------- diff --git a/core/spi/src/main/java/org/qi4j/spi/entitystore/helpers/JSONMapEntityStoreActivation.java b/core/spi/src/main/java/org/qi4j/spi/entitystore/helpers/JSONMapEntityStoreActivation.java index d264362..0da0de0 100644 --- a/core/spi/src/main/java/org/qi4j/spi/entitystore/helpers/JSONMapEntityStoreActivation.java +++ b/core/spi/src/main/java/org/qi4j/spi/entitystore/helpers/JSONMapEntityStoreActivation.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.spi.entitystore.helpers; import org.qi4j.api.activation.ActivatorAdapter; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/spi/src/main/java/org/qi4j/spi/entitystore/helpers/package.html ---------------------------------------------------------------------- diff --git a/core/spi/src/main/java/org/qi4j/spi/entitystore/helpers/package.html b/core/spi/src/main/java/org/qi4j/spi/entitystore/helpers/package.html index c45fd6f..1196526 100644 --- a/core/spi/src/main/java/org/qi4j/spi/entitystore/helpers/package.html +++ b/core/spi/src/main/java/org/qi4j/spi/entitystore/helpers/package.html @@ -1,3 +1,19 @@ +<!-- +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. +--> <html> <body> <h2>EntityStore Helpers.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/spi/src/main/java/org/qi4j/spi/entitystore/package.html ---------------------------------------------------------------------- diff --git a/core/spi/src/main/java/org/qi4j/spi/entitystore/package.html b/core/spi/src/main/java/org/qi4j/spi/entitystore/package.html index c1d8a3f..5f55399 100644 --- a/core/spi/src/main/java/org/qi4j/spi/entitystore/package.html +++ b/core/spi/src/main/java/org/qi4j/spi/entitystore/package.html @@ -1,3 +1,19 @@ +<!-- +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. +--> <html> <body> <h2>EntityStore SPI.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/spi/src/main/java/org/qi4j/spi/metrics/package.html ---------------------------------------------------------------------- diff --git a/core/spi/src/main/java/org/qi4j/spi/metrics/package.html b/core/spi/src/main/java/org/qi4j/spi/metrics/package.html index 56c34e5..a6eaa36 100644 --- a/core/spi/src/main/java/org/qi4j/spi/metrics/package.html +++ b/core/spi/src/main/java/org/qi4j/spi/metrics/package.html @@ -1,3 +1,19 @@ +<!-- +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. +--> <html> <body> <h2>Metrics SPI.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/spi/src/main/java/org/qi4j/spi/package.html ---------------------------------------------------------------------- diff --git a/core/spi/src/main/java/org/qi4j/spi/package.html b/core/spi/src/main/java/org/qi4j/spi/package.html index 45a3dc3..5623fc3 100644 --- a/core/spi/src/main/java/org/qi4j/spi/package.html +++ b/core/spi/src/main/java/org/qi4j/spi/package.html @@ -1,3 +1,19 @@ +<!-- +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. +--> <html> <body> <h2>Qi4j SPI.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/spi/src/main/java/org/qi4j/spi/query/QueryBuilderSPI.java ---------------------------------------------------------------------- diff --git a/core/spi/src/main/java/org/qi4j/spi/query/QueryBuilderSPI.java b/core/spi/src/main/java/org/qi4j/spi/query/QueryBuilderSPI.java index a5edd61..d04b1fb 100644 --- a/core/spi/src/main/java/org/qi4j/spi/query/QueryBuilderSPI.java +++ b/core/spi/src/main/java/org/qi4j/spi/query/QueryBuilderSPI.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.spi.query; import org.qi4j.api.query.Query; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/spi/src/main/java/org/qi4j/spi/query/QuerySource.java ---------------------------------------------------------------------- diff --git a/core/spi/src/main/java/org/qi4j/spi/query/QuerySource.java b/core/spi/src/main/java/org/qi4j/spi/query/QuerySource.java index 35a3661..7e90084 100644 --- a/core/spi/src/main/java/org/qi4j/spi/query/QuerySource.java +++ b/core/spi/src/main/java/org/qi4j/spi/query/QuerySource.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.spi.query; import java.util.Iterator; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/spi/src/main/java/org/qi4j/spi/query/package.html ---------------------------------------------------------------------- diff --git a/core/spi/src/main/java/org/qi4j/spi/query/package.html b/core/spi/src/main/java/org/qi4j/spi/query/package.html index dd40640..3cab930 100644 --- a/core/spi/src/main/java/org/qi4j/spi/query/package.html +++ b/core/spi/src/main/java/org/qi4j/spi/query/package.html @@ -1,3 +1,19 @@ +<!-- +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. +--> <html> <body> <h2>Index/Query SPI.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/spi/src/main/java/org/qi4j/spi/uuid/package.html ---------------------------------------------------------------------- diff --git a/core/spi/src/main/java/org/qi4j/spi/uuid/package.html b/core/spi/src/main/java/org/qi4j/spi/uuid/package.html index 151bb62..fc37e36 100644 --- a/core/spi/src/main/java/org/qi4j/spi/uuid/package.html +++ b/core/spi/src/main/java/org/qi4j/spi/uuid/package.html @@ -1,3 +1,19 @@ +<!-- +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. +--> <html> <body> <h2>UUID Identity SPI.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/spi/src/main/java/org/qi4j/spi/value/package.html ---------------------------------------------------------------------- diff --git a/core/spi/src/main/java/org/qi4j/spi/value/package.html b/core/spi/src/main/java/org/qi4j/spi/value/package.html index 8353691..727bc2c 100644 --- a/core/spi/src/main/java/org/qi4j/spi/value/package.html +++ b/core/spi/src/main/java/org/qi4j/spi/value/package.html @@ -1,3 +1,19 @@ +<!-- +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. +--> <html> <body> <h2>Value SPI.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/spi/src/main/java/org/qi4j/valueserialization/orgjson/package.html ---------------------------------------------------------------------- diff --git a/core/spi/src/main/java/org/qi4j/valueserialization/orgjson/package.html b/core/spi/src/main/java/org/qi4j/valueserialization/orgjson/package.html index d06943b..f88bff8 100644 --- a/core/spi/src/main/java/org/qi4j/valueserialization/orgjson/package.html +++ b/core/spi/src/main/java/org/qi4j/valueserialization/orgjson/package.html @@ -1,3 +1,19 @@ +<!-- +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. +--> <html> <body> <h2>org.json Value Serialization.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/spi/src/test/resources/logback-test.xml ---------------------------------------------------------------------- diff --git a/core/spi/src/test/resources/logback-test.xml b/core/spi/src/test/resources/logback-test.xml index 2dab9c5..ce6e028 100644 --- a/core/spi/src/test/resources/logback-test.xml +++ b/core/spi/src/test/resources/logback-test.xml @@ -1,4 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + 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. +--> <configuration> <appender name="stdout" class="ch.qos.logback.core.ConsoleAppender"> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/testsupport/build.gradle ---------------------------------------------------------------------- diff --git a/core/testsupport/build.gradle b/core/testsupport/build.gradle index 9fcb4d2..849914f 100644 --- a/core/testsupport/build.gradle +++ b/core/testsupport/build.gradle @@ -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. + */ + jar { manifest { name = "Qi4j Core TestSupport"}} dependencies { http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/testsupport/dev-status.xml ---------------------------------------------------------------------- diff --git a/core/testsupport/dev-status.xml b/core/testsupport/dev-status.xml index ebfaed6..7b1a30b 100644 --- a/core/testsupport/dev-status.xml +++ b/core/testsupport/dev-status.xml @@ -1,4 +1,20 @@ <?xml version="1.0" encoding="UTF-8" ?> +<!-- + 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. +--> <module xmlns="http://www.qi4j.org/schemas/2008/dev-status/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.qi4j.org/schemas/2008/dev-status/1 http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/testsupport/src/docs/reference/AbstractEntityStoreTest.txt ---------------------------------------------------------------------- diff --git a/core/testsupport/src/docs/reference/AbstractEntityStoreTest.txt b/core/testsupport/src/docs/reference/AbstractEntityStoreTest.txt index e69de29..fc7aac6 100644 --- a/core/testsupport/src/docs/reference/AbstractEntityStoreTest.txt +++ b/core/testsupport/src/docs/reference/AbstractEntityStoreTest.txt @@ -0,0 +1,18 @@ +/////////////////////////////////////////////////////////////// + * 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. +/////////////////////////////////////////////////////////////// http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/testsupport/src/docs/reference/AbstractQi4jScenarioTest.txt ---------------------------------------------------------------------- diff --git a/core/testsupport/src/docs/reference/AbstractQi4jScenarioTest.txt b/core/testsupport/src/docs/reference/AbstractQi4jScenarioTest.txt index e69de29..fc7aac6 100644 --- a/core/testsupport/src/docs/reference/AbstractQi4jScenarioTest.txt +++ b/core/testsupport/src/docs/reference/AbstractQi4jScenarioTest.txt @@ -0,0 +1,18 @@ +/////////////////////////////////////////////////////////////// + * 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. +/////////////////////////////////////////////////////////////// http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/testsupport/src/docs/reference/AbstractQi4jTest.txt ---------------------------------------------------------------------- diff --git a/core/testsupport/src/docs/reference/AbstractQi4jTest.txt b/core/testsupport/src/docs/reference/AbstractQi4jTest.txt index e69de29..fc7aac6 100644 --- a/core/testsupport/src/docs/reference/AbstractQi4jTest.txt +++ b/core/testsupport/src/docs/reference/AbstractQi4jTest.txt @@ -0,0 +1,18 @@ +/////////////////////////////////////////////////////////////// + * 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. +/////////////////////////////////////////////////////////////// http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/testsupport/src/docs/reference/ref-testsupport.txt ---------------------------------------------------------------------- diff --git a/core/testsupport/src/docs/reference/ref-testsupport.txt b/core/testsupport/src/docs/reference/ref-testsupport.txt index b02c4b4..e1f117f 100644 --- a/core/testsupport/src/docs/reference/ref-testsupport.txt +++ b/core/testsupport/src/docs/reference/ref-testsupport.txt @@ -1,3 +1,21 @@ +/////////////////////////////////////////////////////////////// + * 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. +/////////////////////////////////////////////////////////////// include::AbstractQi4jTest.txt http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/testsupport/src/main/java/org/qi4j/test/AbstractQi4jBaseTest.java ---------------------------------------------------------------------- diff --git a/core/testsupport/src/main/java/org/qi4j/test/AbstractQi4jBaseTest.java b/core/testsupport/src/main/java/org/qi4j/test/AbstractQi4jBaseTest.java index 2b094bf..b321f0a 100644 --- a/core/testsupport/src/main/java/org/qi4j/test/AbstractQi4jBaseTest.java +++ b/core/testsupport/src/main/java/org/qi4j/test/AbstractQi4jBaseTest.java @@ -1,3 +1,21 @@ +/* + * 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.qi4j.test; import org.junit.After; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/testsupport/src/main/java/org/qi4j/test/cache/package.html ---------------------------------------------------------------------- diff --git a/core/testsupport/src/main/java/org/qi4j/test/cache/package.html b/core/testsupport/src/main/java/org/qi4j/test/cache/package.html index 45730ab..be867a7 100644 --- a/core/testsupport/src/main/java/org/qi4j/test/cache/package.html +++ b/core/testsupport/src/main/java/org/qi4j/test/cache/package.html @@ -1,3 +1,19 @@ +<!-- +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. +--> <html> <body> <h2>Cache SPI Test Support.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/testsupport/src/main/java/org/qi4j/test/entity/package.html ---------------------------------------------------------------------- diff --git a/core/testsupport/src/main/java/org/qi4j/test/entity/package.html b/core/testsupport/src/main/java/org/qi4j/test/entity/package.html index 255d7e5..abad269 100644 --- a/core/testsupport/src/main/java/org/qi4j/test/entity/package.html +++ b/core/testsupport/src/main/java/org/qi4j/test/entity/package.html @@ -1,3 +1,19 @@ +<!-- +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. +--> <html> <body> <h2>EntityStore SPI Test Support.</h2>
