Author: crossley Date: Tue Mar 22 21:59:44 2005 New Revision: 158733 URL: http://svn.apache.org/viewcvs?view=rev&rev=158733 Log: Add the Apache License.
Modified: cocoon/branches/BRANCH_2_1_X/src/blocks/databases/samples/tutorial/menu.xml cocoon/branches/BRANCH_2_1_X/src/blocks/forms/java/org/apache/cocoon/forms/generation/jx-macros.xml cocoon/branches/BRANCH_2_1_X/src/blocks/forms/samples/dreamteam/resources/styles/dreamteam.css cocoon/branches/BRANCH_2_1_X/src/blocks/forms/test/org/apache/cocoon/forms/formmodel/FieldTestCase.model.xml cocoon/branches/BRANCH_2_1_X/src/blocks/naming/java/org/apache/cocoon/components/naming/EntryManager.java cocoon/branches/BRANCH_2_1_X/src/blocks/naming/java/org/apache/cocoon/components/naming/LDAPEntryManager.java cocoon/branches/BRANCH_2_1_X/src/blocks/portal/samples/coplets/html/envelope.xml cocoon/branches/BRANCH_2_1_X/src/blocks/portal/samples/tools/auth.xml cocoon/branches/BRANCH_2_1_X/src/blocks/portal/samples/tools/auth2.xml cocoon/branches/BRANCH_2_1_X/src/blocks/portal/samples/tools/conf.xml cocoon/branches/BRANCH_2_1_X/src/blocks/querybean/samples/flow/pager.js cocoon/branches/BRANCH_2_1_X/src/documentation/xdocs/plan/review-sitemap-docs.xml cocoon/branches/BRANCH_2_1_X/src/webapp/resources/logos/logos.html cocoon/branches/BRANCH_2_1_X/src/webapp/samples/no-persistent-store.xml cocoon/branches/BRANCH_2_1_X/src/webapp/samples/test/pass-through/elsewhere/hello.xml cocoon/branches/BRANCH_2_1_X/src/webapp/samples/test/pass-through/elsewhere/sitemap.xmap cocoon/branches/BRANCH_2_1_X/src/webapp/samples/test/pass-through/sitemap.xmap cocoon/branches/BRANCH_2_1_X/src/webapp/samples/test/pass-through/sub/hellosub.xml cocoon/branches/BRANCH_2_1_X/src/webapp/samples/test/pass-through/sub/sitemap.xmap cocoon/branches/BRANCH_2_1_X/src/webapp/samples/test/pass-through/welcome.xml cocoon/branches/BRANCH_2_1_X/tools/review-sitemap-docs/correlate-table.sh Modified: cocoon/branches/BRANCH_2_1_X/src/blocks/databases/samples/tutorial/menu.xml URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/blocks/databases/samples/tutorial/menu.xml?view=diff&r1=158732&r2=158733 ============================================================================== --- cocoon/branches/BRANCH_2_1_X/src/blocks/databases/samples/tutorial/menu.xml (original) +++ cocoon/branches/BRANCH_2_1_X/src/blocks/databases/samples/tutorial/menu.xml Tue Mar 22 21:59:44 2005 @@ -1,4 +1,20 @@ <?xml version="1.0"?> +<!-- + Copyright 2005 The Apache Software Foundation or its licensors, + as applicable. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> <menu> <item title="Find Department" link="search-dept.html"/> Modified: cocoon/branches/BRANCH_2_1_X/src/blocks/forms/java/org/apache/cocoon/forms/generation/jx-macros.xml URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/blocks/forms/java/org/apache/cocoon/forms/generation/jx-macros.xml?view=diff&r1=158732&r2=158733 ============================================================================== --- cocoon/branches/BRANCH_2_1_X/src/blocks/forms/java/org/apache/cocoon/forms/generation/jx-macros.xml (original) +++ cocoon/branches/BRANCH_2_1_X/src/blocks/forms/java/org/apache/cocoon/forms/generation/jx-macros.xml Tue Mar 22 21:59:44 2005 @@ -1,4 +1,20 @@ <?xml version="1.0"?> +<!-- + Copyright 2005 The Apache Software Foundation or its licensors, + as applicable. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> <!-- An implementation of the CForms template engine as a JXTemplate tag library --> <jx:template xmlns:jx="http://apache.org/cocoon/templates/jx/1.0" Modified: cocoon/branches/BRANCH_2_1_X/src/blocks/forms/samples/dreamteam/resources/styles/dreamteam.css URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/blocks/forms/samples/dreamteam/resources/styles/dreamteam.css?view=diff&r1=158732&r2=158733 ============================================================================== --- cocoon/branches/BRANCH_2_1_X/src/blocks/forms/samples/dreamteam/resources/styles/dreamteam.css (original) +++ cocoon/branches/BRANCH_2_1_X/src/blocks/forms/samples/dreamteam/resources/styles/dreamteam.css Tue Mar 22 21:59:44 2005 @@ -1,3 +1,19 @@ +/* +* Copyright 2005 The Apache Software Foundation or its licensors, +* as applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ /** CSS stylesheet for the dreamteam sample, adjusted to match the supersonic tour example app */ body { Modified: cocoon/branches/BRANCH_2_1_X/src/blocks/forms/test/org/apache/cocoon/forms/formmodel/FieldTestCase.model.xml URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/blocks/forms/test/org/apache/cocoon/forms/formmodel/FieldTestCase.model.xml?view=diff&r1=158732&r2=158733 ============================================================================== --- cocoon/branches/BRANCH_2_1_X/src/blocks/forms/test/org/apache/cocoon/forms/formmodel/FieldTestCase.model.xml (original) +++ cocoon/branches/BRANCH_2_1_X/src/blocks/forms/test/org/apache/cocoon/forms/formmodel/FieldTestCase.model.xml Tue Mar 22 21:59:44 2005 @@ -1,4 +1,20 @@ <?xml version="1.0"?> +<!-- + Copyright 2005 The Apache Software Foundation or its licensors, + as applicable. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> <fd:form xmlns:fd="http://apache.org/cocoon/forms/1.0#definition"> <fd:widgets> <fd:field id="stringfield"> Modified: cocoon/branches/BRANCH_2_1_X/src/blocks/naming/java/org/apache/cocoon/components/naming/EntryManager.java URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/blocks/naming/java/org/apache/cocoon/components/naming/EntryManager.java?view=diff&r1=158732&r2=158733 ============================================================================== --- cocoon/branches/BRANCH_2_1_X/src/blocks/naming/java/org/apache/cocoon/components/naming/EntryManager.java (original) +++ cocoon/branches/BRANCH_2_1_X/src/blocks/naming/java/org/apache/cocoon/components/naming/EntryManager.java Tue Mar 22 21:59:44 2005 @@ -1,3 +1,19 @@ +/* +* Copyright 2005 The Apache Software Foundation or its licensors, +* as applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package org.apache.cocoon.components.naming; import org.apache.avalon.framework.component.*; Modified: cocoon/branches/BRANCH_2_1_X/src/blocks/naming/java/org/apache/cocoon/components/naming/LDAPEntryManager.java URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/blocks/naming/java/org/apache/cocoon/components/naming/LDAPEntryManager.java?view=diff&r1=158732&r2=158733 ============================================================================== --- cocoon/branches/BRANCH_2_1_X/src/blocks/naming/java/org/apache/cocoon/components/naming/LDAPEntryManager.java (original) +++ cocoon/branches/BRANCH_2_1_X/src/blocks/naming/java/org/apache/cocoon/components/naming/LDAPEntryManager.java Tue Mar 22 21:59:44 2005 @@ -1,3 +1,19 @@ +/* +* Copyright 2005 The Apache Software Foundation or its licensors, +* as applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ package org.apache.cocoon.components.naming; import java.util.HashMap; Modified: cocoon/branches/BRANCH_2_1_X/src/blocks/portal/samples/coplets/html/envelope.xml URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/blocks/portal/samples/coplets/html/envelope.xml?view=diff&r1=158732&r2=158733 ============================================================================== --- cocoon/branches/BRANCH_2_1_X/src/blocks/portal/samples/coplets/html/envelope.xml (original) +++ cocoon/branches/BRANCH_2_1_X/src/blocks/portal/samples/coplets/html/envelope.xml Tue Mar 22 21:59:44 2005 @@ -1,3 +1,19 @@ <?xml version="1.0"?> +<!-- + Copyright 2005 The Apache Software Foundation or its licensors, + as applicable. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> <!-- SVN $Id$ --> <envelope/> Modified: cocoon/branches/BRANCH_2_1_X/src/blocks/portal/samples/tools/auth.xml URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/blocks/portal/samples/tools/auth.xml?view=diff&r1=158732&r2=158733 ============================================================================== --- cocoon/branches/BRANCH_2_1_X/src/blocks/portal/samples/tools/auth.xml (original) +++ cocoon/branches/BRANCH_2_1_X/src/blocks/portal/samples/tools/auth.xml Tue Mar 22 21:59:44 2005 @@ -1,2 +1,18 @@ <?xml version="1.0"?> +<!-- + Copyright 2005 The Apache Software Foundation or its licensors, + as applicable. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> Modified: cocoon/branches/BRANCH_2_1_X/src/blocks/portal/samples/tools/auth2.xml URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/blocks/portal/samples/tools/auth2.xml?view=diff&r1=158732&r2=158733 ============================================================================== --- cocoon/branches/BRANCH_2_1_X/src/blocks/portal/samples/tools/auth2.xml (original) +++ cocoon/branches/BRANCH_2_1_X/src/blocks/portal/samples/tools/auth2.xml Tue Mar 22 21:59:44 2005 @@ -1,4 +1,20 @@ <?xml version="1.0"?> +<!-- + Copyright 2005 The Apache Software Foundation or its licensors, + as applicable. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> <auth> <plugin id="copletManagement"> <functions> Modified: cocoon/branches/BRANCH_2_1_X/src/blocks/portal/samples/tools/conf.xml URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/blocks/portal/samples/tools/conf.xml?view=diff&r1=158732&r2=158733 ============================================================================== --- cocoon/branches/BRANCH_2_1_X/src/blocks/portal/samples/tools/conf.xml (original) +++ cocoon/branches/BRANCH_2_1_X/src/blocks/portal/samples/tools/conf.xml Tue Mar 22 21:59:44 2005 @@ -1,3 +1,19 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright 2005 The Apache Software Foundation or its licensors, + as applicable. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> <conf> </conf> Modified: cocoon/branches/BRANCH_2_1_X/src/blocks/querybean/samples/flow/pager.js URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/blocks/querybean/samples/flow/pager.js?view=diff&r1=158732&r2=158733 ============================================================================== --- cocoon/branches/BRANCH_2_1_X/src/blocks/querybean/samples/flow/pager.js (original) +++ cocoon/branches/BRANCH_2_1_X/src/blocks/querybean/samples/flow/pager.js Tue Mar 22 21:59:44 2005 @@ -1,3 +1,19 @@ +/* +* Copyright 2005 The Apache Software Foundation or its licensors, +* as applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ // flowscripts util for paging navigation // $Id: pager.js,v 1.4 2004/07/05 14:40:31 savs Exp $ Modified: cocoon/branches/BRANCH_2_1_X/src/documentation/xdocs/plan/review-sitemap-docs.xml URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/documentation/xdocs/plan/review-sitemap-docs.xml?view=diff&r1=158732&r2=158733 ============================================================================== --- cocoon/branches/BRANCH_2_1_X/src/documentation/xdocs/plan/review-sitemap-docs.xml (original) +++ cocoon/branches/BRANCH_2_1_X/src/documentation/xdocs/plan/review-sitemap-docs.xml Tue Mar 22 21:59:44 2005 @@ -1,4 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright 2005 The Apache Software Foundation or its licensors, + as applicable. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.0//EN" "document-v10.dtd"> <document> <header> Modified: cocoon/branches/BRANCH_2_1_X/src/webapp/resources/logos/logos.html URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/webapp/resources/logos/logos.html?view=diff&r1=158732&r2=158733 ============================================================================== --- cocoon/branches/BRANCH_2_1_X/src/webapp/resources/logos/logos.html (original) +++ cocoon/branches/BRANCH_2_1_X/src/webapp/resources/logos/logos.html Tue Mar 22 21:59:44 2005 @@ -1,3 +1,19 @@ +<!-- + Copyright 2005 The Apache Software Foundation or its licensors, + as applicable. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> <html> <body> <table border="0" width="100%"> Modified: cocoon/branches/BRANCH_2_1_X/src/webapp/samples/no-persistent-store.xml URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/webapp/samples/no-persistent-store.xml?view=diff&r1=158732&r2=158733 ============================================================================== --- cocoon/branches/BRANCH_2_1_X/src/webapp/samples/no-persistent-store.xml (original) +++ cocoon/branches/BRANCH_2_1_X/src/webapp/samples/no-persistent-store.xml Tue Mar 22 21:59:44 2005 @@ -1,4 +1,20 @@ <?xml version="1.0"?> +<!-- + Copyright 2005 The Apache Software Foundation or its licensors, + as applicable. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> <information> You have no persistent store configured (This is no error if you're using JCS or EHCache for your store). Modified: cocoon/branches/BRANCH_2_1_X/src/webapp/samples/test/pass-through/elsewhere/hello.xml URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/webapp/samples/test/pass-through/elsewhere/hello.xml?view=diff&r1=158732&r2=158733 ============================================================================== --- cocoon/branches/BRANCH_2_1_X/src/webapp/samples/test/pass-through/elsewhere/hello.xml (original) +++ cocoon/branches/BRANCH_2_1_X/src/webapp/samples/test/pass-through/elsewhere/hello.xml Tue Mar 22 21:59:44 2005 @@ -1,2 +1,18 @@ <?xml version="1.0"?> +<!-- + Copyright 2005 The Apache Software Foundation or its licensors, + as applicable. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> <h1>Hello!</h1> Modified: cocoon/branches/BRANCH_2_1_X/src/webapp/samples/test/pass-through/elsewhere/sitemap.xmap URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/webapp/samples/test/pass-through/elsewhere/sitemap.xmap?view=diff&r1=158732&r2=158733 ============================================================================== --- cocoon/branches/BRANCH_2_1_X/src/webapp/samples/test/pass-through/elsewhere/sitemap.xmap (original) +++ cocoon/branches/BRANCH_2_1_X/src/webapp/samples/test/pass-through/elsewhere/sitemap.xmap Tue Mar 22 21:59:44 2005 @@ -1,4 +1,20 @@ <?xml version="1.0"?> +<!-- + Copyright 2005 The Apache Software Foundation or its licensors, + as applicable. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> <map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0"> <map:pipelines> Modified: cocoon/branches/BRANCH_2_1_X/src/webapp/samples/test/pass-through/sitemap.xmap URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/webapp/samples/test/pass-through/sitemap.xmap?view=diff&r1=158732&r2=158733 ============================================================================== --- cocoon/branches/BRANCH_2_1_X/src/webapp/samples/test/pass-through/sitemap.xmap (original) +++ cocoon/branches/BRANCH_2_1_X/src/webapp/samples/test/pass-through/sitemap.xmap Tue Mar 22 21:59:44 2005 @@ -1,4 +1,20 @@ <?xml version="1.0"?> +<!-- + Copyright 2005 The Apache Software Foundation or its licensors, + as applicable. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> <map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0"> <map:pipelines> Modified: cocoon/branches/BRANCH_2_1_X/src/webapp/samples/test/pass-through/sub/hellosub.xml URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/webapp/samples/test/pass-through/sub/hellosub.xml?view=diff&r1=158732&r2=158733 ============================================================================== --- cocoon/branches/BRANCH_2_1_X/src/webapp/samples/test/pass-through/sub/hellosub.xml (original) +++ cocoon/branches/BRANCH_2_1_X/src/webapp/samples/test/pass-through/sub/hellosub.xml Tue Mar 22 21:59:44 2005 @@ -1,2 +1,18 @@ <?xml version="1.0"?> +<!-- + Copyright 2005 The Apache Software Foundation or its licensors, + as applicable. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> <h1>Hello Sub!</h1> Modified: cocoon/branches/BRANCH_2_1_X/src/webapp/samples/test/pass-through/sub/sitemap.xmap URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/webapp/samples/test/pass-through/sub/sitemap.xmap?view=diff&r1=158732&r2=158733 ============================================================================== --- cocoon/branches/BRANCH_2_1_X/src/webapp/samples/test/pass-through/sub/sitemap.xmap (original) +++ cocoon/branches/BRANCH_2_1_X/src/webapp/samples/test/pass-through/sub/sitemap.xmap Tue Mar 22 21:59:44 2005 @@ -1,4 +1,20 @@ <?xml version="1.0"?> +<!-- + Copyright 2005 The Apache Software Foundation or its licensors, + as applicable. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> <map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0"> <map:pipelines> Modified: cocoon/branches/BRANCH_2_1_X/src/webapp/samples/test/pass-through/welcome.xml URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/webapp/samples/test/pass-through/welcome.xml?view=diff&r1=158732&r2=158733 ============================================================================== --- cocoon/branches/BRANCH_2_1_X/src/webapp/samples/test/pass-through/welcome.xml (original) +++ cocoon/branches/BRANCH_2_1_X/src/webapp/samples/test/pass-through/welcome.xml Tue Mar 22 21:59:44 2005 @@ -1,2 +1,18 @@ <?xml version="1.0"?> +<!-- + Copyright 2005 The Apache Software Foundation or its licensors, + as applicable. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> <h1>Welcome!</h1> Modified: cocoon/branches/BRANCH_2_1_X/tools/review-sitemap-docs/correlate-table.sh URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/tools/review-sitemap-docs/correlate-table.sh?view=diff&r1=158732&r2=158733 ============================================================================== --- cocoon/branches/BRANCH_2_1_X/tools/review-sitemap-docs/correlate-table.sh (original) +++ cocoon/branches/BRANCH_2_1_X/tools/review-sitemap-docs/correlate-table.sh Tue Mar 22 21:59:44 2005 @@ -1,5 +1,21 @@ #!/bin/bash +# Copyright 2005 The Apache Software Foundation or its licensors, +# as applicable. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + + # Purpose: # Ensure that the review-sitemap-docs.xml coordination table # remains synchronised.