Skip to content

Commit

Permalink
minor correction, added license header to some md files
Browse files Browse the repository at this point in the history
  • Loading branch information
2pk03 committed Sep 5, 2023
1 parent c0afbc5 commit 69bae9a
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 5 deletions.
11 changes: 10 additions & 1 deletion general-todos.md
Original file line number Diff line number Diff line change
@@ -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
## TODO: Explain the structure of the scala folder
11 changes: 10 additions & 1 deletion python/README.md
Original file line number Diff line number Diff line change
@@ -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
Implementation of a python API for Apache Wayang
11 changes: 10 additions & 1 deletion wayang-assembly/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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
```
```
9 changes: 9 additions & 0 deletions wayang-benchmark/README.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
8 changes: 8 additions & 0 deletions wayang-docs/src/main/resources/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion wayang-docs/src/main/resources/_includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 does indicate that the project has yet to be fully endorsed by the ASF.
</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>
Expand Down
2 changes: 1 addition & 1 deletion wayang-docs/src/main/resources/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 69bae9a

Please sign in to comment.