Author: rgoers
Date: Sun Nov 11 12:37:58 2012
New Revision: 1407958
URL: http://svn.apache.org/viewvc?rev=1407958&view=rev
Log:
Add missing license headers. Fix broken link
Modified:
logging/log4j/log4j2/trunk/src/changes/changes.xml
logging/log4j/log4j2/trunk/src/site/resources/css/site.css
logging/log4j/log4j2/trunk/src/site/site.vm
logging/log4j/log4j2/trunk/src/site/site.xml
Modified: logging/log4j/log4j2/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/changes/changes.xml?rev=1407958&r1=1407957&r2=1407958&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/changes/changes.xml (original)
+++ logging/log4j/log4j2/trunk/src/changes/changes.xml Sun Nov 11 12:37:58 2012
@@ -22,7 +22,7 @@
</properties>
<body>
- <release version="2.0-beta3" date="2012-11-09" description= "Bug fixes and
enhancements">
+ <release version="2.0-beta3" date="2012-11-11" description= "Bug fixes and
enhancements">
<action issue="LOG4J2-108" dev="rgoers" type="fix">
Fix NullPointerException in ClassLoaderContextSelector when no class
is returned from
the SecurityManager.
Modified: logging/log4j/log4j2/trunk/src/site/resources/css/site.css
URL:
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/site/resources/css/site.css?rev=1407958&r1=1407957&r2=1407958&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/site/resources/css/site.css (original)
+++ logging/log4j/log4j2/trunk/src/site/resources/css/site.css Sun Nov 11
12:37:58 2012
@@ -1,3 +1,20 @@
+/*
+ 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.
+ */
+
.footer {
margin-left: auto;
margin-right; auto;
Modified: logging/log4j/log4j2/trunk/src/site/site.vm
URL:
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/site/site.vm?rev=1407958&r1=1407957&r2=1407958&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/site/site.vm (original)
+++ logging/log4j/log4j2/trunk/src/site/site.vm Sun Nov 11 12:37:58 2012
@@ -1,5 +1,21 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--
+ 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.
+-->
+<!--
| (Unfortunately) copied from the Fluido skin to allow the footer to be
centered.
-->
#macro ( topMenu $menus )
Modified: logging/log4j/log4j2/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/site/site.xml?rev=1407958&r1=1407957&r2=1407958&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/site/site.xml (original)
+++ logging/log4j/log4j2/trunk/src/site/site.xml Sun Nov 11 12:37:58 2012
@@ -132,7 +132,7 @@
<item name="Impl" href="log4j-core/index.html"/>
<item name="Log4J 1.2 API" href="log4j12-api/index.html"/>
<item name="Commons Logging Bridge" href="log4j-jcl/index.html"/>
- <item name="SLF4J Binding" href="slf4j-impl/index.html"/>
+ <item name="SLF4J Binding" href="log4j-slf4j-impl/index.html"/>
<item name="Apache Flume" href="log4j-flume-ng/index.html"/>
<item name="Log4j Web" href="log4j-web/index.html"/>
</menu>