http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tutorials/introduction/twominutes/src/main/java/org/qi4j/demo/twominute/Main.java ---------------------------------------------------------------------- diff --git a/tutorials/introduction/twominutes/src/main/java/org/qi4j/demo/twominute/Main.java b/tutorials/introduction/twominutes/src/main/java/org/qi4j/demo/twominute/Main.java index 2eae176..2de363a 100644 --- a/tutorials/introduction/twominutes/src/main/java/org/qi4j/demo/twominute/Main.java +++ b/tutorials/introduction/twominutes/src/main/java/org/qi4j/demo/twominute/Main.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.demo.twominute; import org.qi4j.bootstrap.AssemblyException;
http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tutorials/introduction/twominutes/src/main/java/org/qi4j/demo/twominute/Speaker.java ---------------------------------------------------------------------- diff --git a/tutorials/introduction/twominutes/src/main/java/org/qi4j/demo/twominute/Speaker.java b/tutorials/introduction/twominutes/src/main/java/org/qi4j/demo/twominute/Speaker.java index 4cb126f..c1ac5c3 100644 --- a/tutorials/introduction/twominutes/src/main/java/org/qi4j/demo/twominute/Speaker.java +++ b/tutorials/introduction/twominutes/src/main/java/org/qi4j/demo/twominute/Speaker.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.demo.twominute; import org.qi4j.api.mixin.Mixins; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tutorials/introduction/twominutes/src/main/java/org/qi4j/demo/twominute/SpeakerMixin.java ---------------------------------------------------------------------- diff --git a/tutorials/introduction/twominutes/src/main/java/org/qi4j/demo/twominute/SpeakerMixin.java b/tutorials/introduction/twominutes/src/main/java/org/qi4j/demo/twominute/SpeakerMixin.java index c63ef8d..1459619 100644 --- a/tutorials/introduction/twominutes/src/main/java/org/qi4j/demo/twominute/SpeakerMixin.java +++ b/tutorials/introduction/twominutes/src/main/java/org/qi4j/demo/twominute/SpeakerMixin.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.demo.twominute; // START SNIPPET: documentation http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tutorials/services/build.gradle ---------------------------------------------------------------------- diff --git a/tutorials/services/build.gradle b/tutorials/services/build.gradle index 3b7dccb..647823b 100644 --- a/tutorials/services/build.gradle +++ b/tutorials/services/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. + */ + description = "Tutorial on how to use Qi4j service concept." jar { manifest { name = "Qi4j Tutorial - Services" }} http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tutorials/services/src/docs/step1.txt ---------------------------------------------------------------------- diff --git a/tutorials/services/src/docs/step1.txt b/tutorials/services/src/docs/step1.txt index 656be3c..7e6cbe9 100644 --- a/tutorials/services/src/docs/step1.txt +++ b/tutorials/services/src/docs/step1.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. +/////////////////////////////////////////////////////////////// + [[tut-services-step1,Step 1 - Creating a ServiceComposite]] = Step 1 - Creating a ServiceComposite = http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tutorials/services/src/docs/step2.txt ---------------------------------------------------------------------- diff --git a/tutorials/services/src/docs/step2.txt b/tutorials/services/src/docs/step2.txt index 328a438..73c20d8 100644 --- a/tutorials/services/src/docs/step2.txt +++ b/tutorials/services/src/docs/step2.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. +/////////////////////////////////////////////////////////////// + [[tut-services-step2,Step 2 - Hooking into the Service Activation]] = Step 2 - Hooking into the Service Activation = http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tutorials/services/src/docs/step3.txt ---------------------------------------------------------------------- diff --git a/tutorials/services/src/docs/step3.txt b/tutorials/services/src/docs/step3.txt index dd235fc..9c471d3 100644 --- a/tutorials/services/src/docs/step3.txt +++ b/tutorials/services/src/docs/step3.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. +/////////////////////////////////////////////////////////////// + [[tut-services-step3,Step 3 - Reading the Service Configuration]] = Step 3 - Reading the Service Configuration = http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tutorials/services/src/docs/tut-services.txt ---------------------------------------------------------------------- diff --git a/tutorials/services/src/docs/tut-services.txt b/tutorials/services/src/docs/tut-services.txt index 1a65b1f..690cbfe 100644 --- a/tutorials/services/src/docs/tut-services.txt +++ b/tutorials/services/src/docs/tut-services.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. +/////////////////////////////////////////////////////////////// + [[tut-services,Services Composites Tutorial]] = Services Composites Tutorial = http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tutorials/services/src/main/java/org/qi4j/tutorials/services/step1/package.html ---------------------------------------------------------------------- diff --git a/tutorials/services/src/main/java/org/qi4j/tutorials/services/step1/package.html b/tutorials/services/src/main/java/org/qi4j/tutorials/services/step1/package.html index 804290d..cf280c7 100644 --- a/tutorials/services/src/main/java/org/qi4j/tutorials/services/step1/package.html +++ b/tutorials/services/src/main/java/org/qi4j/tutorials/services/step1/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. +--> <body> <h1>Step 1 - Creating a ServiceComposite</h1> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tutorials/services/src/main/java/org/qi4j/tutorials/services/step2/Library.java ---------------------------------------------------------------------- diff --git a/tutorials/services/src/main/java/org/qi4j/tutorials/services/step2/Library.java b/tutorials/services/src/main/java/org/qi4j/tutorials/services/step2/Library.java index e811b0a..6a13bb4 100644 --- a/tutorials/services/src/main/java/org/qi4j/tutorials/services/step2/Library.java +++ b/tutorials/services/src/main/java/org/qi4j/tutorials/services/step2/Library.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.tutorials.services.step2; public interface Library http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tutorials/services/src/main/java/org/qi4j/tutorials/services/step2/LibraryService.java ---------------------------------------------------------------------- diff --git a/tutorials/services/src/main/java/org/qi4j/tutorials/services/step2/LibraryService.java b/tutorials/services/src/main/java/org/qi4j/tutorials/services/step2/LibraryService.java index 70da5d7..d92c0d8 100644 --- a/tutorials/services/src/main/java/org/qi4j/tutorials/services/step2/LibraryService.java +++ b/tutorials/services/src/main/java/org/qi4j/tutorials/services/step2/LibraryService.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.tutorials.services.step2; import org.qi4j.api.mixin.Mixins; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tutorials/services/src/main/java/org/qi4j/tutorials/services/step2/package.html ---------------------------------------------------------------------- diff --git a/tutorials/services/src/main/java/org/qi4j/tutorials/services/step2/package.html b/tutorials/services/src/main/java/org/qi4j/tutorials/services/step2/package.html index 2be4811..a8a6b81 100644 --- a/tutorials/services/src/main/java/org/qi4j/tutorials/services/step2/package.html +++ b/tutorials/services/src/main/java/org/qi4j/tutorials/services/step2/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. +--> <body> <h1>Step 2 - Hooking into the Service Activation</h1> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tutorials/services/src/main/java/org/qi4j/tutorials/services/step3/Library.java ---------------------------------------------------------------------- diff --git a/tutorials/services/src/main/java/org/qi4j/tutorials/services/step3/Library.java b/tutorials/services/src/main/java/org/qi4j/tutorials/services/step3/Library.java index a3a9115..b9516db 100644 --- a/tutorials/services/src/main/java/org/qi4j/tutorials/services/step3/Library.java +++ b/tutorials/services/src/main/java/org/qi4j/tutorials/services/step3/Library.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.tutorials.services.step3; public interface Library http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tutorials/services/src/main/java/org/qi4j/tutorials/services/step3/LibraryService.java ---------------------------------------------------------------------- diff --git a/tutorials/services/src/main/java/org/qi4j/tutorials/services/step3/LibraryService.java b/tutorials/services/src/main/java/org/qi4j/tutorials/services/step3/LibraryService.java index cbdd3bc..ba03666 100644 --- a/tutorials/services/src/main/java/org/qi4j/tutorials/services/step3/LibraryService.java +++ b/tutorials/services/src/main/java/org/qi4j/tutorials/services/step3/LibraryService.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.tutorials.services.step3; import org.qi4j.api.activation.Activators; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tutorials/services/src/main/java/org/qi4j/tutorials/services/step3/package.html ---------------------------------------------------------------------- diff --git a/tutorials/services/src/main/java/org/qi4j/tutorials/services/step3/package.html b/tutorials/services/src/main/java/org/qi4j/tutorials/services/step3/package.html index 52d5bb9..def8703 100644 --- a/tutorials/services/src/main/java/org/qi4j/tutorials/services/step3/package.html +++ b/tutorials/services/src/main/java/org/qi4j/tutorials/services/step3/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. +--> <body> <h1>Step 3 - Reading the Service Configuration</h1> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tutorials/services/src/main/java/org/qi4j/tutorials/services/step4/Library.java ---------------------------------------------------------------------- diff --git a/tutorials/services/src/main/java/org/qi4j/tutorials/services/step4/Library.java b/tutorials/services/src/main/java/org/qi4j/tutorials/services/step4/Library.java index 10c3dcd..e62c4a9 100644 --- a/tutorials/services/src/main/java/org/qi4j/tutorials/services/step4/Library.java +++ b/tutorials/services/src/main/java/org/qi4j/tutorials/services/step4/Library.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.tutorials.services.step4; public interface Library http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tutorials/services/src/main/java/org/qi4j/tutorials/services/step4/LibraryService.java ---------------------------------------------------------------------- diff --git a/tutorials/services/src/main/java/org/qi4j/tutorials/services/step4/LibraryService.java b/tutorials/services/src/main/java/org/qi4j/tutorials/services/step4/LibraryService.java index 45cba93..be696c5 100644 --- a/tutorials/services/src/main/java/org/qi4j/tutorials/services/step4/LibraryService.java +++ b/tutorials/services/src/main/java/org/qi4j/tutorials/services/step4/LibraryService.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.tutorials.services.step4; import org.qi4j.api.mixin.Mixins; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tutorials/services/src/main/java/org/qi4j/tutorials/services/step5/Library.java ---------------------------------------------------------------------- diff --git a/tutorials/services/src/main/java/org/qi4j/tutorials/services/step5/Library.java b/tutorials/services/src/main/java/org/qi4j/tutorials/services/step5/Library.java index ad4d44c..bd7e534 100644 --- a/tutorials/services/src/main/java/org/qi4j/tutorials/services/step5/Library.java +++ b/tutorials/services/src/main/java/org/qi4j/tutorials/services/step5/Library.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.tutorials.services.step5; public interface Library http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tutorials/services/src/main/java/org/qi4j/tutorials/services/step5/LibraryService.java ---------------------------------------------------------------------- diff --git a/tutorials/services/src/main/java/org/qi4j/tutorials/services/step5/LibraryService.java b/tutorials/services/src/main/java/org/qi4j/tutorials/services/step5/LibraryService.java index e93f510..6f40aba 100644 --- a/tutorials/services/src/main/java/org/qi4j/tutorials/services/step5/LibraryService.java +++ b/tutorials/services/src/main/java/org/qi4j/tutorials/services/step5/LibraryService.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.tutorials.services.step5; import java.util.ArrayList; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tutorials/services/src/main/java/org/qi4j/tutorials/services/step6/Library.java ---------------------------------------------------------------------- diff --git a/tutorials/services/src/main/java/org/qi4j/tutorials/services/step6/Library.java b/tutorials/services/src/main/java/org/qi4j/tutorials/services/step6/Library.java index 16faaa0..537a0a3 100644 --- a/tutorials/services/src/main/java/org/qi4j/tutorials/services/step6/Library.java +++ b/tutorials/services/src/main/java/org/qi4j/tutorials/services/step6/Library.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.tutorials.services.step6; public interface Library http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tutorials/services/src/main/java/org/qi4j/tutorials/services/step6/LibraryService.java ---------------------------------------------------------------------- diff --git a/tutorials/services/src/main/java/org/qi4j/tutorials/services/step6/LibraryService.java b/tutorials/services/src/main/java/org/qi4j/tutorials/services/step6/LibraryService.java index b5b0ee5..5c6c854 100644 --- a/tutorials/services/src/main/java/org/qi4j/tutorials/services/step6/LibraryService.java +++ b/tutorials/services/src/main/java/org/qi4j/tutorials/services/step6/LibraryService.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.tutorials.services.step6; import java.util.ArrayList; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tutorials/services/src/main/resources/org/qi4j/tutorials/services/step4/LibraryService.properties ---------------------------------------------------------------------- diff --git a/tutorials/services/src/main/resources/org/qi4j/tutorials/services/step4/LibraryService.properties b/tutorials/services/src/main/resources/org/qi4j/tutorials/services/step4/LibraryService.properties index 3419989..90f349c 100644 --- a/tutorials/services/src/main/resources/org/qi4j/tutorials/services/step4/LibraryService.properties +++ b/tutorials/services/src/main/resources/org/qi4j/tutorials/services/step4/LibraryService.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. + titles=Domain Driven Design, Pragmatic Programmer, Extreme Programming Explained authors=Eric Evans, Andy Hunt, Kent Beck http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tutorials/services/src/main/resources/org/qi4j/tutorials/services/step5/LibraryService.properties ---------------------------------------------------------------------- diff --git a/tutorials/services/src/main/resources/org/qi4j/tutorials/services/step5/LibraryService.properties b/tutorials/services/src/main/resources/org/qi4j/tutorials/services/step5/LibraryService.properties index 3419989..90f349c 100644 --- a/tutorials/services/src/main/resources/org/qi4j/tutorials/services/step5/LibraryService.properties +++ b/tutorials/services/src/main/resources/org/qi4j/tutorials/services/step5/LibraryService.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. + titles=Domain Driven Design, Pragmatic Programmer, Extreme Programming Explained authors=Eric Evans, Andy Hunt, Kent Beck http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/tutorials/services/src/main/resources/org/qi4j/tutorials/services/step6/Library.properties ---------------------------------------------------------------------- diff --git a/tutorials/services/src/main/resources/org/qi4j/tutorials/services/step6/Library.properties b/tutorials/services/src/main/resources/org/qi4j/tutorials/services/step6/Library.properties index 3419989..90f349c 100644 --- a/tutorials/services/src/main/resources/org/qi4j/tutorials/services/step6/Library.properties +++ b/tutorials/services/src/main/resources/org/qi4j/tutorials/services/step6/Library.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. + titles=Domain Driven Design, Pragmatic Programmer, Extreme Programming Explained authors=Eric Evans, Andy Hunt, Kent Beck
