You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-dev@logging.apache.org by ca...@apache.org on 2007/01/10 23:29:00 UTC

svn commit: r495011 [2/10] - in /logging/log4cxx/trunk: ./ docs/ examples/ include/ include/log4cxx/ include/log4cxx/config/ include/log4cxx/db/ include/log4cxx/filter/ include/log4cxx/helpers/ include/log4cxx/net/ include/log4cxx/nt/ include/log4cxx/p...

Modified: logging/log4cxx/trunk/find_apu.m4
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/find_apu.m4?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/find_apu.m4 (original)
+++ logging/log4cxx/trunk/find_apu.m4 Wed Jan 10 14:28:31 2007
@@ -1,3 +1,18 @@
+dnl Licensed to the Apache Software Foundation (ASF) under one or more
+dnl contributor license agreements.  See the NOTICE file distributed with
+dnl this work for additional information regarding copyright ownership.
+dnl The ASF licenses this file to You under the Apache License, Version 2.0
+dnl (the "License"); you may not use this file except in compliance with
+dnl the License.  You may obtain a copy of the License at
+dnl
+dnl      http://www.apache.org/licenses/LICENSE-2.0
+dnl
+dnl Unless required by applicable law or agreed to in writing, software
+dnl distributed under the License is distributed on an "AS IS" BASIS,
+dnl WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+dnl See the License for the specific language governing permissions and
+dnl limitations under the License.
+dnl
 dnl
 dnl find_apu.m4 : locate the APR-util (APU) include files and libraries
 dnl

Modified: logging/log4cxx/trunk/include/Makefile.am
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/Makefile.am?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/Makefile.am (original)
+++ logging/log4cxx/trunk/include/Makefile.am Wed Jan 10 14:28:31 2007
@@ -1 +1,16 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
 SUBDIRS = log4cxx

Modified: logging/log4cxx/trunk/include/log4cxx/Makefile.am
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/Makefile.am?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/Makefile.am (original)
+++ logging/log4cxx/trunk/include/log4cxx/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 = helpers net nt rolling spi varia xml config db private pattern filter
 log4cxxincdir = $(includedir)/log4cxx
 log4cxxinc_HEADERS= $(top_srcdir)/include/log4cxx/*.h log4cxx.h

Modified: logging/log4cxx/trunk/include/log4cxx/appender.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/appender.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/appender.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/appender.h Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2003,2004 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/include/log4cxx/appenderskeleton.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/appenderskeleton.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/appenderskeleton.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/appenderskeleton.h Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2003,2004 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/include/log4cxx/asyncappender.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/asyncappender.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/asyncappender.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/asyncappender.h Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2003,2004 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/include/log4cxx/basicconfigurator.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/basicconfigurator.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/basicconfigurator.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/basicconfigurator.h Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2003,2004 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/include/log4cxx/config/Makefile.am
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/config/Makefile.am?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/config/Makefile.am (original)
+++ logging/log4cxx/trunk/include/log4cxx/config/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.
+#
 configincdir = $(includedir)/log4cxx/config
 configinc_HEADERS= $(top_srcdir)/include/log4cxx/config/*.h
 

Modified: logging/log4cxx/trunk/include/log4cxx/config/propertysetter.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/config/propertysetter.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/config/propertysetter.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/config/propertysetter.h Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2003,2004 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/include/log4cxx/config_msvc.h.in
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/config_msvc.h.in?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/config_msvc.h.in (original)
+++ logging/log4cxx/trunk/include/log4cxx/config_msvc.h.in 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.
+ */
 /* Name of package */
 #define PACKAGE "log4cxx"
 

Modified: logging/log4cxx/trunk/include/log4cxx/consoleappender.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/consoleappender.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/consoleappender.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/consoleappender.h Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2003,2004 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/include/log4cxx/dailyrollingfileappender.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/dailyrollingfileappender.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/dailyrollingfileappender.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/dailyrollingfileappender.h Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,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/include/log4cxx/db/Makefile.am
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/db/Makefile.am?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/db/Makefile.am (original)
+++ logging/log4cxx/trunk/include/log4cxx/db/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.
+#
 dbincdir = $(includedir)/log4cxx/db
 dbinc_HEADERS= $(top_srcdir)/include/log4cxx/db/*.h
 

Modified: logging/log4cxx/trunk/include/log4cxx/db/odbcappender.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/db/odbcappender.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/db/odbcappender.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/db/odbcappender.h Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2003,2004 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/include/log4cxx/defaultcategoryfactory.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/defaultcategoryfactory.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/defaultcategoryfactory.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/defaultcategoryfactory.h Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2003,2004 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/include/log4cxx/defaultconfigurator.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/defaultconfigurator.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/defaultconfigurator.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/defaultconfigurator.h Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2003,2004 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/include/log4cxx/file.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/file.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/file.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/file.h Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2003,2004 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/include/log4cxx/fileappender.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/fileappender.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/fileappender.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/fileappender.h 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/include/log4cxx/filter/Makefile.am
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/filter/Makefile.am?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/filter/Makefile.am (original)
+++ logging/log4cxx/trunk/include/log4cxx/filter/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.
+#
 filterincdir = $(includedir)/log4cxx/filter
 filterinc_HEADERS= $(top_srcdir)/include/log4cxx/filter/*.h
 

Modified: logging/log4cxx/trunk/include/log4cxx/filter/andfilter.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/filter/andfilter.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/filter/andfilter.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/filter/andfilter.h Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,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/include/log4cxx/filter/denyallfilter.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/filter/denyallfilter.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/filter/denyallfilter.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/filter/denyallfilter.h Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2003,2004 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/include/log4cxx/filter/expressionfilter.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/filter/expressionfilter.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/filter/expressionfilter.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/filter/expressionfilter.h Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,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/include/log4cxx/filter/levelmatchfilter.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/filter/levelmatchfilter.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/filter/levelmatchfilter.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/filter/levelmatchfilter.h Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2003,2004 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/include/log4cxx/filter/levelrangefilter.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/filter/levelrangefilter.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/filter/levelrangefilter.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/filter/levelrangefilter.h Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2003,2004 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/include/log4cxx/filter/locationinfofilter.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/filter/locationinfofilter.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/filter/locationinfofilter.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/filter/locationinfofilter.h Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,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/include/log4cxx/filter/mapfilter.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/filter/mapfilter.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/filter/mapfilter.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/filter/mapfilter.h Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,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/include/log4cxx/filter/propertyfilter.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/filter/propertyfilter.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/filter/propertyfilter.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/filter/propertyfilter.h Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,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/include/log4cxx/filter/stringmatchfilter.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/filter/stringmatchfilter.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/filter/stringmatchfilter.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/filter/stringmatchfilter.h Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2003,2004 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/include/log4cxx/helpers/Makefile.am
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/helpers/Makefile.am?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/helpers/Makefile.am (original)
+++ logging/log4cxx/trunk/include/log4cxx/helpers/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.
+#
 helpersincdir = $(includedir)/log4cxx/helpers
 helpersinc_HEADERS= $(top_srcdir)/include/log4cxx/helpers/*.h
 

Modified: logging/log4cxx/trunk/include/log4cxx/helpers/absolutetimedateformat.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/helpers/absolutetimedateformat.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/helpers/absolutetimedateformat.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/helpers/absolutetimedateformat.h Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2003,2004 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/include/log4cxx/helpers/appenderattachableimpl.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/helpers/appenderattachableimpl.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/helpers/appenderattachableimpl.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/helpers/appenderattachableimpl.h Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2003,2004 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/include/log4cxx/helpers/aprinitializer.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/helpers/aprinitializer.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/helpers/aprinitializer.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/helpers/aprinitializer.h Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2004-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/include/log4cxx/helpers/bufferedoutputstream.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/helpers/bufferedoutputstream.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/helpers/bufferedoutputstream.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/helpers/bufferedoutputstream.h 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/include/log4cxx/helpers/bufferedwriter.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/helpers/bufferedwriter.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/helpers/bufferedwriter.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/helpers/bufferedwriter.h 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/include/log4cxx/helpers/bytearrayinputstream.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/helpers/bytearrayinputstream.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/helpers/bytearrayinputstream.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/helpers/bytearrayinputstream.h Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2006 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/include/log4cxx/helpers/bytebuffer.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/helpers/bytebuffer.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/helpers/bytebuffer.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/helpers/bytebuffer.h 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/include/log4cxx/helpers/cacheddateformat.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/helpers/cacheddateformat.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/helpers/cacheddateformat.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/helpers/cacheddateformat.h Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2004-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/include/log4cxx/helpers/charsetdecoder.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/helpers/charsetdecoder.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/helpers/charsetdecoder.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/helpers/charsetdecoder.h Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2003,2006 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/include/log4cxx/helpers/charsetencoder.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/helpers/charsetencoder.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/helpers/charsetencoder.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/helpers/charsetencoder.h Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2003,2006 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/include/log4cxx/helpers/class.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/helpers/class.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/helpers/class.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/helpers/class.h 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/include/log4cxx/helpers/classregistration.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/helpers/classregistration.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/helpers/classregistration.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/helpers/classregistration.h 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/include/log4cxx/helpers/condition.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/helpers/condition.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/helpers/condition.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/helpers/condition.h Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2003,2004 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/include/log4cxx/helpers/cyclicbuffer.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/helpers/cyclicbuffer.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/helpers/cyclicbuffer.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/helpers/cyclicbuffer.h Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2003,2004 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/include/log4cxx/helpers/datagrampacket.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/helpers/datagrampacket.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/helpers/datagrampacket.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/helpers/datagrampacket.h Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2003,2004 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/include/log4cxx/helpers/datagramsocket.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/helpers/datagramsocket.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/helpers/datagramsocket.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/helpers/datagramsocket.h Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2003,2004 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/include/log4cxx/helpers/date.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/helpers/date.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/helpers/date.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/helpers/date.h Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2003,2004 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/include/log4cxx/helpers/dateformat.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/helpers/dateformat.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/helpers/dateformat.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/helpers/dateformat.h Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2003,2004 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/include/log4cxx/helpers/datelayout.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/helpers/datelayout.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/helpers/datelayout.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/helpers/datelayout.h Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2003,2004 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/include/log4cxx/helpers/datetimedateformat.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/helpers/datetimedateformat.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/helpers/datetimedateformat.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/helpers/datetimedateformat.h Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2003,2004 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/include/log4cxx/helpers/exception.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/helpers/exception.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/helpers/exception.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/helpers/exception.h 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/include/log4cxx/helpers/fileinputstream.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/helpers/fileinputstream.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/helpers/fileinputstream.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/helpers/fileinputstream.h 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/include/log4cxx/helpers/fileoutputstream.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/helpers/fileoutputstream.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/helpers/fileoutputstream.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/helpers/fileoutputstream.h 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/include/log4cxx/helpers/filewatchdog.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/helpers/filewatchdog.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/helpers/filewatchdog.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/helpers/filewatchdog.h Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2003,2004 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/include/log4cxx/helpers/inetaddress.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/helpers/inetaddress.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/helpers/inetaddress.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/helpers/inetaddress.h 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/include/log4cxx/helpers/inputstream.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/helpers/inputstream.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/helpers/inputstream.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/helpers/inputstream.h 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/include/log4cxx/helpers/inputstreamreader.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/helpers/inputstreamreader.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/helpers/inputstreamreader.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/helpers/inputstreamreader.h 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/include/log4cxx/helpers/integer.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/helpers/integer.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/helpers/integer.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/helpers/integer.h Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2003,2004 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/include/log4cxx/helpers/iso8601dateformat.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/helpers/iso8601dateformat.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/helpers/iso8601dateformat.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/helpers/iso8601dateformat.h Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2003,2004 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/include/log4cxx/helpers/loader.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/helpers/loader.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/helpers/loader.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/helpers/loader.h Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2003,2004 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/include/log4cxx/helpers/locale.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/helpers/locale.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/helpers/locale.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/helpers/locale.h Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2003,2004 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/include/log4cxx/helpers/loglog.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/helpers/loglog.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/helpers/loglog.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/helpers/loglog.h Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2003,2004 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/include/log4cxx/helpers/mutex.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/helpers/mutex.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/helpers/mutex.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/helpers/mutex.h Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2003,2004 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/include/log4cxx/helpers/object.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/helpers/object.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/helpers/object.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/helpers/object.h Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2003,2004 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/include/log4cxx/helpers/objectimpl.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/helpers/objectimpl.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/helpers/objectimpl.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/helpers/objectimpl.h Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2003,2004 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/include/log4cxx/helpers/objectptr.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/helpers/objectptr.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/helpers/objectptr.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/helpers/objectptr.h Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2003,2006 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/include/log4cxx/helpers/onlyonceerrorhandler.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/helpers/onlyonceerrorhandler.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/helpers/onlyonceerrorhandler.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/helpers/onlyonceerrorhandler.h Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2003,2004 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/include/log4cxx/helpers/optionconverter.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/helpers/optionconverter.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/helpers/optionconverter.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/helpers/optionconverter.h Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2003,2004 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/include/log4cxx/helpers/outputstream.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/helpers/outputstream.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/helpers/outputstream.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/helpers/outputstream.h 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/include/log4cxx/helpers/outputstreamwriter.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/helpers/outputstreamwriter.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/helpers/outputstreamwriter.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/helpers/outputstreamwriter.h 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/include/log4cxx/helpers/pool.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/helpers/pool.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/helpers/pool.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/helpers/pool.h Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2003,2004 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/include/log4cxx/helpers/properties.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/helpers/properties.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/helpers/properties.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/helpers/properties.h Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2003,2004 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/include/log4cxx/helpers/propertyresourcebundle.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/helpers/propertyresourcebundle.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/helpers/propertyresourcebundle.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/helpers/propertyresourcebundle.h Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2003,2004 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/include/log4cxx/helpers/reader.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/helpers/reader.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/helpers/reader.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/helpers/reader.h 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/include/log4cxx/helpers/relativetimedateformat.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/include/log4cxx/helpers/relativetimedateformat.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/include/log4cxx/helpers/relativetimedateformat.h (original)
+++ logging/log4cxx/trunk/include/log4cxx/helpers/relativetimedateformat.h Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2003,2004 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
  *