http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/restlet/requestreader/DefaultRequestReader.java ---------------------------------------------------------------------- diff --git a/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/restlet/requestreader/DefaultRequestReader.java b/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/restlet/requestreader/DefaultRequestReader.java index 0dc0bad..49d627b 100644 --- a/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/restlet/requestreader/DefaultRequestReader.java +++ b/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/restlet/requestreader/DefaultRequestReader.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.rest.server.restlet.requestreader; import java.lang.annotation.Annotation;
http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/restlet/requestreader/package.html ---------------------------------------------------------------------- diff --git a/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/restlet/requestreader/package.html b/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/restlet/requestreader/package.html index 3b2491b..0b92e29 100644 --- a/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/restlet/requestreader/package.html +++ b/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/restlet/requestreader/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 ReST Server Request Readers.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/restlet/responsewriter/package.html ---------------------------------------------------------------------- diff --git a/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/restlet/responsewriter/package.html b/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/restlet/responsewriter/package.html index 2bbd248..369b329 100644 --- a/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/restlet/responsewriter/package.html +++ b/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/restlet/responsewriter/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 ReST Server Response Writers.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/spi/CommandResult.java ---------------------------------------------------------------------- diff --git a/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/spi/CommandResult.java b/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/spi/CommandResult.java index 72107e1..5645566 100644 --- a/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/spi/CommandResult.java +++ b/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/spi/CommandResult.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.rest.server.spi; /** http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/spi/RequestReader.java ---------------------------------------------------------------------- diff --git a/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/spi/RequestReader.java b/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/spi/RequestReader.java index 9a3096d..d752238 100644 --- a/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/spi/RequestReader.java +++ b/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/spi/RequestReader.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.rest.server.spi; import java.lang.reflect.Method; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/spi/ResponseWriter.java ---------------------------------------------------------------------- diff --git a/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/spi/ResponseWriter.java b/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/spi/ResponseWriter.java index 646335f..01efee7 100644 --- a/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/spi/ResponseWriter.java +++ b/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/spi/ResponseWriter.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.rest.server.spi; import org.restlet.Response; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/spi/package.html ---------------------------------------------------------------------- diff --git a/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/spi/package.html b/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/spi/package.html index 665fa53..61f8776 100644 --- a/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/spi/package.html +++ b/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/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>ReST Server SPI.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/rest-server/src/main/resources/org/qi4j/library/rest/server/rest-server.properties ---------------------------------------------------------------------- diff --git a/libraries/rest-server/src/main/resources/org/qi4j/library/rest/server/rest-server.properties b/libraries/rest-server/src/main/resources/org/qi4j/library/rest/server/rest-server.properties index 6631c5f..8bc651c 100644 --- a/libraries/rest-server/src/main/resources/org/qi4j/library/rest/server/rest-server.properties +++ b/libraries/rest-server/src/main/resources/org/qi4j/library/rest/server/rest-server.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. + #Server responsewriters=org.qi4j.library.rest.server.restlet.responsewriter.ResourceTemplateResponseWriter,\ org.qi4j.library.rest.server.restlet.responsewriter.DefaultResponseWriter,\ http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/rest-server/src/main/resources/org/qi4j/library/rest/server/restlet/responsewriter/selectresource.htm ---------------------------------------------------------------------- diff --git a/libraries/rest-server/src/main/resources/org/qi4j/library/rest/server/restlet/responsewriter/selectresource.htm b/libraries/rest-server/src/main/resources/org/qi4j/library/rest/server/restlet/responsewriter/selectresource.htm index d768282..b358a30 100644 --- a/libraries/rest-server/src/main/resources/org/qi4j/library/rest/server/restlet/responsewriter/selectresource.htm +++ b/libraries/rest-server/src/main/resources/org/qi4j/library/rest/server/restlet/responsewriter/selectresource.htm @@ -1,22 +1,3 @@ -<!-- - - - Copyright 2009-2011 Rickard Ãberg - - Licensed 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 xmlns="http://www.w3.org/1999/xhtml"> <head> <title>${name}</title> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/rest-server/src/main/resources/org/qi4j/library/rest/server/restlet/responsewriter/table.htm ---------------------------------------------------------------------- diff --git a/libraries/rest-server/src/main/resources/org/qi4j/library/rest/server/restlet/responsewriter/table.htm b/libraries/rest-server/src/main/resources/org/qi4j/library/rest/server/restlet/responsewriter/table.htm index af232bd..3c5899e 100644 --- a/libraries/rest-server/src/main/resources/org/qi4j/library/rest/server/restlet/responsewriter/table.htm +++ b/libraries/rest-server/src/main/resources/org/qi4j/library/rest/server/restlet/responsewriter/table.htm @@ -1,22 +1,3 @@ -<!-- - - - Copyright 2009-2011 Rickard Ãberg - - Licensed 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> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/rest-server/src/main/resources/org/qi4j/library/rest/server/restlet/responsewriter/value.htm ---------------------------------------------------------------------- diff --git a/libraries/rest-server/src/main/resources/org/qi4j/library/rest/server/restlet/responsewriter/value.htm b/libraries/rest-server/src/main/resources/org/qi4j/library/rest/server/restlet/responsewriter/value.htm index 26b7449..4bdc380 100644 --- a/libraries/rest-server/src/main/resources/org/qi4j/library/rest/server/restlet/responsewriter/value.htm +++ b/libraries/rest-server/src/main/resources/org/qi4j/library/rest/server/restlet/responsewriter/value.htm @@ -1,20 +1,3 @@ -<!-- - Copyright 2009-2011 Rickard Ãberg - - Licensed 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> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/rest-server/src/main/resources/velocity.properties ---------------------------------------------------------------------- diff --git a/libraries/rest-server/src/main/resources/velocity.properties b/libraries/rest-server/src/main/resources/velocity.properties index c439d35..fb4ef10 100644 --- a/libraries/rest-server/src/main/resources/velocity.properties +++ b/libraries/rest-server/src/main/resources/velocity.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. + # ---------------------------------------------------------------------------- # R U N T I M E L O G # ---------------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/rest/build.gradle ---------------------------------------------------------------------- diff --git a/libraries/rest/build.gradle b/libraries/rest/build.gradle index 6c5422b..91f375d 100644 --- a/libraries/rest/build.gradle +++ b/libraries/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 REST Library provides various Restlet resources that can be used to expose Qi4j entities and indexes. Mostly for debugging." jar { manifest { name = "Qi4j Library - REST" }} http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/rest/dev-status.xml ---------------------------------------------------------------------- diff --git a/libraries/rest/dev-status.xml b/libraries/rest/dev-status.xml index 9af10c0..37f9020 100644 --- a/libraries/rest/dev-status.xml +++ b/libraries/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/rest/src/docs/rest.txt ---------------------------------------------------------------------- diff --git a/libraries/rest/src/docs/rest.txt b/libraries/rest/src/docs/rest.txt index e69de29..fc7aac6 100644 --- a/libraries/rest/src/docs/rest.txt +++ b/libraries/rest/src/docs/rest.txt @@ -0,0 +1,18 @@ +/////////////////////////////////////////////////////////////// + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. +/////////////////////////////////////////////////////////////// http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/rest/src/main/java/org/qi4j/library/rest/admin/package.html ---------------------------------------------------------------------- diff --git a/libraries/rest/src/main/java/org/qi4j/library/rest/admin/package.html b/libraries/rest/src/main/java/org/qi4j/library/rest/admin/package.html index 7e742f4..4727fba 100644 --- a/libraries/rest/src/main/java/org/qi4j/library/rest/admin/package.html +++ b/libraries/rest/src/main/java/org/qi4j/library/rest/admin/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>ReST EntityStore, Index & Query Library.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/rest/src/main/resources/org/qi4j/library/rest/admin/sparqlform.html ---------------------------------------------------------------------- diff --git a/libraries/rest/src/main/resources/org/qi4j/library/rest/admin/sparqlform.html b/libraries/rest/src/main/resources/org/qi4j/library/rest/admin/sparqlform.html index 81e4bd1..83335f6 100644 --- a/libraries/rest/src/main/resources/org/qi4j/library/rest/admin/sparqlform.html +++ b/libraries/rest/src/main/resources/org/qi4j/library/rest/admin/sparqlform.html @@ -1,4 +1,20 @@ <html> +<!-- + 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. +--> <head> <title> SPARQL Query http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/rest/src/main/resources/velocity.properties ---------------------------------------------------------------------- diff --git a/libraries/rest/src/main/resources/velocity.properties b/libraries/rest/src/main/resources/velocity.properties index b77064e..7c522fd 100644 --- a/libraries/rest/src/main/resources/velocity.properties +++ b/libraries/rest/src/main/resources/velocity.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. + # ---------------------------------------------------------------------------- # R U N T I M E L O G # ---------------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/scheduler/build.gradle ---------------------------------------------------------------------- diff --git a/libraries/scheduler/build.gradle b/libraries/scheduler/build.gradle index 931c517..7216263 100644 --- a/libraries/scheduler/build.gradle +++ b/libraries/scheduler/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 Schduler Library for long term timing functionalities." jar { manifest { name = "Qi4j Library - Scheduler" }} http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/scheduler/dev-status.xml ---------------------------------------------------------------------- diff --git a/libraries/scheduler/dev-status.xml b/libraries/scheduler/dev-status.xml index 21bb328..fc11ce4 100644 --- a/libraries/scheduler/dev-status.xml +++ b/libraries/scheduler/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/scheduler/src/docs/scheduler.txt ---------------------------------------------------------------------- diff --git a/libraries/scheduler/src/docs/scheduler.txt b/libraries/scheduler/src/docs/scheduler.txt index aef4486..f45d07f 100644 --- a/libraries/scheduler/src/docs/scheduler.txt +++ b/libraries/scheduler/src/docs/scheduler.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-scheduler,Scheduler Library]] = Scheduler = http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/scheduler/src/main/java/org/qi4j/library/scheduler/bootstrap/package.html ---------------------------------------------------------------------- diff --git a/libraries/scheduler/src/main/java/org/qi4j/library/scheduler/bootstrap/package.html b/libraries/scheduler/src/main/java/org/qi4j/library/scheduler/bootstrap/package.html index e66a837..b9a2ef1 100644 --- a/libraries/scheduler/src/main/java/org/qi4j/library/scheduler/bootstrap/package.html +++ b/libraries/scheduler/src/main/java/org/qi4j/library/scheduler/bootstrap/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>Scheduler Assembly.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/scheduler/src/main/java/org/qi4j/library/scheduler/package.html ---------------------------------------------------------------------- diff --git a/libraries/scheduler/src/main/java/org/qi4j/library/scheduler/package.html b/libraries/scheduler/src/main/java/org/qi4j/library/scheduler/package.html index 917b4ec..a796ce1 100644 --- a/libraries/scheduler/src/main/java/org/qi4j/library/scheduler/package.html +++ b/libraries/scheduler/src/main/java/org/qi4j/library/scheduler/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>Scheduler Library.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/scheduler/src/main/java/org/qi4j/library/scheduler/schedule/cron/package.html ---------------------------------------------------------------------- diff --git a/libraries/scheduler/src/main/java/org/qi4j/library/scheduler/schedule/cron/package.html b/libraries/scheduler/src/main/java/org/qi4j/library/scheduler/schedule/cron/package.html index 109311f..f3fd2c2 100644 --- a/libraries/scheduler/src/main/java/org/qi4j/library/scheduler/schedule/cron/package.html +++ b/libraries/scheduler/src/main/java/org/qi4j/library/scheduler/schedule/cron/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>Scheduler CRON Schedules.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/scheduler/src/main/java/org/qi4j/library/scheduler/schedule/once/package.html ---------------------------------------------------------------------- diff --git a/libraries/scheduler/src/main/java/org/qi4j/library/scheduler/schedule/once/package.html b/libraries/scheduler/src/main/java/org/qi4j/library/scheduler/schedule/once/package.html index c5d042b..c12fd5b 100644 --- a/libraries/scheduler/src/main/java/org/qi4j/library/scheduler/schedule/once/package.html +++ b/libraries/scheduler/src/main/java/org/qi4j/library/scheduler/schedule/once/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>Scheduler Once Schedules.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/scheduler/src/main/java/org/qi4j/library/scheduler/schedule/package.html ---------------------------------------------------------------------- diff --git a/libraries/scheduler/src/main/java/org/qi4j/library/scheduler/schedule/package.html b/libraries/scheduler/src/main/java/org/qi4j/library/scheduler/schedule/package.html index 0ba8f5c..7c74250 100644 --- a/libraries/scheduler/src/main/java/org/qi4j/library/scheduler/schedule/package.html +++ b/libraries/scheduler/src/main/java/org/qi4j/library/scheduler/schedule/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>Scheduler Schedules.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/scheduler/src/main/java/org/qi4j/library/scheduler/timeline/package.html ---------------------------------------------------------------------- diff --git a/libraries/scheduler/src/main/java/org/qi4j/library/scheduler/timeline/package.html b/libraries/scheduler/src/main/java/org/qi4j/library/scheduler/timeline/package.html index 4bf327a..1b757d2 100644 --- a/libraries/scheduler/src/main/java/org/qi4j/library/scheduler/timeline/package.html +++ b/libraries/scheduler/src/main/java/org/qi4j/library/scheduler/timeline/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>Scheduler Timeline.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/scheduler/src/test/resources/logback-test.xml ---------------------------------------------------------------------- diff --git a/libraries/scheduler/src/test/resources/logback-test.xml b/libraries/scheduler/src/test/resources/logback-test.xml index 4268e9f..76cc7c5 100644 --- a/libraries/scheduler/src/test/resources/logback-test.xml +++ b/libraries/scheduler/src/test/resources/logback-test.xml @@ -1,4 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> <configuration> <appender name="stdout" class="ch.qos.logback.core.ConsoleAppender"> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/scheduler/test-repeatedly.sh ---------------------------------------------------------------------- diff --git a/libraries/scheduler/test-repeatedly.sh b/libraries/scheduler/test-repeatedly.sh index 0022c25..bb7516b 100755 --- a/libraries/scheduler/test-repeatedly.sh +++ b/libraries/scheduler/test-repeatedly.sh @@ -1,5 +1,20 @@ #!/bin/sh +# 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. + # Run clean test once and test repeatedly # Stop on first failure # cat build/num-repeats to see how many times it ran http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/scripting/build.gradle ---------------------------------------------------------------------- diff --git a/libraries/scripting/build.gradle b/libraries/scripting/build.gradle index f9c682b..42e3714 100644 --- a/libraries/scripting/build.gradle +++ b/libraries/scripting/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 Common Scripting Library contains common classes across scripting implementations." jar { manifest { name = "Qi4j Library - Scripting - Common" }} http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/scripting/dev-status.xml ---------------------------------------------------------------------- diff --git a/libraries/scripting/dev-status.xml b/libraries/scripting/dev-status.xml index 766fb0f..afa3369 100644 --- a/libraries/scripting/dev-status.xml +++ b/libraries/scripting/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/scripting/src/test/java/org/qi4j/library/scripting/ScriptUtilImplTest.java ---------------------------------------------------------------------- diff --git a/libraries/scripting/src/test/java/org/qi4j/library/scripting/ScriptUtilImplTest.java b/libraries/scripting/src/test/java/org/qi4j/library/scripting/ScriptUtilImplTest.java index 50832bc..4b99809 100644 --- a/libraries/scripting/src/test/java/org/qi4j/library/scripting/ScriptUtilImplTest.java +++ b/libraries/scripting/src/test/java/org/qi4j/library/scripting/ScriptUtilImplTest.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.scripting; import org.junit.Test; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/servlet/build.gradle ---------------------------------------------------------------------- diff --git a/libraries/servlet/build.gradle b/libraries/servlet/build.gradle index 3117492..40a5d22 100644 --- a/libraries/servlet/build.gradle +++ b/libraries/servlet/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 Servlet Library provides integration of Qi4j into web applications." jar { manifest { name = "Qi4j Library - Servlet" }} http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/servlet/dev-status.xml ---------------------------------------------------------------------- diff --git a/libraries/servlet/dev-status.xml b/libraries/servlet/dev-status.xml index 24ed590..cbcd274 100644 --- a/libraries/servlet/dev-status.xml +++ b/libraries/servlet/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/servlet/src/docs/servlet.txt ---------------------------------------------------------------------- diff --git a/libraries/servlet/src/docs/servlet.txt b/libraries/servlet/src/docs/servlet.txt index 9b2cab1..22b60b4 100644 --- a/libraries/servlet/src/docs/servlet.txt +++ b/libraries/servlet/src/docs/servlet.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-servlet,Servlet Library]] = Servlet = http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/servlet/src/main/java/org/qi4j/library/servlet/lifecycle/package.html ---------------------------------------------------------------------- diff --git a/libraries/servlet/src/main/java/org/qi4j/library/servlet/lifecycle/package.html b/libraries/servlet/src/main/java/org/qi4j/library/servlet/lifecycle/package.html index f76c467..b692009 100644 --- a/libraries/servlet/src/main/java/org/qi4j/library/servlet/lifecycle/package.html +++ b/libraries/servlet/src/main/java/org/qi4j/library/servlet/lifecycle/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>Servlet Context Lifecycle.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/servlet/src/main/java/org/qi4j/library/servlet/package.html ---------------------------------------------------------------------- diff --git a/libraries/servlet/src/main/java/org/qi4j/library/servlet/package.html b/libraries/servlet/src/main/java/org/qi4j/library/servlet/package.html index cca9f99..ed87ada 100644 --- a/libraries/servlet/src/main/java/org/qi4j/library/servlet/package.html +++ b/libraries/servlet/src/main/java/org/qi4j/library/servlet/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>Servlet Library.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/shiro-core/build.gradle ---------------------------------------------------------------------- diff --git a/libraries/shiro-core/build.gradle b/libraries/shiro-core/build.gradle index f8bebb2..b1f6a51 100644 --- a/libraries/shiro-core/build.gradle +++ b/libraries/shiro-core/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 Shiro Library integrates Apache Shiro security framework into Qi4j." jar { manifest { name = "Qi4j Library - Shiro Core" }} http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/shiro-core/dev-status.xml ---------------------------------------------------------------------- diff --git a/libraries/shiro-core/dev-status.xml b/libraries/shiro-core/dev-status.xml index 24ed590..cbcd274 100644 --- a/libraries/shiro-core/dev-status.xml +++ b/libraries/shiro-core/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/shiro-core/src/docs/shiro.txt ---------------------------------------------------------------------- diff --git a/libraries/shiro-core/src/docs/shiro.txt b/libraries/shiro-core/src/docs/shiro.txt index f939f12..3fd16b6 100644 --- a/libraries/shiro-core/src/docs/shiro.txt +++ b/libraries/shiro-core/src/docs/shiro.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-shiro, Shiro Security Library]] = Shiro Security = http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/shiro-core/src/main/java/org/qi4j/library/shiro/assembly/package.html ---------------------------------------------------------------------- diff --git a/libraries/shiro-core/src/main/java/org/qi4j/library/shiro/assembly/package.html b/libraries/shiro-core/src/main/java/org/qi4j/library/shiro/assembly/package.html index e3ba14c..bd0dad6 100644 --- a/libraries/shiro-core/src/main/java/org/qi4j/library/shiro/assembly/package.html +++ b/libraries/shiro-core/src/main/java/org/qi4j/library/shiro/assembly/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>Shiro Security Assembly.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/shiro-core/src/main/java/org/qi4j/library/shiro/concerns/package.html ---------------------------------------------------------------------- diff --git a/libraries/shiro-core/src/main/java/org/qi4j/library/shiro/concerns/package.html b/libraries/shiro-core/src/main/java/org/qi4j/library/shiro/concerns/package.html index f40d2c8..2c1faf9 100644 --- a/libraries/shiro-core/src/main/java/org/qi4j/library/shiro/concerns/package.html +++ b/libraries/shiro-core/src/main/java/org/qi4j/library/shiro/concerns/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>Shiro Security Concerns.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/shiro-core/src/main/java/org/qi4j/library/shiro/domain/common/package.html ---------------------------------------------------------------------- diff --git a/libraries/shiro-core/src/main/java/org/qi4j/library/shiro/domain/common/package.html b/libraries/shiro-core/src/main/java/org/qi4j/library/shiro/domain/common/package.html index e4d2bfc..0b6ffb8 100644 --- a/libraries/shiro-core/src/main/java/org/qi4j/library/shiro/domain/common/package.html +++ b/libraries/shiro-core/src/main/java/org/qi4j/library/shiro/domain/common/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>Shiro Security Common Domain.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/shiro-core/src/main/java/org/qi4j/library/shiro/domain/passwords/package.html ---------------------------------------------------------------------- diff --git a/libraries/shiro-core/src/main/java/org/qi4j/library/shiro/domain/passwords/package.html b/libraries/shiro-core/src/main/java/org/qi4j/library/shiro/domain/passwords/package.html index 43ccdb6..df9ff36 100644 --- a/libraries/shiro-core/src/main/java/org/qi4j/library/shiro/domain/passwords/package.html +++ b/libraries/shiro-core/src/main/java/org/qi4j/library/shiro/domain/passwords/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>Shiro Security Passwords Domain.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/shiro-core/src/main/java/org/qi4j/library/shiro/domain/permissions/RoleFactory.java ---------------------------------------------------------------------- diff --git a/libraries/shiro-core/src/main/java/org/qi4j/library/shiro/domain/permissions/RoleFactory.java b/libraries/shiro-core/src/main/java/org/qi4j/library/shiro/domain/permissions/RoleFactory.java index dcb97a8..900289e 100644 --- a/libraries/shiro-core/src/main/java/org/qi4j/library/shiro/domain/permissions/RoleFactory.java +++ b/libraries/shiro-core/src/main/java/org/qi4j/library/shiro/domain/permissions/RoleFactory.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.shiro.domain.permissions; import java.util.Arrays; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/shiro-core/src/main/java/org/qi4j/library/shiro/domain/permissions/package.html ---------------------------------------------------------------------- diff --git a/libraries/shiro-core/src/main/java/org/qi4j/library/shiro/domain/permissions/package.html b/libraries/shiro-core/src/main/java/org/qi4j/library/shiro/domain/permissions/package.html index 2f9ee50..3d0b2dd 100644 --- a/libraries/shiro-core/src/main/java/org/qi4j/library/shiro/domain/permissions/package.html +++ b/libraries/shiro-core/src/main/java/org/qi4j/library/shiro/domain/permissions/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>Shiro Security Permissions Domain.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/shiro-core/src/main/java/org/qi4j/library/shiro/ini/package.html ---------------------------------------------------------------------- diff --git a/libraries/shiro-core/src/main/java/org/qi4j/library/shiro/ini/package.html b/libraries/shiro-core/src/main/java/org/qi4j/library/shiro/ini/package.html index afa788a..cd04c13 100644 --- a/libraries/shiro-core/src/main/java/org/qi4j/library/shiro/ini/package.html +++ b/libraries/shiro-core/src/main/java/org/qi4j/library/shiro/ini/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>Shiro Security INI Configuration Support.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/shiro-core/src/main/java/org/qi4j/library/shiro/package.html ---------------------------------------------------------------------- diff --git a/libraries/shiro-core/src/main/java/org/qi4j/library/shiro/package.html b/libraries/shiro-core/src/main/java/org/qi4j/library/shiro/package.html index d3de7e0..1b648ea 100644 --- a/libraries/shiro-core/src/main/java/org/qi4j/library/shiro/package.html +++ b/libraries/shiro-core/src/main/java/org/qi4j/library/shiro/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>Shiro Security Library.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/shiro-core/src/test/resources/logback-test.xml ---------------------------------------------------------------------- diff --git a/libraries/shiro-core/src/test/resources/logback-test.xml b/libraries/shiro-core/src/test/resources/logback-test.xml index e75228f..8c9b50a 100644 --- a/libraries/shiro-core/src/test/resources/logback-test.xml +++ b/libraries/shiro-core/src/test/resources/logback-test.xml @@ -1,4 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> <configuration> <appender name="stdout" class="ch.qos.logback.core.ConsoleAppender"> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/shiro-core/src/test/resources/standalone-shiro.ini ---------------------------------------------------------------------- diff --git a/libraries/shiro-core/src/test/resources/standalone-shiro.ini b/libraries/shiro-core/src/test/resources/standalone-shiro.ini index 2160de5..a9e5b0e 100644 --- a/libraries/shiro-core/src/test/resources/standalone-shiro.ini +++ b/libraries/shiro-core/src/test/resources/standalone-shiro.ini @@ -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. + # ============================================================================= # Tutorial INI configuration # http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/shiro-web/build.gradle ---------------------------------------------------------------------- diff --git a/libraries/shiro-web/build.gradle b/libraries/shiro-web/build.gradle index b1d713f..40a71d9 100644 --- a/libraries/shiro-web/build.gradle +++ b/libraries/shiro-web/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 Shiro Library integrates Apache Shiro security framework into Qi4j. This bundle provides Servlet support." jar { manifest { name = "Qi4j Library - Shiro Web" }} http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/shiro-web/dev-status.xml ---------------------------------------------------------------------- diff --git a/libraries/shiro-web/dev-status.xml b/libraries/shiro-web/dev-status.xml index 24ed590..cbcd274 100644 --- a/libraries/shiro-web/dev-status.xml +++ b/libraries/shiro-web/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/shiro-web/src/docs/shiro-web.txt ---------------------------------------------------------------------- diff --git a/libraries/shiro-web/src/docs/shiro-web.txt b/libraries/shiro-web/src/docs/shiro-web.txt index 8a2b4cc..8797976 100644 --- a/libraries/shiro-web/src/docs/shiro-web.txt +++ b/libraries/shiro-web/src/docs/shiro-web.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-shiro-web, Shiro Web Security Library]] = Shiro Web Security = http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/shiro-web/src/main/java/org/qi4j/library/shiro/web/assembly/package.html ---------------------------------------------------------------------- diff --git a/libraries/shiro-web/src/main/java/org/qi4j/library/shiro/web/assembly/package.html b/libraries/shiro-web/src/main/java/org/qi4j/library/shiro/web/assembly/package.html index d93f676..14673b5 100644 --- a/libraries/shiro-web/src/main/java/org/qi4j/library/shiro/web/assembly/package.html +++ b/libraries/shiro-web/src/main/java/org/qi4j/library/shiro/web/assembly/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>Shiro Web Security Assembly.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/shiro-web/src/main/java/org/qi4j/library/shiro/web/package.html ---------------------------------------------------------------------- diff --git a/libraries/shiro-web/src/main/java/org/qi4j/library/shiro/web/package.html b/libraries/shiro-web/src/main/java/org/qi4j/library/shiro/web/package.html index 5c050e9..af1d4b8 100644 --- a/libraries/shiro-web/src/main/java/org/qi4j/library/shiro/web/package.html +++ b/libraries/shiro-web/src/main/java/org/qi4j/library/shiro/web/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>Shiro Web Security Library.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/shiro-web/src/test/resources/logback-test.xml ---------------------------------------------------------------------- diff --git a/libraries/shiro-web/src/test/resources/logback-test.xml b/libraries/shiro-web/src/test/resources/logback-test.xml index e75228f..8c9b50a 100644 --- a/libraries/shiro-web/src/test/resources/logback-test.xml +++ b/libraries/shiro-web/src/test/resources/logback-test.xml @@ -1,4 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> <configuration> <appender name="stdout" class="ch.qos.logback.core.ConsoleAppender"> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/shiro-web/src/test/resources/web-shiro.ini ---------------------------------------------------------------------- diff --git a/libraries/shiro-web/src/test/resources/web-shiro.ini b/libraries/shiro-web/src/test/resources/web-shiro.ini index daa1b28..4bab076 100644 --- a/libraries/shiro-web/src/test/resources/web-shiro.ini +++ b/libraries/shiro-web/src/test/resources/web-shiro.ini @@ -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. + # ============================================================================= # Tutorial INI configuration # http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/spring/build.gradle ---------------------------------------------------------------------- diff --git a/libraries/spring/build.gradle b/libraries/spring/build.gradle index 93cb13a..87f8ff0 100644 --- a/libraries/spring/build.gradle +++ b/libraries/spring/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 Spring Library allows for tight integration of Spring Framework and Qi4j applications." jar { manifest { name = "Qi4j Library - Spring" }} http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/spring/dev-status.xml ---------------------------------------------------------------------- diff --git a/libraries/spring/dev-status.xml b/libraries/spring/dev-status.xml index 654d3aa..1a18f48 100644 --- a/libraries/spring/dev-status.xml +++ b/libraries/spring/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/spring/src/docs/spring.txt ---------------------------------------------------------------------- diff --git a/libraries/spring/src/docs/spring.txt b/libraries/spring/src/docs/spring.txt index 733095f..bd09908 100644 --- a/libraries/spring/src/docs/spring.txt +++ b/libraries/spring/src/docs/spring.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-spring, Spring Integration Library]] = Spring Integration = http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/spring/src/main/java/org/qi4j/library/spring/bootstrap/internal/application/package.html ---------------------------------------------------------------------- diff --git a/libraries/spring/src/main/java/org/qi4j/library/spring/bootstrap/internal/application/package.html b/libraries/spring/src/main/java/org/qi4j/library/spring/bootstrap/internal/application/package.html index 4bd5c19..e1c2093 100644 --- a/libraries/spring/src/main/java/org/qi4j/library/spring/bootstrap/internal/application/package.html +++ b/libraries/spring/src/main/java/org/qi4j/library/spring/bootstrap/internal/application/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>Spring Integration internal package.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/spring/src/main/java/org/qi4j/library/spring/bootstrap/internal/package.html ---------------------------------------------------------------------- diff --git a/libraries/spring/src/main/java/org/qi4j/library/spring/bootstrap/internal/package.html b/libraries/spring/src/main/java/org/qi4j/library/spring/bootstrap/internal/package.html index 4bd5c19..e1c2093 100644 --- a/libraries/spring/src/main/java/org/qi4j/library/spring/bootstrap/internal/package.html +++ b/libraries/spring/src/main/java/org/qi4j/library/spring/bootstrap/internal/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>Spring Integration internal package.</h2>
