http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/domain/spi/package.html ---------------------------------------------------------------------- diff --git a/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/domain/spi/package.html b/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/domain/spi/package.html index 391954c..1ad52b2 100644 --- a/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/domain/spi/package.html +++ b/libraries/eventsourcing/src/main/java/org/qi4j/library/eventsourcing/domain/spi/package.html @@ -1,3 +1,19 @@ +<!-- +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to You under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> <html> <body> <h2>EventSourcing Domain SPI.</h2>
http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/eventsourcing/src/test/java/org/qi4j/library/eventsourcing/domain/source/helper/EventsTest.java ---------------------------------------------------------------------- diff --git a/libraries/eventsourcing/src/test/java/org/qi4j/library/eventsourcing/domain/source/helper/EventsTest.java b/libraries/eventsourcing/src/test/java/org/qi4j/library/eventsourcing/domain/source/helper/EventsTest.java index 12ce6ac..b21733d 100644 --- a/libraries/eventsourcing/src/test/java/org/qi4j/library/eventsourcing/domain/source/helper/EventsTest.java +++ b/libraries/eventsourcing/src/test/java/org/qi4j/library/eventsourcing/domain/source/helper/EventsTest.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.eventsourcing.domain.source.helper; import org.junit.Before; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/eventsourcing/src/test/java/org/qi4j/library/eventsourcing/domain/source/helper/UnitOfWorkRouterTest.java ---------------------------------------------------------------------- diff --git a/libraries/eventsourcing/src/test/java/org/qi4j/library/eventsourcing/domain/source/helper/UnitOfWorkRouterTest.java b/libraries/eventsourcing/src/test/java/org/qi4j/library/eventsourcing/domain/source/helper/UnitOfWorkRouterTest.java index f3286ff..5fa3a06 100644 --- a/libraries/eventsourcing/src/test/java/org/qi4j/library/eventsourcing/domain/source/helper/UnitOfWorkRouterTest.java +++ b/libraries/eventsourcing/src/test/java/org/qi4j/library/eventsourcing/domain/source/helper/UnitOfWorkRouterTest.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.eventsourcing.domain.source.helper; import org.hamcrest.CoreMatchers; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/fileconfig/build.gradle ---------------------------------------------------------------------- diff --git a/libraries/fileconfig/build.gradle b/libraries/fileconfig/build.gradle index 75000d9..709ef26 100644 --- a/libraries/fileconfig/build.gradle +++ b/libraries/fileconfig/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 File Configuration Library provides platform specific file locations." jar { manifest { name = "Qi4j Library - FileConfig" }} http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/fileconfig/dev-status.xml ---------------------------------------------------------------------- diff --git a/libraries/fileconfig/dev-status.xml b/libraries/fileconfig/dev-status.xml index a0c9fbb..bdf00e7 100644 --- a/libraries/fileconfig/dev-status.xml +++ b/libraries/fileconfig/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/fileconfig/src/docs/fileconfig.txt ---------------------------------------------------------------------- diff --git a/libraries/fileconfig/src/docs/fileconfig.txt b/libraries/fileconfig/src/docs/fileconfig.txt index 9c42e89..3cc115d 100644 --- a/libraries/fileconfig/src/docs/fileconfig.txt +++ b/libraries/fileconfig/src/docs/fileconfig.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-fileconfig,FileConfig Library]] = FileConfig = http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/fileconfig/src/main/java/org/qi4j/library/fileconfig/FileConfigurationService.java ---------------------------------------------------------------------- diff --git a/libraries/fileconfig/src/main/java/org/qi4j/library/fileconfig/FileConfigurationService.java b/libraries/fileconfig/src/main/java/org/qi4j/library/fileconfig/FileConfigurationService.java index f1a1e3e..d0690a8 100644 --- a/libraries/fileconfig/src/main/java/org/qi4j/library/fileconfig/FileConfigurationService.java +++ b/libraries/fileconfig/src/main/java/org/qi4j/library/fileconfig/FileConfigurationService.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.fileconfig; import java.io.File; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/fileconfig/src/main/java/org/qi4j/library/fileconfig/package.html ---------------------------------------------------------------------- diff --git a/libraries/fileconfig/src/main/java/org/qi4j/library/fileconfig/package.html b/libraries/fileconfig/src/main/java/org/qi4j/library/fileconfig/package.html index 03a68a4..03b5188 100644 --- a/libraries/fileconfig/src/main/java/org/qi4j/library/fileconfig/package.html +++ b/libraries/fileconfig/src/main/java/org/qi4j/library/fileconfig/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>FileConfiguration Library.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/fileconfig/src/main/resources/org/qi4j/library/fileconfig/FileConfiguration_mac.properties ---------------------------------------------------------------------- diff --git a/libraries/fileconfig/src/main/resources/org/qi4j/library/fileconfig/FileConfiguration_mac.properties b/libraries/fileconfig/src/main/resources/org/qi4j/library/fileconfig/FileConfiguration_mac.properties index 759ec35..7afb96e 100644 --- a/libraries/fileconfig/src/main/resources/org/qi4j/library/fileconfig/FileConfiguration_mac.properties +++ b/libraries/fileconfig/src/main/resources/org/qi4j/library/fileconfig/FileConfiguration_mac.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. + configuration={user}/Library/Preferences/{application} data={user}/Library/Application Support/{application} temporary={temp}/{application} http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/fileconfig/src/main/resources/org/qi4j/library/fileconfig/FileConfiguration_unix.properties ---------------------------------------------------------------------- diff --git a/libraries/fileconfig/src/main/resources/org/qi4j/library/fileconfig/FileConfiguration_unix.properties b/libraries/fileconfig/src/main/resources/org/qi4j/library/fileconfig/FileConfiguration_unix.properties index 09b4fc6..4ddf896 100644 --- a/libraries/fileconfig/src/main/resources/org/qi4j/library/fileconfig/FileConfiguration_unix.properties +++ b/libraries/fileconfig/src/main/resources/org/qi4j/library/fileconfig/FileConfiguration_unix.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. + configuration={user}/.{application}/etc data={user}/.{application}/data temporary={temp}/{application} http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/fileconfig/src/main/resources/org/qi4j/library/fileconfig/FileConfiguration_windows.properties ---------------------------------------------------------------------- diff --git a/libraries/fileconfig/src/main/resources/org/qi4j/library/fileconfig/FileConfiguration_windows.properties b/libraries/fileconfig/src/main/resources/org/qi4j/library/fileconfig/FileConfiguration_windows.properties index 0c7ba86..d338484 100644 --- a/libraries/fileconfig/src/main/resources/org/qi4j/library/fileconfig/FileConfiguration_windows.properties +++ b/libraries/fileconfig/src/main/resources/org/qi4j/library/fileconfig/FileConfiguration_windows.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. + configuration={user}/Application Data/{application}/conf data={user}/Application Data/{application}/data temporary={temp}/{application} http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/fileconfig/src/test/java/org/qi4j/library/fileconfig/FileConfiguration_mac.properties ---------------------------------------------------------------------- diff --git a/libraries/fileconfig/src/test/java/org/qi4j/library/fileconfig/FileConfiguration_mac.properties b/libraries/fileconfig/src/test/java/org/qi4j/library/fileconfig/FileConfiguration_mac.properties index 081cdd5..0c28ceb 100644 --- a/libraries/fileconfig/src/test/java/org/qi4j/library/fileconfig/FileConfiguration_mac.properties +++ b/libraries/fileconfig/src/test/java/org/qi4j/library/fileconfig/FileConfiguration_mac.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. + # Get HOME from environment variables configuration={environment.HOME}/Library/Preferences/{application} http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/http/build.gradle ---------------------------------------------------------------------- diff --git a/libraries/http/build.gradle b/libraries/http/build.gradle index bfb49c9..7113138 100644 --- a/libraries/http/build.gradle +++ b/libraries/http/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 Http Library provides embedded Jetty for Qi4j application use." jar { manifest { name = "Qi4j Library - Http" }} http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/http/dev-status.xml ---------------------------------------------------------------------- diff --git a/libraries/http/dev-status.xml b/libraries/http/dev-status.xml index a0c9fbb..bdf00e7 100644 --- a/libraries/http/dev-status.xml +++ b/libraries/http/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/http/src/docs/http.txt ---------------------------------------------------------------------- diff --git a/libraries/http/src/docs/http.txt b/libraries/http/src/docs/http.txt index e51b189..fa8ecef 100644 --- a/libraries/http/src/docs/http.txt +++ b/libraries/http/src/docs/http.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-http, HTTP Library]] = HTTP = http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/http/src/main/java/org/qi4j/library/http/package.html ---------------------------------------------------------------------- diff --git a/libraries/http/src/main/java/org/qi4j/library/http/package.html b/libraries/http/src/main/java/org/qi4j/library/http/package.html index 0a1cb1b..1451cf5 100644 --- a/libraries/http/src/main/java/org/qi4j/library/http/package.html +++ b/libraries/http/src/main/java/org/qi4j/library/http/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>HTTP Library.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/http/src/test/resources/META-INF/services/sun.net.spi.nameservice.NameServiceDescriptor ---------------------------------------------------------------------- diff --git a/libraries/http/src/test/resources/META-INF/services/sun.net.spi.nameservice.NameServiceDescriptor b/libraries/http/src/test/resources/META-INF/services/sun.net.spi.nameservice.NameServiceDescriptor index 0f35325..ab17218 100644 --- a/libraries/http/src/test/resources/META-INF/services/sun.net.spi.nameservice.NameServiceDescriptor +++ b/libraries/http/src/test/resources/META-INF/services/sun.net.spi.nameservice.NameServiceDescriptor @@ -1 +1,16 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + org.qi4j.library.http.dns.LocalManagedDnsDescriptor \ No newline at end of file http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/http/src/test/resources/logback.xml ---------------------------------------------------------------------- diff --git a/libraries/http/src/test/resources/logback.xml b/libraries/http/src/test/resources/logback.xml index 2e7627c..dcbdae2 100644 --- a/libraries/http/src/test/resources/logback.xml +++ b/libraries/http/src/test/resources/logback.xml @@ -1,4 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> <configuration> <appender name="stdout" class="ch.qos.logback.core.ConsoleAppender"> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/invocation-cache/build.gradle ---------------------------------------------------------------------- diff --git a/libraries/invocation-cache/build.gradle b/libraries/invocation-cache/build.gradle index 8079092..3ba468b 100644 --- a/libraries/invocation-cache/build.gradle +++ b/libraries/invocation-cache/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 Invocation Cache Library provides caching framework for methods." jar { manifest { name = "Qi4j Library - Invocation Cache" }} http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/invocation-cache/dev-status.xml ---------------------------------------------------------------------- diff --git a/libraries/invocation-cache/dev-status.xml b/libraries/invocation-cache/dev-status.xml index f1a9f29..7ea746d 100644 --- a/libraries/invocation-cache/dev-status.xml +++ b/libraries/invocation-cache/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/invocation-cache/src/docs/invocation-cache.txt ---------------------------------------------------------------------- diff --git a/libraries/invocation-cache/src/docs/invocation-cache.txt b/libraries/invocation-cache/src/docs/invocation-cache.txt index 113ce76..da5e60f 100644 --- a/libraries/invocation-cache/src/docs/invocation-cache.txt +++ b/libraries/invocation-cache/src/docs/invocation-cache.txt @@ -1,3 +1,22 @@ +/////////////////////////////////////////////////////////////// + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. +/////////////////////////////////////////////////////////////// + [[library-invocation-cache, Invocation Cache Library]] = Invocation Cache = http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/invocation-cache/src/main/java/org/qi4j/library/invocationcache/package.html ---------------------------------------------------------------------- diff --git a/libraries/invocation-cache/src/main/java/org/qi4j/library/invocationcache/package.html b/libraries/invocation-cache/src/main/java/org/qi4j/library/invocationcache/package.html index 4109884..09f0a48 100644 --- a/libraries/invocation-cache/src/main/java/org/qi4j/library/invocationcache/package.html +++ b/libraries/invocation-cache/src/main/java/org/qi4j/library/invocationcache/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>Invocation Cache Library.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/jmx/build.gradle ---------------------------------------------------------------------- diff --git a/libraries/jmx/build.gradle b/libraries/jmx/build.gradle index 3878cb0..f5d064e 100644 --- a/libraries/jmx/build.gradle +++ b/libraries/jmx/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 JMX Library provides Java Management Extension (JMX) integration for Qi4j applications." jar { manifest { name = "Qi4j Library - JMX" }} http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/jmx/dev-status.xml ---------------------------------------------------------------------- diff --git a/libraries/jmx/dev-status.xml b/libraries/jmx/dev-status.xml index 672ec3b..f549c99 100644 --- a/libraries/jmx/dev-status.xml +++ b/libraries/jmx/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/jmx/src/docs/jmx.txt ---------------------------------------------------------------------- diff --git a/libraries/jmx/src/docs/jmx.txt b/libraries/jmx/src/docs/jmx.txt index fc5f1f0..afb8493 100644 --- a/libraries/jmx/src/docs/jmx.txt +++ b/libraries/jmx/src/docs/jmx.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-jmx, JMX Library]] = JMX = http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/jmx/src/main/java/org/qi4j/library/jmx/MBeanTracker.java ---------------------------------------------------------------------- diff --git a/libraries/jmx/src/main/java/org/qi4j/library/jmx/MBeanTracker.java b/libraries/jmx/src/main/java/org/qi4j/library/jmx/MBeanTracker.java index b665a66..5fe667c 100644 --- a/libraries/jmx/src/main/java/org/qi4j/library/jmx/MBeanTracker.java +++ b/libraries/jmx/src/main/java/org/qi4j/library/jmx/MBeanTracker.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.jmx; import java.util.ArrayList; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/jmx/src/main/java/org/qi4j/library/jmx/package.html ---------------------------------------------------------------------- diff --git a/libraries/jmx/src/main/java/org/qi4j/library/jmx/package.html b/libraries/jmx/src/main/java/org/qi4j/library/jmx/package.html index 714706b..474e84b 100644 --- a/libraries/jmx/src/main/java/org/qi4j/library/jmx/package.html +++ b/libraries/jmx/src/main/java/org/qi4j/library/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>JMX Library.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/lang-groovy/build.gradle ---------------------------------------------------------------------- diff --git a/libraries/lang-groovy/build.gradle b/libraries/lang-groovy/build.gradle index 3b14c51..eff0a63 100644 --- a/libraries/lang-groovy/build.gradle +++ b/libraries/lang-groovy/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 Groovy Library allows for Mixins to be implemented in Groovy scripts instead of directly in compiled Java." jar { manifest { name = "Qi4j Library - Scripting - Groovy" }} http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/lang-groovy/dev-status.xml ---------------------------------------------------------------------- diff --git a/libraries/lang-groovy/dev-status.xml b/libraries/lang-groovy/dev-status.xml index cefc98a..58fda09 100644 --- a/libraries/lang-groovy/dev-status.xml +++ b/libraries/lang-groovy/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/lang-groovy/src/docs/lang-groovy.txt ---------------------------------------------------------------------- diff --git a/libraries/lang-groovy/src/docs/lang-groovy.txt b/libraries/lang-groovy/src/docs/lang-groovy.txt index 5973765..f92d8ae 100644 --- a/libraries/lang-groovy/src/docs/lang-groovy.txt +++ b/libraries/lang-groovy/src/docs/lang-groovy.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-script-groovy, Groovy Scripting Library]] = Groovy Scripting = http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/lang-groovy/src/main/java/org/qi4j/lang/groovy/package.html ---------------------------------------------------------------------- diff --git a/libraries/lang-groovy/src/main/java/org/qi4j/lang/groovy/package.html b/libraries/lang-groovy/src/main/java/org/qi4j/lang/groovy/package.html index 7656270..9425182 100644 --- a/libraries/lang-groovy/src/main/java/org/qi4j/lang/groovy/package.html +++ b/libraries/lang-groovy/src/main/java/org/qi4j/lang/groovy/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>Groovy Language Support Library.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/lang-groovy/src/test/java/org/qi4j/lang/groovy/Mixin1.java ---------------------------------------------------------------------- diff --git a/libraries/lang-groovy/src/test/java/org/qi4j/lang/groovy/Mixin1.java b/libraries/lang-groovy/src/test/java/org/qi4j/lang/groovy/Mixin1.java index ba7c082..1184a32 100644 --- a/libraries/lang-groovy/src/test/java/org/qi4j/lang/groovy/Mixin1.java +++ b/libraries/lang-groovy/src/test/java/org/qi4j/lang/groovy/Mixin1.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.lang.groovy; public interface Mixin1 http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/lang-javascript/build.gradle ---------------------------------------------------------------------- diff --git a/libraries/lang-javascript/build.gradle b/libraries/lang-javascript/build.gradle index 2059b93..7143fdd 100644 --- a/libraries/lang-javascript/build.gradle +++ b/libraries/lang-javascript/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 JavaScript Library allows for Mixins to be implemented in JavaScript instead of directly in compiled Java." jar { manifest { name = "Qi4j Library - Scripting - JavaScript" }} http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/lang-javascript/dev-status.xml ---------------------------------------------------------------------- diff --git a/libraries/lang-javascript/dev-status.xml b/libraries/lang-javascript/dev-status.xml index cefc98a..58fda09 100644 --- a/libraries/lang-javascript/dev-status.xml +++ b/libraries/lang-javascript/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/lang-javascript/src/docs/lang-javascript.txt ---------------------------------------------------------------------- diff --git a/libraries/lang-javascript/src/docs/lang-javascript.txt b/libraries/lang-javascript/src/docs/lang-javascript.txt index 394a8f3..b034bb6 100644 --- a/libraries/lang-javascript/src/docs/lang-javascript.txt +++ b/libraries/lang-javascript/src/docs/lang-javascript.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-script-javascript, Javascript Scripting Library]] = Javascript Scripting = http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/lang-javascript/src/main/java/org/qi4j/lang/javascript/package.html ---------------------------------------------------------------------- diff --git a/libraries/lang-javascript/src/main/java/org/qi4j/lang/javascript/package.html b/libraries/lang-javascript/src/main/java/org/qi4j/lang/javascript/package.html index eaf94eb..0825404 100644 --- a/libraries/lang-javascript/src/main/java/org/qi4j/lang/javascript/package.html +++ b/libraries/lang-javascript/src/main/java/org/qi4j/lang/javascript/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>JavaScript Language Support Library.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/lang-javascript/src/test/java/org/qi4j/lang/javascript/DomainType.java ---------------------------------------------------------------------- diff --git a/libraries/lang-javascript/src/test/java/org/qi4j/lang/javascript/DomainType.java b/libraries/lang-javascript/src/test/java/org/qi4j/lang/javascript/DomainType.java index 51fbd4a..fbc58d5 100644 --- a/libraries/lang-javascript/src/test/java/org/qi4j/lang/javascript/DomainType.java +++ b/libraries/lang-javascript/src/test/java/org/qi4j/lang/javascript/DomainType.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.lang.javascript; public interface DomainType http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/lang-scala/build.gradle ---------------------------------------------------------------------- diff --git a/libraries/lang-scala/build.gradle b/libraries/lang-scala/build.gradle index adf7708..bc61bac 100644 --- a/libraries/lang-scala/build.gradle +++ b/libraries/lang-scala/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 BeanShell Library allows for Mixins to be implemented in BeanShell (Java) scripts instead of directly in compiled Java." jar { manifest { name = "Qi4j Library - Scripting - BeanShell" }} http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/lang-scala/dev-status.xml ---------------------------------------------------------------------- diff --git a/libraries/lang-scala/dev-status.xml b/libraries/lang-scala/dev-status.xml index 654d3aa..1a18f48 100644 --- a/libraries/lang-scala/dev-status.xml +++ b/libraries/lang-scala/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/lang-scala/src/docs/lang-scala.txt ---------------------------------------------------------------------- diff --git a/libraries/lang-scala/src/docs/lang-scala.txt b/libraries/lang-scala/src/docs/lang-scala.txt index 6591d74..83f9542 100644 --- a/libraries/lang-scala/src/docs/lang-scala.txt +++ b/libraries/lang-scala/src/docs/lang-scala.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. +/////////////////////////////////////////////////////////////// + [[lang-scala, Scala Library]] = Scala Support = http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/lang-scala/src/main/java/org/qi4j/lang/scala/package.html ---------------------------------------------------------------------- diff --git a/libraries/lang-scala/src/main/java/org/qi4j/lang/scala/package.html b/libraries/lang-scala/src/main/java/org/qi4j/lang/scala/package.html index 8d14f4c..bfba947 100644 --- a/libraries/lang-scala/src/main/java/org/qi4j/lang/scala/package.html +++ b/libraries/lang-scala/src/main/java/org/qi4j/lang/scala/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>Scala Language Support Library.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/locking/build.gradle ---------------------------------------------------------------------- diff --git a/libraries/locking/build.gradle b/libraries/locking/build.gradle index 861fc27..f13092d 100644 --- a/libraries/locking/build.gradle +++ b/libraries/locking/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 Locking Library provides lock management for methods." jar { manifest { name = "Qi4j Library - Locking" }} http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/locking/dev-status.xml ---------------------------------------------------------------------- diff --git a/libraries/locking/dev-status.xml b/libraries/locking/dev-status.xml index d381831..f8669b1 100644 --- a/libraries/locking/dev-status.xml +++ b/libraries/locking/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/locking/src/docs/locking.txt ---------------------------------------------------------------------- diff --git a/libraries/locking/src/docs/locking.txt b/libraries/locking/src/docs/locking.txt index 531b43a..a39f3c4 100644 --- a/libraries/locking/src/docs/locking.txt +++ b/libraries/locking/src/docs/locking.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-locking, Locking Library]] = Locking = http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/locking/src/main/java/org/qi4j/library/locking/WriteLockConcern.java ---------------------------------------------------------------------- diff --git a/libraries/locking/src/main/java/org/qi4j/library/locking/WriteLockConcern.java b/libraries/locking/src/main/java/org/qi4j/library/locking/WriteLockConcern.java index 0444084..956919a 100644 --- a/libraries/locking/src/main/java/org/qi4j/library/locking/WriteLockConcern.java +++ b/libraries/locking/src/main/java/org/qi4j/library/locking/WriteLockConcern.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.locking; import java.lang.reflect.InvocationHandler; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/locking/src/main/java/org/qi4j/library/locking/package.html ---------------------------------------------------------------------- diff --git a/libraries/locking/src/main/java/org/qi4j/library/locking/package.html b/libraries/locking/src/main/java/org/qi4j/library/locking/package.html index dbd6eeb..8084dca 100644 --- a/libraries/locking/src/main/java/org/qi4j/library/locking/package.html +++ b/libraries/locking/src/main/java/org/qi4j/library/locking/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>Locking Library.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/logging/build.gradle ---------------------------------------------------------------------- diff --git a/libraries/logging/build.gradle b/libraries/logging/build.gradle index cd0a86e..3639fcf 100644 --- a/libraries/logging/build.gradle +++ b/libraries/logging/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 Logging Library provides an advanced logging framework which separates trace, debug and log systems." jar { manifest { name = "Qi4j Library - Logging" }} http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/logging/dev-status.xml ---------------------------------------------------------------------- diff --git a/libraries/logging/dev-status.xml b/libraries/logging/dev-status.xml index a0c9fbb..bdf00e7 100644 --- a/libraries/logging/dev-status.xml +++ b/libraries/logging/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/logging/src/main/java/org/qi4j/logging/debug/package.html ---------------------------------------------------------------------- diff --git a/libraries/logging/src/main/java/org/qi4j/logging/debug/package.html b/libraries/logging/src/main/java/org/qi4j/logging/debug/package.html index 53c16da..e090255 100644 --- a/libraries/logging/src/main/java/org/qi4j/logging/debug/package.html +++ b/libraries/logging/src/main/java/org/qi4j/logging/debug/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>Debug Logging.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/logging/src/main/java/org/qi4j/logging/debug/records/package.html ---------------------------------------------------------------------- diff --git a/libraries/logging/src/main/java/org/qi4j/logging/debug/records/package.html b/libraries/logging/src/main/java/org/qi4j/logging/debug/records/package.html index 61cb50f..6588b52 100644 --- a/libraries/logging/src/main/java/org/qi4j/logging/debug/records/package.html +++ b/libraries/logging/src/main/java/org/qi4j/logging/debug/records/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>Debug Logging Records.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/logging/src/main/java/org/qi4j/logging/debug/service/package.html ---------------------------------------------------------------------- diff --git a/libraries/logging/src/main/java/org/qi4j/logging/debug/service/package.html b/libraries/logging/src/main/java/org/qi4j/logging/debug/service/package.html index d27e9ed..667c4ca 100644 --- a/libraries/logging/src/main/java/org/qi4j/logging/debug/service/package.html +++ b/libraries/logging/src/main/java/org/qi4j/logging/debug/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>Debug Logging Service.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/logging/src/main/java/org/qi4j/logging/log/assemblies/package.html ---------------------------------------------------------------------- diff --git a/libraries/logging/src/main/java/org/qi4j/logging/log/assemblies/package.html b/libraries/logging/src/main/java/org/qi4j/logging/log/assemblies/package.html index f5d7b56..b2ed0f1 100644 --- a/libraries/logging/src/main/java/org/qi4j/logging/log/assemblies/package.html +++ b/libraries/logging/src/main/java/org/qi4j/logging/log/assemblies/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>Logging Assembly.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/logging/src/main/java/org/qi4j/logging/log/package.html ---------------------------------------------------------------------- diff --git a/libraries/logging/src/main/java/org/qi4j/logging/log/package.html b/libraries/logging/src/main/java/org/qi4j/logging/log/package.html index 439d25b..f6ffb4c 100644 --- a/libraries/logging/src/main/java/org/qi4j/logging/log/package.html +++ b/libraries/logging/src/main/java/org/qi4j/logging/log/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>Logging.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/logging/src/main/java/org/qi4j/logging/log/records/package.html ---------------------------------------------------------------------- diff --git a/libraries/logging/src/main/java/org/qi4j/logging/log/records/package.html b/libraries/logging/src/main/java/org/qi4j/logging/log/records/package.html index aeb88d9..4e5fdc7 100644 --- a/libraries/logging/src/main/java/org/qi4j/logging/log/records/package.html +++ b/libraries/logging/src/main/java/org/qi4j/logging/log/records/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>Logging Records.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/logging/src/main/java/org/qi4j/logging/log/service/package.html ---------------------------------------------------------------------- diff --git a/libraries/logging/src/main/java/org/qi4j/logging/log/service/package.html b/libraries/logging/src/main/java/org/qi4j/logging/log/service/package.html index befaad3..2f3d69a 100644 --- a/libraries/logging/src/main/java/org/qi4j/logging/log/service/package.html +++ b/libraries/logging/src/main/java/org/qi4j/logging/log/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>Logging Service.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/logging/src/main/java/org/qi4j/logging/trace/assemblies/package.html ---------------------------------------------------------------------- diff --git a/libraries/logging/src/main/java/org/qi4j/logging/trace/assemblies/package.html b/libraries/logging/src/main/java/org/qi4j/logging/trace/assemblies/package.html index 31b9026..ba2e6e8 100644 --- a/libraries/logging/src/main/java/org/qi4j/logging/trace/assemblies/package.html +++ b/libraries/logging/src/main/java/org/qi4j/logging/trace/assemblies/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>Trace Logging Assembly.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/logging/src/main/java/org/qi4j/logging/trace/package.html ---------------------------------------------------------------------- diff --git a/libraries/logging/src/main/java/org/qi4j/logging/trace/package.html b/libraries/logging/src/main/java/org/qi4j/logging/trace/package.html index 8ae6e59..06071c6 100644 --- a/libraries/logging/src/main/java/org/qi4j/logging/trace/package.html +++ b/libraries/logging/src/main/java/org/qi4j/logging/trace/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>Trace Logging.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/logging/src/main/java/org/qi4j/logging/trace/records/package.html ---------------------------------------------------------------------- diff --git a/libraries/logging/src/main/java/org/qi4j/logging/trace/records/package.html b/libraries/logging/src/main/java/org/qi4j/logging/trace/records/package.html index e3e3767..8427d7c 100644 --- a/libraries/logging/src/main/java/org/qi4j/logging/trace/records/package.html +++ b/libraries/logging/src/main/java/org/qi4j/logging/trace/records/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>Trace Logging Records.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/logging/src/main/java/org/qi4j/logging/trace/service/package.html ---------------------------------------------------------------------- diff --git a/libraries/logging/src/main/java/org/qi4j/logging/trace/service/package.html b/libraries/logging/src/main/java/org/qi4j/logging/trace/service/package.html index 29a638e..ef86918 100644 --- a/libraries/logging/src/main/java/org/qi4j/logging/trace/service/package.html +++ b/libraries/logging/src/main/java/org/qi4j/logging/trace/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>Trace Logging Service.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/logging/src/main/java/org/qi4j/logging/view/package.html ---------------------------------------------------------------------- diff --git a/libraries/logging/src/main/java/org/qi4j/logging/view/package.html b/libraries/logging/src/main/java/org/qi4j/logging/view/package.html index 4172446..ba513ab 100644 --- a/libraries/logging/src/main/java/org/qi4j/logging/view/package.html +++ b/libraries/logging/src/main/java/org/qi4j/logging/view/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>Log Viewers.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/logging/src/test/java/org/qi4j/logging/docsupport/LoggingDocs.java ---------------------------------------------------------------------- diff --git a/libraries/logging/src/test/java/org/qi4j/logging/docsupport/LoggingDocs.java b/libraries/logging/src/test/java/org/qi4j/logging/docsupport/LoggingDocs.java index cdcd753..a39f1f2 100644 --- a/libraries/logging/src/test/java/org/qi4j/logging/docsupport/LoggingDocs.java +++ b/libraries/logging/src/test/java/org/qi4j/logging/docsupport/LoggingDocs.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.logging.docsupport; import org.qi4j.api.common.Optional; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/logging/src/test/resources/org/qi4j/logging/debug/service/DebuggingServiceComposite.properties ---------------------------------------------------------------------- diff --git a/libraries/logging/src/test/resources/org/qi4j/logging/debug/service/DebuggingServiceComposite.properties b/libraries/logging/src/test/resources/org/qi4j/logging/debug/service/DebuggingServiceComposite.properties index c8bf729..1d8a579 100644 --- a/libraries/logging/src/test/resources/org/qi4j/logging/debug/service/DebuggingServiceComposite.properties +++ b/libraries/logging/src/test/resources/org/qi4j/logging/debug/service/DebuggingServiceComposite.properties @@ -1 +1,16 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + debugLevel=100
