This is an automated email from the ASF dual-hosted git repository.

grobmeier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-chainsaw.git

commit 19056e96b8790d3405109f75b5a0860164ff2596
Author: Christian Grobmeier <[email protected]>
AuthorDate: Sun Dec 17 23:18:16 2023 +0100

    added missing licenses
---
 .../chainsaw/components/logpanel/AutoFilterComboBox.java | 16 ++++++++++++++++
 .../components/logpanel/ColumnNameKeywordMapper.java     | 16 ++++++++++++++++
 .../chainsaw/components/logpanel/ElementFactory.java     | 16 ++++++++++++++++
 .../log4j/chainsaw/components/splash/SplashViewer.java   | 16 ++++++++++++++++
 .../log4j/chainsaw/logui/LogUiKeyStrokeCreator.java      | 16 ++++++++++++++++
 .../apache/log4j/chainsaw/logui/LogUiReceiversPanel.java | 16 ++++++++++++++++
 6 files changed, 96 insertions(+)

diff --git 
a/src/main/java/org/apache/log4j/chainsaw/components/logpanel/AutoFilterComboBox.java
 
b/src/main/java/org/apache/log4j/chainsaw/components/logpanel/AutoFilterComboBox.java
index 0414c3a..5e5d5b6 100644
--- 
a/src/main/java/org/apache/log4j/chainsaw/components/logpanel/AutoFilterComboBox.java
+++ 
b/src/main/java/org/apache/log4j/chainsaw/components/logpanel/AutoFilterComboBox.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.apache.log4j.chainsaw.components.logpanel;
 
 import javax.swing.*;
diff --git 
a/src/main/java/org/apache/log4j/chainsaw/components/logpanel/ColumnNameKeywordMapper.java
 
b/src/main/java/org/apache/log4j/chainsaw/components/logpanel/ColumnNameKeywordMapper.java
index 141cbdd..1bf341f 100644
--- 
a/src/main/java/org/apache/log4j/chainsaw/components/logpanel/ColumnNameKeywordMapper.java
+++ 
b/src/main/java/org/apache/log4j/chainsaw/components/logpanel/ColumnNameKeywordMapper.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.apache.log4j.chainsaw.components.logpanel;
 
 import org.apache.log4j.chainsaw.ChainsawConstants;
diff --git 
a/src/main/java/org/apache/log4j/chainsaw/components/logpanel/ElementFactory.java
 
b/src/main/java/org/apache/log4j/chainsaw/components/logpanel/ElementFactory.java
index b7ab57d..9c19e5a 100644
--- 
a/src/main/java/org/apache/log4j/chainsaw/components/logpanel/ElementFactory.java
+++ 
b/src/main/java/org/apache/log4j/chainsaw/components/logpanel/ElementFactory.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.apache.log4j.chainsaw.components.logpanel;
 
 import org.apache.log4j.chainsaw.components.elements.SmallButton;
diff --git 
a/src/main/java/org/apache/log4j/chainsaw/components/splash/SplashViewer.java 
b/src/main/java/org/apache/log4j/chainsaw/components/splash/SplashViewer.java
index 477e375..36fd4f4 100644
--- 
a/src/main/java/org/apache/log4j/chainsaw/components/splash/SplashViewer.java
+++ 
b/src/main/java/org/apache/log4j/chainsaw/components/splash/SplashViewer.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.apache.log4j.chainsaw.components.splash;
 
 import org.apache.log4j.chainsaw.helper.SwingHelper;
diff --git 
a/src/main/java/org/apache/log4j/chainsaw/logui/LogUiKeyStrokeCreator.java 
b/src/main/java/org/apache/log4j/chainsaw/logui/LogUiKeyStrokeCreator.java
index 57003fd..efc979e 100644
--- a/src/main/java/org/apache/log4j/chainsaw/logui/LogUiKeyStrokeCreator.java
+++ b/src/main/java/org/apache/log4j/chainsaw/logui/LogUiKeyStrokeCreator.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.apache.log4j.chainsaw.logui;
 
 import org.apache.log4j.chainsaw.components.tabbedpane.ChainsawTabbedPane;
diff --git 
a/src/main/java/org/apache/log4j/chainsaw/logui/LogUiReceiversPanel.java 
b/src/main/java/org/apache/log4j/chainsaw/logui/LogUiReceiversPanel.java
index 0b9c3c0..8696caf 100644
--- a/src/main/java/org/apache/log4j/chainsaw/logui/LogUiReceiversPanel.java
+++ b/src/main/java/org/apache/log4j/chainsaw/logui/LogUiReceiversPanel.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.apache.log4j.chainsaw.logui;
 
 import org.apache.commons.configuration2.AbstractConfiguration;

Reply via email to