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

rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/master by this push:
     new eae348f  TOMEE-2972 - adds missing license header
eae348f is described below

commit eae348f32ab1987c0ca94f4a983abc2a2dd3f13f
Author: Richard Zowalla <13417392+r...@users.noreply.github.com>
AuthorDate: Thu Mar 4 09:56:27 2021 +0100

    TOMEE-2972 - adds missing license header
---
 .../apache/openejb/cdi/WebappNotificationManager.java  | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

diff --git 
a/container/openejb-core/src/main/java/org/apache/openejb/cdi/WebappNotificationManager.java
 
b/container/openejb-core/src/main/java/org/apache/openejb/cdi/WebappNotificationManager.java
index 9c9f89c..84e78a6 100644
--- 
a/container/openejb-core/src/main/java/org/apache/openejb/cdi/WebappNotificationManager.java
+++ 
b/container/openejb-core/src/main/java/org/apache/openejb/cdi/WebappNotificationManager.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.openejb.cdi;
 
 import org.apache.webbeans.event.EventMetadataImpl;
@@ -9,7 +25,7 @@ import java.util.Collection;
 import java.util.List;
 
 /**
- * NotificationManager which handles delegation to the parent 
NotifcationManager
+ * NotificationManager which handles delegation to the parent 
NotificationManager
  */
 public final class WebappNotificationManager extends NotificationManager {
     private final NotificationManager parentNotificationManager;

Reply via email to