Modified: logging/log4cxx/trunk/tests/src/xml/xmllayouttestcase.cpp URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/src/xml/xmllayouttestcase.cpp?view=diff&rev=495011&r1=495010&r2=495011 ============================================================================== --- logging/log4cxx/trunk/tests/src/xml/xmllayouttestcase.cpp (original) +++ logging/log4cxx/trunk/tests/src/xml/xmllayouttestcase.cpp Wed Jan 10 14:28:31 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2003-2005 The Apache Software Foundation. - * - * 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 + * 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 *
Modified: logging/log4cxx/trunk/tests/witness/Makefile.am URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/witness/Makefile.am?view=diff&rev=495011&r1=495010&r2=495011 ============================================================================== --- logging/log4cxx/trunk/tests/witness/Makefile.am (original) +++ logging/log4cxx/trunk/tests/witness/Makefile.am Wed Jan 10 14:28:31 2007 @@ -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. +# SUBDIRS = encoding ndc rolling EXTRA_DIST = LevelMatchFilter* \ LevelRangeFilter* \ Modified: logging/log4cxx/trunk/tests/witness/encoding/Makefile.am URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/witness/encoding/Makefile.am?view=diff&rev=495011&r1=495010&r2=495011 ============================================================================== --- logging/log4cxx/trunk/tests/witness/encoding/Makefile.am (original) +++ logging/log4cxx/trunk/tests/witness/encoding/Makefile.am Wed Jan 10 14:28:31 2007 @@ -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. +# EXTRA_DIST = UTF-* \ ascii.log \ latin1.log Modified: logging/log4cxx/trunk/tests/witness/ndc/Makefile.am URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/witness/ndc/Makefile.am?view=diff&rev=495011&r1=495010&r2=495011 ============================================================================== --- logging/log4cxx/trunk/tests/witness/ndc/Makefile.am (original) +++ logging/log4cxx/trunk/tests/witness/ndc/Makefile.am Wed Jan 10 14:28:31 2007 @@ -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. +# EXTRA_DIST = NDC.* # if we are building in a separate build tree, then copy all necessary files Modified: logging/log4cxx/trunk/tests/witness/rolling/Makefile.am URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/witness/rolling/Makefile.am?view=diff&rev=495011&r1=495010&r2=495011 ============================================================================== --- logging/log4cxx/trunk/tests/witness/rolling/Makefile.am (original) +++ logging/log4cxx/trunk/tests/witness/rolling/Makefile.am Wed Jan 10 14:28:31 2007 @@ -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. +# EXTRA_DIST = sbr-test* \ tbr-test* Modified: logging/log4cxx/trunk/xdocs/src/contributing.xml URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/xdocs/src/contributing.xml?view=diff&rev=495011&r1=495010&r2=495011 ============================================================================== --- logging/log4cxx/trunk/xdocs/src/contributing.xml (original) +++ logging/log4cxx/trunk/xdocs/src/contributing.xml Wed Jan 10 14:28:31 2007 @@ -1,4 +1,21 @@ <?xml version="1.0"?> +<!-- + 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> Modified: logging/log4cxx/trunk/xdocs/src/download.xml URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/xdocs/src/download.xml?view=diff&rev=495011&r1=495010&r2=495011 ============================================================================== --- logging/log4cxx/trunk/xdocs/src/download.xml (original) +++ logging/log4cxx/trunk/xdocs/src/download.xml Wed Jan 10 14:28:31 2007 @@ -1,4 +1,21 @@ <?xml version="1.0"?> +<!-- + 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> Modified: logging/log4cxx/trunk/xdocs/src/index.xml URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/xdocs/src/index.xml?view=diff&rev=495011&r1=495010&r2=495011 ============================================================================== --- logging/log4cxx/trunk/xdocs/src/index.xml (original) +++ logging/log4cxx/trunk/xdocs/src/index.xml Wed Jan 10 14:28:31 2007 @@ -1,4 +1,21 @@ <?xml version="1.0"?> +<!-- + 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> Modified: logging/log4cxx/trunk/xdocs/src/news.xml URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/xdocs/src/news.xml?view=diff&rev=495011&r1=495010&r2=495011 ============================================================================== --- logging/log4cxx/trunk/xdocs/src/news.xml (original) +++ logging/log4cxx/trunk/xdocs/src/news.xml Wed Jan 10 14:28:31 2007 @@ -1,4 +1,21 @@ <?xml version="1.0"?> +<!-- + 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> Modified: logging/log4cxx/trunk/xdocs/src/performance.xml URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/xdocs/src/performance.xml?view=diff&rev=495011&r1=495010&r2=495011 ============================================================================== --- logging/log4cxx/trunk/xdocs/src/performance.xml (original) +++ logging/log4cxx/trunk/xdocs/src/performance.xml Wed Jan 10 14:28:31 2007 @@ -1,4 +1,21 @@ <?xml version="1.0"?> +<!-- + 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> Modified: logging/log4cxx/trunk/xdocs/src/stylesheets/project.xml URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/xdocs/src/stylesheets/project.xml?view=diff&rev=495011&r1=495010&r2=495011 ============================================================================== --- logging/log4cxx/trunk/xdocs/src/stylesheets/project.xml (original) +++ logging/log4cxx/trunk/xdocs/src/stylesheets/project.xml Wed Jan 10 14:28:31 2007 @@ -1,4 +1,21 @@ <?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. + +--> <project name="Logging Services" href="http://logging.apache.org/"> Modified: logging/log4cxx/trunk/xdocs/src/stylesheets/site.css URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/xdocs/src/stylesheets/site.css?view=diff&rev=495011&r1=495010&r2=495011 ============================================================================== --- logging/log4cxx/trunk/xdocs/src/stylesheets/site.css (original) +++ logging/log4cxx/trunk/xdocs/src/stylesheets/site.css Wed Jan 10 14:28:31 2007 @@ -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. + */ H1, H2, H3 { color: #101099; Modified: logging/log4cxx/trunk/xdocs/src/stylesheets/site.vsl URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/xdocs/src/stylesheets/site.vsl?view=diff&rev=495011&r1=495010&r2=495011 ============================================================================== --- logging/log4cxx/trunk/xdocs/src/stylesheets/site.vsl (original) +++ logging/log4cxx/trunk/xdocs/src/stylesheets/site.vsl Wed Jan 10 14:28:31 2007 @@ -245,6 +245,22 @@ #end #macro (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. +--> <!-- ====================================================================== --> <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! --> <!-- Main Page Section --> @@ -328,11 +344,6 @@ <!-- FOOTER --> <tr><td colspan="2"> <hr noshade="" size="1"/> - </td></tr> - <tr><td colspan="2"> - <div align="center"><font color="$bodylink" size="-1"><em> - Copyright © 1999-2005, Apache Software Foundation - </em></font></div> </td></tr> </table> <!-- END main table --> Modified: logging/log4cxx/trunk/xdocs/src/support.xml URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/xdocs/src/support.xml?view=diff&rev=495011&r1=495010&r2=495011 ============================================================================== --- logging/log4cxx/trunk/xdocs/src/support.xml (original) +++ logging/log4cxx/trunk/xdocs/src/support.xml Wed Jan 10 14:28:31 2007 @@ -1,4 +1,21 @@ <?xml version="1.0"?> +<!-- + 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> Modified: logging/log4cxx/trunk/xdocs/src/team.xml URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/xdocs/src/team.xml?view=diff&rev=495011&r1=495010&r2=495011 ============================================================================== --- logging/log4cxx/trunk/xdocs/src/team.xml (original) +++ logging/log4cxx/trunk/xdocs/src/team.xml Wed Jan 10 14:28:31 2007 @@ -1,4 +1,21 @@ <?xml version="1.0"?> +<!-- + 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>
