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

glauesppen pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git

commit ec7b5ce6268c65e4c73454638e3b1cabdea4bc1d
Author: 2pk03 <[email protected]>
AuthorDate: Tue Sep 5 17:48:17 2023 +0200

    minor correction, added license header to some md files
---
 general-todos.md                                     | 11 ++++++++++-
 python/README.md                                     | 11 ++++++++++-
 wayang-assembly/README.md                            | 11 ++++++++++-
 wayang-benchmark/README.md                           |  9 +++++++++
 wayang-docs/src/main/resources/README.md             |  8 ++++++++
 wayang-docs/src/main/resources/_includes/footer.html |  2 +-
 wayang-docs/src/main/resources/index.md              |  2 +-
 7 files changed, 49 insertions(+), 5 deletions(-)

diff --git a/general-todos.md b/general-todos.md
index c01aa049..e3870888 100644
--- a/general-todos.md
+++ b/general-todos.md
@@ -1,3 +1,12 @@
+<!---
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  license agreements; and to You under the Apache License, version 2.0:
+ 
+    https://www.apache.org/licenses/LICENSE-2.0
+
+  This file is part of the Apache Wayang (incubating) project.
+--->
+
 # Here are all the To-Do's that are general
 
-## TODO: Explain the structure of the scala folder
\ No newline at end of file
+## TODO: Explain the structure of the scala folder
diff --git a/python/README.md b/python/README.md
index bb6d9506..1753f64a 100644
--- a/python/README.md
+++ b/python/README.md
@@ -1,3 +1,12 @@
+<!---
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  license agreements; and to You under the Apache License, version 2.0:
+
+    https://www.apache.org/licenses/LICENSE-2.0
+
+  This file is part of the Apache Wayang (incubating) project.
+--->
+
 # PyWayang
 
-Implementation of a python API for Apache Wayang
\ No newline at end of file
+Implementation of a python API for Apache Wayang
diff --git a/wayang-assembly/README.md b/wayang-assembly/README.md
index c29cc46b..dafb9303 100644
--- a/wayang-assembly/README.md
+++ b/wayang-assembly/README.md
@@ -1,3 +1,12 @@
+<!---
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  license agreements; and to You under the Apache License, version 2.0:
+
+    https://www.apache.org/licenses/LICENSE-2.0
+
+  This file is part of the Apache Wayang (incubating) project.
+--->
+
 # Wayang Assembly
 This is an assembly module for Apache Wayang(Incubator) project.
 
@@ -21,4 +30,4 @@ To execute the Wayang Assembly you need to execute the 
following command in the
 ```shell
 ./mvnw clean install -DskipTests 
 ./mvnw clean package -pl :wayang-assembly -Pdistribution
-```
\ No newline at end of file
+```
diff --git a/wayang-benchmark/README.md b/wayang-benchmark/README.md
index 9c1fb875..47f6f31d 100644
--- a/wayang-benchmark/README.md
+++ b/wayang-benchmark/README.md
@@ -1,3 +1,12 @@
+<!---
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  license agreements; and to You under the Apache License, version 2.0:
+
+    https://www.apache.org/licenses/LICENSE-2.0
+
+  This file is part of the Apache Wayang (incubating) project.
+--->
+
 # Apache Wayang (incubating) Benchmarks <img align="right" width="128px" 
src="https://wayang.apache.org/assets/img/logo/logo_400x160.png"; alt="Wayang 
logo">
 
 This repository provides example applications and further benchmarking tools 
to evaluate and get started with [Apache Wayang 
(incubating)](https://wayang.apache.org).
diff --git a/wayang-docs/src/main/resources/README.md 
b/wayang-docs/src/main/resources/README.md
index 8753776d..dd173b09 100644
--- a/wayang-docs/src/main/resources/README.md
+++ b/wayang-docs/src/main/resources/README.md
@@ -1,3 +1,11 @@
+<!---
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  license agreements; and to You under the Apache License, version 2.0:
+
+    https://www.apache.org/licenses/LICENSE-2.0
+
+  This file is part of the Apache Wayang (incubating) project.
+--->
 # NOTES:
 
 ## menus
diff --git a/wayang-docs/src/main/resources/_includes/footer.html 
b/wayang-docs/src/main/resources/_includes/footer.html
index 4f419bc2..a34cfa1a 100644
--- a/wayang-docs/src/main/resources/_includes/footer.html
+++ b/wayang-docs/src/main/resources/_includes/footer.html
@@ -30,7 +30,7 @@
                         Apache Wayang (incubating) is an effort undergoing 
Incubation at The Apache Software Foundation (ASF), sponsored by the Incubator. 
Incubation is required of all newly accepted projects until a further review 
indicates that the infrastructure, communications, and decision making process 
have stabilized in a manner consistent with other successful ASF projects. 
While incubation status is not necessarily a reflection of the completeness or 
stability of the code, it d [...]
                     </p>
                     <p class="text-center">
-                        Copyright &#169; 2021 The Apache Software 
Foundation.<br />
+                        Copyright &#169; 2023 The Apache Software 
Foundation.<br />
                         Licensed under the Apache License, Version 2.0.<br />
                         Apache, the Apache Feather logo, and the Apache 
Incubator project logo are trademarks of The Apache Software Foundation.
                     </p>
diff --git a/wayang-docs/src/main/resources/index.md 
b/wayang-docs/src/main/resources/index.md
index 86144c45..106e13b2 100644
--- a/wayang-docs/src/main/resources/index.md
+++ b/wayang-docs/src/main/resources/index.md
@@ -386,7 +386,7 @@ object kmeans {
 
 All files in this repository are licensed under the Apache Software License 2.0
 
-Copyright 2020 - 2021 The Apache Software Foundation.
+Copyright 2020 - 2023 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.

Reply via email to