Skip to content

Commit

Permalink
chore(docs): renaming monada to wing cloud (#3674)
Browse files Browse the repository at this point in the history
Closes #3658

Things that didn't get modified:
- PagerDuty link (https://monada.pagerduty.com/incidents)
- Email ([email protected])
- Monada Bot and its email ([email protected])
- Tailwind color names (monada-light, monada-dark, monada-black)
- VS Code extension link (https://marketplace.visualstudio.com/items?itemName=Monada.vscode-wing)
- npm login (--scope=@monadahq)

*By submitting this pull request, I confirm that my contribution is made under the terms of the [Wing Cloud Contribution License](https://github.com/winglang/wing/blob/main/CONTRIBUTION_LICENSE.md)*.
  • Loading branch information
garysassano authored Aug 16, 2023
1 parent 41bece0 commit 7189db8
Show file tree
Hide file tree
Showing 20 changed files with 60 additions and 22 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTION_LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

**Last revised on July 17<sup>th</sup>, 2023**

1. <a name="_heading=h.gjdgxs"></a>Wing Cloud Inc., a Delaware Corporation and/or its affiliates (dba “**Wing Cloud**”) ("Company") may release and operate certain projects under an open-source licensing regime (the “**Project(s)**”). This document describes the license under which you provide your contribution If you wish to contribute to any Project. This document is provided for convenience and details the terms of the licenses you provide and granted as described under the Contributors Terms of Use available [**here**](https://github.com/winglang/wing/blob/main/CONTRIBUTORS_TERMS_OF_SERVICE.md) (“**CTS**”). Contributing or otherwise participating in the Project is subject to the CTS which supersede in any discrepancy with this document. By contributing to the Project, you agree to comply with the CTS. NOTE: This document does not apply to or govern the use of (and/or contributions to) any Company’s licensed products or services which are subject to separate license agreements. For example, the Company Console Software Application, is governed by the Company Console Software License Agreement (the current version of which could be found **[here](https://github.com/winglang/wing/blob/main/apps/wing-console/LICENSE.md)**.
1. <a name="_heading=h.gjdgxs"></a>Wing Cloud, Inc., a Delaware corporation and/or its affiliates (dba “**Wing Cloud**”) ("Company") may release and operate certain projects under an open-source licensing regime (the “**Project(s)**”). This document describes the license under which you provide your contribution If you wish to contribute to any Project. This document is provided for convenience and details the terms of the licenses you provide and granted as described under the Contributors Terms of Use available [**here**](https://github.com/winglang/wing/blob/main/CONTRIBUTORS_TERMS_OF_SERVICE.md) (“**CTS**”). Contributing or otherwise participating in the Project is subject to the CTS which supersede in any discrepancy with this document. By contributing to the Project, you agree to comply with the CTS. NOTE: This document does not apply to or govern the use of (and/or contributions to) any Company’s licensed products or services which are subject to separate license agreements. For example, the Company Console Software Application, is governed by the Company Console Software License Agreement (the current version of which could be found **[here](https://github.com/winglang/wing/blob/main/apps/wing-console/LICENSE.md)**.


2. **Your Contribution is Yours**. Your Contribution shall remain at all times, and to the extent permitted by law, your sole and exclusive property. You hereby further acknowledge and agree that the Contribution is non-confidential. You may release your Contribution to the public, license it under any license or use it as an owner in any manner provided however that the licenses and waivers granted below shall remain in full force.
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTORS_TERMS_OF_SERVICE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

**1. Acceptance of Terms**

1.1. Monada Inc., a Delaware corporation and/or its affiliates (dba “Wing Cloud”) (“Company”) may operate release and operate certain projects under an open-source licensing regime (the “Project(s)”). If you wish to contribute to or otherwise participate in any such Project, please read carefully the following Contributors Terms of Service (“CTS”). NOTE: This document does not apply to or govern the use of (and/or contributions to) any Company’s licensed products or services which are subject to separate license agreements. For example, the Company Console Software Application, is governed by the Company Console Software License Agreement (the current versions of which could be found **[here](https://github.com/winglang/wing/blob/main/apps/wing-console/LICENSE.md)**).
1.1. Wing Cloud, Inc., a Delaware corporation and/or its affiliates (dba “Wing Cloud”) (“Company”) may operate release and operate certain projects under an open-source licensing regime (the “Project(s)”). If you wish to contribute to or otherwise participate in any such Project, please read carefully the following Contributors Terms of Service (“CTS”). NOTE: This document does not apply to or govern the use of (and/or contributions to) any Company’s licensed products or services which are subject to separate license agreements. For example, the Company Console Software Application, is governed by the Company Console Software License Agreement (the current versions of which could be found **[here](https://github.com/winglang/wing/blob/main/apps/wing-console/LICENSE.md)**).


1.2. BY CLICKING THE BOX INDICATING YOUR ACCEPTANCE OF THIS CTS, BY CONTRIBUTING ANY CONTENT TO THE PROJECTS OR BY OTHERWISE PARTICIPATING IN A PROJECT, YOU ACKNOWLEDGE THAT YOU HAVE READ AND UNDERSTOOD THE FOLLOWING TERMS AND YOU AGREE TO BE BOUND BY THEM AND TO COMPLY WITH ALL APPLICABLE LAWS AND REGULATIONS REGARDING YOUR PARTICIPATION IN OR ENGAGEMENT WITH THE PROJECT, AND YOU ACKNOWLEDGE THAT THESE TERMS CONSTITUTE A BINDING AND ENFORCEABLE LEGAL CONTRACT BETWEEN COMPANY AND YOU. IF YOU ACCEPT THESE CTS ON BEHALF OF AN ORGANIZATION, YOU REPRESENT THAT YOU HAVE THE AUTHORITY TO BIND YOUR ORGANIZATION BY THESE CTS. IF YOU DO NOT HAVE SUCH AUTHORITY, OR IF YOU DO NOT AGREE WITH THIS CTS, DO NOT CLICK ON THE ACCEPT BOX AND DO NOT CONTRIBUTE ANY MATERIALS TO OR ENGAGE WITH THE PROJECTS.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2022-present Monada, Inc.
Copyright (c) 2022-present Wing Cloud, Inc.

Portions of this software are licensed as follows:

Expand Down
4 changes: 2 additions & 2 deletions apps/jsii-docgen/.projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ const project = new typescript.TypeScriptProject({
name: "@winglang/jsii-docgen",
description: "Generates API docs for Wing libraries",
repository: "https://github.com/winglang/wing",
authorName: "Monada",
authorName: "Wing Cloud",
authorEmail: "[email protected]",
authorOrganization: true,
authorUrl: "https://monada.co",
authorUrl: "https://wing.cloud",
defaultReleaseBranch: "main",
projenCommand: "pnpm exec projen",

Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions apps/jsii-docgen/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2023 Monada
Copyright (c) 2023 Wing Cloud

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion apps/wing-api-checker/.projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const project = new typescript.TypeScriptProject({
authorName: "Monada",
authorEmail: "[email protected]",
authorOrganization: true,
authorUrl: "https://monada.co",
authorUrl: "https://wing.cloud",
repository: "https://github.com/winglang/wing.git",
projenCommand: "pnpm exec projen",
packageManager: javascript.NodePackageManager.PNPM,
Expand Down
19 changes: 19 additions & 0 deletions apps/wing-api-checker/LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Copyright (c) 2023 Wing Cloud, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
4 changes: 2 additions & 2 deletions apps/wing-api-checker/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/wing-console/LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LICENSE AGREEMENT

**THIS IS A LICENSE, NOT A SALE**

THIS IS A SOFTWARE LICENSE AGREEMENT (“AGREEMENT”) BETWEEN Monada INC., A DELAWARE CORPORATION AND/OR ITS AFFILIATES (dba “COMPANY”) ("COMPANY"), AND THE END USER (“YOU” (AND ITS DERIVATIVES) OR “LICENSEE”), EACH A “PARTY” AND TOGETHER, THE “PARTIES.” PLEASE READ THIS AGREEMENT CAREFULLY AS IT GOVERNS YOUR USE OF COMPANY’S PROPRIETARY CONSOLE SOFTWARE APPLICATION, WHETHER INSTALLED ON LICENSEE’S DEVICE OR ACCESSED VIA A WEB PORTAL (“SOFTWARE”), AND ANY ACCOMPANYING DOCUMENTATION (“DOCUMENTATION”) (COLLECTIVELY, THE “CONSOLE”). BY: (1) SUBSCRIBING TO THE CONSOLE, DOWNLOADING IT OR OTHERWISE USING OR ACCESSING IT, (2) CLICKING ON THE “I AGREE” BUTTON FOLLOWING THIS AGREEMENT, OR (3) AUTHORIZING COMPANY (OR ITS AUTHORIZED AGENTS) TO INSTALL THE CONSOLE, YOU ARE CONSENTING TO BE BOUND BY AND ARE BECOMING A PARTY TO THIS AGREEMENT ON BEHALF OF YOURSELF PERSONALLY OR THE ENTITY OR INDIVIDUAL BY WHICH YOU ARE EMPLOYED AND/OR ARE OTHERWISE REPRESENTING AND WARRANTING THAT YOU HAVE ADEQUATE LEGAL POWER AND CAPACITY TO ENTER INTO THIS AGREEMENT AND ARE AUTHORIZED TO BIND SUCH ENTITY OR INDIVIDUAL. IF YOU DO NOT AGREE WITH ALL OF THE TERMS HEREOF OR DO NOT UNDERSTAND THESE TERMS, YOU MUST: (1) CLICK THE “I DO NOT AGREE” BUTTON; AND (2) NOT ACCESS OR OTHERWISE USE THE CONSOLE.
THIS IS A SOFTWARE LICENSE AGREEMENT (“AGREEMENT”) BETWEEN WING CLOUD, INC., A DELAWARE CORPORATION AND/OR ITS AFFILIATES (dba “WING CLOUD”) ("COMPANY"), AND THE END USER (“YOU” (AND ITS DERIVATIVES) OR “LICENSEE”), EACH A “PARTY” AND TOGETHER, THE “PARTIES.” PLEASE READ THIS AGREEMENT CAREFULLY AS IT GOVERNS YOUR USE OF COMPANY’S PROPRIETARY CONSOLE SOFTWARE APPLICATION, WHETHER INSTALLED ON LICENSEE’S DEVICE OR ACCESSED VIA A WEB PORTAL (“SOFTWARE”), AND ANY ACCOMPANYING DOCUMENTATION (“DOCUMENTATION”) (COLLECTIVELY, THE “CONSOLE”). BY: (1) SUBSCRIBING TO THE CONSOLE, DOWNLOADING IT OR OTHERWISE USING OR ACCESSING IT, (2) CLICKING ON THE “I AGREE” BUTTON FOLLOWING THIS AGREEMENT, OR (3) AUTHORIZING COMPANY (OR ITS AUTHORIZED AGENTS) TO INSTALL THE CONSOLE, YOU ARE CONSENTING TO BE BOUND BY AND ARE BECOMING A PARTY TO THIS AGREEMENT ON BEHALF OF YOURSELF PERSONALLY OR THE ENTITY OR INDIVIDUAL BY WHICH YOU ARE EMPLOYED AND/OR ARE OTHERWISE REPRESENTING AND WARRANTING THAT YOU HAVE ADEQUATE LEGAL POWER AND CAPACITY TO ENTER INTO THIS AGREEMENT AND ARE AUTHORIZED TO BIND SUCH ENTITY OR INDIVIDUAL. IF YOU DO NOT AGREE WITH ALL OF THE TERMS HEREOF OR DO NOT UNDERSTAND THESE TERMS, YOU MUST: (1) CLICK THE “I DO NOT AGREE” BUTTON; AND (2) NOT ACCESS OR OTHERWISE USE THE CONSOLE.

The license to use the console herein is provided, as of the date hereof, free of charge. the company reserves the rights to cease such free-of-charge license and use and charge fees therefor at any time subject to an order form which shall detail the fees, features, scope, duration and such additional terms and conditions, as incorporated by reference to this agreement, which you have executed, signed or otherwise authorized in conjunction with the purchase of the right and license to use the console (“ORDER FORM”).

Expand Down
2 changes: 1 addition & 1 deletion apps/wing/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022-2023 Monada, Inc.
Copyright (c) 2022-2023 Wing Cloud, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions docs/docs/999-faq/030-who-is-behind-wing.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ id: who-is-behind-wing
keywords: [faq, who is behind wing, winglang, Wing programming language, Wing language, monetization, business model]
---

Wing is built by the folks at [Monada](https://monada.co) and an amazing community of contributors from around the world.
Wing is built by the folks at [Wing Cloud](https://wing.cloud) and an amazing community of contributors from around the world.

Monada was founded by [Elad Ben-Israel](https://github.com/eladb) and [Shai Ber](https://github.com/ShaiBer) with the mission to democratize the cloud by building tools and services that unleash its full potential.
Wing Cloud was founded by [Elad Ben-Israel](https://github.com/eladb) and [Shai Ber](https://github.com/ShaiBer) with the mission to democratize the cloud by building tools and services that unleash its full potential.

The language specification, toolchain and local simulator are released under the MIT license and will always be free to use. We see ourselves as the shepherds of the project through its incubation and hope to donate it to an open-source foundation so it will be eventually be community governed.

The **Wing Console** is Monada's first product. It is designed to be an amazing companion for building Wing applications. We don't have plans to charge for local development, but have some ideas for adding production capabilities to the Wing Console that we plan to charge for.
The **Wing Console** is Wing Cloud's first product. It is designed to be an amazing companion for building Wing applications. We don't have plans to charge for local development, but have some ideas for adding production capabilities to the Wing Console that we plan to charge for.

2 changes: 1 addition & 1 deletion libs/wingc/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022-2023 Monada, Inc.
Copyright (c) 2022-2023 Wing Cloud, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion libs/wingcompiler/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022-2023 Monada, Inc.
Copyright (c) 2022-2023 Wing Cloud, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion libs/wingsdk/.projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const sideLoad = Object.values(TARGET_DEPS).flat();

const project = new cdk.JsiiProject({
name: "@winglang/sdk",
author: "Monada, Inc.",
author: "Wing Cloud",
authorOrganization: true,
authorAddress: "[email protected]",
repositoryUrl: "https://github.com/winglang/wing.git",
Expand Down
2 changes: 1 addition & 1 deletion libs/wingsdk/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions libs/wingsdk/LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Copyright (c) 2023 Wing Cloud, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
2 changes: 1 addition & 1 deletion libs/wingsdk/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/hangar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test:watch": "vitest watch",
"bench": "vitest bench --run"
},
"author": "Monada",
"author": "Wing Cloud",
"license": "Apache-2.0",
"devDependencies": {
"@wingconsole/app": "workspace:^",
Expand Down

0 comments on commit 7189db8

Please sign in to comment.