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

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


The following commit(s) were added to refs/heads/main by this push:
     new cf233251f8 RAT police nailed me. Add license headers to 
SavedAuthenticationTest and SavedRequestTest, apologies everyone for commit log 
spam
cf233251f8 is described below

commit cf233251f8463c261e8b113819ec15f0bbc95fba
Author: Jonathan S. Fisher <exabr...@gmail.com>
AuthorDate: Fri Jun 9 08:35:06 2023 -0500

    RAT police nailed me. Add license headers to SavedAuthenticationTest and 
SavedRequestTest, apologies everyone for commit log spam
---
 .../tomee/security/http/SavedAuthenticationTest.java   | 18 +++++++++++++++++-
 .../apache/tomee/security/http/SavedRequestTest.java   | 18 +++++++++++++++++-
 2 files changed, 34 insertions(+), 2 deletions(-)

diff --git 
a/tomee/tomee-security/src/test/java/org/apache/tomee/security/http/SavedAuthenticationTest.java
 
b/tomee/tomee-security/src/test/java/org/apache/tomee/security/http/SavedAuthenticationTest.java
index fe667d0b61..d0d2cbfb93 100644
--- 
a/tomee/tomee-security/src/test/java/org/apache/tomee/security/http/SavedAuthenticationTest.java
+++ 
b/tomee/tomee-security/src/test/java/org/apache/tomee/security/http/SavedAuthenticationTest.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.tomee.security.http;
 
 import static org.junit.Assert.assertTrue;
@@ -7,7 +23,7 @@ import java.util.HashSet;
 
 import org.junit.Test;
 
-public class SavedAuthenticationTest {
+class SavedAuthenticationTest {
 
   @Test
   public void testSerializable() {
diff --git 
a/tomee/tomee-security/src/test/java/org/apache/tomee/security/http/SavedRequestTest.java
 
b/tomee/tomee-security/src/test/java/org/apache/tomee/security/http/SavedRequestTest.java
index 5583cd35f4..51770cf07e 100644
--- 
a/tomee/tomee-security/src/test/java/org/apache/tomee/security/http/SavedRequestTest.java
+++ 
b/tomee/tomee-security/src/test/java/org/apache/tomee/security/http/SavedRequestTest.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.tomee.security.http;
 
 import static org.junit.Assert.assertTrue;
@@ -6,7 +22,7 @@ import java.io.Serializable;
 
 import org.junit.Test;
 
-public class SavedRequestTest {
+class SavedRequestTest {
   @Test
   public void testSerializable() {
     final SavedRequest savedRequest = new SavedRequest();

Reply via email to