You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by cr...@apache.org on 2007/02/12 05:06:15 UTC

svn commit: r506267 [5/5] - in /excalibur/trunk/containerkit: ./ instrument/ instrument/api/ instrument/api/src/java/org/apache/excalibur/instrument/ instrument/api/src/test/org/apache/excalibur/instrument/test/ instrument/client/ instrument/client/src...

Modified: excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/io/rotate/RotateStrategy.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/io/rotate/RotateStrategy.java?view=diff&rev=506267&r1=506266&r2=506267
==============================================================================
--- excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/io/rotate/RotateStrategy.java (original)
+++ excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/io/rotate/RotateStrategy.java Sun Feb 11 20:06:06 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 1999-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: excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/io/rotate/RotateStrategyByDate.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/io/rotate/RotateStrategyByDate.java?view=diff&rev=506267&r1=506266&r2=506267
==============================================================================
--- excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/io/rotate/RotateStrategyByDate.java (original)
+++ excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/io/rotate/RotateStrategyByDate.java Sun Feb 11 20:06:06 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 1999-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: excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/io/rotate/RotateStrategyBySize.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/io/rotate/RotateStrategyBySize.java?view=diff&rev=506267&r1=506266&r2=506267
==============================================================================
--- excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/io/rotate/RotateStrategyBySize.java (original)
+++ excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/io/rotate/RotateStrategyBySize.java Sun Feb 11 20:06:06 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 1999-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: excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/io/rotate/RotateStrategyByTime.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/io/rotate/RotateStrategyByTime.java?view=diff&rev=506267&r1=506266&r2=506267
==============================================================================
--- excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/io/rotate/RotateStrategyByTime.java (original)
+++ excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/io/rotate/RotateStrategyByTime.java Sun Feb 11 20:06:06 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 1999-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: excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/io/rotate/RotateStrategyByTimeOfDay.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/io/rotate/RotateStrategyByTimeOfDay.java?view=diff&rev=506267&r1=506266&r2=506267
==============================================================================
--- excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/io/rotate/RotateStrategyByTimeOfDay.java (original)
+++ excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/io/rotate/RotateStrategyByTimeOfDay.java Sun Feb 11 20:06:06 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 1999-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: excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/io/rotate/RotatingFileTarget.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/io/rotate/RotatingFileTarget.java?view=diff&rev=506267&r1=506266&r2=506267
==============================================================================
--- excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/io/rotate/RotatingFileTarget.java (original)
+++ excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/io/rotate/RotatingFileTarget.java Sun Feb 11 20:06:06 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 1999-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: excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/io/rotate/UniqueFileStrategy.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/io/rotate/UniqueFileStrategy.java?view=diff&rev=506267&r1=506266&r2=506267
==============================================================================
--- excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/io/rotate/UniqueFileStrategy.java (original)
+++ excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/io/rotate/UniqueFileStrategy.java Sun Feb 11 20:06:06 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 1999-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: excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/jms/AbstractJMSTarget.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/jms/AbstractJMSTarget.java?view=diff&rev=506267&r1=506266&r2=506267
==============================================================================
--- excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/jms/AbstractJMSTarget.java (original)
+++ excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/jms/AbstractJMSTarget.java Sun Feb 11 20:06:06 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 1999-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: excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/jms/JMSQueueTarget.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/jms/JMSQueueTarget.java?view=diff&rev=506267&r1=506266&r2=506267
==============================================================================
--- excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/jms/JMSQueueTarget.java (original)
+++ excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/jms/JMSQueueTarget.java Sun Feb 11 20:06:06 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 1999-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: excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/jms/JMSTopicTarget.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/jms/JMSTopicTarget.java?view=diff&rev=506267&r1=506266&r2=506267
==============================================================================
--- excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/jms/JMSTopicTarget.java (original)
+++ excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/jms/JMSTopicTarget.java Sun Feb 11 20:06:06 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 1999-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: excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/jms/MessageBuilder.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/jms/MessageBuilder.java?view=diff&rev=506267&r1=506266&r2=506267
==============================================================================
--- excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/jms/MessageBuilder.java (original)
+++ excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/jms/MessageBuilder.java Sun Feb 11 20:06:06 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 1999-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: excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/jms/ObjectMessageBuilder.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/jms/ObjectMessageBuilder.java?view=diff&rev=506267&r1=506266&r2=506267
==============================================================================
--- excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/jms/ObjectMessageBuilder.java (original)
+++ excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/jms/ObjectMessageBuilder.java Sun Feb 11 20:06:06 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 1999-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: excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/jms/PropertyInfo.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/jms/PropertyInfo.java?view=diff&rev=506267&r1=506266&r2=506267
==============================================================================
--- excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/jms/PropertyInfo.java (original)
+++ excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/jms/PropertyInfo.java Sun Feb 11 20:06:06 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 1999-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: excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/jms/PropertyType.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/jms/PropertyType.java?view=diff&rev=506267&r1=506266&r2=506267
==============================================================================
--- excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/jms/PropertyType.java (original)
+++ excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/jms/PropertyType.java Sun Feb 11 20:06:06 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 1999-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: excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/jms/TextMessageBuilder.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/jms/TextMessageBuilder.java?view=diff&rev=506267&r1=506266&r2=506267
==============================================================================
--- excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/jms/TextMessageBuilder.java (original)
+++ excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/jms/TextMessageBuilder.java Sun Feb 11 20:06:06 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 1999-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: excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/lf5/LF5LogTarget.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/lf5/LF5LogTarget.java?view=diff&rev=506267&r1=506266&r2=506267
==============================================================================
--- excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/lf5/LF5LogTarget.java (original)
+++ excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/lf5/LF5LogTarget.java Sun Feb 11 20:06:06 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 1999-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: excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/lf5/LogKitLogRecord.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/lf5/LogKitLogRecord.java?view=diff&rev=506267&r1=506266&r2=506267
==============================================================================
--- excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/lf5/LogKitLogRecord.java (original)
+++ excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/lf5/LogKitLogRecord.java Sun Feb 11 20:06:06 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 1999-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: excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/net/DatagramOutputTarget.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/net/DatagramOutputTarget.java?view=diff&rev=506267&r1=506266&r2=506267
==============================================================================
--- excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/net/DatagramOutputTarget.java (original)
+++ excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/net/DatagramOutputTarget.java Sun Feb 11 20:06:06 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 1999-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: excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/net/SMTPOutputLogTarget.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/net/SMTPOutputLogTarget.java?view=diff&rev=506267&r1=506266&r2=506267
==============================================================================
--- excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/net/SMTPOutputLogTarget.java (original)
+++ excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/net/SMTPOutputLogTarget.java Sun Feb 11 20:06:06 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 1999-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: excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/net/SocketOutputTarget.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/net/SocketOutputTarget.java?view=diff&rev=506267&r1=506266&r2=506267
==============================================================================
--- excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/net/SocketOutputTarget.java (original)
+++ excalibur/trunk/containerkit/logkit/src/java/org/apache/log/output/net/SocketOutputTarget.java Sun Feb 11 20:06:06 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 1999-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: excalibur/trunk/containerkit/logkit/src/java/org/apache/log/util/Closeable.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/logkit/src/java/org/apache/log/util/Closeable.java?view=diff&rev=506267&r1=506266&r2=506267
==============================================================================
--- excalibur/trunk/containerkit/logkit/src/java/org/apache/log/util/Closeable.java (original)
+++ excalibur/trunk/containerkit/logkit/src/java/org/apache/log/util/Closeable.java Sun Feb 11 20:06:06 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 1999-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: excalibur/trunk/containerkit/logkit/src/java/org/apache/log/util/DefaultErrorHandler.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/logkit/src/java/org/apache/log/util/DefaultErrorHandler.java?view=diff&rev=506267&r1=506266&r2=506267
==============================================================================
--- excalibur/trunk/containerkit/logkit/src/java/org/apache/log/util/DefaultErrorHandler.java (original)
+++ excalibur/trunk/containerkit/logkit/src/java/org/apache/log/util/DefaultErrorHandler.java Sun Feb 11 20:06:06 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 1999-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: excalibur/trunk/containerkit/logkit/src/java/org/apache/log/util/LoggerListener.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/logkit/src/java/org/apache/log/util/LoggerListener.java?view=diff&rev=506267&r1=506266&r2=506267
==============================================================================
--- excalibur/trunk/containerkit/logkit/src/java/org/apache/log/util/LoggerListener.java (original)
+++ excalibur/trunk/containerkit/logkit/src/java/org/apache/log/util/LoggerListener.java Sun Feb 11 20:06:06 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 1999-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: excalibur/trunk/containerkit/logkit/src/java/org/apache/log/util/LoggerOutputStream.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/logkit/src/java/org/apache/log/util/LoggerOutputStream.java?view=diff&rev=506267&r1=506266&r2=506267
==============================================================================
--- excalibur/trunk/containerkit/logkit/src/java/org/apache/log/util/LoggerOutputStream.java (original)
+++ excalibur/trunk/containerkit/logkit/src/java/org/apache/log/util/LoggerOutputStream.java Sun Feb 11 20:06:06 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 1999-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: excalibur/trunk/containerkit/logkit/src/java/org/apache/log/util/StackIntrospector.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/logkit/src/java/org/apache/log/util/StackIntrospector.java?view=diff&rev=506267&r1=506266&r2=506267
==============================================================================
--- excalibur/trunk/containerkit/logkit/src/java/org/apache/log/util/StackIntrospector.java (original)
+++ excalibur/trunk/containerkit/logkit/src/java/org/apache/log/util/StackIntrospector.java Sun Feb 11 20:06:06 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 1999-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: excalibur/trunk/containerkit/logkit/src/test/org/apache/log/format/test/FormatterTestCase.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/logkit/src/test/org/apache/log/format/test/FormatterTestCase.java?view=diff&rev=506267&r1=506266&r2=506267
==============================================================================
--- excalibur/trunk/containerkit/logkit/src/test/org/apache/log/format/test/FormatterTestCase.java (original)
+++ excalibur/trunk/containerkit/logkit/src/test/org/apache/log/format/test/FormatterTestCase.java Sun Feb 11 20:06:06 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 1999-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: excalibur/trunk/containerkit/logkit/src/test/org/apache/log/output/test/DBTargetTestCase.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/logkit/src/test/org/apache/log/output/test/DBTargetTestCase.java?view=diff&rev=506267&r1=506266&r2=506267
==============================================================================
--- excalibur/trunk/containerkit/logkit/src/test/org/apache/log/output/test/DBTargetTestCase.java (original)
+++ excalibur/trunk/containerkit/logkit/src/test/org/apache/log/output/test/DBTargetTestCase.java Sun Feb 11 20:06:06 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 1999-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: excalibur/trunk/containerkit/logkit/src/test/org/apache/log/output/test/DatagramCommandLine.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/logkit/src/test/org/apache/log/output/test/DatagramCommandLine.java?view=diff&rev=506267&r1=506266&r2=506267
==============================================================================
--- excalibur/trunk/containerkit/logkit/src/test/org/apache/log/output/test/DatagramCommandLine.java (original)
+++ excalibur/trunk/containerkit/logkit/src/test/org/apache/log/output/test/DatagramCommandLine.java Sun Feb 11 20:06:06 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 1999-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: excalibur/trunk/containerkit/logkit/src/test/org/apache/log/output/test/OutputTargetTestCase.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/logkit/src/test/org/apache/log/output/test/OutputTargetTestCase.java?view=diff&rev=506267&r1=506266&r2=506267
==============================================================================
--- excalibur/trunk/containerkit/logkit/src/test/org/apache/log/output/test/OutputTargetTestCase.java (original)
+++ excalibur/trunk/containerkit/logkit/src/test/org/apache/log/output/test/OutputTargetTestCase.java Sun Feb 11 20:06:06 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 1999-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: excalibur/trunk/containerkit/logkit/src/test/org/apache/log/output/test/RevolvingFileStrategyTestCase.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/logkit/src/test/org/apache/log/output/test/RevolvingFileStrategyTestCase.java?view=diff&rev=506267&r1=506266&r2=506267
==============================================================================
--- excalibur/trunk/containerkit/logkit/src/test/org/apache/log/output/test/RevolvingFileStrategyTestCase.java (original)
+++ excalibur/trunk/containerkit/logkit/src/test/org/apache/log/output/test/RevolvingFileStrategyTestCase.java Sun Feb 11 20:06:06 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 1999-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: excalibur/trunk/containerkit/logkit/src/test/org/apache/log/output/test/TestRotatingFileOutputLogTarget.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/logkit/src/test/org/apache/log/output/test/TestRotatingFileOutputLogTarget.java?view=diff&rev=506267&r1=506266&r2=506267
==============================================================================
--- excalibur/trunk/containerkit/logkit/src/test/org/apache/log/output/test/TestRotatingFileOutputLogTarget.java (original)
+++ excalibur/trunk/containerkit/logkit/src/test/org/apache/log/output/test/TestRotatingFileOutputLogTarget.java Sun Feb 11 20:06:06 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 1999-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: excalibur/trunk/containerkit/logkit/src/test/org/apache/log/test/InheritanceTestCase.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/logkit/src/test/org/apache/log/test/InheritanceTestCase.java?view=diff&rev=506267&r1=506266&r2=506267
==============================================================================
--- excalibur/trunk/containerkit/logkit/src/test/org/apache/log/test/InheritanceTestCase.java (original)
+++ excalibur/trunk/containerkit/logkit/src/test/org/apache/log/test/InheritanceTestCase.java Sun Feb 11 20:06:06 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 1999-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: excalibur/trunk/containerkit/logkit/src/test/org/apache/log/test/LoggerListenerTestCase.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/logkit/src/test/org/apache/log/test/LoggerListenerTestCase.java?view=diff&rev=506267&r1=506266&r2=506267
==============================================================================
--- excalibur/trunk/containerkit/logkit/src/test/org/apache/log/test/LoggerListenerTestCase.java (original)
+++ excalibur/trunk/containerkit/logkit/src/test/org/apache/log/test/LoggerListenerTestCase.java Sun Feb 11 20:06:06 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 1999-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: excalibur/trunk/containerkit/logkit/src/test/org/apache/log/test/RecordingLoggerListener.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/logkit/src/test/org/apache/log/test/RecordingLoggerListener.java?view=diff&rev=506267&r1=506266&r2=506267
==============================================================================
--- excalibur/trunk/containerkit/logkit/src/test/org/apache/log/test/RecordingLoggerListener.java (original)
+++ excalibur/trunk/containerkit/logkit/src/test/org/apache/log/test/RecordingLoggerListener.java Sun Feb 11 20:06:06 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 1999-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: excalibur/trunk/containerkit/logkit/src/test/org/apache/log/test/WrappingTargetTestCase.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/logkit/src/test/org/apache/log/test/WrappingTargetTestCase.java?view=diff&rev=506267&r1=506266&r2=506267
==============================================================================
--- excalibur/trunk/containerkit/logkit/src/test/org/apache/log/test/WrappingTargetTestCase.java (original)
+++ excalibur/trunk/containerkit/logkit/src/test/org/apache/log/test/WrappingTargetTestCase.java Sun Feb 11 20:06:06 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 1999-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: excalibur/trunk/containerkit/logkit/src/test/org/apache/log/util/test/UtilTestCase.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/logkit/src/test/org/apache/log/util/test/UtilTestCase.java?view=diff&rev=506267&r1=506266&r2=506267
==============================================================================
--- excalibur/trunk/containerkit/logkit/src/test/org/apache/log/util/test/UtilTestCase.java (original)
+++ excalibur/trunk/containerkit/logkit/src/test/org/apache/log/util/test/UtilTestCase.java Sun Feb 11 20:06:06 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 1999-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: excalibur/trunk/containerkit/project-common.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/project-common.xml?view=diff&rev=506267&r1=506266&r2=506267
==============================================================================
--- excalibur/trunk/containerkit/project-common.xml (original)
+++ excalibur/trunk/containerkit/project-common.xml Sun Feb 11 20:06:06 2007
@@ -1,9 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-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
 



---------------------------------------------------------------------
To unsubscribe, e-mail: scm-unsubscribe@excalibur.apache.org
For additional commands, e-mail: scm-help@excalibur.apache.org