You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2022/05/21 11:18:09 UTC

[commons-crypto] branch master updated: += AL2

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

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git


The following commit(s) were added to refs/heads/master by this push:
     new 04b7c13  += AL2
04b7c13 is described below

commit 04b7c13e118ba1192b04327a5680115eafa4d913
Author: Sebb <se...@apache.org>
AuthorDate: Sat May 21 12:18:00 2022 +0100

    += AL2
---
 src/docker/Dockerfile | 17 +++++++++++++++++
 src/docker/README.md  | 17 +++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/src/docker/Dockerfile b/src/docker/Dockerfile
index e03c836..964cfd3 100644
--- a/src/docker/Dockerfile
+++ b/src/docker/Dockerfile
@@ -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.
+#
 FROM ubuntu:bionic-20220401
 RUN dpkg --add-architecture i386
 RUN apt update
diff --git a/src/docker/README.md b/src/docker/README.md
index b8d2030..f623c99 100644
--- a/src/docker/README.md
+++ b/src/docker/README.md
@@ -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.
+-->
 # Building with Docker
 
 ```