You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ta...@apache.org on 2023/02/06 14:06:57 UTC

[myfaces] branch main updated: license header

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

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


The following commit(s) were added to refs/heads/main by this push:
     new c22363eb4 license header
c22363eb4 is described below

commit c22363eb43981b2122a9d790abb51deadd52871c
Author: Thomas Andraschko <ta...@apache.org>
AuthorDate: Mon Feb 6 15:06:49 2023 +0100

    license header
---
 impl/src/test/resources/junit-platform.properties | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/impl/src/test/resources/junit-platform.properties b/impl/src/test/resources/junit-platform.properties
index 0440e47fd..24f7b3b0a 100644
--- a/impl/src/test/resources/junit-platform.properties
+++ b/impl/src/test/resources/junit-platform.properties
@@ -1,3 +1,17 @@
+# Copyright 2004 The Apache Software Foundation.
+#
+# Licensed 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.
+
 junit.jupiter.execution.parallel.enabled = true
 junit.jupiter.execution.parallel.mode.default = same_thread
 junit.jupiter.execution.parallel.mode.classes.default = concurrent