Skip to content

Commit

Permalink
Update README files and add LICENSE.txt
Browse files Browse the repository at this point in the history
Added specific URLs for documentation and license information in various README files. Introduced LICENSE.txt to clearly define the MIT License for the project and its sub-projects.
  • Loading branch information
koichimurakami committed Oct 24, 2024
1 parent c3e92bb commit c84806f
Show file tree
Hide file tree
Showing 7 changed files with 59 additions and 3 deletions.
7 changes: 7 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Copyright 2024 Murakami Business Consulting, Inc. https://www.mbc-net.com/

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.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,21 +49,21 @@ $ npm i -g @mbc-cqrs-serverless/cli

- Create a new application

```
```bash
$ mbc new YOUR_PROJECT_NAME
```

## Examples

- [Check here](./examples/)
- [Check here](https://github.com/mbc-net/mbc-cqrs-serveless-samples)

## Architecture

- TODO

## How to guide

- TODO
- Japanese: https://www.mbc-net.com/tag/mbc-cqrs-serverless/

## Contributing

Expand Down Expand Up @@ -91,3 +91,7 @@ $ npm run release
- NPM workspace: https://docs.npmjs.com/cli/v7/using-npm/workspaces
- Nestjs: https://docs.nestjs.com/
- Serverless framework: https://www.serverless.com/framework/docs

## License
Copyright © 2024, Murakami Business Consulting, Inc. https://www.mbc-net.com/
This project and sub projects are under the MIT License.
9 changes: 9 additions & 0 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# MBC CQRS serverless framework CLI package

## Documentation

Visit https://mbc-net.github.io/mbc-cqrs-serverless-doc/ to view the full documentation.

## License
Copyright © 2024, Murakami Business Consulting, Inc. https://www.mbc-net.com/
This project and sub projects are under the MIT License.
9 changes: 9 additions & 0 deletions packages/core/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# MBC CQRS serverless framework CORE package

## Documentation

Visit https://mbc-net.github.io/mbc-cqrs-serverless-doc/ to view the full documentation.

## License
Copyright © 2024, Murakami Business Consulting, Inc. https://www.mbc-net.com/
This project and sub projects are under the MIT License.
9 changes: 9 additions & 0 deletions packages/sequence/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# MBC CQRS serverless framework Sequence package

## Documentation

Visit https://mbc-net.github.io/mbc-cqrs-serverless-doc/ to view the full documentation.

## License
Copyright © 2024, Murakami Business Consulting, Inc. https://www.mbc-net.com/
This project and sub projects are under the MIT License.
9 changes: 9 additions & 0 deletions packages/task/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# MBC CQRS serverless framework Task package

## Documentation

Visit https://mbc-net.github.io/mbc-cqrs-serverless-doc/ to view the full documentation.

## License
Copyright © 2024, Murakami Business Consulting, Inc. https://www.mbc-net.com/
This project and sub projects are under the MIT License.
9 changes: 9 additions & 0 deletions packages/ui-setting/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# MBC CQRS serverless framework UI Setting package

## Documentation

Visit https://mbc-net.github.io/mbc-cqrs-serverless-doc/ to view the full documentation.

## License
Copyright © 2024, Murakami Business Consulting, Inc. https://www.mbc-net.com/
This project and sub projects are under the MIT License.

0 comments on commit c84806f

Please sign in to comment.