Skip to content

Commit

Permalink
transferring copyright from ruben to windmill labs
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenfiszel committed Jul 30, 2022
1 parent b914cca commit e82e5ff
Show file tree
Hide file tree
Showing 32 changed files with 58 additions and 50 deletions.
4 changes: 2 additions & 2 deletions CLA.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## Individual Contributor Non-Exclusive License Agreement

Thank you for your interest in contributing to Ruben Fiszel's Windmill ("We" or
"Us").
Thank you for your interest in contributing to Windmill Labs, Inc's Windmill
("We" or "Us").

The purpose of this contributor agreement ("Agreement") is to clarify and
document the rights granted by contributors to Us.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Source code in this repository is variously licensed under the Apache License
Version 2.0 (see file ./LICENSE-APACHE),or the AGPLv3 License (see file ./LICENSE-AGPL)

Every file is under copyright (c) Ruben Fiszel 2021 unless otherwise specified.
Every file is under copyright (c) Windmill Labs, Inc 2022 unless otherwise specified.
Every file is under License AGPL unless otherwise specified
or belonging to one of the below cases:

Expand Down
2 changes: 1 addition & 1 deletion LICENSE-APACHE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2021 Ruben Fiszel
Copyright 2022 Windmill Labs, Inc

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
4 changes: 1 addition & 3 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
Ruben Fiszel

Copyright (c) 2021 Ruben Fiszel
Copyright (c) 2022 Windmill Labs, Inc

Source code in this repository is variously licensed under the Apache License
Version 2.0 or the GNU Affero General Public License. Please see
Expand Down
19 changes: 5 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<a href="https://app.windmill.dev"><img src="./imgs/windmill.svg" alt="windmill.dev"></a>
</p>
<p align="center">
<em>Windmill.dev is an OSS developer platform to quickly build production-grade multi-steps automations and internal apps from minimal Python and Typescript scripts.</em>
<em>Windmill is an open-source developer platform to quickly build production-grade multi-steps automations and internal apps from minimal Python and Typescript scripts.</em>
</p>
<p align="center">
<a href="https://github.com/windmill-labs/windmill/actions/workflows/docker-image.yml" target="_blank">
Expand All @@ -18,15 +18,14 @@

---

**Join the alpha (personal workspaces are free forever)**:
**Join the beta (personal workspaces are free forever)**:
<https://app.windmill.dev>

**Documentation**: <https://docs.windmill.dev>

**Discord**: <https://discord.gg/V7PM2YHsPB>

**We are hiring**: Software Engineers, DevOps, Solutions Engineers, Growth:
<https://docs.windmill.dev/hiring>
**Hub**: <https://hub.windmill.dev>

You can show your support for the project by starring this repo.

Expand Down Expand Up @@ -86,7 +85,7 @@ Windmill is <b>fully open-sourced</b>:
architecture:
- stateless API backend
- workers that pull jobs from a queue
- frontend in svelte
- frontend in Svelte
- scripts executions are sandboxed using google's nsjail
- javascript runtime is deno_core rust library (which itself uses the rusty_v8
and hence V8 underneath)
Expand Down Expand Up @@ -146,12 +145,4 @@ You will also want to import all the approved resource types from

## Copyright

2021 [Ruben Fiszel](https://github.com/rubenfiszel)

### Acknowledgement

This project is inspired from a previous project called
[Delightool](https://github.com/windmill-labs/delightool-legacy) which was also
led by [Ruben](https://github.com/rubenfiszel) and with large contribution on
the frontend from [Malo Marrec](https://github.com/malomarrec) who gave his
blessing to Windmill.
Windmill Labs, Inc 2022
2 changes: 1 addition & 1 deletion backend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "windmill"
version = "1.26.0"
authors = ["Ruben Fiszel <ruben@rubenfiszel.com>"]
authors = ["Ruben Fiszel <ruben@windmill.dev>"]
edition = "2021"

[build-dependencies]
Expand Down
3 changes: 2 additions & 1 deletion backend/src/audit.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Author & Copyright: Ruben Fiszel 2021
* Author: Ruben Fiszel
* Copyright: Windmill Labs, Inc 2022
* This file and its contents are licensed under the AGPLv3 License.
* Please see the included NOTICE for copyright information and
* LICENSE-AGPL for a copy of the license.
Expand Down
3 changes: 2 additions & 1 deletion backend/src/db.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Author & Copyright: Ruben Fiszel 2021
* Author: Ruben Fiszel
* Copyright: Windmill Labs, Inc 2022
* This file and its contents are licensed under the AGPLv3 License.
* Please see the included NOTICE for copyright information and
* LICENSE-AGPL for a copy of the license.
Expand Down
3 changes: 2 additions & 1 deletion backend/src/error.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Author & Copyright: Ruben Fiszel 2021
* Author: Ruben Fiszel
* Copyright: Windmill Labs, Inc 2022
* This file and its contents are licensed under the AGPLv3 License.
* Please see the included NOTICE for copyright information and
* LICENSE-AGPL for a copy of the license.
Expand Down
3 changes: 2 additions & 1 deletion backend/src/flows.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Author & Copyright: Ruben Fiszel 2021
* Author: Ruben Fiszel
* Copyright: Windmill Labs, Inc 2022
* This file and its contents are licensed under the AGPLv3 License.
* Please see the included NOTICE for copyright information and
* LICENSE-AGPL for a copy of the license.
Expand Down
3 changes: 2 additions & 1 deletion backend/src/granular_acls.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Author & Copyright: Ruben Fiszel 2021
* Author: Ruben Fiszel
* Copyright: Windmill Labs, Inc 2022
* This file and its contents are licensed under the AGPLv3 License.
* Please see the included NOTICE for copyright information and
* LICENSE-AGPL for a copy of the license.
Expand Down
3 changes: 2 additions & 1 deletion backend/src/groups.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Author & Copyright: Ruben Fiszel 2021
* Author: Ruben Fiszel
* Copyright: Windmill Labs, Inc 2022
* This file and its contents are licensed under the AGPLv3 License.
* Please see the included NOTICE for copyright information and
* LICENSE-AGPL for a copy of the license.
Expand Down
3 changes: 2 additions & 1 deletion backend/src/jobs.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Author & Copyright: Ruben Fiszel 2021
* Author: Ruben Fiszel
* Copyright: Windmill Labs, Inc 2022
* This file and its contents are licensed under the AGPLv3 License.
* Please see the included NOTICE for copyright information and
* LICENSE-AGPL for a copy of the license.
Expand Down
3 changes: 2 additions & 1 deletion backend/src/js_eval.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Author & Copyright: Ruben Fiszel 2021
* Author: Ruben Fiszel
* Copyright: Windmill Labs, Inc 2022
* This file and its contents are licensed under the AGPLv3 License.
* Please see the included NOTICE for copyright information and
* LICENSE-AGPL for a copy of the license.
Expand Down
3 changes: 2 additions & 1 deletion backend/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Author & Copyright: Ruben Fiszel 2021
* Author: Ruben Fiszel
* Copyright: Windmill Labs, Inc 2022
* This file and its contents are licensed under the AGPLv3 License.
* Please see the included NOTICE for copyright information and
* LICENSE-AGPL for a copy of the license.
Expand Down
3 changes: 2 additions & 1 deletion backend/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Author & Copyright: Ruben Fiszel 2021
* Author: Ruben Fiszel
* Copyright: Windmill Labs, Inc 2022
* This file and its contents are licensed under the AGPLv3 License.
* Please see the included NOTICE for copyright information and
* LICENSE-AGPL for a copy of the license.
Expand Down
3 changes: 2 additions & 1 deletion backend/src/parser.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Author & Copyright: Ruben Fiszel 2021
* Author: Ruben Fiszel
* Copyright: Windmill Labs, Inc 2022
* This file and its contents are licensed under the AGPLv3 License.
* Please see the included NOTICE for copyright information and
* LICENSE-AGPL for a copy of the license.
Expand Down
3 changes: 2 additions & 1 deletion backend/src/resources.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Author & Copyright: Ruben Fiszel 2021
* Author: Ruben Fiszel
* Copyright: Windmill Labs, Inc 2022
* This file and its contents are licensed under the AGPLv3 License.
* Please see the included NOTICE for copyright information and
* LICENSE-AGPL for a copy of the license.
Expand Down
3 changes: 2 additions & 1 deletion backend/src/schedule.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Author & Copyright: Ruben Fiszel 2021
* Author: Ruben Fiszel
* Copyright: Windmill Labs, Inc 2022
* This file and its contents are licensed under the AGPLv3 License.
* Please see the included NOTICE for copyright information and
* LICENSE-AGPL for a copy of the license.
Expand Down
3 changes: 2 additions & 1 deletion backend/src/scripts.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Author & Copyright: Ruben Fiszel 2021
* Author: Ruben Fiszel
* Copyright: Windmill Labs, Inc 2022
* This file and its contents are licensed under the AGPLv3 License.
* Please see the included NOTICE for copyright information and
* LICENSE-AGPL for a copy of the license.
Expand Down
3 changes: 2 additions & 1 deletion backend/src/static_assets.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Author & Copyright: Ruben Fiszel 2021
* Author: Ruben Fiszel
* Copyright: Windmill Labs, Inc 2022
* This file and its contents are licensed under the AGPLv3 License.
* Please see the included NOTICE for copyright information and
* LICENSE-AGPL for a copy of the license.
Expand Down
3 changes: 2 additions & 1 deletion backend/src/users.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Author & Copyright: Ruben Fiszel 2021
* Author: Ruben Fiszel
* Copyright: Windmill Labs, Inc 2022
* This file and its contents are licensed under the AGPLv3 License.
* Please see the included NOTICE for copyright information and
* LICENSE-AGPL for a copy of the license.
Expand Down
3 changes: 2 additions & 1 deletion backend/src/utils.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Author & Copyright: Ruben Fiszel 2021
* Author: Ruben Fiszel
* Copyright: Windmill Labs, Inc 2022
* This file and its contents are licensed under the AGPLv3 License.
* Please see the included NOTICE for copyright information and
* LICENSE-AGPL for a copy of the license.
Expand Down
3 changes: 2 additions & 1 deletion backend/src/variables.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Author & Copyright: Ruben Fiszel 2021
* Author: Ruben Fiszel
* Copyright: Windmill Labs, Inc 2022
* This file and its contents are licensed under the AGPLv3 License.
* Please see the included NOTICE for copyright information and
* LICENSE-AGPL for a copy of the license.
Expand Down
3 changes: 2 additions & 1 deletion backend/src/worker.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Author & Copyright: Ruben Fiszel 2021
* Author: Ruben Fiszel
* Copyright: Windmill Labs, Inc 2022
* This file and its contents are licensed under the AGPLv3 License.
* Please see the included NOTICE for copyright information and
* LICENSE-AGPL for a copy of the license.
Expand Down
3 changes: 2 additions & 1 deletion backend/src/worker_ping.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Author & Copyright: Ruben Fiszel 2021
* Author: Ruben Fiszel
* Copyright: Windmill Labs, Inc 2022
* This file and its contents are licensed under the AGPLv3 License.
* Please see the included NOTICE for copyright information and
* LICENSE-AGPL for a copy of the license.
Expand Down
3 changes: 2 additions & 1 deletion backend/src/workspaces.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Author & Copyright: Ruben Fiszel 2021
* Author: Ruben Fiszel
* Copyright: Windmill Labs, Inc 2022
* This file and its contents are licensed under the AGPLv3 License.
* Please see the included NOTICE for copyright information and
* LICENSE-AGPL for a copy of the license.
Expand Down
4 changes: 1 addition & 3 deletions frontend/NOTICE
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
Ruben Fiszel

Copyright (c) 2021 Ruben Fiszel
Copyright (c) 2022 Windmill Labs, Inc

Source code in this directory is licensed the GNU Affero General Public License.
2 changes: 1 addition & 1 deletion python-client/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2021 Ruben Fiszel
Copyright 2022 Windmill Labs, Inc

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion python-client/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ openapi-python-client generate --config $PWD/python-gen.yaml --path openapi-dere
cp LICENSE windmill-api/
sed -i '5 i license = "Apache-2.0"' windmill-api/pyproject.toml

sed -i 's/authors = \[\]/authors = \["Ruben Fiszel <ruben@rubenfiszel.com>"\]/g' windmill-api/pyproject.toml
sed -i 's/authors = \[\]/authors = \["Ruben Fiszel <ruben@windmill.dev>"\]/g' windmill-api/pyproject.toml

echo "# Autogenerated Windmill OpenApi Client" >> windmill-api/README.md.tmp
echo "This is the raw autogenerated api client. You are most likely more interested \
Expand Down
2 changes: 1 addition & 1 deletion python-client/wmill/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "Apache-2.0"
homepage = "https://windmill.dev"
documentation = "https://docs.windmill.dev"

authors = ["Ruben Fiszel <ruben@rubenfiszel.com>"]
authors = ["Ruben Fiszel <ruben@windmill.dev>"]

readme = "README.md"
packages = [
Expand Down
2 changes: 1 addition & 1 deletion python-client/wmill_pg/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "Apache-2.0"
homepage = "https://windmill.dev"
documentation = "https://docs.windmill.dev"

authors = ["Ruben Fiszel <ruben@rubenfiszel.com>"]
authors = ["Ruben Fiszel <ruben@windmill.dev>"]

readme = "README.md"
packages = [
Expand Down

0 comments on commit e82e5ff

Please sign in to comment.