Return-Path: X-Original-To: apmail-zest-commits-archive@minotaur.apache.org Delivered-To: apmail-zest-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EBC13186F7 for ; Sat, 20 Jun 2015 20:53:11 +0000 (UTC) Received: (qmail 11395 invoked by uid 500); 20 Jun 2015 20:53:11 -0000 Delivered-To: apmail-zest-commits-archive@zest.apache.org Received: (qmail 11345 invoked by uid 500); 20 Jun 2015 20:53:11 -0000 Mailing-List: contact commits-help@zest.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zest.apache.org Delivered-To: mailing list commits@zest.apache.org Received: (qmail 10875 invoked by uid 99); 20 Jun 2015 20:53:11 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Jun 2015 20:53:11 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 700AFE3630; Sat, 20 Jun 2015 20:53:11 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: paulmerlin@apache.org To: commits@zest.apache.org Date: Sat, 20 Jun 2015 20:53:30 -0000 Message-Id: In-Reply-To: <99af668fba5e468aaae2d4db96839549@git.apache.org> References: <99af668fba5e468aaae2d4db96839549@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [21/25] zest-qi4j git commit: ZEST-15 Add missing licensing headers, a lot http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/api/src/main/java/org/qi4j/api/query/grammar/Variable.java ---------------------------------------------------------------------- diff --git a/core/api/src/main/java/org/qi4j/api/query/grammar/Variable.java b/core/api/src/main/java/org/qi4j/api/query/grammar/Variable.java index efcef51..205347b 100644 --- a/core/api/src/main/java/org/qi4j/api/query/grammar/Variable.java +++ b/core/api/src/main/java/org/qi4j/api/query/grammar/Variable.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.api.query.grammar; /** http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/api/src/main/java/org/qi4j/api/query/grammar/package.html ---------------------------------------------------------------------- diff --git a/core/api/src/main/java/org/qi4j/api/query/grammar/package.html b/core/api/src/main/java/org/qi4j/api/query/grammar/package.html index f86abb2..e0b80f6 100644 --- a/core/api/src/main/java/org/qi4j/api/query/grammar/package.html +++ b/core/api/src/main/java/org/qi4j/api/query/grammar/package.html @@ -1,3 +1,19 @@ +

Query Grammar.

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/api/src/main/java/org/qi4j/api/query/package.html ---------------------------------------------------------------------- diff --git a/core/api/src/main/java/org/qi4j/api/query/package.html b/core/api/src/main/java/org/qi4j/api/query/package.html index a4b7265..27e4455 100644 --- a/core/api/src/main/java/org/qi4j/api/query/package.html +++ b/core/api/src/main/java/org/qi4j/api/query/package.html @@ -1,3 +1,19 @@ +

Query API.

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/api/src/main/java/org/qi4j/api/service/IdentityDescriptor.java ---------------------------------------------------------------------- diff --git a/core/api/src/main/java/org/qi4j/api/service/IdentityDescriptor.java b/core/api/src/main/java/org/qi4j/api/service/IdentityDescriptor.java index 1fc3e59..13e0ee5 100644 --- a/core/api/src/main/java/org/qi4j/api/service/IdentityDescriptor.java +++ b/core/api/src/main/java/org/qi4j/api/service/IdentityDescriptor.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.api.service; /** http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/api/src/main/java/org/qi4j/api/service/importer/package.html ---------------------------------------------------------------------- diff --git a/core/api/src/main/java/org/qi4j/api/service/importer/package.html b/core/api/src/main/java/org/qi4j/api/service/importer/package.html index 6af926a..d960b3d 100644 --- a/core/api/src/main/java/org/qi4j/api/service/importer/package.html +++ b/core/api/src/main/java/org/qi4j/api/service/importer/package.html @@ -1,3 +1,19 @@ +

Service Importers.

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/api/src/main/java/org/qi4j/api/service/package.html ---------------------------------------------------------------------- diff --git a/core/api/src/main/java/org/qi4j/api/service/package.html b/core/api/src/main/java/org/qi4j/api/service/package.html index 80e3865..587937c 100644 --- a/core/api/src/main/java/org/qi4j/api/service/package.html +++ b/core/api/src/main/java/org/qi4j/api/service/package.html @@ -1,3 +1,19 @@ +

Service API.

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/api/src/main/java/org/qi4j/api/service/qualifier/package.html ---------------------------------------------------------------------- diff --git a/core/api/src/main/java/org/qi4j/api/service/qualifier/package.html b/core/api/src/main/java/org/qi4j/api/service/qualifier/package.html index 103541e..ec0edd3 100644 --- a/core/api/src/main/java/org/qi4j/api/service/qualifier/package.html +++ b/core/api/src/main/java/org/qi4j/api/service/qualifier/package.html @@ -1,3 +1,19 @@ +

Service Qualifiers.

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/api/src/main/java/org/qi4j/api/sideeffect/internal/package.html ---------------------------------------------------------------------- diff --git a/core/api/src/main/java/org/qi4j/api/sideeffect/internal/package.html b/core/api/src/main/java/org/qi4j/api/sideeffect/internal/package.html index 118bb22..269774e 100644 --- a/core/api/src/main/java/org/qi4j/api/sideeffect/internal/package.html +++ b/core/api/src/main/java/org/qi4j/api/sideeffect/internal/package.html @@ -1,3 +1,19 @@ +

Internal/Private package for the API.

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/api/src/main/java/org/qi4j/api/sideeffect/package.html ---------------------------------------------------------------------- diff --git a/core/api/src/main/java/org/qi4j/api/sideeffect/package.html b/core/api/src/main/java/org/qi4j/api/sideeffect/package.html index 87dcd81..a658adb 100644 --- a/core/api/src/main/java/org/qi4j/api/sideeffect/package.html +++ b/core/api/src/main/java/org/qi4j/api/sideeffect/package.html @@ -1,3 +1,19 @@ +

SideEffect API.

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/api/src/main/java/org/qi4j/api/structure/package.html ---------------------------------------------------------------------- diff --git a/core/api/src/main/java/org/qi4j/api/structure/package.html b/core/api/src/main/java/org/qi4j/api/structure/package.html index f98e2d3..3134a90 100644 --- a/core/api/src/main/java/org/qi4j/api/structure/package.html +++ b/core/api/src/main/java/org/qi4j/api/structure/package.html @@ -1,3 +1,19 @@ +

Application Structure API.

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/api/src/main/java/org/qi4j/api/type/HasTypes.java ---------------------------------------------------------------------- diff --git a/core/api/src/main/java/org/qi4j/api/type/HasTypes.java b/core/api/src/main/java/org/qi4j/api/type/HasTypes.java index 521ebc6..0ad36a4 100644 --- a/core/api/src/main/java/org/qi4j/api/type/HasTypes.java +++ b/core/api/src/main/java/org/qi4j/api/type/HasTypes.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.api.type; /** http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/api/src/main/java/org/qi4j/api/type/package.html ---------------------------------------------------------------------- diff --git a/core/api/src/main/java/org/qi4j/api/type/package.html b/core/api/src/main/java/org/qi4j/api/type/package.html index fac704d..d42baa3 100644 --- a/core/api/src/main/java/org/qi4j/api/type/package.html +++ b/core/api/src/main/java/org/qi4j/api/type/package.html @@ -1,3 +1,19 @@ +

Type API.

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/api/src/main/java/org/qi4j/api/unitofwork/UnitOfWorkOptions.java ---------------------------------------------------------------------- diff --git a/core/api/src/main/java/org/qi4j/api/unitofwork/UnitOfWorkOptions.java b/core/api/src/main/java/org/qi4j/api/unitofwork/UnitOfWorkOptions.java index 1150854..33e544d 100644 --- a/core/api/src/main/java/org/qi4j/api/unitofwork/UnitOfWorkOptions.java +++ b/core/api/src/main/java/org/qi4j/api/unitofwork/UnitOfWorkOptions.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.api.unitofwork; /** http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/api/src/main/java/org/qi4j/api/unitofwork/UnitOfWorkTemplate.java ---------------------------------------------------------------------- diff --git a/core/api/src/main/java/org/qi4j/api/unitofwork/UnitOfWorkTemplate.java b/core/api/src/main/java/org/qi4j/api/unitofwork/UnitOfWorkTemplate.java index da208ab..e8663b4 100644 --- a/core/api/src/main/java/org/qi4j/api/unitofwork/UnitOfWorkTemplate.java +++ b/core/api/src/main/java/org/qi4j/api/unitofwork/UnitOfWorkTemplate.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.api.unitofwork; import org.qi4j.api.structure.Module; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/api/src/main/java/org/qi4j/api/unitofwork/concern/UnitOfWorkRetry.java ---------------------------------------------------------------------- diff --git a/core/api/src/main/java/org/qi4j/api/unitofwork/concern/UnitOfWorkRetry.java b/core/api/src/main/java/org/qi4j/api/unitofwork/concern/UnitOfWorkRetry.java index 4b2bdea..de386f9 100644 --- a/core/api/src/main/java/org/qi4j/api/unitofwork/concern/UnitOfWorkRetry.java +++ b/core/api/src/main/java/org/qi4j/api/unitofwork/concern/UnitOfWorkRetry.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.api.unitofwork.concern; import java.lang.annotation.Documented; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/api/src/main/java/org/qi4j/api/unitofwork/concern/package.html ---------------------------------------------------------------------- diff --git a/core/api/src/main/java/org/qi4j/api/unitofwork/concern/package.html b/core/api/src/main/java/org/qi4j/api/unitofwork/concern/package.html index adb838a..68cbe0e 100644 --- a/core/api/src/main/java/org/qi4j/api/unitofwork/concern/package.html +++ b/core/api/src/main/java/org/qi4j/api/unitofwork/concern/package.html @@ -1,3 +1,19 @@ +

UnitOfWork Concerns.

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/api/src/main/java/org/qi4j/api/unitofwork/package.html ---------------------------------------------------------------------- diff --git a/core/api/src/main/java/org/qi4j/api/unitofwork/package.html b/core/api/src/main/java/org/qi4j/api/unitofwork/package.html index 4a6cf69..1bc08fa 100644 --- a/core/api/src/main/java/org/qi4j/api/unitofwork/package.html +++ b/core/api/src/main/java/org/qi4j/api/unitofwork/package.html @@ -1,3 +1,19 @@ +

UnitOfWork API.

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/api/src/main/java/org/qi4j/api/usecase/package.html ---------------------------------------------------------------------- diff --git a/core/api/src/main/java/org/qi4j/api/usecase/package.html b/core/api/src/main/java/org/qi4j/api/usecase/package.html index 723baf6..71c696a 100644 --- a/core/api/src/main/java/org/qi4j/api/usecase/package.html +++ b/core/api/src/main/java/org/qi4j/api/usecase/package.html @@ -1,3 +1,19 @@ +

Usecase API.

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/api/src/main/java/org/qi4j/api/util/Constructors.java ---------------------------------------------------------------------- diff --git a/core/api/src/main/java/org/qi4j/api/util/Constructors.java b/core/api/src/main/java/org/qi4j/api/util/Constructors.java index c9a50d6..17062ca 100644 --- a/core/api/src/main/java/org/qi4j/api/util/Constructors.java +++ b/core/api/src/main/java/org/qi4j/api/util/Constructors.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.api.util; import java.lang.reflect.Constructor; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/api/src/main/java/org/qi4j/api/util/Fields.java ---------------------------------------------------------------------- diff --git a/core/api/src/main/java/org/qi4j/api/util/Fields.java b/core/api/src/main/java/org/qi4j/api/util/Fields.java index ea8d6e2..c68d131 100644 --- a/core/api/src/main/java/org/qi4j/api/util/Fields.java +++ b/core/api/src/main/java/org/qi4j/api/util/Fields.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.api.util; import java.lang.reflect.Field; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/api/src/main/java/org/qi4j/api/util/Methods.java ---------------------------------------------------------------------- diff --git a/core/api/src/main/java/org/qi4j/api/util/Methods.java b/core/api/src/main/java/org/qi4j/api/util/Methods.java index d59632f..93b78cf 100644 --- a/core/api/src/main/java/org/qi4j/api/util/Methods.java +++ b/core/api/src/main/java/org/qi4j/api/util/Methods.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.api.util; import java.lang.reflect.Method; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/api/src/main/java/org/qi4j/api/util/package.html ---------------------------------------------------------------------- diff --git a/core/api/src/main/java/org/qi4j/api/util/package.html b/core/api/src/main/java/org/qi4j/api/util/package.html index bc47e31..ea75db3 100644 --- a/core/api/src/main/java/org/qi4j/api/util/package.html +++ b/core/api/src/main/java/org/qi4j/api/util/package.html @@ -1,3 +1,19 @@ +

API Utilities.

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/api/src/main/java/org/qi4j/api/value/ValueBuilderTemplate.java ---------------------------------------------------------------------- diff --git a/core/api/src/main/java/org/qi4j/api/value/ValueBuilderTemplate.java b/core/api/src/main/java/org/qi4j/api/value/ValueBuilderTemplate.java index 3aedbe6..11cbddb 100644 --- a/core/api/src/main/java/org/qi4j/api/value/ValueBuilderTemplate.java +++ b/core/api/src/main/java/org/qi4j/api/value/ValueBuilderTemplate.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.api.value; import org.qi4j.api.structure.Module; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/api/src/main/java/org/qi4j/api/value/package.html ---------------------------------------------------------------------- diff --git a/core/api/src/main/java/org/qi4j/api/value/package.html b/core/api/src/main/java/org/qi4j/api/value/package.html index 3f203ad..540b3f6 100644 --- a/core/api/src/main/java/org/qi4j/api/value/package.html +++ b/core/api/src/main/java/org/qi4j/api/value/package.html @@ -1,3 +1,19 @@ +

Value API.

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/api/src/test/java/org/qi4j/api/OperatorsTest.java ---------------------------------------------------------------------- diff --git a/core/api/src/test/java/org/qi4j/api/OperatorsTest.java b/core/api/src/test/java/org/qi4j/api/OperatorsTest.java index 1ffaa92..6f467e5 100644 --- a/core/api/src/test/java/org/qi4j/api/OperatorsTest.java +++ b/core/api/src/test/java/org/qi4j/api/OperatorsTest.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.api; import org.junit.Assert; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/api/src/test/java/org/qi4j/api/common/QualifiedNameTest.java ---------------------------------------------------------------------- diff --git a/core/api/src/test/java/org/qi4j/api/common/QualifiedNameTest.java b/core/api/src/test/java/org/qi4j/api/common/QualifiedNameTest.java index c9c0583..44015e0 100644 --- a/core/api/src/test/java/org/qi4j/api/common/QualifiedNameTest.java +++ b/core/api/src/test/java/org/qi4j/api/common/QualifiedNameTest.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.api.common; import org.junit.Test; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/api/src/test/java/org/qi4j/api/concern/DocumentationSupport.java ---------------------------------------------------------------------- diff --git a/core/api/src/test/java/org/qi4j/api/concern/DocumentationSupport.java b/core/api/src/test/java/org/qi4j/api/concern/DocumentationSupport.java index 7d9bf6a..69cfc5c 100644 --- a/core/api/src/test/java/org/qi4j/api/concern/DocumentationSupport.java +++ b/core/api/src/test/java/org/qi4j/api/concern/DocumentationSupport.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.api.concern; import java.lang.annotation.Documented; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/api/src/test/java/org/qi4j/api/configuration/ConfigurationTest.java ---------------------------------------------------------------------- diff --git a/core/api/src/test/java/org/qi4j/api/configuration/ConfigurationTest.java b/core/api/src/test/java/org/qi4j/api/configuration/ConfigurationTest.java index c6ea7a2..c72afe7 100644 --- a/core/api/src/test/java/org/qi4j/api/configuration/ConfigurationTest.java +++ b/core/api/src/test/java/org/qi4j/api/configuration/ConfigurationTest.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.api.configuration; import org.junit.Test; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/api/src/test/java/org/qi4j/api/dataset/iterable/IterableDataSetTest.java ---------------------------------------------------------------------- diff --git a/core/api/src/test/java/org/qi4j/api/dataset/iterable/IterableDataSetTest.java b/core/api/src/test/java/org/qi4j/api/dataset/iterable/IterableDataSetTest.java index 3830f1e..6a6c3b8 100644 --- a/core/api/src/test/java/org/qi4j/api/dataset/iterable/IterableDataSetTest.java +++ b/core/api/src/test/java/org/qi4j/api/dataset/iterable/IterableDataSetTest.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.api.dataset.iterable; import org.junit.Before; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/api/src/test/java/org/qi4j/api/docsupport/ApplicationDocs.java ---------------------------------------------------------------------- diff --git a/core/api/src/test/java/org/qi4j/api/docsupport/ApplicationDocs.java b/core/api/src/test/java/org/qi4j/api/docsupport/ApplicationDocs.java index 87225ee..0db8620 100644 --- a/core/api/src/test/java/org/qi4j/api/docsupport/ApplicationDocs.java +++ b/core/api/src/test/java/org/qi4j/api/docsupport/ApplicationDocs.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.api.docsupport; import org.qi4j.api.structure.Application; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/api/src/test/java/org/qi4j/api/docsupport/CompositionDocs.java ---------------------------------------------------------------------- diff --git a/core/api/src/test/java/org/qi4j/api/docsupport/CompositionDocs.java b/core/api/src/test/java/org/qi4j/api/docsupport/CompositionDocs.java index f4a8e37..a6a366c 100644 --- a/core/api/src/test/java/org/qi4j/api/docsupport/CompositionDocs.java +++ b/core/api/src/test/java/org/qi4j/api/docsupport/CompositionDocs.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.api.docsupport; import org.qi4j.api.mixin.Mixins; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/api/src/test/java/org/qi4j/api/docsupport/package.html ---------------------------------------------------------------------- diff --git a/core/api/src/test/java/org/qi4j/api/docsupport/package.html b/core/api/src/test/java/org/qi4j/api/docsupport/package.html index fe65d66..f6fa115 100644 --- a/core/api/src/test/java/org/qi4j/api/docsupport/package.html +++ b/core/api/src/test/java/org/qi4j/api/docsupport/package.html @@ -1,3 +1,19 @@ + This package exists to contain snippets for documentation. http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/api/src/test/java/org/qi4j/api/mixin/BankAccount.java ---------------------------------------------------------------------- diff --git a/core/api/src/test/java/org/qi4j/api/mixin/BankAccount.java b/core/api/src/test/java/org/qi4j/api/mixin/BankAccount.java index ce27553..218a79c 100644 --- a/core/api/src/test/java/org/qi4j/api/mixin/BankAccount.java +++ b/core/api/src/test/java/org/qi4j/api/mixin/BankAccount.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.api.mixin; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/api/src/test/java/org/qi4j/api/mixin/Car.java ---------------------------------------------------------------------- diff --git a/core/api/src/test/java/org/qi4j/api/mixin/Car.java b/core/api/src/test/java/org/qi4j/api/mixin/Car.java index 442a979..434952b 100644 --- a/core/api/src/test/java/org/qi4j/api/mixin/Car.java +++ b/core/api/src/test/java/org/qi4j/api/mixin/Car.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.api.mixin; // START SNIPPET: mixins http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/api/src/test/java/org/qi4j/api/mixin/Something.java ---------------------------------------------------------------------- diff --git a/core/api/src/test/java/org/qi4j/api/mixin/Something.java b/core/api/src/test/java/org/qi4j/api/mixin/Something.java index 86de418..027404f 100644 --- a/core/api/src/test/java/org/qi4j/api/mixin/Something.java +++ b/core/api/src/test/java/org/qi4j/api/mixin/Something.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.api.mixin; // START SNIPPET: something http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/api/src/test/java/org/qi4j/api/mixin/SomethingMixin.java ---------------------------------------------------------------------- diff --git a/core/api/src/test/java/org/qi4j/api/mixin/SomethingMixin.java b/core/api/src/test/java/org/qi4j/api/mixin/SomethingMixin.java index a79af9f..63153c4 100644 --- a/core/api/src/test/java/org/qi4j/api/mixin/SomethingMixin.java +++ b/core/api/src/test/java/org/qi4j/api/mixin/SomethingMixin.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.api.mixin; // START SNIPPET: something http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/api/src/test/java/org/qi4j/api/mixin/StartMixin.java ---------------------------------------------------------------------- diff --git a/core/api/src/test/java/org/qi4j/api/mixin/StartMixin.java b/core/api/src/test/java/org/qi4j/api/mixin/StartMixin.java index 71b3202..dbe1076 100644 --- a/core/api/src/test/java/org/qi4j/api/mixin/StartMixin.java +++ b/core/api/src/test/java/org/qi4j/api/mixin/StartMixin.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.api.mixin; public abstract class StartMixin implements Startable http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/api/src/test/java/org/qi4j/api/mixin/Startable.java ---------------------------------------------------------------------- diff --git a/core/api/src/test/java/org/qi4j/api/mixin/Startable.java b/core/api/src/test/java/org/qi4j/api/mixin/Startable.java index 593036c..3603ca2 100644 --- a/core/api/src/test/java/org/qi4j/api/mixin/Startable.java +++ b/core/api/src/test/java/org/qi4j/api/mixin/Startable.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.api.mixin; // START SNIPPET: mixins http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/api/src/test/java/org/qi4j/api/mixin/Vehicle.java ---------------------------------------------------------------------- diff --git a/core/api/src/test/java/org/qi4j/api/mixin/Vehicle.java b/core/api/src/test/java/org/qi4j/api/mixin/Vehicle.java index 3d9d442..22705b6 100644 --- a/core/api/src/test/java/org/qi4j/api/mixin/Vehicle.java +++ b/core/api/src/test/java/org/qi4j/api/mixin/Vehicle.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.api.mixin; // START SNIPPET: mixins http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/api/src/test/java/org/qi4j/api/mixin/VehicleMixin.java ---------------------------------------------------------------------- diff --git a/core/api/src/test/java/org/qi4j/api/mixin/VehicleMixin.java b/core/api/src/test/java/org/qi4j/api/mixin/VehicleMixin.java index 0310f34..ad19d46 100644 --- a/core/api/src/test/java/org/qi4j/api/mixin/VehicleMixin.java +++ b/core/api/src/test/java/org/qi4j/api/mixin/VehicleMixin.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.api.mixin; public abstract class VehicleMixin http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/api/src/test/java/org/qi4j/api/mixin/decoratorMixin/DecoratorMixinTest.java ---------------------------------------------------------------------- diff --git a/core/api/src/test/java/org/qi4j/api/mixin/decoratorMixin/DecoratorMixinTest.java b/core/api/src/test/java/org/qi4j/api/mixin/decoratorMixin/DecoratorMixinTest.java index 8b2a27f..d761d1a 100644 --- a/core/api/src/test/java/org/qi4j/api/mixin/decoratorMixin/DecoratorMixinTest.java +++ b/core/api/src/test/java/org/qi4j/api/mixin/decoratorMixin/DecoratorMixinTest.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.api.mixin.decoratorMixin; import java.lang.reflect.InvocationHandler; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/api/src/test/java/org/qi4j/api/mixin/decoratorMixin/FooModel.java ---------------------------------------------------------------------- diff --git a/core/api/src/test/java/org/qi4j/api/mixin/decoratorMixin/FooModel.java b/core/api/src/test/java/org/qi4j/api/mixin/decoratorMixin/FooModel.java index 7f051e7..bf74db4 100644 --- a/core/api/src/test/java/org/qi4j/api/mixin/decoratorMixin/FooModel.java +++ b/core/api/src/test/java/org/qi4j/api/mixin/decoratorMixin/FooModel.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.api.mixin.decoratorMixin; import org.qi4j.api.composite.DecoratorMixin; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/api/src/test/java/org/qi4j/api/mixin/decoratorMixin/FooModelImpl.java ---------------------------------------------------------------------- diff --git a/core/api/src/test/java/org/qi4j/api/mixin/decoratorMixin/FooModelImpl.java b/core/api/src/test/java/org/qi4j/api/mixin/decoratorMixin/FooModelImpl.java index c28e05f..1ad5aee 100644 --- a/core/api/src/test/java/org/qi4j/api/mixin/decoratorMixin/FooModelImpl.java +++ b/core/api/src/test/java/org/qi4j/api/mixin/decoratorMixin/FooModelImpl.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.api.mixin.decoratorMixin; public class FooModelImpl http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/api/src/test/java/org/qi4j/api/mixin/decoratorMixin/FooModelInvocationHandler.java ---------------------------------------------------------------------- diff --git a/core/api/src/test/java/org/qi4j/api/mixin/decoratorMixin/FooModelInvocationHandler.java b/core/api/src/test/java/org/qi4j/api/mixin/decoratorMixin/FooModelInvocationHandler.java index 294b60c..eca17f3 100644 --- a/core/api/src/test/java/org/qi4j/api/mixin/decoratorMixin/FooModelInvocationHandler.java +++ b/core/api/src/test/java/org/qi4j/api/mixin/decoratorMixin/FooModelInvocationHandler.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.api.mixin.decoratorMixin; import java.lang.reflect.InvocationHandler; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/api/src/test/java/org/qi4j/api/mixin/decoratorMixin/View1.java ---------------------------------------------------------------------- diff --git a/core/api/src/test/java/org/qi4j/api/mixin/decoratorMixin/View1.java b/core/api/src/test/java/org/qi4j/api/mixin/decoratorMixin/View1.java index 2ab4194..a890433 100644 --- a/core/api/src/test/java/org/qi4j/api/mixin/decoratorMixin/View1.java +++ b/core/api/src/test/java/org/qi4j/api/mixin/decoratorMixin/View1.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.api.mixin.decoratorMixin; import org.qi4j.api.injection.scope.This; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/api/src/test/java/org/qi4j/api/mixin/decoratorMixin/View2.java ---------------------------------------------------------------------- diff --git a/core/api/src/test/java/org/qi4j/api/mixin/decoratorMixin/View2.java b/core/api/src/test/java/org/qi4j/api/mixin/decoratorMixin/View2.java index 4824fcd..4033072 100644 --- a/core/api/src/test/java/org/qi4j/api/mixin/decoratorMixin/View2.java +++ b/core/api/src/test/java/org/qi4j/api/mixin/decoratorMixin/View2.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.api.mixin.decoratorMixin; import org.qi4j.api.injection.scope.This; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/api/src/test/java/org/qi4j/api/mixin/partial/Car.java ---------------------------------------------------------------------- diff --git a/core/api/src/test/java/org/qi4j/api/mixin/partial/Car.java b/core/api/src/test/java/org/qi4j/api/mixin/partial/Car.java index eca0117..cd2a668 100644 --- a/core/api/src/test/java/org/qi4j/api/mixin/partial/Car.java +++ b/core/api/src/test/java/org/qi4j/api/mixin/partial/Car.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.api.mixin.partial; import org.qi4j.api.mixin.Mixins; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/api/src/test/java/org/qi4j/api/mixin/partial/CrashResultMixin.java ---------------------------------------------------------------------- diff --git a/core/api/src/test/java/org/qi4j/api/mixin/partial/CrashResultMixin.java b/core/api/src/test/java/org/qi4j/api/mixin/partial/CrashResultMixin.java index c0064d1..830cb74 100644 --- a/core/api/src/test/java/org/qi4j/api/mixin/partial/CrashResultMixin.java +++ b/core/api/src/test/java/org/qi4j/api/mixin/partial/CrashResultMixin.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.api.mixin.partial; public class CrashResultMixin implements Crashable http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/api/src/test/java/org/qi4j/api/mixin/partial/Crashable.java ---------------------------------------------------------------------- diff --git a/core/api/src/test/java/org/qi4j/api/mixin/partial/Crashable.java b/core/api/src/test/java/org/qi4j/api/mixin/partial/Crashable.java index 838a311..7ca07d0 100644 --- a/core/api/src/test/java/org/qi4j/api/mixin/partial/Crashable.java +++ b/core/api/src/test/java/org/qi4j/api/mixin/partial/Crashable.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.api.mixin.partial; public interface Crashable http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/api/src/test/java/org/qi4j/api/mixin/partial/SpeedLocation.java ---------------------------------------------------------------------- diff --git a/core/api/src/test/java/org/qi4j/api/mixin/partial/SpeedLocation.java b/core/api/src/test/java/org/qi4j/api/mixin/partial/SpeedLocation.java index 63fd749..e8119da 100644 --- a/core/api/src/test/java/org/qi4j/api/mixin/partial/SpeedLocation.java +++ b/core/api/src/test/java/org/qi4j/api/mixin/partial/SpeedLocation.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.api.mixin.partial; // START SNIPPET: partial http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/api/src/test/java/org/qi4j/api/mixin/partial/SpeedMixin.java ---------------------------------------------------------------------- diff --git a/core/api/src/test/java/org/qi4j/api/mixin/partial/SpeedMixin.java b/core/api/src/test/java/org/qi4j/api/mixin/partial/SpeedMixin.java index 23bb740..3f2cf6d 100644 --- a/core/api/src/test/java/org/qi4j/api/mixin/partial/SpeedMixin.java +++ b/core/api/src/test/java/org/qi4j/api/mixin/partial/SpeedMixin.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.api.mixin.partial; // START SNIPPET: partial http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/api/src/test/java/org/qi4j/api/mixin/partial/Vehicle.java ---------------------------------------------------------------------- diff --git a/core/api/src/test/java/org/qi4j/api/mixin/partial/Vehicle.java b/core/api/src/test/java/org/qi4j/api/mixin/partial/Vehicle.java index e71537d..4fa3597 100644 --- a/core/api/src/test/java/org/qi4j/api/mixin/partial/Vehicle.java +++ b/core/api/src/test/java/org/qi4j/api/mixin/partial/Vehicle.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.api.mixin.partial; // START SNIPPET: partial http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/api/src/test/java/org/qi4j/api/mixin/privateMixin/Cargo.java ---------------------------------------------------------------------- diff --git a/core/api/src/test/java/org/qi4j/api/mixin/privateMixin/Cargo.java b/core/api/src/test/java/org/qi4j/api/mixin/privateMixin/Cargo.java index f462889..d8a8dcc 100644 --- a/core/api/src/test/java/org/qi4j/api/mixin/privateMixin/Cargo.java +++ b/core/api/src/test/java/org/qi4j/api/mixin/privateMixin/Cargo.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.api.mixin.privateMixin; import org.qi4j.api.entity.EntityComposite; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/api/src/test/java/org/qi4j/api/mixin/privateMixin/CargoMixin.java ---------------------------------------------------------------------- diff --git a/core/api/src/test/java/org/qi4j/api/mixin/privateMixin/CargoMixin.java b/core/api/src/test/java/org/qi4j/api/mixin/privateMixin/CargoMixin.java index bde6f2b..4bb059a 100644 --- a/core/api/src/test/java/org/qi4j/api/mixin/privateMixin/CargoMixin.java +++ b/core/api/src/test/java/org/qi4j/api/mixin/privateMixin/CargoMixin.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.api.mixin.privateMixin; import org.qi4j.api.injection.scope.This; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/api/src/test/java/org/qi4j/api/mixin/privateMixin/CargoState.java ---------------------------------------------------------------------- diff --git a/core/api/src/test/java/org/qi4j/api/mixin/privateMixin/CargoState.java b/core/api/src/test/java/org/qi4j/api/mixin/privateMixin/CargoState.java index 65d495c..f348aee 100644 --- a/core/api/src/test/java/org/qi4j/api/mixin/privateMixin/CargoState.java +++ b/core/api/src/test/java/org/qi4j/api/mixin/privateMixin/CargoState.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.api.mixin.privateMixin; import org.qi4j.api.property.Property; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/api/src/test/java/org/qi4j/api/unitofwork/UnitOfWorkTemplateTest.java ---------------------------------------------------------------------- diff --git a/core/api/src/test/java/org/qi4j/api/unitofwork/UnitOfWorkTemplateTest.java b/core/api/src/test/java/org/qi4j/api/unitofwork/UnitOfWorkTemplateTest.java index 7527c96..21212ae 100644 --- a/core/api/src/test/java/org/qi4j/api/unitofwork/UnitOfWorkTemplateTest.java +++ b/core/api/src/test/java/org/qi4j/api/unitofwork/UnitOfWorkTemplateTest.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.api.unitofwork; import org.junit.Test; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/api/src/test/java/org/qi4j/api/value/ValueBuilderTemplateTest.java ---------------------------------------------------------------------- diff --git a/core/api/src/test/java/org/qi4j/api/value/ValueBuilderTemplateTest.java b/core/api/src/test/java/org/qi4j/api/value/ValueBuilderTemplateTest.java index 19e62f2..420d48e 100644 --- a/core/api/src/test/java/org/qi4j/api/value/ValueBuilderTemplateTest.java +++ b/core/api/src/test/java/org/qi4j/api/value/ValueBuilderTemplateTest.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.api.value; import org.junit.Test; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/api/src/test/resources/org/qi4j/api/configuration/MyService.properties ---------------------------------------------------------------------- diff --git a/core/api/src/test/resources/org/qi4j/api/configuration/MyService.properties b/core/api/src/test/resources/org/qi4j/api/configuration/MyService.properties index dcb6353..6ed5ff6 100644 --- a/core/api/src/test/resources/org/qi4j/api/configuration/MyService.properties +++ b/core/api/src/test/resources/org/qi4j/api/configuration/MyService.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. + me = { name : Niclas, address={ street1 : "Henan Lu 555", street2 : "Block 15", city : { cityName : "Shanghai", country : { countryName : "China" } } } } \ No newline at end of file http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/bootstrap/build.gradle ---------------------------------------------------------------------- diff --git a/core/bootstrap/build.gradle b/core/bootstrap/build.gradle index 3a61656..f9f406b 100644 --- a/core/bootstrap/build.gradle +++ b/core/bootstrap/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 Bootstrap"}} dependencies { http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/core/bootstrap/dev-status.xml ---------------------------------------------------------------------- diff --git a/core/bootstrap/dev-status.xml b/core/bootstrap/dev-status.xml index 55048fe..4f034dc 100644 --- a/core/bootstrap/dev-status.xml +++ b/core/bootstrap/dev-status.xml @@ -1,4 +1,20 @@ +