This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/causeway.git
The following commit(s) were added to refs/heads/master by this push:
new abce719822 CAUSEWAY-3411: adds missing license header
abce719822 is described below
commit abce71982299532544a6fbbc5a837e50dc587c48
Author: Andi Huber <[email protected]>
AuthorDate: Tue Apr 4 18:39:17 2023 +0200
CAUSEWAY-3411: adds missing license header
---
examples/demo/testing/pom.xml | 2 +-
.../unittestsupport/applib/util/ApprovalUtils.java | 18 ++++++++++++++++++
2 files changed, 19 insertions(+), 1 deletion(-)
diff --git a/examples/demo/testing/pom.xml b/examples/demo/testing/pom.xml
index 42f355ce1e..2d4d7904ef 100644
--- a/examples/demo/testing/pom.xml
+++ b/examples/demo/testing/pom.xml
@@ -115,7 +115,7 @@
<groupId>org.picocontainer</groupId>
<artifactId>picocontainer</artifactId>
</exclusion>
- </exclusions>
+ </exclusions>
</dependency>
</dependencies>
diff --git
a/testing/unittestsupport/applib/src/main/java/org/apache/causeway/testing/unittestsupport/applib/util/ApprovalUtils.java
b/testing/unittestsupport/applib/src/main/java/org/apache/causeway/testing/unittestsupport/applib/util/ApprovalUtils.java
index 1693703e0b..711c740758 100644
---
a/testing/unittestsupport/applib/src/main/java/org/apache/causeway/testing/unittestsupport/applib/util/ApprovalUtils.java
+++
b/testing/unittestsupport/applib/src/main/java/org/apache/causeway/testing/unittestsupport/applib/util/ApprovalUtils.java
@@ -1,3 +1,21 @@
+/*
+ * 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.causeway.testing.unittestsupport.applib.util;
import java.util.ArrayList;