Skip to content

Commit e9e65ca

Browse files
committed
docs: update license to add attribution
1 parent 2c3d404 commit e9e65ca

File tree

3 files changed

+40
-1
lines changed

3 files changed

+40
-1
lines changed

AmazonChangeLog.txt

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
The Open Source MIT licensed project is at:
2+
- [serverless-stack-demo-api](https://github.com/AnomalyInnovations/serverless-stack-demo-api)
3+
- [serverless-stack-demo-client](https://github.com/AnomalyInnovations/serverless-stack-demo-client)
4+
5+
High level modifications:
6+
- Used [AWS Cloud Development Kit](https://aws.amazon.com/cdk/) instead of [Serverless](https://serverless.com/).
7+
- Removed tests which were done using serverless-bundle.
8+
- Switched to [yarn](https://yarnpkg.com) over [npm](https://npmjs.com).
9+
- Introduced [TypeScript](https://www.typescriptlang.org/) and [ESLint](https://eslint.org/).
10+
- Added [webpack](https://webpack.js.org/) to reduce bundle size.
11+
- Moved from [React Router](https://reacttraining.com/react-router/) to [Reach router](https://reach.tech/router).
12+
- Updated to [React Bootstrap v1.0.0](https://react-bootstrap.github.io/) based on Bootstrap 4.3.
13+
- Wrote React components using [Hooks](https://reactjs.org/docs/hooks-intro.html).
14+
- Used [AWS SDK for JavaScript version 3 (v3)](https://aws.amazon.com/blogs/developer/modular-aws-sdk-for-javascript-is-now-generally-available/).

LICENSE

+23-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
1-
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
1+
MIT License
2+
3+
Copyright (c) 2017 Anomaly Innovations
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.
22+
23+
Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
224

325
Permission is hereby granted, free of charge, to any person obtaining a copy of
426
this software and associated documentation files (the "Software"), to deal in

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
In this app, you are going to build a simple note taking application using
44
[modular AWS SDK for JavaScript][modular-aws-sdk-js-blog-post]
55

6+
The note taking application is the modified version from the original Open Source MIT licensed
7+
project shared in the tutorials on [serverless-stack](http://serverless-stack.com).
8+
69
## Table of Contents
710

811
- [Prerequisites](#prerequisites)

0 commit comments

Comments
 (0)