http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/metrics/src/main/java/org/qi4j/library/metrics/package.html ---------------------------------------------------------------------- diff --git a/libraries/metrics/src/main/java/org/qi4j/library/metrics/package.html b/libraries/metrics/src/main/java/org/qi4j/library/metrics/package.html index 172e501..5f91a38 100644 --- a/libraries/metrics/src/main/java/org/qi4j/library/metrics/package.html +++ b/libraries/metrics/src/main/java/org/qi4j/library/metrics/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>Metrics Library.</h2>
http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/osgi/build.gradle ---------------------------------------------------------------------- diff --git a/libraries/osgi/build.gradle b/libraries/osgi/build.gradle index 3473bb6..e91fc2c 100644 --- a/libraries/osgi/build.gradle +++ b/libraries/osgi/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 OSGi Library provides integration of OSGi and Qi4j, so that services in each system can be shared." jar { manifest { name = "Qi4j Library - OSGi Integration" }} http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/osgi/dev-status.xml ---------------------------------------------------------------------- diff --git a/libraries/osgi/dev-status.xml b/libraries/osgi/dev-status.xml index 89e7fa1..515291a 100644 --- a/libraries/osgi/dev-status.xml +++ b/libraries/osgi/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/osgi/src/docs/osgi.txt ---------------------------------------------------------------------- diff --git a/libraries/osgi/src/docs/osgi.txt b/libraries/osgi/src/docs/osgi.txt index f0eb552..2ed99a1 100644 --- a/libraries/osgi/src/docs/osgi.txt +++ b/libraries/osgi/src/docs/osgi.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-osgi, OSGi Library]] = OSGi = http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/osgi/src/main/java/org/qi4j/library/osgi/FallbackStrategy.java ---------------------------------------------------------------------- diff --git a/libraries/osgi/src/main/java/org/qi4j/library/osgi/FallbackStrategy.java b/libraries/osgi/src/main/java/org/qi4j/library/osgi/FallbackStrategy.java index a725db2..7cce688 100644 --- a/libraries/osgi/src/main/java/org/qi4j/library/osgi/FallbackStrategy.java +++ b/libraries/osgi/src/main/java/org/qi4j/library/osgi/FallbackStrategy.java @@ -1,9 +1,20 @@ /* - * Copyright (c) 2010 Morgan Stanley & Co. Incorporated, All Rights Reserved + * 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 * - * Unpublished copyright. All rights reserved. This material contains - * proprietary information that shall be used or copied only within - * Morgan Stanley, except with written permission of Morgan Stanley. + * 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.osgi; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/osgi/src/main/java/org/qi4j/library/osgi/OSGiEnabledService.java ---------------------------------------------------------------------- diff --git a/libraries/osgi/src/main/java/org/qi4j/library/osgi/OSGiEnabledService.java b/libraries/osgi/src/main/java/org/qi4j/library/osgi/OSGiEnabledService.java index 4a4b565..efe8e9c 100644 --- a/libraries/osgi/src/main/java/org/qi4j/library/osgi/OSGiEnabledService.java +++ b/libraries/osgi/src/main/java/org/qi4j/library/osgi/OSGiEnabledService.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.osgi; import java.lang.reflect.Type; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/osgi/src/main/java/org/qi4j/library/osgi/OSGiImportInfo.java ---------------------------------------------------------------------- diff --git a/libraries/osgi/src/main/java/org/qi4j/library/osgi/OSGiImportInfo.java b/libraries/osgi/src/main/java/org/qi4j/library/osgi/OSGiImportInfo.java index 6eca47a..8f283bd 100644 --- a/libraries/osgi/src/main/java/org/qi4j/library/osgi/OSGiImportInfo.java +++ b/libraries/osgi/src/main/java/org/qi4j/library/osgi/OSGiImportInfo.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.osgi; import org.osgi.framework.BundleContext; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/osgi/src/main/java/org/qi4j/library/osgi/OSGiServiceExporter.java ---------------------------------------------------------------------- diff --git a/libraries/osgi/src/main/java/org/qi4j/library/osgi/OSGiServiceExporter.java b/libraries/osgi/src/main/java/org/qi4j/library/osgi/OSGiServiceExporter.java index d8c330a..5c41d59 100644 --- a/libraries/osgi/src/main/java/org/qi4j/library/osgi/OSGiServiceExporter.java +++ b/libraries/osgi/src/main/java/org/qi4j/library/osgi/OSGiServiceExporter.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.osgi; import java.util.ArrayList; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/osgi/src/main/java/org/qi4j/library/osgi/OSGiServiceImporter.java ---------------------------------------------------------------------- diff --git a/libraries/osgi/src/main/java/org/qi4j/library/osgi/OSGiServiceImporter.java b/libraries/osgi/src/main/java/org/qi4j/library/osgi/OSGiServiceImporter.java index ef759f0..f6250a7 100644 --- a/libraries/osgi/src/main/java/org/qi4j/library/osgi/OSGiServiceImporter.java +++ b/libraries/osgi/src/main/java/org/qi4j/library/osgi/OSGiServiceImporter.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.osgi; import java.lang.reflect.InvocationHandler; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/osgi/src/main/java/org/qi4j/library/osgi/package.html ---------------------------------------------------------------------- diff --git a/libraries/osgi/src/main/java/org/qi4j/library/osgi/package.html b/libraries/osgi/src/main/java/org/qi4j/library/osgi/package.html index 415ed75..7d9b47b 100644 --- a/libraries/osgi/src/main/java/org/qi4j/library/osgi/package.html +++ b/libraries/osgi/src/main/java/org/qi4j/library/osgi/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>OSGi Library.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/osgi/src/test/java/org/qi4j/library/osgi/DocumentationSupport.java ---------------------------------------------------------------------- diff --git a/libraries/osgi/src/test/java/org/qi4j/library/osgi/DocumentationSupport.java b/libraries/osgi/src/test/java/org/qi4j/library/osgi/DocumentationSupport.java index 5cb7627..9eccaee 100644 --- a/libraries/osgi/src/test/java/org/qi4j/library/osgi/DocumentationSupport.java +++ b/libraries/osgi/src/test/java/org/qi4j/library/osgi/DocumentationSupport.java @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.qi4j.library.osgi; import org.osgi.framework.BundleContext; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/osgi/src/test/java/org/qi4j/library/osgi/OSGiServiceTest.java ---------------------------------------------------------------------- diff --git a/libraries/osgi/src/test/java/org/qi4j/library/osgi/OSGiServiceTest.java b/libraries/osgi/src/test/java/org/qi4j/library/osgi/OSGiServiceTest.java index a9a2589..bcc5ba6 100644 --- a/libraries/osgi/src/test/java/org/qi4j/library/osgi/OSGiServiceTest.java +++ b/libraries/osgi/src/test/java/org/qi4j/library/osgi/OSGiServiceTest.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.osgi; import org.junit.Test; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/rdf/build.gradle ---------------------------------------------------------------------- diff --git a/libraries/rdf/build.gradle b/libraries/rdf/build.gradle index 135a83b..f85de14 100644 --- a/libraries/rdf/build.gradle +++ b/libraries/rdf/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 RDF Library provides commonalities of various RDF based services in Qi4j, such as RDF Indexing." jar { manifest { name = "Qi4j Library - RDF" }} http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/rdf/dev-status.xml ---------------------------------------------------------------------- diff --git a/libraries/rdf/dev-status.xml b/libraries/rdf/dev-status.xml index d381831..f8669b1 100644 --- a/libraries/rdf/dev-status.xml +++ b/libraries/rdf/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/rdf/src/docs/rdf.txt ---------------------------------------------------------------------- diff --git a/libraries/rdf/src/docs/rdf.txt b/libraries/rdf/src/docs/rdf.txt index 8ebb55b..b2bf2c3 100644 --- a/libraries/rdf/src/docs/rdf.txt +++ b/libraries/rdf/src/docs/rdf.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-rdf, RDF Library]] = RDF = http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/rdf/src/main/java/org/qi4j/library/rdf/entity/package.html ---------------------------------------------------------------------- diff --git a/libraries/rdf/src/main/java/org/qi4j/library/rdf/entity/package.html b/libraries/rdf/src/main/java/org/qi4j/library/rdf/entity/package.html index 6866a68..b638d82 100644 --- a/libraries/rdf/src/main/java/org/qi4j/library/rdf/entity/package.html +++ b/libraries/rdf/src/main/java/org/qi4j/library/rdf/entity/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>RDF Entity Serializer.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/rdf/src/main/java/org/qi4j/library/rdf/model/Model2XML.java ---------------------------------------------------------------------- diff --git a/libraries/rdf/src/main/java/org/qi4j/library/rdf/model/Model2XML.java b/libraries/rdf/src/main/java/org/qi4j/library/rdf/model/Model2XML.java index 615bc90..ae83204 100644 --- a/libraries/rdf/src/main/java/org/qi4j/library/rdf/model/Model2XML.java +++ b/libraries/rdf/src/main/java/org/qi4j/library/rdf/model/Model2XML.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.rdf.model; import java.util.HashMap; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/rdf/src/main/java/org/qi4j/library/rdf/model/package.html ---------------------------------------------------------------------- diff --git a/libraries/rdf/src/main/java/org/qi4j/library/rdf/model/package.html b/libraries/rdf/src/main/java/org/qi4j/library/rdf/model/package.html index 61d9da0..0f17f94 100644 --- a/libraries/rdf/src/main/java/org/qi4j/library/rdf/model/package.html +++ b/libraries/rdf/src/main/java/org/qi4j/library/rdf/model/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>RDF Application Model Serializer.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/rdf/src/main/java/org/qi4j/library/rdf/package.html ---------------------------------------------------------------------- diff --git a/libraries/rdf/src/main/java/org/qi4j/library/rdf/package.html b/libraries/rdf/src/main/java/org/qi4j/library/rdf/package.html index 7b2507e..9b22669 100644 --- a/libraries/rdf/src/main/java/org/qi4j/library/rdf/package.html +++ b/libraries/rdf/src/main/java/org/qi4j/library/rdf/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>RDF Library.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/rdf/src/main/java/org/qi4j/library/rdf/repository/package.html ---------------------------------------------------------------------- diff --git a/libraries/rdf/src/main/java/org/qi4j/library/rdf/repository/package.html b/libraries/rdf/src/main/java/org/qi4j/library/rdf/repository/package.html index 1132cdc..129d9a7 100644 --- a/libraries/rdf/src/main/java/org/qi4j/library/rdf/repository/package.html +++ b/libraries/rdf/src/main/java/org/qi4j/library/rdf/repository/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>RDF Repositories.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/rdf/src/main/java/org/qi4j/library/rdf/serializer/package.html ---------------------------------------------------------------------- diff --git a/libraries/rdf/src/main/java/org/qi4j/library/rdf/serializer/package.html b/libraries/rdf/src/main/java/org/qi4j/library/rdf/serializer/package.html index 6b25a3c..d1fbf42 100644 --- a/libraries/rdf/src/main/java/org/qi4j/library/rdf/serializer/package.html +++ b/libraries/rdf/src/main/java/org/qi4j/library/rdf/serializer/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>RDF Serializer.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/rdf/src/test/java/org/qi4j/library/rdf/Model2XMLTest.java ---------------------------------------------------------------------- diff --git a/libraries/rdf/src/test/java/org/qi4j/library/rdf/Model2XMLTest.java b/libraries/rdf/src/test/java/org/qi4j/library/rdf/Model2XMLTest.java index c1a2f3b..bdff5ac 100644 --- a/libraries/rdf/src/test/java/org/qi4j/library/rdf/Model2XMLTest.java +++ b/libraries/rdf/src/test/java/org/qi4j/library/rdf/Model2XMLTest.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.rdf; import org.junit.Test; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/rdf/src/test/java/org/qi4j/library/rdf/entity/test.xml ---------------------------------------------------------------------- diff --git a/libraries/rdf/src/test/java/org/qi4j/library/rdf/entity/test.xml b/libraries/rdf/src/test/java/org/qi4j/library/rdf/entity/test.xml index c25e015..b2de33f 100644 --- a/libraries/rdf/src/test/java/org/qi4j/library/rdf/entity/test.xml +++ b/libraries/rdf/src/test/java/org/qi4j/library/rdf/entity/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. +--> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/rdf/src/test/java/org/qi4j/library/rdf/entity/test2.xml ---------------------------------------------------------------------- diff --git a/libraries/rdf/src/test/java/org/qi4j/library/rdf/entity/test2.xml b/libraries/rdf/src/test/java/org/qi4j/library/rdf/entity/test2.xml index 11a738f..91ff53b 100644 --- a/libraries/rdf/src/test/java/org/qi4j/library/rdf/entity/test2.xml +++ b/libraries/rdf/src/test/java/org/qi4j/library/rdf/entity/test2.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. +--> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/rdf/src/test/resources/org/qi4j/library/rdf/repository/NativeRepositoryService.properties ---------------------------------------------------------------------- diff --git a/libraries/rdf/src/test/resources/org/qi4j/library/rdf/repository/NativeRepositoryService.properties b/libraries/rdf/src/test/resources/org/qi4j/library/rdf/repository/NativeRepositoryService.properties index b434acf..5c42def 100644 --- a/libraries/rdf/src/test/resources/org/qi4j/library/rdf/repository/NativeRepositoryService.properties +++ b/libraries/rdf/src/test/resources/org/qi4j/library/rdf/repository/NativeRepositoryService.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. + tripleIndexes=spoc http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/rest-client/build.gradle ---------------------------------------------------------------------- diff --git a/libraries/rest-client/build.gradle b/libraries/rest-client/build.gradle index f4813cf..a120e16 100644 --- a/libraries/rest-client/build.gradle +++ b/libraries/rest-client/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 Client Library provides a client library for the Qi4j REST Server library" jar { manifest { name = "Qi4j Library - REST Client" }} http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/rest-client/dev-status.xml ---------------------------------------------------------------------- diff --git a/libraries/rest-client/dev-status.xml b/libraries/rest-client/dev-status.xml index f0ee6e9..a294481 100644 --- a/libraries/rest-client/dev-status.xml +++ b/libraries/rest-client/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-client/src/docs/primer.txt ---------------------------------------------------------------------- diff --git a/libraries/rest-client/src/docs/primer.txt b/libraries/rest-client/src/docs/primer.txt index 2548f66..35a1121 100644 --- a/libraries/rest-client/src/docs/primer.txt +++ b/libraries/rest-client/src/docs/primer.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-rest-client-primer, HATEOAS Primer]] = ReST - HATEOAS Primer http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/rest-client/src/docs/rest-client.txt ---------------------------------------------------------------------- diff --git a/libraries/rest-client/src/docs/rest-client.txt b/libraries/rest-client/src/docs/rest-client.txt index 0914aef..dafd6db 100644 --- a/libraries/rest-client/src/docs/rest-client.txt +++ b/libraries/rest-client/src/docs/rest-client.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-rest-client, ReST Client Library]] = ReST Client = http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/rest-client/src/main/java/org/qi4j/library/rest/client/api/ErrorHandler.java ---------------------------------------------------------------------- diff --git a/libraries/rest-client/src/main/java/org/qi4j/library/rest/client/api/ErrorHandler.java b/libraries/rest-client/src/main/java/org/qi4j/library/rest/client/api/ErrorHandler.java index e7ffb73..0afbbf4 100644 --- a/libraries/rest-client/src/main/java/org/qi4j/library/rest/client/api/ErrorHandler.java +++ b/libraries/rest-client/src/main/java/org/qi4j/library/rest/client/api/ErrorHandler.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.client.api; import java.util.LinkedHashMap; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/rest-client/src/main/java/org/qi4j/library/rest/client/api/HandlerCommand.java ---------------------------------------------------------------------- diff --git a/libraries/rest-client/src/main/java/org/qi4j/library/rest/client/api/HandlerCommand.java b/libraries/rest-client/src/main/java/org/qi4j/library/rest/client/api/HandlerCommand.java index 0ece52d..aed48bb 100644 --- a/libraries/rest-client/src/main/java/org/qi4j/library/rest/client/api/HandlerCommand.java +++ b/libraries/rest-client/src/main/java/org/qi4j/library/rest/client/api/HandlerCommand.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.client.api; import java.lang.reflect.ParameterizedType; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/rest-client/src/main/java/org/qi4j/library/rest/client/api/package.html ---------------------------------------------------------------------- diff --git a/libraries/rest-client/src/main/java/org/qi4j/library/rest/client/api/package.html b/libraries/rest-client/src/main/java/org/qi4j/library/rest/client/api/package.html index 6b8f657..c7ceff6 100644 --- a/libraries/rest-client/src/main/java/org/qi4j/library/rest/client/api/package.html +++ b/libraries/rest-client/src/main/java/org/qi4j/library/rest/client/api/package.html @@ -1,3 +1,19 @@ +<!-- +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to You under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> <html> <body> <h2>ReST Client API.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/rest-client/src/main/java/org/qi4j/library/rest/client/package.html ---------------------------------------------------------------------- diff --git a/libraries/rest-client/src/main/java/org/qi4j/library/rest/client/package.html b/libraries/rest-client/src/main/java/org/qi4j/library/rest/client/package.html index 618f022..0e5a93a 100644 --- a/libraries/rest-client/src/main/java/org/qi4j/library/rest/client/package.html +++ b/libraries/rest-client/src/main/java/org/qi4j/library/rest/client/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 Client Library.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/rest-client/src/main/java/org/qi4j/library/rest/client/requestwriter/package.html ---------------------------------------------------------------------- diff --git a/libraries/rest-client/src/main/java/org/qi4j/library/rest/client/requestwriter/package.html b/libraries/rest-client/src/main/java/org/qi4j/library/rest/client/requestwriter/package.html index 2a491ef..74b7484 100644 --- a/libraries/rest-client/src/main/java/org/qi4j/library/rest/client/requestwriter/package.html +++ b/libraries/rest-client/src/main/java/org/qi4j/library/rest/client/requestwriter/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 Client Request Writers.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/rest-client/src/main/java/org/qi4j/library/rest/client/responsereader/package.html ---------------------------------------------------------------------- diff --git a/libraries/rest-client/src/main/java/org/qi4j/library/rest/client/responsereader/package.html b/libraries/rest-client/src/main/java/org/qi4j/library/rest/client/responsereader/package.html index b7421d1..4e41789 100644 --- a/libraries/rest-client/src/main/java/org/qi4j/library/rest/client/responsereader/package.html +++ b/libraries/rest-client/src/main/java/org/qi4j/library/rest/client/responsereader/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 Client Response Readers.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/rest-client/src/main/java/org/qi4j/library/rest/client/spi/package.html ---------------------------------------------------------------------- diff --git a/libraries/rest-client/src/main/java/org/qi4j/library/rest/client/spi/package.html b/libraries/rest-client/src/main/java/org/qi4j/library/rest/client/spi/package.html index 79b77e5..4525d5f 100644 --- a/libraries/rest-client/src/main/java/org/qi4j/library/rest/client/spi/package.html +++ b/libraries/rest-client/src/main/java/org/qi4j/library/rest/client/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 Client SPI.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/rest-client/src/main/resources/org/qi4j/library/rest/client/rest-client.properties ---------------------------------------------------------------------- diff --git a/libraries/rest-client/src/main/resources/org/qi4j/library/rest/client/rest-client.properties b/libraries/rest-client/src/main/resources/org/qi4j/library/rest/client/rest-client.properties index 61cc69e..4a0ac1d 100644 --- a/libraries/rest-client/src/main/resources/org/qi4j/library/rest/client/rest-client.properties +++ b/libraries/rest-client/src/main/resources/org/qi4j/library/rest/client/rest-client.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. + #Client requestwriters=org.qi4j.library.rest.client.requestwriter.FormRequestWriter,\ org.qi4j.library.rest.client.requestwriter.ValueCompositeRequestWriter\ http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/rest-client/src/test/java/org/qi4j/library/rest/client/ContextResourceClientFactoryTest.java ---------------------------------------------------------------------- diff --git a/libraries/rest-client/src/test/java/org/qi4j/library/rest/client/ContextResourceClientFactoryTest.java b/libraries/rest-client/src/test/java/org/qi4j/library/rest/client/ContextResourceClientFactoryTest.java index fd9f274..7175b9e 100644 --- a/libraries/rest-client/src/test/java/org/qi4j/library/rest/client/ContextResourceClientFactoryTest.java +++ b/libraries/rest-client/src/test/java/org/qi4j/library/rest/client/ContextResourceClientFactoryTest.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.client; import java.io.File; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/rest-client/src/test/java/org/qi4j/library/rest/client/ContinuousIntegrationTest.java ---------------------------------------------------------------------- diff --git a/libraries/rest-client/src/test/java/org/qi4j/library/rest/client/ContinuousIntegrationTest.java b/libraries/rest-client/src/test/java/org/qi4j/library/rest/client/ContinuousIntegrationTest.java index 432b21d..6b75fe7 100644 --- a/libraries/rest-client/src/test/java/org/qi4j/library/rest/client/ContinuousIntegrationTest.java +++ b/libraries/rest-client/src/test/java/org/qi4j/library/rest/client/ContinuousIntegrationTest.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.client; import org.hamcrest.CoreMatchers; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/rest-client/src/test/java/org/qi4j/library/rest/client/RssReaderTest.java ---------------------------------------------------------------------- diff --git a/libraries/rest-client/src/test/java/org/qi4j/library/rest/client/RssReaderTest.java b/libraries/rest-client/src/test/java/org/qi4j/library/rest/client/RssReaderTest.java index ea70376..42e9433 100644 --- a/libraries/rest-client/src/test/java/org/qi4j/library/rest/client/RssReaderTest.java +++ b/libraries/rest-client/src/test/java/org/qi4j/library/rest/client/RssReaderTest.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.client; import java.util.ArrayList; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/rest-client/src/test/java/org/qi4j/library/rest/client/docsupport/RestPrimerDocs.java ---------------------------------------------------------------------- diff --git a/libraries/rest-client/src/test/java/org/qi4j/library/rest/client/docsupport/RestPrimerDocs.java b/libraries/rest-client/src/test/java/org/qi4j/library/rest/client/docsupport/RestPrimerDocs.java index 26917dd..dea72ac 100644 --- a/libraries/rest-client/src/test/java/org/qi4j/library/rest/client/docsupport/RestPrimerDocs.java +++ b/libraries/rest-client/src/test/java/org/qi4j/library/rest/client/docsupport/RestPrimerDocs.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.client.docsupport; import org.hamcrest.CoreMatchers; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/rest-common/build.gradle ---------------------------------------------------------------------- diff --git a/libraries/rest-common/build.gradle b/libraries/rest-common/build.gradle index 10732b9..84ef620 100644 --- a/libraries/rest-common/build.gradle +++ b/libraries/rest-common/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-common/dev-status.xml ---------------------------------------------------------------------- diff --git a/libraries/rest-common/dev-status.xml b/libraries/rest-common/dev-status.xml index 9af10c0..37f9020 100644 --- a/libraries/rest-common/dev-status.xml +++ b/libraries/rest-common/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-common/src/docs/rest-common.txt ---------------------------------------------------------------------- diff --git a/libraries/rest-common/src/docs/rest-common.txt b/libraries/rest-common/src/docs/rest-common.txt index aae7c4c..ee1c445 100644 --- a/libraries/rest-common/src/docs/rest-common.txt +++ b/libraries/rest-common/src/docs/rest-common.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-rest-common, ReST Common Library]] = ReST Common = http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/rest-common/src/main/java/org/qi4j/library/rest/common/link/package.html ---------------------------------------------------------------------- diff --git a/libraries/rest-common/src/main/java/org/qi4j/library/rest/common/link/package.html b/libraries/rest-common/src/main/java/org/qi4j/library/rest/common/link/package.html index fbe9546..7fc3cda 100644 --- a/libraries/rest-common/src/main/java/org/qi4j/library/rest/common/link/package.html +++ b/libraries/rest-common/src/main/java/org/qi4j/library/rest/common/link/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 Link Support.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/rest-common/src/main/java/org/qi4j/library/rest/common/package.html ---------------------------------------------------------------------- diff --git a/libraries/rest-common/src/main/java/org/qi4j/library/rest/common/package.html b/libraries/rest-common/src/main/java/org/qi4j/library/rest/common/package.html index 79f6587..4d4e042 100644 --- a/libraries/rest-common/src/main/java/org/qi4j/library/rest/common/package.html +++ b/libraries/rest-common/src/main/java/org/qi4j/library/rest/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>ReST Common Library.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/rest-common/src/main/java/org/qi4j/library/rest/common/table/package.html ---------------------------------------------------------------------- diff --git a/libraries/rest-common/src/main/java/org/qi4j/library/rest/common/table/package.html b/libraries/rest-common/src/main/java/org/qi4j/library/rest/common/table/package.html index a0438d6..331aab0 100644 --- a/libraries/rest-common/src/main/java/org/qi4j/library/rest/common/table/package.html +++ b/libraries/rest-common/src/main/java/org/qi4j/library/rest/common/table/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 Table Support.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/rest-server/build.gradle ---------------------------------------------------------------------- diff --git a/libraries/rest-server/build.gradle b/libraries/rest-server/build.gradle index abbc9b8..8103aa7 100644 --- a/libraries/rest-server/build.gradle +++ b/libraries/rest-server/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 Server Library provides a server component for building REST API's based on usecases" jar { manifest { name = "Qi4j Library - REST server" }} http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/rest-server/dev-status.xml ---------------------------------------------------------------------- diff --git a/libraries/rest-server/dev-status.xml b/libraries/rest-server/dev-status.xml index 9af10c0..37f9020 100644 --- a/libraries/rest-server/dev-status.xml +++ b/libraries/rest-server/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-server/src/docs/rest-server.txt ---------------------------------------------------------------------- diff --git a/libraries/rest-server/src/docs/rest-server.txt b/libraries/rest-server/src/docs/rest-server.txt index 54fbcba..4a7fc72 100644 --- a/libraries/rest-server/src/docs/rest-server.txt +++ b/libraries/rest-server/src/docs/rest-server.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-rest-server, ReST Server Library]] = ReST Server = http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/api/InteractionConstraintsConcern.java ---------------------------------------------------------------------- diff --git a/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/api/InteractionConstraintsConcern.java b/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/api/InteractionConstraintsConcern.java index 8a3b587..7507db0 100644 --- a/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/api/InteractionConstraintsConcern.java +++ b/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/api/InteractionConstraintsConcern.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.api; 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/api/constraint/package.html ---------------------------------------------------------------------- diff --git a/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/api/constraint/package.html b/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/api/constraint/package.html index 21346b0..d894adc 100644 --- a/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/api/constraint/package.html +++ b/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/api/constraint/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 Constraints.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/api/dci/package.html ---------------------------------------------------------------------- diff --git a/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/api/dci/package.html b/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/api/dci/package.html index 55a87d7..22b6e5d 100644 --- a/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/api/dci/package.html +++ b/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/api/dci/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 DCI API.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/api/package.html ---------------------------------------------------------------------- diff --git a/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/api/package.html b/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/api/package.html index 7e8dac8..d901874 100644 --- a/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/api/package.html +++ b/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/api/package.html @@ -1,3 +1,19 @@ +<!-- +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to You under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> <html> <body> <h2>ReST Server API.</h2> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/assembler/package.html ---------------------------------------------------------------------- diff --git a/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/assembler/package.html b/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/assembler/package.html index f6bcf56..c66f3ab 100644 --- a/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/assembler/package.html +++ b/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/assembler/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 Assembly.</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/ConstraintViolationMessages.java ---------------------------------------------------------------------- diff --git a/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/restlet/ConstraintViolationMessages.java b/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/restlet/ConstraintViolationMessages.java index 9f2ec76..d016c35 100644 --- a/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/restlet/ConstraintViolationMessages.java +++ b/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/restlet/ConstraintViolationMessages.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; 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/freemarker/ValueCompositeObjectWrapper.java ---------------------------------------------------------------------- diff --git a/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/restlet/freemarker/ValueCompositeObjectWrapper.java b/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/restlet/freemarker/ValueCompositeObjectWrapper.java index 0643934..0be738d 100644 --- a/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/restlet/freemarker/ValueCompositeObjectWrapper.java +++ b/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/restlet/freemarker/ValueCompositeObjectWrapper.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.freemarker; import freemarker.template.DefaultObjectWrapper; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/restlet/freemarker/ValueCompositeTemplateModel.java ---------------------------------------------------------------------- diff --git a/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/restlet/freemarker/ValueCompositeTemplateModel.java b/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/restlet/freemarker/ValueCompositeTemplateModel.java index b3f80ab..e6524c2 100644 --- a/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/restlet/freemarker/ValueCompositeTemplateModel.java +++ b/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/restlet/freemarker/ValueCompositeTemplateModel.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.freemarker; import freemarker.template.ObjectWrapper; http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/bc50e1c9/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/restlet/freemarker/package.html ---------------------------------------------------------------------- diff --git a/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/restlet/freemarker/package.html b/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/restlet/freemarker/package.html index a4bbb76..b018992 100644 --- a/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/restlet/freemarker/package.html +++ b/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/restlet/freemarker/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 FreeMarker Templating.</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/package.html ---------------------------------------------------------------------- diff --git a/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/restlet/package.html b/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/restlet/package.html index 66d47e9..3856933 100644 --- a/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/restlet/package.html +++ b/libraries/rest-server/src/main/java/org/qi4j/library/rest/server/restlet/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.</h2>
