Skip to content

Commit

Permalink
Merge branch 'TCORE-236_Monorepo' of github.com:tago-io/tcore into TC…
Browse files Browse the repository at this point in the history
…ORE-236_Monorepo
  • Loading branch information
bgelatti committed Oct 15, 2024
2 parents aaec0fc + 05649de commit de6e188
Show file tree
Hide file tree
Showing 11 changed files with 129 additions and 134 deletions.
52 changes: 31 additions & 21 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,31 @@
MIT License

Copyright (c) 2022 Tago LLC

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.
# Apache License 2.0

Copyright 2024 TagoIO Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

## Copyright Notice

The TagoIO logo and images, as well as other branding assets included in this repository, are copyrighted by TagoIO Inc. and are not covered by the Apache License 2.0. These assets may not be used, copied, or distributed without explicit permission from TagoIO Inc.

### Open Source Images

Some images included in this repository are licensed under open-source licenses. These images are not owned by TagoIO Inc. and are provided under their respective licenses. Refer to the individual image files for more information on their specific licensing terms.

### Third-Party Plugins

This repository contains a `plugins` folder with third-party code that may not be covered by the Apache License 2.0. Each third-party component is subject to its own licensing terms, which may differ from the Apache License. Please consult the respective documentation and license files within the `plugins` folder for more information on these licenses.

---

*This software is provided by TagoIO Inc. under the Apache License 2.0. For questions or additional permissions, please contact us.*
28 changes: 18 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,24 @@
# TagoCore - Open Source ("TCore - OSS")
# TagoCore - Open Source

## The Repository

This repository ("`TCore - OSS`") is where we (TagoIO) develop the [TagoCore](https://tagocore.com) product together with the community. Not only do we work on code and issues here. This source code is available to everyone under the standard [MIT license](https://github.com/tago-io/tcore/blob/main/LICENSE).
This repository is where we (TagoIO Inc.) develop the [TagoCore](https://tagocore.com) product together with the community. Here, we work on code, address issues, and develop features collaboratively. The source code is available to everyone under the [Apache License 2.0](https://github.com/tago-io/tcore/blob/main/LICENSE).

## TagoCore

<p align="center">
<img alt="TagoCore in action" src="./.github/main-screenshot.png">
</p>

[TagoCore](https://tagocore.com) is a distribution of the `TCore - OSS` repository with TagoIO-specific customizations released under a copyright license of [TagoIO](https://tago.io).
[TagoCore](https://tagocore.com) is a free, fast, and open-source IoT platform for edge computing, allowing you to parse, analyze, and manage data from your devices.

[TagoCore](https://tagocore.com) is a free, fast, and open-source IoT platform for edge computing that you can use to parse, and analyze the data from your devices!

TagoCore is updated monthly with new features and bug fixes. You can download it for Windows, macOS, and Linux on [TagoCore's website](https://tagocore.com/#download).
TagoCore is distributed as a Docker image, which you can access on [Docker Hub](https://hub.docker.com/r/tagoio/tagocore).

## Contributing

There are many ways in which you can participate in this project, for example:
There are many ways to participate in this project, including:

* [Submit bugs and feature requests](https://github.com/tago-io/tcore/issues), and help us verify as they are checked in
* [Submit bugs and feature requests](https://github.com/tago-io/tcore/issues) and help us verify as they are checked in
* Review [source code changes](https://github.com/tago-io/tcore/pulls)

## Feedback
Expand All @@ -31,6 +29,16 @@ There are many ways in which you can participate in this project, for example:

## License

Copyright (c) Tago LLC. All rights reserved.
This repository is licensed under the [Apache License 2.0](LICENSE).

### Copyright Notice

TagoIO Inc. retains all rights to the TagoCore name, logo, and branding assets. These materials are not covered under the Apache License and may not be used without explicit permission from TagoIO Inc.

### Third-Party Plugins and Open Source Images

This repository may contain third-party plugins and open-source images that are subject to their own licenses. Please refer to individual files and documentation for specific licensing terms.

---

Licensed under the [MIT](LICENSE) license.
*This software is provided by TagoIO Inc. under the Apache License 2.0. For questions or additional permissions, please contact us.*
4 changes: 2 additions & 2 deletions data.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"slug": "tcore",
"name": "TCore"
"slug": "tagocore",
"name": "TagoCore"
}
2 changes: 1 addition & 1 deletion package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@tago-io/tcore",
"name": "@tago-io/tagocore",
"version": "0.7.0",
"author": "Tago LLC",
"description": "TCore by TagoIO",
"license": "MIT",
"author": "TagoIO Inc.",
"description": "TagoCore by TagoIO",
"license": "Apache-2.0",
"private": true,
"bin": "packages/tcore-cli/build/index.js",
"engines": {
Expand Down
1 change: 1 addition & 0 deletions packages/tcore-console/assets/icons/circle-nodes.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
78 changes: 67 additions & 11 deletions packages/tcore-console/assets/icons/tcore.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified packages/tcore-console/assets/images/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit de6e188

Please sign in to comment.