mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 08:01:25 +00:00
transferring copyright from ruben to windmill labs
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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 = [
|
||||
|
||||
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user