Author: tcurdt Date: Wed May 30 11:46:21 2007 New Revision: 542906 URL: http://svn.apache.org/viewvc?view=rev&rev=542906 Log: license headers
Modified: jakarta/commons/proper/jci/trunk/compilers/eclipse/pom.xml jakarta/commons/proper/jci/trunk/compilers/groovy/pom.xml jakarta/commons/proper/jci/trunk/compilers/janino/pom.xml jakarta/commons/proper/jci/trunk/compilers/javac/pom.xml jakarta/commons/proper/jci/trunk/compilers/jsr199/pom.xml jakarta/commons/proper/jci/trunk/compilers/jsr199/src/test/java/org/apache/commons/jci/compilers/Jsr199JavaCompilerTestCase.java jakarta/commons/proper/jci/trunk/compilers/rhino/pom.xml jakarta/commons/proper/jci/trunk/core/pom.xml jakarta/commons/proper/jci/trunk/core/src/main/java/org/apache/commons/jci/compilers/package.html jakarta/commons/proper/jci/trunk/core/src/main/java/org/apache/commons/jci/listeners/package.html jakarta/commons/proper/jci/trunk/core/src/main/java/org/apache/commons/jci/package.html jakarta/commons/proper/jci/trunk/core/src/main/java/org/apache/commons/jci/problems/package.html jakarta/commons/proper/jci/trunk/core/src/main/java/org/apache/commons/jci/readers/package.html jakarta/commons/proper/jci/trunk/core/src/main/java/org/apache/commons/jci/stores/package.html jakarta/commons/proper/jci/trunk/core/src/main/java/org/apache/commons/jci/utils/package.html jakarta/commons/proper/jci/trunk/core/src/site/site.xml jakarta/commons/proper/jci/trunk/examples/pom.xml jakarta/commons/proper/jci/trunk/examples/src/main/java/org/apache/commons/jci/examples/commandline/package.html jakarta/commons/proper/jci/trunk/examples/src/main/java/org/apache/commons/jci/examples/configuration/package.html jakarta/commons/proper/jci/trunk/examples/src/main/java/org/apache/commons/jci/examples/package.html jakarta/commons/proper/jci/trunk/examples/src/main/java/org/apache/commons/jci/examples/serverpages/package.html jakarta/commons/proper/jci/trunk/examples/src/main/webapp/WEB-INF/jsp/Test.jsp jakarta/commons/proper/jci/trunk/examples/src/main/webapp/WEB-INF/jsp/org/vafer/Test.jsp jakarta/commons/proper/jci/trunk/examples/src/main/webapp/WEB-INF/web.xml jakarta/commons/proper/jci/trunk/fam/pom.xml jakarta/commons/proper/jci/trunk/fam/src/main/java/org/apache/commons/jci/monitor/package.html jakarta/commons/proper/jci/trunk/pom.xml jakarta/commons/proper/jci/trunk/src/site/site.xml jakarta/commons/proper/jci/trunk/src/site/xdoc/downloads.xml jakarta/commons/proper/jci/trunk/src/site/xdoc/faq.xml jakarta/commons/proper/jci/trunk/src/site/xdoc/index.xml jakarta/commons/proper/jci/trunk/src/site/xdoc/usage.xml Modified: jakarta/commons/proper/jci/trunk/compilers/eclipse/pom.xml URL: http://svn.apache.org/viewvc/jakarta/commons/proper/jci/trunk/compilers/eclipse/pom.xml?view=diff&rev=542906&r1=542905&r2=542906 ============================================================================== --- jakarta/commons/proper/jci/trunk/compilers/eclipse/pom.xml (original) +++ jakarta/commons/proper/jci/trunk/compilers/eclipse/pom.xml Wed May 30 11:46:21 2007 @@ -1,5 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.commons</groupId> Modified: jakarta/commons/proper/jci/trunk/compilers/groovy/pom.xml URL: http://svn.apache.org/viewvc/jakarta/commons/proper/jci/trunk/compilers/groovy/pom.xml?view=diff&rev=542906&r1=542905&r2=542906 ============================================================================== --- jakarta/commons/proper/jci/trunk/compilers/groovy/pom.xml (original) +++ jakarta/commons/proper/jci/trunk/compilers/groovy/pom.xml Wed May 30 11:46:21 2007 @@ -1,5 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.commons</groupId> Modified: jakarta/commons/proper/jci/trunk/compilers/janino/pom.xml URL: http://svn.apache.org/viewvc/jakarta/commons/proper/jci/trunk/compilers/janino/pom.xml?view=diff&rev=542906&r1=542905&r2=542906 ============================================================================== --- jakarta/commons/proper/jci/trunk/compilers/janino/pom.xml (original) +++ jakarta/commons/proper/jci/trunk/compilers/janino/pom.xml Wed May 30 11:46:21 2007 @@ -1,5 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.commons</groupId> Modified: jakarta/commons/proper/jci/trunk/compilers/javac/pom.xml URL: http://svn.apache.org/viewvc/jakarta/commons/proper/jci/trunk/compilers/javac/pom.xml?view=diff&rev=542906&r1=542905&r2=542906 ============================================================================== --- jakarta/commons/proper/jci/trunk/compilers/javac/pom.xml (original) +++ jakarta/commons/proper/jci/trunk/compilers/javac/pom.xml Wed May 30 11:46:21 2007 @@ -1,5 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.commons</groupId> Modified: jakarta/commons/proper/jci/trunk/compilers/jsr199/pom.xml URL: http://svn.apache.org/viewvc/jakarta/commons/proper/jci/trunk/compilers/jsr199/pom.xml?view=diff&rev=542906&r1=542905&r2=542906 ============================================================================== --- jakarta/commons/proper/jci/trunk/compilers/jsr199/pom.xml (original) +++ jakarta/commons/proper/jci/trunk/compilers/jsr199/pom.xml Wed May 30 11:46:21 2007 @@ -1,5 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.commons</groupId> Modified: jakarta/commons/proper/jci/trunk/compilers/jsr199/src/test/java/org/apache/commons/jci/compilers/Jsr199JavaCompilerTestCase.java URL: http://svn.apache.org/viewvc/jakarta/commons/proper/jci/trunk/compilers/jsr199/src/test/java/org/apache/commons/jci/compilers/Jsr199JavaCompilerTestCase.java?view=diff&rev=542906&r1=542905&r2=542906 ============================================================================== --- jakarta/commons/proper/jci/trunk/compilers/jsr199/src/test/java/org/apache/commons/jci/compilers/Jsr199JavaCompilerTestCase.java (original) +++ jakarta/commons/proper/jci/trunk/compilers/jsr199/src/test/java/org/apache/commons/jci/compilers/Jsr199JavaCompilerTestCase.java Wed May 30 11:46:21 2007 @@ -1,4 +1,22 @@ -package org.apache.commons.jci.compilers; +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT 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.apache.commons.jci.compilers; public final class Jsr199JavaCompilerTestCase extends AbstractCompilerTestCase { Modified: jakarta/commons/proper/jci/trunk/compilers/rhino/pom.xml URL: http://svn.apache.org/viewvc/jakarta/commons/proper/jci/trunk/compilers/rhino/pom.xml?view=diff&rev=542906&r1=542905&r2=542906 ============================================================================== --- jakarta/commons/proper/jci/trunk/compilers/rhino/pom.xml (original) +++ jakarta/commons/proper/jci/trunk/compilers/rhino/pom.xml Wed May 30 11:46:21 2007 @@ -1,5 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.commons</groupId> Modified: jakarta/commons/proper/jci/trunk/core/pom.xml URL: http://svn.apache.org/viewvc/jakarta/commons/proper/jci/trunk/core/pom.xml?view=diff&rev=542906&r1=542905&r2=542906 ============================================================================== --- jakarta/commons/proper/jci/trunk/core/pom.xml (original) +++ jakarta/commons/proper/jci/trunk/core/pom.xml Wed May 30 11:46:21 2007 @@ -1,5 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.commons</groupId> Modified: jakarta/commons/proper/jci/trunk/core/src/main/java/org/apache/commons/jci/compilers/package.html URL: http://svn.apache.org/viewvc/jakarta/commons/proper/jci/trunk/core/src/main/java/org/apache/commons/jci/compilers/package.html?view=diff&rev=542906&r1=542905&r2=542906 ============================================================================== --- jakarta/commons/proper/jci/trunk/core/src/main/java/org/apache/commons/jci/compilers/package.html (original) +++ jakarta/commons/proper/jci/trunk/core/src/main/java/org/apache/commons/jci/compilers/package.html Wed May 30 11:46:21 2007 @@ -1,3 +1,20 @@ -<html><body> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT 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> Interfaces and abstract classes for the compiler abstraction itself. </body></html> Modified: jakarta/commons/proper/jci/trunk/core/src/main/java/org/apache/commons/jci/listeners/package.html URL: http://svn.apache.org/viewvc/jakarta/commons/proper/jci/trunk/core/src/main/java/org/apache/commons/jci/listeners/package.html?view=diff&rev=542906&r1=542905&r2=542906 ============================================================================== --- jakarta/commons/proper/jci/trunk/core/src/main/java/org/apache/commons/jci/listeners/package.html (original) +++ jakarta/commons/proper/jci/trunk/core/src/main/java/org/apache/commons/jci/listeners/package.html Wed May 30 11:46:21 2007 @@ -1,3 +1,20 @@ -<html><body> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT 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> Special FAM listeners for just collecting FAM statistics, to compilation or class reloading. </body></html> Modified: jakarta/commons/proper/jci/trunk/core/src/main/java/org/apache/commons/jci/package.html URL: http://svn.apache.org/viewvc/jakarta/commons/proper/jci/trunk/core/src/main/java/org/apache/commons/jci/package.html?view=diff&rev=542906&r1=542905&r2=542906 ============================================================================== --- jakarta/commons/proper/jci/trunk/core/src/main/java/org/apache/commons/jci/package.html (original) +++ jakarta/commons/proper/jci/trunk/core/src/main/java/org/apache/commons/jci/package.html Wed May 30 11:46:21 2007 @@ -1 +1,18 @@ -<html><body></body></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. + +--><html><body></body></html> Modified: jakarta/commons/proper/jci/trunk/core/src/main/java/org/apache/commons/jci/problems/package.html URL: http://svn.apache.org/viewvc/jakarta/commons/proper/jci/trunk/core/src/main/java/org/apache/commons/jci/problems/package.html?view=diff&rev=542906&r1=542905&r2=542906 ============================================================================== --- jakarta/commons/proper/jci/trunk/core/src/main/java/org/apache/commons/jci/problems/package.html (original) +++ jakarta/commons/proper/jci/trunk/core/src/main/java/org/apache/commons/jci/problems/package.html Wed May 30 11:46:21 2007 @@ -1,3 +1,20 @@ -<html><body> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT 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> Compilation problems and related. </body></html> Modified: jakarta/commons/proper/jci/trunk/core/src/main/java/org/apache/commons/jci/readers/package.html URL: http://svn.apache.org/viewvc/jakarta/commons/proper/jci/trunk/core/src/main/java/org/apache/commons/jci/readers/package.html?view=diff&rev=542906&r1=542905&r2=542906 ============================================================================== --- jakarta/commons/proper/jci/trunk/core/src/main/java/org/apache/commons/jci/readers/package.html (original) +++ jakarta/commons/proper/jci/trunk/core/src/main/java/org/apache/commons/jci/readers/package.html Wed May 30 11:46:21 2007 @@ -1,3 +1,20 @@ -<html><body> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT 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> Readers to read resources from. </body></html> Modified: jakarta/commons/proper/jci/trunk/core/src/main/java/org/apache/commons/jci/stores/package.html URL: http://svn.apache.org/viewvc/jakarta/commons/proper/jci/trunk/core/src/main/java/org/apache/commons/jci/stores/package.html?view=diff&rev=542906&r1=542905&r2=542906 ============================================================================== --- jakarta/commons/proper/jci/trunk/core/src/main/java/org/apache/commons/jci/stores/package.html (original) +++ jakarta/commons/proper/jci/trunk/core/src/main/java/org/apache/commons/jci/stores/package.html Wed May 30 11:46:21 2007 @@ -1,3 +1,20 @@ -<html><body> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT 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> Stores to store the compilation results in. </body></html> Modified: jakarta/commons/proper/jci/trunk/core/src/main/java/org/apache/commons/jci/utils/package.html URL: http://svn.apache.org/viewvc/jakarta/commons/proper/jci/trunk/core/src/main/java/org/apache/commons/jci/utils/package.html?view=diff&rev=542906&r1=542905&r2=542906 ============================================================================== --- jakarta/commons/proper/jci/trunk/core/src/main/java/org/apache/commons/jci/utils/package.html (original) +++ jakarta/commons/proper/jci/trunk/core/src/main/java/org/apache/commons/jci/utils/package.html Wed May 30 11:46:21 2007 @@ -1,3 +1,20 @@ -<html><body> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT 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> Utilities </body></html> Modified: jakarta/commons/proper/jci/trunk/core/src/site/site.xml URL: http://svn.apache.org/viewvc/jakarta/commons/proper/jci/trunk/core/src/site/site.xml?view=diff&rev=542906&r1=542905&r2=542906 ============================================================================== --- jakarta/commons/proper/jci/trunk/core/src/site/site.xml (original) +++ jakarta/commons/proper/jci/trunk/core/src/site/site.xml Wed May 30 11:46:21 2007 @@ -1,5 +1,22 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<project name="Jakarta Commons JCI"> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +--><project name="Jakarta Commons JCI"> <bannerRight> <name>Jakarta Commons JCI ROOT</name> Modified: jakarta/commons/proper/jci/trunk/examples/pom.xml URL: http://svn.apache.org/viewvc/jakarta/commons/proper/jci/trunk/examples/pom.xml?view=diff&rev=542906&r1=542905&r2=542906 ============================================================================== --- jakarta/commons/proper/jci/trunk/examples/pom.xml (original) +++ jakarta/commons/proper/jci/trunk/examples/pom.xml Wed May 30 11:46:21 2007 @@ -1,5 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.commons</groupId> Modified: jakarta/commons/proper/jci/trunk/examples/src/main/java/org/apache/commons/jci/examples/commandline/package.html URL: http://svn.apache.org/viewvc/jakarta/commons/proper/jci/trunk/examples/src/main/java/org/apache/commons/jci/examples/commandline/package.html?view=diff&rev=542906&r1=542905&r2=542906 ============================================================================== --- jakarta/commons/proper/jci/trunk/examples/src/main/java/org/apache/commons/jci/examples/commandline/package.html (original) +++ jakarta/commons/proper/jci/trunk/examples/src/main/java/org/apache/commons/jci/examples/commandline/package.html Wed May 30 11:46:21 2007 @@ -1,3 +1,20 @@ -<html><body> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT 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> Example demonstrating a simple front end to jci mimicking the javac command line. </body></html> Modified: jakarta/commons/proper/jci/trunk/examples/src/main/java/org/apache/commons/jci/examples/configuration/package.html URL: http://svn.apache.org/viewvc/jakarta/commons/proper/jci/trunk/examples/src/main/java/org/apache/commons/jci/examples/configuration/package.html?view=diff&rev=542906&r1=542905&r2=542906 ============================================================================== --- jakarta/commons/proper/jci/trunk/examples/src/main/java/org/apache/commons/jci/examples/configuration/package.html (original) +++ jakarta/commons/proper/jci/trunk/examples/src/main/java/org/apache/commons/jci/examples/configuration/package.html Wed May 30 11:46:21 2007 @@ -1,3 +1,20 @@ -<html><body> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT 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> Example demonstrating auto-reloading of configurations. </body></html> Modified: jakarta/commons/proper/jci/trunk/examples/src/main/java/org/apache/commons/jci/examples/package.html URL: http://svn.apache.org/viewvc/jakarta/commons/proper/jci/trunk/examples/src/main/java/org/apache/commons/jci/examples/package.html?view=diff&rev=542906&r1=542905&r2=542906 ============================================================================== --- jakarta/commons/proper/jci/trunk/examples/src/main/java/org/apache/commons/jci/examples/package.html (original) +++ jakarta/commons/proper/jci/trunk/examples/src/main/java/org/apache/commons/jci/examples/package.html Wed May 30 11:46:21 2007 @@ -1,3 +1,20 @@ -<html><body> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT 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> Examples showing how to use jci. </body></html> Modified: jakarta/commons/proper/jci/trunk/examples/src/main/java/org/apache/commons/jci/examples/serverpages/package.html URL: http://svn.apache.org/viewvc/jakarta/commons/proper/jci/trunk/examples/src/main/java/org/apache/commons/jci/examples/serverpages/package.html?view=diff&rev=542906&r1=542905&r2=542906 ============================================================================== --- jakarta/commons/proper/jci/trunk/examples/src/main/java/org/apache/commons/jci/examples/serverpages/package.html (original) +++ jakarta/commons/proper/jci/trunk/examples/src/main/java/org/apache/commons/jci/examples/serverpages/package.html Wed May 30 11:46:21 2007 @@ -1,3 +1,20 @@ -<html><body> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT 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> Example how to use jci to build a simple JSP servlet. </body></html> Modified: jakarta/commons/proper/jci/trunk/examples/src/main/webapp/WEB-INF/jsp/Test.jsp URL: http://svn.apache.org/viewvc/jakarta/commons/proper/jci/trunk/examples/src/main/webapp/WEB-INF/jsp/Test.jsp?view=diff&rev=542906&r1=542905&r2=542906 ============================================================================== --- jakarta/commons/proper/jci/trunk/examples/src/main/webapp/WEB-INF/jsp/Test.jsp (original) +++ jakarta/commons/proper/jci/trunk/examples/src/main/webapp/WEB-INF/jsp/Test.jsp Wed May 30 11:46:21 2007 @@ -1,4 +1,21 @@ -<html><body> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT 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> <? for(int i=0; i<3; i++) { ?> line <br/> Modified: jakarta/commons/proper/jci/trunk/examples/src/main/webapp/WEB-INF/jsp/org/vafer/Test.jsp URL: http://svn.apache.org/viewvc/jakarta/commons/proper/jci/trunk/examples/src/main/webapp/WEB-INF/jsp/org/vafer/Test.jsp?view=diff&rev=542906&r1=542905&r2=542906 ============================================================================== --- jakarta/commons/proper/jci/trunk/examples/src/main/webapp/WEB-INF/jsp/org/vafer/Test.jsp (original) +++ jakarta/commons/proper/jci/trunk/examples/src/main/webapp/WEB-INF/jsp/org/vafer/Test.jsp Wed May 30 11:46:21 2007 @@ -1 +1,18 @@ -<html><body>org.vafer.Test</body></html> \ No newline at end of file +<!-- + + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT 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>org.vafer.Test</body></html> \ No newline at end of file Modified: jakarta/commons/proper/jci/trunk/examples/src/main/webapp/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/jakarta/commons/proper/jci/trunk/examples/src/main/webapp/WEB-INF/web.xml?view=diff&rev=542906&r1=542905&r2=542906 ============================================================================== --- jakarta/commons/proper/jci/trunk/examples/src/main/webapp/WEB-INF/web.xml (original) +++ jakarta/commons/proper/jci/trunk/examples/src/main/webapp/WEB-INF/web.xml Wed May 30 11:46:21 2007 @@ -1,5 +1,22 @@ <?xml version="1.0"?> -<web-app xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" version="2.4"> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +--><web-app xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" version="2.4"> <servlet> <servlet-name>serverpages</servlet-name> <servlet-class>org.apache.commons.jci.examples.serverpages.ServerPageServlet</servlet-class> Modified: jakarta/commons/proper/jci/trunk/fam/pom.xml URL: http://svn.apache.org/viewvc/jakarta/commons/proper/jci/trunk/fam/pom.xml?view=diff&rev=542906&r1=542905&r2=542906 ============================================================================== --- jakarta/commons/proper/jci/trunk/fam/pom.xml (original) +++ jakarta/commons/proper/jci/trunk/fam/pom.xml Wed May 30 11:46:21 2007 @@ -1,5 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.commons</groupId> Modified: jakarta/commons/proper/jci/trunk/fam/src/main/java/org/apache/commons/jci/monitor/package.html URL: http://svn.apache.org/viewvc/jakarta/commons/proper/jci/trunk/fam/src/main/java/org/apache/commons/jci/monitor/package.html?view=diff&rev=542906&r1=542905&r2=542906 ============================================================================== --- jakarta/commons/proper/jci/trunk/fam/src/main/java/org/apache/commons/jci/monitor/package.html (original) +++ jakarta/commons/proper/jci/trunk/fam/src/main/java/org/apache/commons/jci/monitor/package.html Wed May 30 11:46:21 2007 @@ -1,3 +1,20 @@ -<html><body> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT 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> Monitor to keep track of changes on the local filesystem. </body></html> Modified: jakarta/commons/proper/jci/trunk/pom.xml URL: http://svn.apache.org/viewvc/jakarta/commons/proper/jci/trunk/pom.xml?view=diff&rev=542906&r1=542905&r2=542906 ============================================================================== --- jakarta/commons/proper/jci/trunk/pom.xml (original) +++ jakarta/commons/proper/jci/trunk/pom.xml Wed May 30 11:46:21 2007 @@ -1,5 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.commons</groupId> Modified: jakarta/commons/proper/jci/trunk/src/site/site.xml URL: http://svn.apache.org/viewvc/jakarta/commons/proper/jci/trunk/src/site/site.xml?view=diff&rev=542906&r1=542905&r2=542906 ============================================================================== --- jakarta/commons/proper/jci/trunk/src/site/site.xml (original) +++ jakarta/commons/proper/jci/trunk/src/site/site.xml Wed May 30 11:46:21 2007 @@ -1,5 +1,22 @@ <?xml version="1.0"?> -<project name="Jakarta Commons JCI"> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +--><project name="Jakarta Commons JCI"> <bannerRight> <name>Jakarta Commons JCI</name> <src>jci-logo-white.png</src> Modified: jakarta/commons/proper/jci/trunk/src/site/xdoc/downloads.xml URL: http://svn.apache.org/viewvc/jakarta/commons/proper/jci/trunk/src/site/xdoc/downloads.xml?view=diff&rev=542906&r1=542905&r2=542906 ============================================================================== --- jakarta/commons/proper/jci/trunk/src/site/xdoc/downloads.xml (original) +++ jakarta/commons/proper/jci/trunk/src/site/xdoc/downloads.xml Wed May 30 11:46:21 2007 @@ -1,5 +1,22 @@ <?xml version="1.0"?> -<document> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +--><document> <properties> <title>Jakarta Commons JCI - Downloads</title> <author email="commons-dev@jakarta.apache.org">Commons Development Team</author> Modified: jakarta/commons/proper/jci/trunk/src/site/xdoc/faq.xml URL: http://svn.apache.org/viewvc/jakarta/commons/proper/jci/trunk/src/site/xdoc/faq.xml?view=diff&rev=542906&r1=542905&r2=542906 ============================================================================== --- jakarta/commons/proper/jci/trunk/src/site/xdoc/faq.xml (original) +++ jakarta/commons/proper/jci/trunk/src/site/xdoc/faq.xml Wed May 30 11:46:21 2007 @@ -1,5 +1,22 @@ <?xml version="1.0"?> -<document> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +--><document> <properties> <title>Commons JCI - FAQ</title> <author email="commons-dev@jakarta.apache.org">Commons Development Team</author> Modified: jakarta/commons/proper/jci/trunk/src/site/xdoc/index.xml URL: http://svn.apache.org/viewvc/jakarta/commons/proper/jci/trunk/src/site/xdoc/index.xml?view=diff&rev=542906&r1=542905&r2=542906 ============================================================================== --- jakarta/commons/proper/jci/trunk/src/site/xdoc/index.xml (original) +++ jakarta/commons/proper/jci/trunk/src/site/xdoc/index.xml Wed May 30 11:46:21 2007 @@ -1,5 +1,22 @@ <?xml version="1.0"?> -<document> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +--><document> <properties> <title>Jakarta Commons JCI - About</title> <author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author> Modified: jakarta/commons/proper/jci/trunk/src/site/xdoc/usage.xml URL: http://svn.apache.org/viewvc/jakarta/commons/proper/jci/trunk/src/site/xdoc/usage.xml?view=diff&rev=542906&r1=542905&r2=542906 ============================================================================== --- jakarta/commons/proper/jci/trunk/src/site/xdoc/usage.xml (original) +++ jakarta/commons/proper/jci/trunk/src/site/xdoc/usage.xml Wed May 30 11:46:21 2007 @@ -1,5 +1,22 @@ <?xml version="1.0"?> -<document> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +--><document> <properties> <title>Jakarta Commons JCI - Usage</title> <author email="commons-dev@jakarta.apache.org">Commons Development Team</author> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]