You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by ld...@apache.org on 2012/02/20 08:44:32 UTC

svn commit: r1291141 - in /karaf/webconsole/trunk: camel/src/main/java/org/apache/karaf/webconsole/camel/internal/ camel/src/main/java/org/apache/karaf/webconsole/camel/internal/context/ camel/src/main/java/org/apache/karaf/webconsole/camel/internal/na...

Author: ldywicki
Date: Mon Feb 20 07:44:30 2012
New Revision: 1291141

URL: http://svn.apache.org/viewvc?rev=1291141&view=rev
Log:
Add missing license headers in sources.

Removed:
    karaf/webconsole/trunk/karaf/feature/src/main/resources/OSGI-INF/l10n/webconsole_pl.properties
Modified:
    karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/CamelPage.java
    karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/context/CamelContextModel.java
    karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/context/CamelContextsPage.java
    karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/context/ContextActionsPanel.java
    karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/context/DumpPage.java
    karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/navigation/CamelConsoleTabProvider.java
    karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/tracking/DefaultTracerContainer.java
    karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/tracking/TraceContainer.java
    karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/tracking/TraceInterceptStrategy.java
    karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/tracking/TraceProcessor.java
    karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/tracking/Tracer.java
    karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/widget/CamelWidget.java
    karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/widget/CamelWidgetProvider.java
    karaf/webconsole/trunk/core/src/main/resources/org/apache/karaf/webconsole/core/dashboard/dashboard.css
    karaf/webconsole/trunk/core/src/main/resources/org/apache/karaf/webconsole/core/style.css
    karaf/webconsole/trunk/core/src/main/resources/org/apache/karaf/webconsole/core/table/actions.css
    karaf/webconsole/trunk/cxf/src/main/java/org/apache/karaf/webconsole/cxf/internal/BusFinder.java
    karaf/webconsole/trunk/cxf/src/main/java/org/apache/karaf/webconsole/cxf/internal/DefaultBusFinder.java
    karaf/webconsole/trunk/cxf/src/main/java/org/apache/karaf/webconsole/cxf/internal/navigation/CxfConsoleTabProvider.java
    karaf/webconsole/trunk/cxf/src/main/java/org/apache/karaf/webconsole/cxf/internal/services/BusModel.java
    karaf/webconsole/trunk/cxf/src/main/java/org/apache/karaf/webconsole/cxf/internal/services/CxfBusesActionPanel.java
    karaf/webconsole/trunk/cxf/src/main/java/org/apache/karaf/webconsole/cxf/internal/services/CxfServicesPage.java
    karaf/webconsole/trunk/cxf/src/main/java/org/apache/karaf/webconsole/cxf/internal/services/DetailsPage.java
    karaf/webconsole/trunk/cxf/src/main/java/org/apache/karaf/webconsole/cxf/internal/services/InterceptorView.java
    karaf/webconsole/trunk/cxf/src/main/java/org/apache/karaf/webconsole/cxf/internal/trace/TraceInterceptor.java
    karaf/webconsole/trunk/examples/branding/src/main/resources/org/apache/karaf/webconsole/examples/branding/override.css
    karaf/webconsole/trunk/itest/src/test/resources/log4j.properties
    karaf/webconsole/trunk/karaf/admin/src/main/java/org/apache/karaf/webconsole/karaf/admin/AdminPage.java
    karaf/webconsole/trunk/karaf/core/src/main/java/org/apache/karaf/webconsole/karaf/core/KarafOverviewPage.java
    karaf/webconsole/trunk/karaf/core/src/main/java/org/apache/karaf/webconsole/karaf/core/model/WicketKaraf.java
    karaf/webconsole/trunk/karaf/core/src/main/java/org/apache/karaf/webconsole/karaf/core/navigation/KarafConsoleTabProvider.java
    karaf/webconsole/trunk/karaf/feature/src/main/java/org/apache/karaf/webconsole/karaf/feature/FeatureUtil.java
    karaf/webconsole/trunk/karaf/feature/src/main/java/org/apache/karaf/webconsole/karaf/feature/KarafFeaturesPage.java
    karaf/webconsole/trunk/karaf/feature/src/main/java/org/apache/karaf/webconsole/karaf/feature/repository/AddRepositoryPanel.java
    karaf/webconsole/trunk/manual/src/main/webapp/WEB-INF/scalate/layouts/default.jade
    karaf/webconsole/trunk/manual/src/main/webapp/WEB-INF/scalate/layouts/headers.jade
    karaf/webconsole/trunk/manual/src/main/webapp/WEB-INF/scalate/layouts/print.jade
    karaf/webconsole/trunk/manual/src/main/webapp/_navigation.jade
    karaf/webconsole/trunk/manual/src/main/webapp/css/style.css
    karaf/webconsole/trunk/servicemix/src/main/scala/org/apache/karaf/webconsole/servicemix/internal/ServiceMixPage.scala
    karaf/webconsole/trunk/servicemix/src/main/scala/org/apache/karaf/webconsole/servicemix/internal/ServiceMixWidgetProvider.scala
    karaf/webconsole/trunk/web/src/main/webapp/WEB-INF/web.xml

Modified: karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/CamelPage.java
URL: http://svn.apache.org/viewvc/karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/CamelPage.java?rev=1291141&r1=1291140&r2=1291141&view=diff
==============================================================================
--- karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/CamelPage.java (original)
+++ karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/CamelPage.java Mon Feb 20 07:44:30 2012
@@ -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.karaf.webconsole.camel.internal;
 
 import org.apache.karaf.webconsole.core.page.SinglePage;

Modified: karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/context/CamelContextModel.java
URL: http://svn.apache.org/viewvc/karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/context/CamelContextModel.java?rev=1291141&r1=1291140&r2=1291141&view=diff
==============================================================================
--- karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/context/CamelContextModel.java (original)
+++ karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/context/CamelContextModel.java Mon Feb 20 07:44:30 2012
@@ -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.karaf.webconsole.camel.internal.context;
 
 import java.util.List;

Modified: karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/context/CamelContextsPage.java
URL: http://svn.apache.org/viewvc/karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/context/CamelContextsPage.java?rev=1291141&r1=1291140&r2=1291141&view=diff
==============================================================================
--- karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/context/CamelContextsPage.java (original)
+++ karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/context/CamelContextsPage.java Mon Feb 20 07:44:30 2012
@@ -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.karaf.webconsole.camel.internal.context;
 
 import java.util.ArrayList;

Modified: karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/context/ContextActionsPanel.java
URL: http://svn.apache.org/viewvc/karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/context/ContextActionsPanel.java?rev=1291141&r1=1291140&r2=1291141&view=diff
==============================================================================
--- karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/context/ContextActionsPanel.java (original)
+++ karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/context/ContextActionsPanel.java Mon Feb 20 07:44:30 2012
@@ -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.karaf.webconsole.camel.internal.context;
 
 import java.util.ArrayList;

Modified: karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/context/DumpPage.java
URL: http://svn.apache.org/viewvc/karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/context/DumpPage.java?rev=1291141&r1=1291140&r2=1291141&view=diff
==============================================================================
--- karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/context/DumpPage.java (original)
+++ karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/context/DumpPage.java Mon Feb 20 07:44:30 2012
@@ -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.karaf.webconsole.camel.internal.context;
 
 import java.io.Serializable;

Modified: karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/navigation/CamelConsoleTabProvider.java
URL: http://svn.apache.org/viewvc/karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/navigation/CamelConsoleTabProvider.java?rev=1291141&r1=1291140&r2=1291141&view=diff
==============================================================================
--- karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/navigation/CamelConsoleTabProvider.java (original)
+++ karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/navigation/CamelConsoleTabProvider.java Mon Feb 20 07:44:30 2012
@@ -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.karaf.webconsole.camel.internal.navigation;
 
 import java.util.Collections;

Modified: karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/tracking/DefaultTracerContainer.java
URL: http://svn.apache.org/viewvc/karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/tracking/DefaultTracerContainer.java?rev=1291141&r1=1291140&r2=1291141&view=diff
==============================================================================
--- karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/tracking/DefaultTracerContainer.java (original)
+++ karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/tracking/DefaultTracerContainer.java Mon Feb 20 07:44:30 2012
@@ -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.karaf.webconsole.camel.internal.tracking;
 
 import java.util.Collections;

Modified: karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/tracking/TraceContainer.java
URL: http://svn.apache.org/viewvc/karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/tracking/TraceContainer.java?rev=1291141&r1=1291140&r2=1291141&view=diff
==============================================================================
--- karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/tracking/TraceContainer.java (original)
+++ karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/tracking/TraceContainer.java Mon Feb 20 07:44:30 2012
@@ -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.karaf.webconsole.camel.internal.tracking;
 
 import org.apache.camel.CamelContext;

Modified: karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/tracking/TraceInterceptStrategy.java
URL: http://svn.apache.org/viewvc/karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/tracking/TraceInterceptStrategy.java?rev=1291141&r1=1291140&r2=1291141&view=diff
==============================================================================
--- karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/tracking/TraceInterceptStrategy.java (original)
+++ karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/tracking/TraceInterceptStrategy.java Mon Feb 20 07:44:30 2012
@@ -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.karaf.webconsole.camel.internal.tracking;
 
 import java.io.Serializable;

Modified: karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/tracking/TraceProcessor.java
URL: http://svn.apache.org/viewvc/karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/tracking/TraceProcessor.java?rev=1291141&r1=1291140&r2=1291141&view=diff
==============================================================================
--- karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/tracking/TraceProcessor.java (original)
+++ karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/tracking/TraceProcessor.java Mon Feb 20 07:44:30 2012
@@ -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.karaf.webconsole.camel.internal.tracking;
 
 import java.io.Serializable;

Modified: karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/tracking/Tracer.java
URL: http://svn.apache.org/viewvc/karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/tracking/Tracer.java?rev=1291141&r1=1291140&r2=1291141&view=diff
==============================================================================
--- karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/tracking/Tracer.java (original)
+++ karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/tracking/Tracer.java Mon Feb 20 07:44:30 2012
@@ -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.karaf.webconsole.camel.internal.tracking;
 
 import java.io.Serializable;

Modified: karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/widget/CamelWidget.java
URL: http://svn.apache.org/viewvc/karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/widget/CamelWidget.java?rev=1291141&r1=1291140&r2=1291141&view=diff
==============================================================================
--- karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/widget/CamelWidget.java (original)
+++ karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/widget/CamelWidget.java Mon Feb 20 07:44:30 2012
@@ -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.karaf.webconsole.camel.internal.widget;
 
 import java.util.List;

Modified: karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/widget/CamelWidgetProvider.java
URL: http://svn.apache.org/viewvc/karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/widget/CamelWidgetProvider.java?rev=1291141&r1=1291140&r2=1291141&view=diff
==============================================================================
--- karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/widget/CamelWidgetProvider.java (original)
+++ karaf/webconsole/trunk/camel/src/main/java/org/apache/karaf/webconsole/camel/internal/widget/CamelWidgetProvider.java Mon Feb 20 07:44:30 2012
@@ -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.karaf.webconsole.camel.internal.widget;
 
 import java.util.List;

Modified: karaf/webconsole/trunk/core/src/main/resources/org/apache/karaf/webconsole/core/dashboard/dashboard.css
URL: http://svn.apache.org/viewvc/karaf/webconsole/trunk/core/src/main/resources/org/apache/karaf/webconsole/core/dashboard/dashboard.css?rev=1291141&r1=1291140&r2=1291141&view=diff
==============================================================================
--- karaf/webconsole/trunk/core/src/main/resources/org/apache/karaf/webconsole/core/dashboard/dashboard.css (original)
+++ karaf/webconsole/trunk/core/src/main/resources/org/apache/karaf/webconsole/core/dashboard/dashboard.css Mon Feb 20 07:44:30 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.
+ */
+
 #widgets li {
     list-style-type: none;
 }
\ No newline at end of file

Modified: karaf/webconsole/trunk/core/src/main/resources/org/apache/karaf/webconsole/core/style.css
URL: http://svn.apache.org/viewvc/karaf/webconsole/trunk/core/src/main/resources/org/apache/karaf/webconsole/core/style.css?rev=1291141&r1=1291140&r2=1291141&view=diff
==============================================================================
--- karaf/webconsole/trunk/core/src/main/resources/org/apache/karaf/webconsole/core/style.css (original)
+++ karaf/webconsole/trunk/core/src/main/resources/org/apache/karaf/webconsole/core/style.css Mon Feb 20 07:44:30 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.
+ */
+ 
 * {
     font-size: 16px;
 }

Modified: karaf/webconsole/trunk/core/src/main/resources/org/apache/karaf/webconsole/core/table/actions.css
URL: http://svn.apache.org/viewvc/karaf/webconsole/trunk/core/src/main/resources/org/apache/karaf/webconsole/core/table/actions.css?rev=1291141&r1=1291140&r2=1291141&view=diff
==============================================================================
--- karaf/webconsole/trunk/core/src/main/resources/org/apache/karaf/webconsole/core/table/actions.css (original)
+++ karaf/webconsole/trunk/core/src/main/resources/org/apache/karaf/webconsole/core/table/actions.css Mon Feb 20 07:44:30 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.
+ */
+
 div.actions ul {
     margin: 0px;
     padding: 0px;

Modified: karaf/webconsole/trunk/cxf/src/main/java/org/apache/karaf/webconsole/cxf/internal/BusFinder.java
URL: http://svn.apache.org/viewvc/karaf/webconsole/trunk/cxf/src/main/java/org/apache/karaf/webconsole/cxf/internal/BusFinder.java?rev=1291141&r1=1291140&r2=1291141&view=diff
==============================================================================
--- karaf/webconsole/trunk/cxf/src/main/java/org/apache/karaf/webconsole/cxf/internal/BusFinder.java (original)
+++ karaf/webconsole/trunk/cxf/src/main/java/org/apache/karaf/webconsole/cxf/internal/BusFinder.java Mon Feb 20 07:44:30 2012
@@ -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.karaf.webconsole.cxf.internal;
 
 import java.util.List;

Modified: karaf/webconsole/trunk/cxf/src/main/java/org/apache/karaf/webconsole/cxf/internal/DefaultBusFinder.java
URL: http://svn.apache.org/viewvc/karaf/webconsole/trunk/cxf/src/main/java/org/apache/karaf/webconsole/cxf/internal/DefaultBusFinder.java?rev=1291141&r1=1291140&r2=1291141&view=diff
==============================================================================
--- karaf/webconsole/trunk/cxf/src/main/java/org/apache/karaf/webconsole/cxf/internal/DefaultBusFinder.java (original)
+++ karaf/webconsole/trunk/cxf/src/main/java/org/apache/karaf/webconsole/cxf/internal/DefaultBusFinder.java Mon Feb 20 07:44:30 2012
@@ -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.karaf.webconsole.cxf.internal;
 
 import java.util.Collection;

Modified: karaf/webconsole/trunk/cxf/src/main/java/org/apache/karaf/webconsole/cxf/internal/navigation/CxfConsoleTabProvider.java
URL: http://svn.apache.org/viewvc/karaf/webconsole/trunk/cxf/src/main/java/org/apache/karaf/webconsole/cxf/internal/navigation/CxfConsoleTabProvider.java?rev=1291141&r1=1291140&r2=1291141&view=diff
==============================================================================
--- karaf/webconsole/trunk/cxf/src/main/java/org/apache/karaf/webconsole/cxf/internal/navigation/CxfConsoleTabProvider.java (original)
+++ karaf/webconsole/trunk/cxf/src/main/java/org/apache/karaf/webconsole/cxf/internal/navigation/CxfConsoleTabProvider.java Mon Feb 20 07:44:30 2012
@@ -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.karaf.webconsole.cxf.internal.navigation;
 
 import java.util.Collections;

Modified: karaf/webconsole/trunk/cxf/src/main/java/org/apache/karaf/webconsole/cxf/internal/services/BusModel.java
URL: http://svn.apache.org/viewvc/karaf/webconsole/trunk/cxf/src/main/java/org/apache/karaf/webconsole/cxf/internal/services/BusModel.java?rev=1291141&r1=1291140&r2=1291141&view=diff
==============================================================================
--- karaf/webconsole/trunk/cxf/src/main/java/org/apache/karaf/webconsole/cxf/internal/services/BusModel.java (original)
+++ karaf/webconsole/trunk/cxf/src/main/java/org/apache/karaf/webconsole/cxf/internal/services/BusModel.java Mon Feb 20 07:44:30 2012
@@ -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.karaf.webconsole.cxf.internal.services;
 
 import java.util.List;

Modified: karaf/webconsole/trunk/cxf/src/main/java/org/apache/karaf/webconsole/cxf/internal/services/CxfBusesActionPanel.java
URL: http://svn.apache.org/viewvc/karaf/webconsole/trunk/cxf/src/main/java/org/apache/karaf/webconsole/cxf/internal/services/CxfBusesActionPanel.java?rev=1291141&r1=1291140&r2=1291141&view=diff
==============================================================================
--- karaf/webconsole/trunk/cxf/src/main/java/org/apache/karaf/webconsole/cxf/internal/services/CxfBusesActionPanel.java (original)
+++ karaf/webconsole/trunk/cxf/src/main/java/org/apache/karaf/webconsole/cxf/internal/services/CxfBusesActionPanel.java Mon Feb 20 07:44:30 2012
@@ -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.karaf.webconsole.cxf.internal.services;
 
 import java.util.ArrayList;

Modified: karaf/webconsole/trunk/cxf/src/main/java/org/apache/karaf/webconsole/cxf/internal/services/CxfServicesPage.java
URL: http://svn.apache.org/viewvc/karaf/webconsole/trunk/cxf/src/main/java/org/apache/karaf/webconsole/cxf/internal/services/CxfServicesPage.java?rev=1291141&r1=1291140&r2=1291141&view=diff
==============================================================================
--- karaf/webconsole/trunk/cxf/src/main/java/org/apache/karaf/webconsole/cxf/internal/services/CxfServicesPage.java (original)
+++ karaf/webconsole/trunk/cxf/src/main/java/org/apache/karaf/webconsole/cxf/internal/services/CxfServicesPage.java Mon Feb 20 07:44:30 2012
@@ -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.karaf.webconsole.cxf.internal.services;
 
 import java.util.ArrayList;

Modified: karaf/webconsole/trunk/cxf/src/main/java/org/apache/karaf/webconsole/cxf/internal/services/DetailsPage.java
URL: http://svn.apache.org/viewvc/karaf/webconsole/trunk/cxf/src/main/java/org/apache/karaf/webconsole/cxf/internal/services/DetailsPage.java?rev=1291141&r1=1291140&r2=1291141&view=diff
==============================================================================
--- karaf/webconsole/trunk/cxf/src/main/java/org/apache/karaf/webconsole/cxf/internal/services/DetailsPage.java (original)
+++ karaf/webconsole/trunk/cxf/src/main/java/org/apache/karaf/webconsole/cxf/internal/services/DetailsPage.java Mon Feb 20 07:44:30 2012
@@ -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.karaf.webconsole.cxf.internal.services;
 
 import java.util.ArrayList;

Modified: karaf/webconsole/trunk/cxf/src/main/java/org/apache/karaf/webconsole/cxf/internal/services/InterceptorView.java
URL: http://svn.apache.org/viewvc/karaf/webconsole/trunk/cxf/src/main/java/org/apache/karaf/webconsole/cxf/internal/services/InterceptorView.java?rev=1291141&r1=1291140&r2=1291141&view=diff
==============================================================================
--- karaf/webconsole/trunk/cxf/src/main/java/org/apache/karaf/webconsole/cxf/internal/services/InterceptorView.java (original)
+++ karaf/webconsole/trunk/cxf/src/main/java/org/apache/karaf/webconsole/cxf/internal/services/InterceptorView.java Mon Feb 20 07:44:30 2012
@@ -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.karaf.webconsole.cxf.internal.services;
 
 import java.util.List;

Modified: karaf/webconsole/trunk/cxf/src/main/java/org/apache/karaf/webconsole/cxf/internal/trace/TraceInterceptor.java
URL: http://svn.apache.org/viewvc/karaf/webconsole/trunk/cxf/src/main/java/org/apache/karaf/webconsole/cxf/internal/trace/TraceInterceptor.java?rev=1291141&r1=1291140&r2=1291141&view=diff
==============================================================================
--- karaf/webconsole/trunk/cxf/src/main/java/org/apache/karaf/webconsole/cxf/internal/trace/TraceInterceptor.java (original)
+++ karaf/webconsole/trunk/cxf/src/main/java/org/apache/karaf/webconsole/cxf/internal/trace/TraceInterceptor.java Mon Feb 20 07:44:30 2012
@@ -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.karaf.webconsole.cxf.internal.trace;
 
 import java.io.Serializable;

Modified: karaf/webconsole/trunk/examples/branding/src/main/resources/org/apache/karaf/webconsole/examples/branding/override.css
URL: http://svn.apache.org/viewvc/karaf/webconsole/trunk/examples/branding/src/main/resources/org/apache/karaf/webconsole/examples/branding/override.css?rev=1291141&r1=1291140&r2=1291141&view=diff
==============================================================================
--- karaf/webconsole/trunk/examples/branding/src/main/resources/org/apache/karaf/webconsole/examples/branding/override.css (original)
+++ karaf/webconsole/trunk/examples/branding/src/main/resources/org/apache/karaf/webconsole/examples/branding/override.css Mon Feb 20 07:44:30 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.
+ */
+
 body {
     background-color: #DFEFF0;
 }

Modified: karaf/webconsole/trunk/itest/src/test/resources/log4j.properties
URL: http://svn.apache.org/viewvc/karaf/webconsole/trunk/itest/src/test/resources/log4j.properties?rev=1291141&r1=1291140&r2=1291141&view=diff
==============================================================================
--- karaf/webconsole/trunk/itest/src/test/resources/log4j.properties (original)
+++ karaf/webconsole/trunk/itest/src/test/resources/log4j.properties Mon Feb 20 07:44:30 2012
@@ -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.
+
 # Set root logger level to DEBUG and its only appender to A1.
 log4j.rootLogger=INFO, A1
 

Modified: karaf/webconsole/trunk/karaf/admin/src/main/java/org/apache/karaf/webconsole/karaf/admin/AdminPage.java
URL: http://svn.apache.org/viewvc/karaf/webconsole/trunk/karaf/admin/src/main/java/org/apache/karaf/webconsole/karaf/admin/AdminPage.java?rev=1291141&r1=1291140&r2=1291141&view=diff
==============================================================================
--- karaf/webconsole/trunk/karaf/admin/src/main/java/org/apache/karaf/webconsole/karaf/admin/AdminPage.java (original)
+++ karaf/webconsole/trunk/karaf/admin/src/main/java/org/apache/karaf/webconsole/karaf/admin/AdminPage.java Mon Feb 20 07:44:30 2012
@@ -1,9 +1,28 @@
+/*
+ * 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.karaf.webconsole.karaf.admin;
 
 import org.apache.karaf.admin.AdminService;
 import org.apache.karaf.webconsole.core.page.SinglePage;
 import org.ops4j.pax.wicket.api.PaxWicketBean;
 
+/**
+ * Base page for Karaf insance management.
+ */
 public class AdminPage extends SinglePage {
 
     @PaxWicketBean(name = "adminService")

Modified: karaf/webconsole/trunk/karaf/core/src/main/java/org/apache/karaf/webconsole/karaf/core/KarafOverviewPage.java
URL: http://svn.apache.org/viewvc/karaf/webconsole/trunk/karaf/core/src/main/java/org/apache/karaf/webconsole/karaf/core/KarafOverviewPage.java?rev=1291141&r1=1291140&r2=1291141&view=diff
==============================================================================
--- karaf/webconsole/trunk/karaf/core/src/main/java/org/apache/karaf/webconsole/karaf/core/KarafOverviewPage.java (original)
+++ karaf/webconsole/trunk/karaf/core/src/main/java/org/apache/karaf/webconsole/karaf/core/KarafOverviewPage.java Mon Feb 20 07:44:30 2012
@@ -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.karaf.webconsole.karaf.core;
 
 import org.apache.karaf.webconsole.core.page.SinglePage;
@@ -6,6 +22,9 @@ import org.apache.wicket.markup.html.bas
 import org.apache.wicket.model.CompoundPropertyModel;
 import org.ops4j.pax.wicket.api.PaxWicketMountPoint;
 
+/**
+ * Overview page which shows karaf properties.
+ */
 @PaxWicketMountPoint(mountPoint = "/karaf")
 public class KarafOverviewPage extends SinglePage {
 

Modified: karaf/webconsole/trunk/karaf/core/src/main/java/org/apache/karaf/webconsole/karaf/core/model/WicketKaraf.java
URL: http://svn.apache.org/viewvc/karaf/webconsole/trunk/karaf/core/src/main/java/org/apache/karaf/webconsole/karaf/core/model/WicketKaraf.java?rev=1291141&r1=1291140&r2=1291141&view=diff
==============================================================================
--- karaf/webconsole/trunk/karaf/core/src/main/java/org/apache/karaf/webconsole/karaf/core/model/WicketKaraf.java (original)
+++ karaf/webconsole/trunk/karaf/core/src/main/java/org/apache/karaf/webconsole/karaf/core/model/WicketKaraf.java Mon Feb 20 07:44:30 2012
@@ -1,7 +1,26 @@
+/*
+ * 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.karaf.webconsole.karaf.core.model;
 
 import java.io.Serializable;
 
+/**
+ * Model for overview page.
+ */
 public class WicketKaraf implements Serializable {
 
     public String getVersion() {

Modified: karaf/webconsole/trunk/karaf/core/src/main/java/org/apache/karaf/webconsole/karaf/core/navigation/KarafConsoleTabProvider.java
URL: http://svn.apache.org/viewvc/karaf/webconsole/trunk/karaf/core/src/main/java/org/apache/karaf/webconsole/karaf/core/navigation/KarafConsoleTabProvider.java?rev=1291141&r1=1291140&r2=1291141&view=diff
==============================================================================
--- karaf/webconsole/trunk/karaf/core/src/main/java/org/apache/karaf/webconsole/karaf/core/navigation/KarafConsoleTabProvider.java (original)
+++ karaf/webconsole/trunk/karaf/core/src/main/java/org/apache/karaf/webconsole/karaf/core/navigation/KarafConsoleTabProvider.java Mon Feb 20 07:44:30 2012
@@ -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.karaf.webconsole.karaf.core.navigation;
 
 import static org.apache.karaf.webconsole.core.util.LinkUtils.createPageLink;

Modified: karaf/webconsole/trunk/karaf/feature/src/main/java/org/apache/karaf/webconsole/karaf/feature/FeatureUtil.java
URL: http://svn.apache.org/viewvc/karaf/webconsole/trunk/karaf/feature/src/main/java/org/apache/karaf/webconsole/karaf/feature/FeatureUtil.java?rev=1291141&r1=1291140&r2=1291141&view=diff
==============================================================================
--- karaf/webconsole/trunk/karaf/feature/src/main/java/org/apache/karaf/webconsole/karaf/feature/FeatureUtil.java (original)
+++ karaf/webconsole/trunk/karaf/feature/src/main/java/org/apache/karaf/webconsole/karaf/feature/FeatureUtil.java Mon Feb 20 07:44:30 2012
@@ -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.karaf.webconsole.karaf.feature;
 
 import java.util.HashSet;

Modified: karaf/webconsole/trunk/karaf/feature/src/main/java/org/apache/karaf/webconsole/karaf/feature/KarafFeaturesPage.java
URL: http://svn.apache.org/viewvc/karaf/webconsole/trunk/karaf/feature/src/main/java/org/apache/karaf/webconsole/karaf/feature/KarafFeaturesPage.java?rev=1291141&r1=1291140&r2=1291141&view=diff
==============================================================================
--- karaf/webconsole/trunk/karaf/feature/src/main/java/org/apache/karaf/webconsole/karaf/feature/KarafFeaturesPage.java (original)
+++ karaf/webconsole/trunk/karaf/feature/src/main/java/org/apache/karaf/webconsole/karaf/feature/KarafFeaturesPage.java Mon Feb 20 07:44:30 2012
@@ -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.karaf.webconsole.karaf.feature;
 
 import org.apache.karaf.features.FeaturesService;

Modified: karaf/webconsole/trunk/karaf/feature/src/main/java/org/apache/karaf/webconsole/karaf/feature/repository/AddRepositoryPanel.java
URL: http://svn.apache.org/viewvc/karaf/webconsole/trunk/karaf/feature/src/main/java/org/apache/karaf/webconsole/karaf/feature/repository/AddRepositoryPanel.java?rev=1291141&r1=1291140&r2=1291141&view=diff
==============================================================================
--- karaf/webconsole/trunk/karaf/feature/src/main/java/org/apache/karaf/webconsole/karaf/feature/repository/AddRepositoryPanel.java (original)
+++ karaf/webconsole/trunk/karaf/feature/src/main/java/org/apache/karaf/webconsole/karaf/feature/repository/AddRepositoryPanel.java Mon Feb 20 07:44:30 2012
@@ -18,34 +18,31 @@ package org.apache.karaf.webconsole.kara
 
 import java.net.URI;
 
-import org.apache.karaf.features.FeaturesService;
 import org.apache.karaf.features.Repository;
 import org.apache.karaf.webconsole.core.form.LabelBorder;
 import org.apache.wicket.markup.html.form.Form;
+import org.apache.wicket.markup.html.form.RequiredTextField;
 import org.apache.wicket.markup.html.form.TextField;
 import org.apache.wicket.markup.html.panel.Panel;
 import org.apache.wicket.model.CompoundPropertyModel;
 import org.apache.wicket.model.IModel;
 import org.apache.wicket.model.ResourceModel;
-import org.ops4j.pax.wicket.api.PaxWicketBean;
 
 public class AddRepositoryPanel extends Panel {
 
     private static final long serialVersionUID = 1L;
 
-    @PaxWicketBean(name = "featuresService")
-    private FeaturesService featuresService;
-
     private TextField<URI> uri;
 
     public AddRepositoryPanel(String id, IModel<Repository> model) {
         super(id);
 
         Form<Repository> form = new Form<Repository>("add", new CompoundPropertyModel<Repository>(model));
-        uri = new TextField<URI>("uri");
+        uri = new RequiredTextField<URI>("uri");
         uri.setRequired(true);
+        uri.setLabel(new ResourceModel("feature.repository.uri"));
 
-        LabelBorder border = new LabelBorder("border", new ResourceModel("feature.repository.uri"), uri);
+        LabelBorder border = new LabelBorder("border", uri);
         border.setHelp(new ResourceModel("feature.repository.uri.help"));
         form.add(border);
         add(form);

Modified: karaf/webconsole/trunk/manual/src/main/webapp/WEB-INF/scalate/layouts/default.jade
URL: http://svn.apache.org/viewvc/karaf/webconsole/trunk/manual/src/main/webapp/WEB-INF/scalate/layouts/default.jade?rev=1291141&r1=1291140&r2=1291141&view=diff
==============================================================================
--- karaf/webconsole/trunk/manual/src/main/webapp/WEB-INF/scalate/layouts/default.jade (original)
+++ karaf/webconsole/trunk/manual/src/main/webapp/WEB-INF/scalate/layouts/default.jade Mon Feb 20 07:44:30 2012
@@ -1,3 +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.
 -@ var body: String
 -@ var title : String = "Apache Karaf WebConsole ${webconsole.version}"
 

Modified: karaf/webconsole/trunk/manual/src/main/webapp/WEB-INF/scalate/layouts/headers.jade
URL: http://svn.apache.org/viewvc/karaf/webconsole/trunk/manual/src/main/webapp/WEB-INF/scalate/layouts/headers.jade?rev=1291141&r1=1291140&r2=1291141&view=diff
==============================================================================
--- karaf/webconsole/trunk/manual/src/main/webapp/WEB-INF/scalate/layouts/headers.jade (original)
+++ karaf/webconsole/trunk/manual/src/main/webapp/WEB-INF/scalate/layouts/headers.jade Mon Feb 20 07:44:30 2012
@@ -1,3 +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.
 -@ var body: String
 -@ var title : String = "Apache Karaf WebConsole ${webconsole.version}"
 -

Modified: karaf/webconsole/trunk/manual/src/main/webapp/WEB-INF/scalate/layouts/print.jade
URL: http://svn.apache.org/viewvc/karaf/webconsole/trunk/manual/src/main/webapp/WEB-INF/scalate/layouts/print.jade?rev=1291141&r1=1291140&r2=1291141&view=diff
==============================================================================
--- karaf/webconsole/trunk/manual/src/main/webapp/WEB-INF/scalate/layouts/print.jade (original)
+++ karaf/webconsole/trunk/manual/src/main/webapp/WEB-INF/scalate/layouts/print.jade Mon Feb 20 07:44:30 2012
@@ -1,3 +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.
 -@ var body: String
 -@ var title: String = "Apache Karaf WebConsole ${webconsole.version}"
 -@ var css : String = load("/css/print.css")

Modified: karaf/webconsole/trunk/manual/src/main/webapp/_navigation.jade
URL: http://svn.apache.org/viewvc/karaf/webconsole/trunk/manual/src/main/webapp/_navigation.jade?rev=1291141&r1=1291140&r2=1291141&view=diff
==============================================================================
--- karaf/webconsole/trunk/manual/src/main/webapp/_navigation.jade (original)
+++ karaf/webconsole/trunk/manual/src/main/webapp/_navigation.jade Mon Feb 20 07:44:30 2012
@@ -1,3 +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.
 h3
   a(href={uri("/index.html")}) WebConsole
 

Modified: karaf/webconsole/trunk/manual/src/main/webapp/css/style.css
URL: http://svn.apache.org/viewvc/karaf/webconsole/trunk/manual/src/main/webapp/css/style.css?rev=1291141&r1=1291140&r2=1291141&view=diff
==============================================================================
--- karaf/webconsole/trunk/manual/src/main/webapp/css/style.css (original)
+++ karaf/webconsole/trunk/manual/src/main/webapp/css/style.css Mon Feb 20 07:44:30 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.
+ */
+
 * {
     font-family: Tahoma;
     font-size: 14px;

Modified: karaf/webconsole/trunk/servicemix/src/main/scala/org/apache/karaf/webconsole/servicemix/internal/ServiceMixPage.scala
URL: http://svn.apache.org/viewvc/karaf/webconsole/trunk/servicemix/src/main/scala/org/apache/karaf/webconsole/servicemix/internal/ServiceMixPage.scala?rev=1291141&r1=1291140&r2=1291141&view=diff
==============================================================================
--- karaf/webconsole/trunk/servicemix/src/main/scala/org/apache/karaf/webconsole/servicemix/internal/ServiceMixPage.scala (original)
+++ karaf/webconsole/trunk/servicemix/src/main/scala/org/apache/karaf/webconsole/servicemix/internal/ServiceMixPage.scala Mon Feb 20 07:44:30 2012
@@ -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.karaf.webconsole.servicemix.internal
 
 import org.apache.karaf.webconsole.core.BasePage

Modified: karaf/webconsole/trunk/servicemix/src/main/scala/org/apache/karaf/webconsole/servicemix/internal/ServiceMixWidgetProvider.scala
URL: http://svn.apache.org/viewvc/karaf/webconsole/trunk/servicemix/src/main/scala/org/apache/karaf/webconsole/servicemix/internal/ServiceMixWidgetProvider.scala?rev=1291141&r1=1291140&r2=1291141&view=diff
==============================================================================
--- karaf/webconsole/trunk/servicemix/src/main/scala/org/apache/karaf/webconsole/servicemix/internal/ServiceMixWidgetProvider.scala (original)
+++ karaf/webconsole/trunk/servicemix/src/main/scala/org/apache/karaf/webconsole/servicemix/internal/ServiceMixWidgetProvider.scala Mon Feb 20 07:44:30 2012
@@ -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.karaf.webconsole.servicemix.internal
 /*
 import org.apache.karaf.webconsole.core.navigation.ConsoleTab

Modified: karaf/webconsole/trunk/web/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/karaf/webconsole/trunk/web/src/main/webapp/WEB-INF/web.xml?rev=1291141&r1=1291140&r2=1291141&view=diff
==============================================================================
--- karaf/webconsole/trunk/web/src/main/webapp/WEB-INF/web.xml (original)
+++ karaf/webconsole/trunk/web/src/main/webapp/WEB-INF/web.xml Mon Feb 20 07:44:30 2012
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+   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.
+-->
 <web-app xmlns="http://java.sun.com/xml/ns/j2ee" version="2.5"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="