You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@onami.apache.org by si...@apache.org on 2012/12/09 02:01:08 UTC

svn commit: r1418803 - in /incubator/onami/trunk/logging: commons-logging/src/main/java/org/apache/onami/logging/acl/ core/src/main/java/org/apache/onami/logging/core/ juli/src/main/java/org/apache/onami/logging/juli/ log4j/src/main/java/org/apache/ona...

Author: simonetripodi
Date: Sun Dec  9 01:01:07 2012
New Revision: 1418803

URL: http://svn.apache.org/viewvc?rev=1418803&view=rev
Log:
license headers updated to required ALv2 header

Modified:
    incubator/onami/trunk/logging/commons-logging/src/main/java/org/apache/onami/logging/acl/package-info.java
    incubator/onami/trunk/logging/core/src/main/java/org/apache/onami/logging/core/package-info.java
    incubator/onami/trunk/logging/juli/src/main/java/org/apache/onami/logging/juli/package-info.java
    incubator/onami/trunk/logging/log4j/src/main/java/org/apache/onami/logging/log4j/package-info.java
    incubator/onami/trunk/logging/log4j2/src/main/java/org/apache/onami/logging/log4j2/package-info.java
    incubator/onami/trunk/logging/slf4j/src/main/java/org/apache/onami/logging/slf4j/package-info.java
    incubator/onami/trunk/logging/testframework/src/main/java/org/apache/onami/logging/testfw/package-info.java

Modified: incubator/onami/trunk/logging/commons-logging/src/main/java/org/apache/onami/logging/acl/package-info.java
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/logging/commons-logging/src/main/java/org/apache/onami/logging/acl/package-info.java?rev=1418803&r1=1418802&r2=1418803&view=diff
==============================================================================
--- incubator/onami/trunk/logging/commons-logging/src/main/java/org/apache/onami/logging/acl/package-info.java (original)
+++ incubator/onami/trunk/logging/commons-logging/src/main/java/org/apache/onami/logging/acl/package-info.java Sun Dec  9 01:01:07 2012
@@ -1,17 +1,20 @@
 /*
- *    Copyright 2010-2012 The 99 Software Foundation
+ * 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
  *
- *    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
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
- *       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.
+ * 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.
  */
 
 /**

Modified: incubator/onami/trunk/logging/core/src/main/java/org/apache/onami/logging/core/package-info.java
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/logging/core/src/main/java/org/apache/onami/logging/core/package-info.java?rev=1418803&r1=1418802&r2=1418803&view=diff
==============================================================================
--- incubator/onami/trunk/logging/core/src/main/java/org/apache/onami/logging/core/package-info.java (original)
+++ incubator/onami/trunk/logging/core/src/main/java/org/apache/onami/logging/core/package-info.java Sun Dec  9 01:01:07 2012
@@ -1,17 +1,20 @@
 /*
- *    Copyright 2010-2012 The 99 Software Foundation
+ * 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
  *
- *    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
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
- *       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.
+ * 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.
  */
 
 /**

Modified: incubator/onami/trunk/logging/juli/src/main/java/org/apache/onami/logging/juli/package-info.java
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/logging/juli/src/main/java/org/apache/onami/logging/juli/package-info.java?rev=1418803&r1=1418802&r2=1418803&view=diff
==============================================================================
--- incubator/onami/trunk/logging/juli/src/main/java/org/apache/onami/logging/juli/package-info.java (original)
+++ incubator/onami/trunk/logging/juli/src/main/java/org/apache/onami/logging/juli/package-info.java Sun Dec  9 01:01:07 2012
@@ -1,17 +1,20 @@
 /*
- *    Copyright 2010-2012 The 99 Software Foundation
+ * 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
  *
- *    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
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
- *       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.
+ * 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.
  */
 
 /**

Modified: incubator/onami/trunk/logging/log4j/src/main/java/org/apache/onami/logging/log4j/package-info.java
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/logging/log4j/src/main/java/org/apache/onami/logging/log4j/package-info.java?rev=1418803&r1=1418802&r2=1418803&view=diff
==============================================================================
--- incubator/onami/trunk/logging/log4j/src/main/java/org/apache/onami/logging/log4j/package-info.java (original)
+++ incubator/onami/trunk/logging/log4j/src/main/java/org/apache/onami/logging/log4j/package-info.java Sun Dec  9 01:01:07 2012
@@ -1,17 +1,20 @@
 /*
- *    Copyright 2010-2012 The 99 Software Foundation
+ * 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
  *
- *    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
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
- *       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.
+ * 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.
  */
 
 /**

Modified: incubator/onami/trunk/logging/log4j2/src/main/java/org/apache/onami/logging/log4j2/package-info.java
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/logging/log4j2/src/main/java/org/apache/onami/logging/log4j2/package-info.java?rev=1418803&r1=1418802&r2=1418803&view=diff
==============================================================================
--- incubator/onami/trunk/logging/log4j2/src/main/java/org/apache/onami/logging/log4j2/package-info.java (original)
+++ incubator/onami/trunk/logging/log4j2/src/main/java/org/apache/onami/logging/log4j2/package-info.java Sun Dec  9 01:01:07 2012
@@ -1,17 +1,20 @@
 /*
- *    Copyright 2010-2012 The 99 Software Foundation
+ * 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
  *
- *    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
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
- *       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.
+ * 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.
  */
 
 /**

Modified: incubator/onami/trunk/logging/slf4j/src/main/java/org/apache/onami/logging/slf4j/package-info.java
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/logging/slf4j/src/main/java/org/apache/onami/logging/slf4j/package-info.java?rev=1418803&r1=1418802&r2=1418803&view=diff
==============================================================================
--- incubator/onami/trunk/logging/slf4j/src/main/java/org/apache/onami/logging/slf4j/package-info.java (original)
+++ incubator/onami/trunk/logging/slf4j/src/main/java/org/apache/onami/logging/slf4j/package-info.java Sun Dec  9 01:01:07 2012
@@ -1,17 +1,20 @@
 /*
- *    Copyright 2010-2012 The 99 Software Foundation
+ * 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
  *
- *    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
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
- *       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.
+ * 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.
  */
 
 /**

Modified: incubator/onami/trunk/logging/testframework/src/main/java/org/apache/onami/logging/testfw/package-info.java
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/logging/testframework/src/main/java/org/apache/onami/logging/testfw/package-info.java?rev=1418803&r1=1418802&r2=1418803&view=diff
==============================================================================
--- incubator/onami/trunk/logging/testframework/src/main/java/org/apache/onami/logging/testfw/package-info.java (original)
+++ incubator/onami/trunk/logging/testframework/src/main/java/org/apache/onami/logging/testfw/package-info.java Sun Dec  9 01:01:07 2012
@@ -1,17 +1,20 @@
 /*
- *    Copyright 2010-2012 The 99 Software Foundation
+ * 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
  *
- *    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
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
- *       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.
+ * 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.
  */
 
 /**