http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/appbrowser/src/test/java/org/qi4j/library/appbrowser/AppBrowserTest.java ---------------------------------------------------------------------- diff --git a/libraries/appbrowser/src/test/java/org/qi4j/library/appbrowser/AppBrowserTest.java b/libraries/appbrowser/src/test/java/org/qi4j/library/appbrowser/AppBrowserTest.java index acb239b..2079456 100644 --- a/libraries/appbrowser/src/test/java/org/qi4j/library/appbrowser/AppBrowserTest.java +++ b/libraries/appbrowser/src/test/java/org/qi4j/library/appbrowser/AppBrowserTest.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.library.appbrowser; import java.io.StringWriter;
http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/circuitbreaker/build.gradle ---------------------------------------------------------------------- diff --git a/libraries/circuitbreaker/build.gradle b/libraries/circuitbreaker/build.gradle index e513dd9..7bbb3ac 100644 --- a/libraries/circuitbreaker/build.gradle +++ b/libraries/circuitbreaker/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 = "Qi4j Circuit Breaker Library provides a framework for connecting external resources, so that they can be disabled during re-play of events." jar { manifest {name = "Qi4j Library - Circuit Breaker"}} http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/circuitbreaker/dev-status.xml ---------------------------------------------------------------------- diff --git a/libraries/circuitbreaker/dev-status.xml b/libraries/circuitbreaker/dev-status.xml index 606b048..7cd8719 100644 --- a/libraries/circuitbreaker/dev-status.xml +++ b/libraries/circuitbreaker/dev-status.xml @@ -1,4 +1,20 @@ <?xml version="1.0" encoding="UTF-8" ?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> <module xmlns="http://www.qi4j.org/schemas/2008/dev-status/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.qi4j.org/schemas/2008/dev-status/1 http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/circuitbreaker/src/docs/circuitbreaker.txt ---------------------------------------------------------------------- diff --git a/libraries/circuitbreaker/src/docs/circuitbreaker.txt b/libraries/circuitbreaker/src/docs/circuitbreaker.txt index 057a7a3..c06fa46 100644 --- a/libraries/circuitbreaker/src/docs/circuitbreaker.txt +++ b/libraries/circuitbreaker/src/docs/circuitbreaker.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. +/////////////////////////////////////////////////////////////// + [[library-circuitbreaker,Circuit Breaker Library]] = Circuit Breaker = http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/circuitbreaker/src/main/java/org/qi4j/library/circuitbreaker/jmx/package.html ---------------------------------------------------------------------- diff --git a/libraries/circuitbreaker/src/main/java/org/qi4j/library/circuitbreaker/jmx/package.html b/libraries/circuitbreaker/src/main/java/org/qi4j/library/circuitbreaker/jmx/package.html index c6bd136..b3ca3a9 100644 --- a/libraries/circuitbreaker/src/main/java/org/qi4j/library/circuitbreaker/jmx/package.html +++ b/libraries/circuitbreaker/src/main/java/org/qi4j/library/circuitbreaker/jmx/package.html @@ -1,3 +1,19 @@ +<!-- +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to You under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> <html> <body> <h2>Circuit Breaker JMX Support.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/circuitbreaker/src/main/java/org/qi4j/library/circuitbreaker/package.html ---------------------------------------------------------------------- diff --git a/libraries/circuitbreaker/src/main/java/org/qi4j/library/circuitbreaker/package.html b/libraries/circuitbreaker/src/main/java/org/qi4j/library/circuitbreaker/package.html index 0018940..df4170c 100644 --- a/libraries/circuitbreaker/src/main/java/org/qi4j/library/circuitbreaker/package.html +++ b/libraries/circuitbreaker/src/main/java/org/qi4j/library/circuitbreaker/package.html @@ -1,3 +1,19 @@ +<!-- +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to You under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> <html> <body> <h2>Circuit Breaker Library.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/circuitbreaker/src/main/java/org/qi4j/library/circuitbreaker/service/package.html ---------------------------------------------------------------------- diff --git a/libraries/circuitbreaker/src/main/java/org/qi4j/library/circuitbreaker/service/package.html b/libraries/circuitbreaker/src/main/java/org/qi4j/library/circuitbreaker/service/package.html index 450d42f..ce4dd71 100644 --- a/libraries/circuitbreaker/src/main/java/org/qi4j/library/circuitbreaker/service/package.html +++ b/libraries/circuitbreaker/src/main/java/org/qi4j/library/circuitbreaker/service/package.html @@ -1,3 +1,19 @@ +<!-- +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to You under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> <html> <body> <h2>Circuit Breaker Service.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/constraints/build.gradle ---------------------------------------------------------------------- diff --git a/libraries/constraints/build.gradle b/libraries/constraints/build.gradle index 498c593..9a22241 100644 --- a/libraries/constraints/build.gradle +++ b/libraries/constraints/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 = "Qi4j Constraint Library provides common set of constraints." jar { manifest { name = "Qi4j Library - Constraints"}} http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/constraints/dev-status.xml ---------------------------------------------------------------------- diff --git a/libraries/constraints/dev-status.xml b/libraries/constraints/dev-status.xml index a0c9fbb..bdf00e7 100644 --- a/libraries/constraints/dev-status.xml +++ b/libraries/constraints/dev-status.xml @@ -1,4 +1,20 @@ <?xml version="1.0" encoding="UTF-8" ?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> <module xmlns="http://www.qi4j.org/schemas/2008/dev-status/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.qi4j.org/schemas/2008/dev-status/1 http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/constraints/src/docs/constraints.txt ---------------------------------------------------------------------- diff --git a/libraries/constraints/src/docs/constraints.txt b/libraries/constraints/src/docs/constraints.txt index 0cbe051..2514cf9 100644 --- a/libraries/constraints/src/docs/constraints.txt +++ b/libraries/constraints/src/docs/constraints.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. +/////////////////////////////////////////////////////////////// + [[library-constraints,Constraints Library]] = Constraints = http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/constraints/src/main/java/org/qi4j/library/constraints/ContainsConstraint.java ---------------------------------------------------------------------- diff --git a/libraries/constraints/src/main/java/org/qi4j/library/constraints/ContainsConstraint.java b/libraries/constraints/src/main/java/org/qi4j/library/constraints/ContainsConstraint.java index e46534d..248e040 100644 --- a/libraries/constraints/src/main/java/org/qi4j/library/constraints/ContainsConstraint.java +++ b/libraries/constraints/src/main/java/org/qi4j/library/constraints/ContainsConstraint.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.library.constraints; import org.qi4j.api.constraint.Constraint; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/constraints/src/main/java/org/qi4j/library/constraints/GreaterThanConstraint.java ---------------------------------------------------------------------- diff --git a/libraries/constraints/src/main/java/org/qi4j/library/constraints/GreaterThanConstraint.java b/libraries/constraints/src/main/java/org/qi4j/library/constraints/GreaterThanConstraint.java index 433294b..c28c110 100644 --- a/libraries/constraints/src/main/java/org/qi4j/library/constraints/GreaterThanConstraint.java +++ b/libraries/constraints/src/main/java/org/qi4j/library/constraints/GreaterThanConstraint.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.library.constraints; import org.qi4j.api.constraint.Constraint; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/constraints/src/main/java/org/qi4j/library/constraints/LessThanConstraint.java ---------------------------------------------------------------------- diff --git a/libraries/constraints/src/main/java/org/qi4j/library/constraints/LessThanConstraint.java b/libraries/constraints/src/main/java/org/qi4j/library/constraints/LessThanConstraint.java index 5e88f54..d6880e3 100644 --- a/libraries/constraints/src/main/java/org/qi4j/library/constraints/LessThanConstraint.java +++ b/libraries/constraints/src/main/java/org/qi4j/library/constraints/LessThanConstraint.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.library.constraints; import org.qi4j.api.constraint.Constraint; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/constraints/src/main/java/org/qi4j/library/constraints/MatchesConstraint.java ---------------------------------------------------------------------- diff --git a/libraries/constraints/src/main/java/org/qi4j/library/constraints/MatchesConstraint.java b/libraries/constraints/src/main/java/org/qi4j/library/constraints/MatchesConstraint.java index 67fc575..c0048a4 100644 --- a/libraries/constraints/src/main/java/org/qi4j/library/constraints/MatchesConstraint.java +++ b/libraries/constraints/src/main/java/org/qi4j/library/constraints/MatchesConstraint.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.library.constraints; import java.util.regex.Pattern; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/constraints/src/main/java/org/qi4j/library/constraints/MaxLengthConstraint.java ---------------------------------------------------------------------- diff --git a/libraries/constraints/src/main/java/org/qi4j/library/constraints/MaxLengthConstraint.java b/libraries/constraints/src/main/java/org/qi4j/library/constraints/MaxLengthConstraint.java index 57bd6b3..b837593 100644 --- a/libraries/constraints/src/main/java/org/qi4j/library/constraints/MaxLengthConstraint.java +++ b/libraries/constraints/src/main/java/org/qi4j/library/constraints/MaxLengthConstraint.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.library.constraints; import org.qi4j.api.constraint.Constraint; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/constraints/src/main/java/org/qi4j/library/constraints/MinLengthConstraint.java ---------------------------------------------------------------------- diff --git a/libraries/constraints/src/main/java/org/qi4j/library/constraints/MinLengthConstraint.java b/libraries/constraints/src/main/java/org/qi4j/library/constraints/MinLengthConstraint.java index 2f4c0f1..1efd39e 100644 --- a/libraries/constraints/src/main/java/org/qi4j/library/constraints/MinLengthConstraint.java +++ b/libraries/constraints/src/main/java/org/qi4j/library/constraints/MinLengthConstraint.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.library.constraints; import org.qi4j.api.constraint.Constraint; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/constraints/src/main/java/org/qi4j/library/constraints/OneOfConstraint.java ---------------------------------------------------------------------- diff --git a/libraries/constraints/src/main/java/org/qi4j/library/constraints/OneOfConstraint.java b/libraries/constraints/src/main/java/org/qi4j/library/constraints/OneOfConstraint.java index f5f172b..a9c6d2b 100644 --- a/libraries/constraints/src/main/java/org/qi4j/library/constraints/OneOfConstraint.java +++ b/libraries/constraints/src/main/java/org/qi4j/library/constraints/OneOfConstraint.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.library.constraints; import org.qi4j.api.constraint.Constraint; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/constraints/src/main/java/org/qi4j/library/constraints/RangeConstraint.java ---------------------------------------------------------------------- diff --git a/libraries/constraints/src/main/java/org/qi4j/library/constraints/RangeConstraint.java b/libraries/constraints/src/main/java/org/qi4j/library/constraints/RangeConstraint.java index d3c255d..e671ff0 100644 --- a/libraries/constraints/src/main/java/org/qi4j/library/constraints/RangeConstraint.java +++ b/libraries/constraints/src/main/java/org/qi4j/library/constraints/RangeConstraint.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.library.constraints; import org.qi4j.api.constraint.Constraint; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/constraints/src/main/java/org/qi4j/library/constraints/annotation/Contains.java ---------------------------------------------------------------------- diff --git a/libraries/constraints/src/main/java/org/qi4j/library/constraints/annotation/Contains.java b/libraries/constraints/src/main/java/org/qi4j/library/constraints/annotation/Contains.java index 954f596..8dd11be 100644 --- a/libraries/constraints/src/main/java/org/qi4j/library/constraints/annotation/Contains.java +++ b/libraries/constraints/src/main/java/org/qi4j/library/constraints/annotation/Contains.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.library.constraints.annotation; import java.lang.annotation.Retention; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/constraints/src/main/java/org/qi4j/library/constraints/annotation/Email.java ---------------------------------------------------------------------- diff --git a/libraries/constraints/src/main/java/org/qi4j/library/constraints/annotation/Email.java b/libraries/constraints/src/main/java/org/qi4j/library/constraints/annotation/Email.java index 6a67547..ddff359 100644 --- a/libraries/constraints/src/main/java/org/qi4j/library/constraints/annotation/Email.java +++ b/libraries/constraints/src/main/java/org/qi4j/library/constraints/annotation/Email.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.library.constraints.annotation; import java.lang.annotation.Retention; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/constraints/src/main/java/org/qi4j/library/constraints/annotation/GreaterThan.java ---------------------------------------------------------------------- diff --git a/libraries/constraints/src/main/java/org/qi4j/library/constraints/annotation/GreaterThan.java b/libraries/constraints/src/main/java/org/qi4j/library/constraints/annotation/GreaterThan.java index 170e555..3be628e 100644 --- a/libraries/constraints/src/main/java/org/qi4j/library/constraints/annotation/GreaterThan.java +++ b/libraries/constraints/src/main/java/org/qi4j/library/constraints/annotation/GreaterThan.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.library.constraints.annotation; import java.lang.annotation.Retention; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/constraints/src/main/java/org/qi4j/library/constraints/annotation/LessThan.java ---------------------------------------------------------------------- diff --git a/libraries/constraints/src/main/java/org/qi4j/library/constraints/annotation/LessThan.java b/libraries/constraints/src/main/java/org/qi4j/library/constraints/annotation/LessThan.java index d80bcf8..339cf9b 100644 --- a/libraries/constraints/src/main/java/org/qi4j/library/constraints/annotation/LessThan.java +++ b/libraries/constraints/src/main/java/org/qi4j/library/constraints/annotation/LessThan.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.library.constraints.annotation; import java.lang.annotation.Retention; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/constraints/src/main/java/org/qi4j/library/constraints/annotation/Matches.java ---------------------------------------------------------------------- diff --git a/libraries/constraints/src/main/java/org/qi4j/library/constraints/annotation/Matches.java b/libraries/constraints/src/main/java/org/qi4j/library/constraints/annotation/Matches.java index 43b586a..aca9ca3 100644 --- a/libraries/constraints/src/main/java/org/qi4j/library/constraints/annotation/Matches.java +++ b/libraries/constraints/src/main/java/org/qi4j/library/constraints/annotation/Matches.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.library.constraints.annotation; import java.lang.annotation.Retention; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/constraints/src/main/java/org/qi4j/library/constraints/annotation/MaxLength.java ---------------------------------------------------------------------- diff --git a/libraries/constraints/src/main/java/org/qi4j/library/constraints/annotation/MaxLength.java b/libraries/constraints/src/main/java/org/qi4j/library/constraints/annotation/MaxLength.java index 40ba206..c56e340 100644 --- a/libraries/constraints/src/main/java/org/qi4j/library/constraints/annotation/MaxLength.java +++ b/libraries/constraints/src/main/java/org/qi4j/library/constraints/annotation/MaxLength.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.library.constraints.annotation; import java.lang.annotation.Retention; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/constraints/src/main/java/org/qi4j/library/constraints/annotation/MinLength.java ---------------------------------------------------------------------- diff --git a/libraries/constraints/src/main/java/org/qi4j/library/constraints/annotation/MinLength.java b/libraries/constraints/src/main/java/org/qi4j/library/constraints/annotation/MinLength.java index 0686a01..a7bd859 100644 --- a/libraries/constraints/src/main/java/org/qi4j/library/constraints/annotation/MinLength.java +++ b/libraries/constraints/src/main/java/org/qi4j/library/constraints/annotation/MinLength.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.library.constraints.annotation; import java.lang.annotation.Retention; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/constraints/src/main/java/org/qi4j/library/constraints/annotation/OneOf.java ---------------------------------------------------------------------- diff --git a/libraries/constraints/src/main/java/org/qi4j/library/constraints/annotation/OneOf.java b/libraries/constraints/src/main/java/org/qi4j/library/constraints/annotation/OneOf.java index 0e23b01..6ab7bea 100644 --- a/libraries/constraints/src/main/java/org/qi4j/library/constraints/annotation/OneOf.java +++ b/libraries/constraints/src/main/java/org/qi4j/library/constraints/annotation/OneOf.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.library.constraints.annotation; import java.lang.annotation.Retention; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/constraints/src/main/java/org/qi4j/library/constraints/annotation/Range.java ---------------------------------------------------------------------- diff --git a/libraries/constraints/src/main/java/org/qi4j/library/constraints/annotation/Range.java b/libraries/constraints/src/main/java/org/qi4j/library/constraints/annotation/Range.java index 50ba128..82403d7 100644 --- a/libraries/constraints/src/main/java/org/qi4j/library/constraints/annotation/Range.java +++ b/libraries/constraints/src/main/java/org/qi4j/library/constraints/annotation/Range.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.library.constraints.annotation; import java.lang.annotation.Retention; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/constraints/src/main/java/org/qi4j/library/constraints/annotation/package.html ---------------------------------------------------------------------- diff --git a/libraries/constraints/src/main/java/org/qi4j/library/constraints/annotation/package.html b/libraries/constraints/src/main/java/org/qi4j/library/constraints/annotation/package.html index 1b13db7..17b22c5 100644 --- a/libraries/constraints/src/main/java/org/qi4j/library/constraints/annotation/package.html +++ b/libraries/constraints/src/main/java/org/qi4j/library/constraints/annotation/package.html @@ -1,3 +1,19 @@ +<!-- +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to You under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> <html> <body> <h2>Constraints Annotations.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/constraints/src/main/java/org/qi4j/library/constraints/package.html ---------------------------------------------------------------------- diff --git a/libraries/constraints/src/main/java/org/qi4j/library/constraints/package.html b/libraries/constraints/src/main/java/org/qi4j/library/constraints/package.html index 9c439ab..d4c9bd0 100644 --- a/libraries/constraints/src/main/java/org/qi4j/library/constraints/package.html +++ b/libraries/constraints/src/main/java/org/qi4j/library/constraints/package.html @@ -1,3 +1,19 @@ +<!-- +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to You under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> <html> <body> <h2>Constraints Library.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/constraints/src/test/java/org/qi4j/library/constraints/qi70/IssueTest.java ---------------------------------------------------------------------- diff --git a/libraries/constraints/src/test/java/org/qi4j/library/constraints/qi70/IssueTest.java b/libraries/constraints/src/test/java/org/qi4j/library/constraints/qi70/IssueTest.java index 6fa11f9..9178aee 100644 --- a/libraries/constraints/src/test/java/org/qi4j/library/constraints/qi70/IssueTest.java +++ b/libraries/constraints/src/test/java/org/qi4j/library/constraints/qi70/IssueTest.java @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.qi4j.library.constraints.qi70; import org.junit.Test; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/constraints/src/test/java/org/qi4j/library/constraints/qi70/Sample.java ---------------------------------------------------------------------- diff --git a/libraries/constraints/src/test/java/org/qi4j/library/constraints/qi70/Sample.java b/libraries/constraints/src/test/java/org/qi4j/library/constraints/qi70/Sample.java index c51ed26..ad92621 100644 --- a/libraries/constraints/src/test/java/org/qi4j/library/constraints/qi70/Sample.java +++ b/libraries/constraints/src/test/java/org/qi4j/library/constraints/qi70/Sample.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.library.constraints.qi70; import org.qi4j.api.property.Property; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/constraints/src/test/java/org/qi4j/library/constraints/qi70/SampleComposite.java ---------------------------------------------------------------------- diff --git a/libraries/constraints/src/test/java/org/qi4j/library/constraints/qi70/SampleComposite.java b/libraries/constraints/src/test/java/org/qi4j/library/constraints/qi70/SampleComposite.java index 491f69e..924e2ff 100644 --- a/libraries/constraints/src/test/java/org/qi4j/library/constraints/qi70/SampleComposite.java +++ b/libraries/constraints/src/test/java/org/qi4j/library/constraints/qi70/SampleComposite.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.library.constraints.qi70; import org.qi4j.api.composite.TransientComposite; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/constraints/src/test/java/org/qi4j/library/constraints/qi70/SampleMixin.java ---------------------------------------------------------------------- diff --git a/libraries/constraints/src/test/java/org/qi4j/library/constraints/qi70/SampleMixin.java b/libraries/constraints/src/test/java/org/qi4j/library/constraints/qi70/SampleMixin.java index c0881dc..89202a2 100644 --- a/libraries/constraints/src/test/java/org/qi4j/library/constraints/qi70/SampleMixin.java +++ b/libraries/constraints/src/test/java/org/qi4j/library/constraints/qi70/SampleMixin.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.library.constraints.qi70; public class SampleMixin http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/conversion/build.gradle ---------------------------------------------------------------------- diff --git a/libraries/conversion/build.gradle b/libraries/conversion/build.gradle index c7bb2d2..d516248 100644 --- a/libraries/conversion/build.gradle +++ b/libraries/conversion/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 = "Qi4j Values Library has various generic services to manipulate Qi4j ValueComposites, such as converting an Entity to a Value." jar { manifest { name = "Qi4j Library - Values" }} http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/conversion/dev-status.xml ---------------------------------------------------------------------- diff --git a/libraries/conversion/dev-status.xml b/libraries/conversion/dev-status.xml index 89e7fa1..515291a 100644 --- a/libraries/conversion/dev-status.xml +++ b/libraries/conversion/dev-status.xml @@ -1,4 +1,20 @@ <?xml version="1.0" encoding="UTF-8" ?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> <module xmlns="http://www.qi4j.org/schemas/2008/dev-status/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.qi4j.org/schemas/2008/dev-status/1 http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/conversion/src/docs/conversion.txt ---------------------------------------------------------------------- diff --git a/libraries/conversion/src/docs/conversion.txt b/libraries/conversion/src/docs/conversion.txt index 7d7da92..8147660 100644 --- a/libraries/conversion/src/docs/conversion.txt +++ b/libraries/conversion/src/docs/conversion.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. +/////////////////////////////////////////////////////////////// + [[library-conversion, Conversion Library]] = Conversion = http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/conversion/src/main/java/org/qi4j/library/conversion/values/package.html ---------------------------------------------------------------------- diff --git a/libraries/conversion/src/main/java/org/qi4j/library/conversion/values/package.html b/libraries/conversion/src/main/java/org/qi4j/library/conversion/values/package.html index 80f8955..e2be575 100644 --- a/libraries/conversion/src/main/java/org/qi4j/library/conversion/values/package.html +++ b/libraries/conversion/src/main/java/org/qi4j/library/conversion/values/package.html @@ -1,3 +1,19 @@ +<!-- +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to You under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> <html> <body> <h2>Entities to Values Conversion.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/eventsourcing-jdbm/build.gradle ---------------------------------------------------------------------- diff --git a/libraries/eventsourcing-jdbm/build.gradle b/libraries/eventsourcing-jdbm/build.gradle index 1ca9ae3..193595c 100644 --- a/libraries/eventsourcing-jdbm/build.gradle +++ b/libraries/eventsourcing-jdbm/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 = "Extension to the Qi4j Event Sourcing Library for providing a JDBM based event store." jar { manifest { name = "Qi4j Library - Event Sourcing - JDBM" }} http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/eventsourcing-jdbm/dev-status.xml ---------------------------------------------------------------------- diff --git a/libraries/eventsourcing-jdbm/dev-status.xml b/libraries/eventsourcing-jdbm/dev-status.xml index f8811d1..73eb6db 100644 --- a/libraries/eventsourcing-jdbm/dev-status.xml +++ b/libraries/eventsourcing-jdbm/dev-status.xml @@ -1,4 +1,20 @@ <?xml version="1.0" encoding="UTF-8" ?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> <module xmlns="http://www.qi4j.org/schemas/2008/dev-status/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.qi4j.org/schemas/2008/dev-status/1 http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/eventsourcing-jdbm/src/docs/eventsourcing-jdbm.txt ---------------------------------------------------------------------- diff --git a/libraries/eventsourcing-jdbm/src/docs/eventsourcing-jdbm.txt b/libraries/eventsourcing-jdbm/src/docs/eventsourcing-jdbm.txt index 64c850d..2202240 100644 --- a/libraries/eventsourcing-jdbm/src/docs/eventsourcing-jdbm.txt +++ b/libraries/eventsourcing-jdbm/src/docs/eventsourcing-jdbm.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. +/////////////////////////////////////////////////////////////// + [[library-eventsourcing-jdbm, Event Sourcing JDBM Library]] = Event Sourcing - JDBM = http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/eventsourcing-jdbm/src/main/java/org/qi4j/library/eventsourcing/domain/source/jdbm/package.html ---------------------------------------------------------------------- diff --git a/libraries/eventsourcing-jdbm/src/main/java/org/qi4j/library/eventsourcing/domain/source/jdbm/package.html b/libraries/eventsourcing-jdbm/src/main/java/org/qi4j/library/eventsourcing/domain/source/jdbm/package.html index fc3f4fb..4951f57 100644 --- a/libraries/eventsourcing-jdbm/src/main/java/org/qi4j/library/eventsourcing/domain/source/jdbm/package.html +++ b/libraries/eventsourcing-jdbm/src/main/java/org/qi4j/library/eventsourcing/domain/source/jdbm/package.html @@ -1,3 +1,19 @@ +<!-- +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to You under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> <html> <body> <h2>JDBM EventStore.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/eventsourcing-rest/build.gradle ---------------------------------------------------------------------- diff --git a/libraries/eventsourcing-rest/build.gradle b/libraries/eventsourcing-rest/build.gradle index f1d7c0e..ea45d95 100644 --- a/libraries/eventsourcing-rest/build.gradle +++ b/libraries/eventsourcing-rest/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 = "Qi4j Event Sourcing Library for Restful applications." jar { manifest { name = "Qi4j Library - Event Sourcing - Rest" }} http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/eventsourcing-rest/dev-status.xml ---------------------------------------------------------------------- diff --git a/libraries/eventsourcing-rest/dev-status.xml b/libraries/eventsourcing-rest/dev-status.xml index f8811d1..73eb6db 100644 --- a/libraries/eventsourcing-rest/dev-status.xml +++ b/libraries/eventsourcing-rest/dev-status.xml @@ -1,4 +1,20 @@ <?xml version="1.0" encoding="UTF-8" ?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> <module xmlns="http://www.qi4j.org/schemas/2008/dev-status/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.qi4j.org/schemas/2008/dev-status/1 http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/eventsourcing-rest/src/docs/eventsourcing-rest.txt ---------------------------------------------------------------------- diff --git a/libraries/eventsourcing-rest/src/docs/eventsourcing-rest.txt b/libraries/eventsourcing-rest/src/docs/eventsourcing-rest.txt index 4ca621b..c748cbc 100644 --- a/libraries/eventsourcing-rest/src/docs/eventsourcing-rest.txt +++ b/libraries/eventsourcing-rest/src/docs/eventsourcing-rest.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. +/////////////////////////////////////////////////////////////// + [[library-eventsourcing-rest, Event Sourcing ReST Library]] = Event Sourcing - ReST = http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/eventsourcing-rest/src/main/java/org/qi4j/library/eventsourcing/domain/rest/server/package.html ---------------------------------------------------------------------- diff --git a/libraries/eventsourcing-rest/src/main/java/org/qi4j/library/eventsourcing/domain/rest/server/package.html b/libraries/eventsourcing-rest/src/main/java/org/qi4j/library/eventsourcing/domain/rest/server/package.html index a705e91..10862c4 100644 --- a/libraries/eventsourcing-rest/src/main/java/org/qi4j/library/eventsourcing/domain/rest/server/package.html +++ b/libraries/eventsourcing-rest/src/main/java/org/qi4j/library/eventsourcing/domain/rest/server/package.html @@ -1,3 +1,19 @@ +<!-- +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to You under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> <html> <body> <h2>Restlet Resource exposing EventSourcing Events as Atom.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/eventsourcing/build.gradle ---------------------------------------------------------------------- diff --git a/libraries/eventsourcing/build.gradle b/libraries/eventsourcing/build.gradle index 911ca77..4deaff5 100644 --- a/libraries/eventsourcing/build.gradle +++ b/libraries/eventsourcing/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 = "Qi4j Event Sourcing Library." jar { manifest { name = "Qi4j Library - Event Sourcing" }} http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/eventsourcing/dev-status.xml ---------------------------------------------------------------------- diff --git a/libraries/eventsourcing/dev-status.xml b/libraries/eventsourcing/dev-status.xml index f8811d1..73eb6db 100644 --- a/libraries/eventsourcing/dev-status.xml +++ b/libraries/eventsourcing/dev-status.xml @@ -1,4 +1,20 @@ <?xml version="1.0" encoding="UTF-8" ?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> <module xmlns="http://www.qi4j.org/schemas/2008/dev-status/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.qi4j.org/schemas/2008/dev-status/1 http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/eventsourcing/src/docs/eventsourcing.txt ---------------------------------------------------------------------- diff --git a/libraries/eventsourcing/src/docs/eventsourcing.txt b/libraries/eventsourcing/src/docs/eventsourcing.txt index 0da7404..0aedb66 100644 --- a/libraries/eventsourcing/src/docs/eventsourcing.txt +++ b/libraries/eventsourcing/src/docs/eventsourcing.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. +/////////////////////////////////////////////////////////////// + [[library-eventsourcing, Event Sourcing Library]] = Event Sourcing = http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/application/api/package.html ---------------------------------------------------------------------- diff --git a/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/application/api/package.html b/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/application/api/package.html index 1add198..d759d34 100644 --- a/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/application/api/package.html +++ b/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/application/api/package.html @@ -1,3 +1,19 @@ +<!-- +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to You under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> <html> <body> <h2>EventSourcing Application API.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/application/factory/package.html ---------------------------------------------------------------------- diff --git a/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/application/factory/package.html b/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/application/factory/package.html index b9a6744..6353ddb 100644 --- a/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/application/factory/package.html +++ b/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/application/factory/package.html @@ -1,3 +1,19 @@ +<!-- +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to You under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> <html> <body> <h2>EventSourcing Application Factory.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/application/replay/package.html ---------------------------------------------------------------------- diff --git a/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/application/replay/package.html b/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/application/replay/package.html index 5b02776..126e083 100644 --- a/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/application/replay/package.html +++ b/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/application/replay/package.html @@ -1,3 +1,19 @@ +<!-- +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to You under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> <html> <body> <h2>EventSourcing Application Replay.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/application/source/helper/package.html ---------------------------------------------------------------------- diff --git a/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/application/source/helper/package.html b/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/application/source/helper/package.html index 8bf15ae9..32f1092 100644 --- a/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/application/source/helper/package.html +++ b/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/application/source/helper/package.html @@ -1,3 +1,19 @@ +<!-- +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to You under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> <html> <body> <h2>EventSourcing Application Source Helpers.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/application/source/package.html ---------------------------------------------------------------------- diff --git a/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/application/source/package.html b/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/application/source/package.html index 5821ad0..533fa0d 100644 --- a/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/application/source/package.html +++ b/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/application/source/package.html @@ -1,3 +1,19 @@ +<!-- +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to You under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> <html> <body> <h2>EventSourcing Application Source.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/domain/api/package.html ---------------------------------------------------------------------- diff --git a/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/domain/api/package.html b/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/domain/api/package.html index fade02a..e27864c 100644 --- a/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/domain/api/package.html +++ b/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/domain/api/package.html @@ -1,3 +1,19 @@ +<!-- +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to You under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> <html> <body> <h2>EventSourcing Domain API.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/domain/factory/package.html ---------------------------------------------------------------------- diff --git a/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/domain/factory/package.html b/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/domain/factory/package.html index cb68140..ec26fb1 100644 --- a/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/domain/factory/package.html +++ b/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/domain/factory/package.html @@ -1,3 +1,19 @@ +<!-- +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to You under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> <html> <body> <h2>EventSourcing Domain Factory.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/domain/replay/package.html ---------------------------------------------------------------------- diff --git a/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/domain/replay/package.html b/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/domain/replay/package.html index c2b5b7b..f0df716 100644 --- a/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/domain/replay/package.html +++ b/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/domain/replay/package.html @@ -1,3 +1,19 @@ +<!-- +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to You under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> <html> <body> <h2>EventSourcing Domain Replay.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/domain/source/helper/package.html ---------------------------------------------------------------------- diff --git a/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/domain/source/helper/package.html b/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/domain/source/helper/package.html index f130884..8bf2f63 100644 --- a/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/domain/source/helper/package.html +++ b/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/domain/source/helper/package.html @@ -1,3 +1,19 @@ +<!-- +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to You under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> <html> <body> <h2>EventSourcing Domain Source Helpers.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/domain/source/memory/package.html ---------------------------------------------------------------------- diff --git a/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/domain/source/memory/package.html b/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/domain/source/memory/package.html index a118f2d..2fc27f2 100644 --- a/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/domain/source/memory/package.html +++ b/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/domain/source/memory/package.html @@ -1,3 +1,19 @@ +<!-- +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to You under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> <html> <body> <h2>In-Memory EventStore.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/domain/source/package.html ---------------------------------------------------------------------- diff --git a/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/domain/source/package.html b/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/domain/source/package.html index 74fd29e..c9754bb 100644 --- a/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/domain/source/package.html +++ b/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/domain/source/package.html @@ -1,3 +1,19 @@ +<!-- +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to You under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> <html> <body> <h2>EventSourcing Domain Source.</h2>
