You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by ca...@apache.org on 2007/06/30 00:27:22 UTC

svn commit: r552050 - in /logging/log4j/companions/filters/trunk/src/test/java/org/apache/log4j: filter/SimpleFilterTest.java util/Compare.java

Author: carnold
Date: Fri Jun 29 15:27:21 2007
New Revision: 552050

URL: http://svn.apache.org/viewvc?view=rev&rev=552050
Log:
Bug 42099: Missing license header, -1's filters RC_1

Modified:
    logging/log4j/companions/filters/trunk/src/test/java/org/apache/log4j/filter/SimpleFilterTest.java
    logging/log4j/companions/filters/trunk/src/test/java/org/apache/log4j/util/Compare.java

Modified: logging/log4j/companions/filters/trunk/src/test/java/org/apache/log4j/filter/SimpleFilterTest.java
URL: http://svn.apache.org/viewvc/logging/log4j/companions/filters/trunk/src/test/java/org/apache/log4j/filter/SimpleFilterTest.java?view=diff&rev=552050&r1=552049&r2=552050
==============================================================================
--- logging/log4j/companions/filters/trunk/src/test/java/org/apache/log4j/filter/SimpleFilterTest.java (original)
+++ logging/log4j/companions/filters/trunk/src/test/java/org/apache/log4j/filter/SimpleFilterTest.java Fri Jun 29 15:27:21 2007
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.apache.log4j.filter;
 
 import junit.framework.Test;

Modified: logging/log4j/companions/filters/trunk/src/test/java/org/apache/log4j/util/Compare.java
URL: http://svn.apache.org/viewvc/logging/log4j/companions/filters/trunk/src/test/java/org/apache/log4j/util/Compare.java?view=diff&rev=552050&r1=552049&r2=552050
==============================================================================
--- logging/log4j/companions/filters/trunk/src/test/java/org/apache/log4j/util/Compare.java (original)
+++ logging/log4j/companions/filters/trunk/src/test/java/org/apache/log4j/util/Compare.java Fri Jun 29 15:27:21 2007
@@ -1,9 +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
  * 



---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org