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 [7/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/src/sockethubappender.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/sockethubappender.cpp?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/src/sockethubappender.cpp (original)
+++ logging/log4cxx/trunk/src/sockethubappender.cpp 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/src/socketimpl.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/socketimpl.cpp?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/src/socketimpl.cpp (original)
+++ logging/log4cxx/trunk/src/socketimpl.cpp Wed Jan 10 14:28:31 2007
@@ -1,8 +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. 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
  *
@@ -12,7 +14,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 #include <log4cxx/logstring.h>
 #include <log4cxx/helpers/socketimpl.h>
 #include <log4cxx/helpers/loglog.h>

Modified: logging/log4cxx/trunk/src/socketinputstream.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/socketinputstream.cpp?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/src/socketinputstream.cpp (original)
+++ logging/log4cxx/trunk/src/socketinputstream.cpp 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/src/socketnode.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/socketnode.cpp?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/src/socketnode.cpp (original)
+++ logging/log4cxx/trunk/src/socketnode.cpp 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/src/socketoutputstream.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/socketoutputstream.cpp?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/src/socketoutputstream.cpp (original)
+++ logging/log4cxx/trunk/src/socketoutputstream.cpp 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/src/strftimedateformat.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/strftimedateformat.cpp?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/src/strftimedateformat.cpp (original)
+++ logging/log4cxx/trunk/src/strftimedateformat.cpp 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/src/stringhelper.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/stringhelper.cpp?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/src/stringhelper.cpp (original)
+++ logging/log4cxx/trunk/src/stringhelper.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/src/stringmatchfilter.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/stringmatchfilter.cpp?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/src/stringmatchfilter.cpp (original)
+++ logging/log4cxx/trunk/src/stringmatchfilter.cpp 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/src/stringtokenizer.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/stringtokenizer.cpp?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/src/stringtokenizer.cpp (original)
+++ logging/log4cxx/trunk/src/stringtokenizer.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/src/synchronized.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/synchronized.cpp?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/src/synchronized.cpp (original)
+++ logging/log4cxx/trunk/src/synchronized.cpp Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 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/src/syslogappender.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/syslogappender.cpp?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/src/syslogappender.cpp (original)
+++ logging/log4cxx/trunk/src/syslogappender.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/src/syslogwriter.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/syslogwriter.cpp?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/src/syslogwriter.cpp (original)
+++ logging/log4cxx/trunk/src/syslogwriter.cpp 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/src/system.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/system.cpp?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/src/system.cpp (original)
+++ logging/log4cxx/trunk/src/system.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/src/systemerrwriter.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/systemerrwriter.cpp?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/src/systemerrwriter.cpp (original)
+++ logging/log4cxx/trunk/src/systemerrwriter.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/src/systemoutwriter.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/systemoutwriter.cpp?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/src/systemoutwriter.cpp (original)
+++ logging/log4cxx/trunk/src/systemoutwriter.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/src/telnetappender.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/telnetappender.cpp?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/src/telnetappender.cpp (original)
+++ logging/log4cxx/trunk/src/telnetappender.cpp 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/src/thread.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/thread.cpp?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/src/thread.cpp (original)
+++ logging/log4cxx/trunk/src/thread.cpp 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/src/threadpatternconverter.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/threadpatternconverter.cpp?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/src/threadpatternconverter.cpp (original)
+++ logging/log4cxx/trunk/src/threadpatternconverter.cpp 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/src/threadspecificdata.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/threadspecificdata.cpp?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/src/threadspecificdata.cpp (original)
+++ logging/log4cxx/trunk/src/threadspecificdata.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/src/throwableinformationpatternconverter.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/throwableinformationpatternconverter.cpp?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/src/throwableinformationpatternconverter.cpp (original)
+++ logging/log4cxx/trunk/src/throwableinformationpatternconverter.cpp 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/src/timebasedrollingpolicy.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/timebasedrollingpolicy.cpp?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/src/timebasedrollingpolicy.cpp (original)
+++ logging/log4cxx/trunk/src/timebasedrollingpolicy.cpp 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/src/timezone.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/timezone.cpp?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/src/timezone.cpp (original)
+++ logging/log4cxx/trunk/src/timezone.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/src/transcoder.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/transcoder.cpp?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/src/transcoder.cpp (original)
+++ logging/log4cxx/trunk/src/transcoder.cpp 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/src/transform.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/transform.cpp?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/src/transform.cpp (original)
+++ logging/log4cxx/trunk/src/transform.cpp 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/src/triggeringpolicy.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/triggeringpolicy.cpp?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/src/triggeringpolicy.cpp (original)
+++ logging/log4cxx/trunk/src/triggeringpolicy.cpp 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/src/ttcclayout.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/ttcclayout.cpp?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/src/ttcclayout.cpp (original)
+++ logging/log4cxx/trunk/src/ttcclayout.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/src/unicodehelper.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/unicodehelper.cpp?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/src/unicodehelper.cpp (original)
+++ logging/log4cxx/trunk/src/unicodehelper.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/src/writer.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/writer.cpp?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/src/writer.cpp (original)
+++ logging/log4cxx/trunk/src/writer.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/src/writerappender.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/writerappender.cpp?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/src/writerappender.cpp (original)
+++ logging/log4cxx/trunk/src/writerappender.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/src/xmllayout.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/xmllayout.cpp?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/src/xmllayout.cpp (original)
+++ logging/log4cxx/trunk/src/xmllayout.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/src/xmlsocketappender.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/xmlsocketappender.cpp?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/src/xmlsocketappender.cpp (original)
+++ logging/log4cxx/trunk/src/xmlsocketappender.cpp 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/tests/L7D_en_US.properties
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/L7D_en_US.properties?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/L7D_en_US.properties (original)
+++ logging/log4cxx/trunk/tests/L7D_en_US.properties 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.
+#
 test=This is the English, US test.
 hello_world=Hello world.
 msg1=This is test number {0} with string argument {1}.

Modified: logging/log4cxx/trunk/tests/L7D_fr.properties
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/L7D_fr.properties?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/L7D_fr.properties (original)
+++ logging/log4cxx/trunk/tests/L7D_fr.properties 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.
+#
 test=Ceci est le test en francais pour la France.
 hello_world=Bonjour la France.
 msg1=Ceci est le test numero {0} contenant l'argument {1}.

Modified: logging/log4cxx/trunk/tests/L7D_fr_CH.properties
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/L7D_fr_CH.properties?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/L7D_fr_CH.properties (original)
+++ logging/log4cxx/trunk/tests/L7D_fr_CH.properties Wed Jan 10 14:28:31 2007
@@ -1,2 +1,17 @@
+# 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.
+#
 test=Ceci est le test en francais pour la p'tite Suisse.
 hello world=Salut le monde.

Modified: logging/log4cxx/trunk/tests/Makefile.am
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/Makefile.am?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/Makefile.am (original)
+++ logging/log4cxx/trunk/tests/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 = input witness src
 EXTRA_DIST = log4j.dtd L7D_en_US.properties L7D_fr_CH.properties L7D_fr.properties
 

Modified: logging/log4cxx/trunk/tests/input/Makefile.am
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/Makefile.am?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/Makefile.am (original)
+++ logging/log4cxx/trunk/tests/input/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 = ndc performance xml rolling
 EXTRA_DIST = *.properties
 

Modified: logging/log4cxx/trunk/tests/input/defaultInit3.properties
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/defaultInit3.properties?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/defaultInit3.properties (original)
+++ logging/log4cxx/trunk/tests/input/defaultInit3.properties Wed Jan 10 14:28:31 2007
@@ -1,4 +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.
+#
 log4j.rootCategory=DEBUG, D3
 log4j.appender.D3=org.apache.log4j.FileAppender  
 log4j.appender.D3.File=output/temp

Modified: logging/log4cxx/trunk/tests/input/hierarchyThreshold1.properties
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/hierarchyThreshold1.properties?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/hierarchyThreshold1.properties (original)
+++ logging/log4cxx/trunk/tests/input/hierarchyThreshold1.properties 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.
+#
 log4j.threshold=OFF
 log4j.rootLogger=,A
 log4j.appender.A=org.apache.log4j.FileAppender

Modified: logging/log4cxx/trunk/tests/input/hierarchyThreshold2.properties
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/hierarchyThreshold2.properties?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/hierarchyThreshold2.properties (original)
+++ logging/log4cxx/trunk/tests/input/hierarchyThreshold2.properties 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.
+#
 log4j.threshold=FATAL
 log4j.rootLogger=,A
 log4j.appender.A=org.apache.log4j.FileAppender

Modified: logging/log4cxx/trunk/tests/input/hierarchyThreshold4.properties
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/hierarchyThreshold4.properties?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/hierarchyThreshold4.properties (original)
+++ logging/log4cxx/trunk/tests/input/hierarchyThreshold4.properties 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.
+#
 log4j.threshold=WARN
 log4j.rootLogger=,A
 log4j.appender.A=org.apache.log4j.FileAppender

Modified: logging/log4cxx/trunk/tests/input/hierarchyThreshold5.properties
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/hierarchyThreshold5.properties?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/hierarchyThreshold5.properties (original)
+++ logging/log4cxx/trunk/tests/input/hierarchyThreshold5.properties 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.
+#
 log4j.threshold=INFO
 log4j.rootLogger=,A
 log4j.appender.A=org.apache.log4j.FileAppender

Modified: logging/log4cxx/trunk/tests/input/hierarchyThreshold6.properties
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/hierarchyThreshold6.properties?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/hierarchyThreshold6.properties (original)
+++ logging/log4cxx/trunk/tests/input/hierarchyThreshold6.properties 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.
+#
 log4j.threshold=DEBUG
 log4j.rootLogger=,A
 log4j.appender.A=org.apache.log4j.FileAppender

Modified: logging/log4cxx/trunk/tests/input/hierarchyThreshold7.properties
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/hierarchyThreshold7.properties?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/hierarchyThreshold7.properties (original)
+++ logging/log4cxx/trunk/tests/input/hierarchyThreshold7.properties 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.
+#
 log4j.threshold=TRACE#org.apache.log4j.xml.XLevel
 log4j.rootLogger=ALL,A
 log4j.appender.A=org.apache.log4j.FileAppender

Modified: logging/log4cxx/trunk/tests/input/hierarchyThreshold8.properties
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/hierarchyThreshold8.properties?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/hierarchyThreshold8.properties (original)
+++ logging/log4cxx/trunk/tests/input/hierarchyThreshold8.properties 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.
+#
 log4j.threshold=ALL
 log4j.rootLogger=ALL,A
 log4j.appender.A=org.apache.log4j.FileAppender

Modified: logging/log4cxx/trunk/tests/input/l7d1.properties
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/l7d1.properties?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/l7d1.properties (original)
+++ logging/log4cxx/trunk/tests/input/l7d1.properties 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.
+#
 log4j.rootCategory=INFO, testAppender
 log4j.appender.testAppender=org.apache.log4j.FileAppender
 log4j.appender.testAppender.File= output/temp

Modified: logging/log4cxx/trunk/tests/input/ndc/Makefile.am
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/ndc/Makefile.am?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/ndc/Makefile.am (original)
+++ logging/log4cxx/trunk/tests/input/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 = *.properties
 
 # if we are building in a separate build tree, then copy all necessary files

Modified: logging/log4cxx/trunk/tests/input/ndc/NDC1.properties
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/ndc/NDC1.properties?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/ndc/NDC1.properties (original)
+++ logging/log4cxx/trunk/tests/input/ndc/NDC1.properties 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.
+#
 log4j.rootCategory=DEBUG, testAppender
 log4j.appender.testAppender=org.apache.log4j.FileAppender
 log4j.appender.testAppender.file=output/temp

Modified: logging/log4cxx/trunk/tests/input/patternLayout.mdc.1.properties
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/patternLayout.mdc.1.properties?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/patternLayout.mdc.1.properties (original)
+++ logging/log4cxx/trunk/tests/input/patternLayout.mdc.1.properties 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.
+#
 log4j.rootCategory=DEBUG, testAppender
 log4j.appender.testAppender=org.apache.log4j.FileAppender
 log4j.appender.testAppender.File=output/temp

Modified: logging/log4cxx/trunk/tests/input/patternLayout1.properties
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/patternLayout1.properties?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/patternLayout1.properties (original)
+++ logging/log4cxx/trunk/tests/input/patternLayout1.properties 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.
+#
 log4j.rootCategory=DEBUG, testAppender
 log4j.appender.testAppender=org.apache.log4j.FileAppender
 log4j.appender.testAppender.file=output/temp

Modified: logging/log4cxx/trunk/tests/input/patternLayout10.properties
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/patternLayout10.properties?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/patternLayout10.properties (original)
+++ logging/log4cxx/trunk/tests/input/patternLayout10.properties 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.
+#
 log4j.rootCategory=DEBUG, testAppender
 log4j.appender.testAppender=org.apache.log4j.FileAppender
 log4j.appender.testAppender.File= output/temp

Modified: logging/log4cxx/trunk/tests/input/patternLayout11.properties
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/patternLayout11.properties?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/patternLayout11.properties (original)
+++ logging/log4cxx/trunk/tests/input/patternLayout11.properties 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.
+#
 log4j.rootCategory=DEBUG, testAppender
 log4j.appender.testAppender=org.apache.log4j.FileAppender
 log4j.appender.testAppender.File=output/temp

Modified: logging/log4cxx/trunk/tests/input/patternLayout12.properties
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/patternLayout12.properties?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/patternLayout12.properties (original)
+++ logging/log4cxx/trunk/tests/input/patternLayout12.properties 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.
+#
 log4j.rootCategory=DEBUG, testAppender
 log4j.appender.testAppender=org.apache.log4j.FileAppender
 log4j.appender.testAppender.File=output/temp

Modified: logging/log4cxx/trunk/tests/input/patternLayout2.properties
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/patternLayout2.properties?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/patternLayout2.properties (original)
+++ logging/log4cxx/trunk/tests/input/patternLayout2.properties 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.
+#
 log4j.rootCategory=DEBUG, testAppender
 log4j.appender.testAppender=org.apache.log4j.FileAppender
 log4j.appender.testAppender.File=output/temp

Modified: logging/log4cxx/trunk/tests/input/patternLayout3.properties
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/patternLayout3.properties?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/patternLayout3.properties (original)
+++ logging/log4cxx/trunk/tests/input/patternLayout3.properties 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.
+#
 log4j.rootCategory=DEBUG, testAppender
 log4j.appender.testAppender=org.apache.log4j.FileAppender
 log4j.appender.testAppender.File=output/layout3

Modified: logging/log4cxx/trunk/tests/input/patternLayout4.properties
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/patternLayout4.properties?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/patternLayout4.properties (original)
+++ logging/log4cxx/trunk/tests/input/patternLayout4.properties 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.
+#
 log4j.rootCategory=DEBUG, testAppender
 log4j.appender.testAppender=org.apache.log4j.FileAppender 
 log4j.appender.testAppender.File=output/temp

Modified: logging/log4cxx/trunk/tests/input/patternLayout5.properties
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/patternLayout5.properties?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/patternLayout5.properties (original)
+++ logging/log4cxx/trunk/tests/input/patternLayout5.properties 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.
+#
 log4j.rootCategory=DEBUG, testAppender
 log4j.appender.testAppender=org.apache.log4j.FileAppender
 log4j.appender.testAppender.File=output/temp

Modified: logging/log4cxx/trunk/tests/input/patternLayout6.properties
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/patternLayout6.properties?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/patternLayout6.properties (original)
+++ logging/log4cxx/trunk/tests/input/patternLayout6.properties 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.
+#
 log4j.rootCategory=DEBUG, testAppender
 log4j.appender.testAppender=org.apache.log4j.FileAppender
 log4j.appender.testAppender.File=output/temp

Modified: logging/log4cxx/trunk/tests/input/patternLayout7.properties
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/patternLayout7.properties?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/patternLayout7.properties (original)
+++ logging/log4cxx/trunk/tests/input/patternLayout7.properties 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.
+#
 log4j.rootCategory=DEBUG, testAppender
 log4j.appender.testAppender=org.apache.log4j.FileAppender
 log4j.appender.testAppender.File=output/temp

Modified: logging/log4cxx/trunk/tests/input/patternLayout8.properties
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/patternLayout8.properties?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/patternLayout8.properties (original)
+++ logging/log4cxx/trunk/tests/input/patternLayout8.properties 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.
+#
 log4j.rootCategory=DEBUG, testAppender
 log4j.appender.testAppender=org.apache.log4j.FileAppender
 log4j.appender.testAppender.File=output/temp

Modified: logging/log4cxx/trunk/tests/input/patternLayout9.properties
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/patternLayout9.properties?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/patternLayout9.properties (original)
+++ logging/log4cxx/trunk/tests/input/patternLayout9.properties 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.
+#
 log4j.rootCategory=DEBUG, testAppender
 log4j.appender.testAppender=org.apache.log4j.FileAppender
 log4j.appender.testAppender.File=output/temp

Modified: logging/log4cxx/trunk/tests/input/performance/Makefile.am
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/performance/Makefile.am?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/performance/Makefile.am (original)
+++ logging/log4cxx/trunk/tests/input/performance/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 = *.xml
 
 # if we are building in a separate build tree, then copy all necessary files

Modified: logging/log4cxx/trunk/tests/input/performance/file-bufferedio.xml
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/performance/file-bufferedio.xml?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/performance/file-bufferedio.xml (original)
+++ logging/log4cxx/trunk/tests/input/performance/file-bufferedio.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.
+
+-->
 
 <log4j:configuration xmlns:log4j='http://logging.apache.org/'>
 

Modified: logging/log4cxx/trunk/tests/input/performance/file-noflush.xml
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/performance/file-noflush.xml?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/performance/file-noflush.xml (original)
+++ logging/log4cxx/trunk/tests/input/performance/file-noflush.xml Wed Jan 10 14:28:31 2007
@@ -1,5 +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.
+
+-->
 <log4j:configuration xmlns:log4j='http://logging.apache.org/'>
 
   <appender name="FILE" class="org.apache.log4j.FileAppender">

Modified: logging/log4cxx/trunk/tests/input/performance/file.xml
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/performance/file.xml?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/performance/file.xml (original)
+++ logging/log4cxx/trunk/tests/input/performance/file.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.
+
+-->
 
 <log4j:configuration xmlns:log4j='http://logging.apache.org/'>
 

Modified: logging/log4cxx/trunk/tests/input/performance/null-appender-info.xml
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/performance/null-appender-info.xml?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/performance/null-appender-info.xml (original)
+++ logging/log4cxx/trunk/tests/input/performance/null-appender-info.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.
+
+-->
 
 <!-- This config file has the root logger set to the "info" level. It is
      used by the ANT build file "performance.xml". 

Modified: logging/log4cxx/trunk/tests/input/performance/null-appender.xml
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/performance/null-appender.xml?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/performance/null-appender.xml (original)
+++ logging/log4cxx/trunk/tests/input/performance/null-appender.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.
+
+-->
 
 <log4j:configuration xmlns:log4j='http://logging.apache.org/'>
 

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

Modified: logging/log4cxx/trunk/tests/input/performance/telnet.xml
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/performance/telnet.xml?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/performance/telnet.xml (original)
+++ logging/log4cxx/trunk/tests/input/performance/telnet.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.
+
+-->
 
 <log4j:configuration xmlns:log4j='http://logging.apache.org/'>
 

Modified: logging/log4cxx/trunk/tests/input/rolling/Makefile.am
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/rolling/Makefile.am?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/rolling/Makefile.am (original)
+++ logging/log4cxx/trunk/tests/input/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 = *.xml *.properties
 
 # if we are building in a separate build tree, then copy all necessary files

Modified: logging/log4cxx/trunk/tests/input/rolling/filter1.xml
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/rolling/filter1.xml?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/rolling/filter1.xml (original)
+++ logging/log4cxx/trunk/tests/input/rolling/filter1.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.
+
+-->
 
 <log4j:configuration xmlns:log4j='http://logging.apache.org/' debug="true">