This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-exec.git
The following commit(s) were added to refs/heads/master by this push:
new 5dd0bc5 Add missing license header.
5dd0bc5 is described below
commit 5dd0bc5e65d2a358af1ebb8f741f639d293927c0
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Oct 8 20:58:00 2019 -0400
Add missing license header.
---
.../java/org/apache/commons/exec/AbstractExecTest.java | 17 +++++++++++++++++
src/test/scripts/issues/exec-62.sh | 17 +++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/src/test/java/org/apache/commons/exec/AbstractExecTest.java
b/src/test/java/org/apache/commons/exec/AbstractExecTest.java
index 316f5a1..d32bd95 100644
--- a/src/test/java/org/apache/commons/exec/AbstractExecTest.java
+++ b/src/test/java/org/apache/commons/exec/AbstractExecTest.java
@@ -1,3 +1,20 @@
+/*
+ * 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.commons.exec;
import org.junit.Rule;
diff --git a/src/test/scripts/issues/exec-62.sh
b/src/test/scripts/issues/exec-62.sh
index fd3403a..4cf504b 100644
--- a/src/test/scripts/issues/exec-62.sh
+++ b/src/test/scripts/issues/exec-62.sh
@@ -1,5 +1,22 @@
#!/bin/sh
+#
+# 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.
+#
+
Echo simulate timeout
cat /dev/urandom &
cat /dev/urandom >&2 &