Skip to content

Commit

Permalink
add license and others
Browse files Browse the repository at this point in the history
  • Loading branch information
audiBookning committed Jun 8, 2021
1 parent d9a0a7e commit fa7d44d
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 7 deletions.
15 changes: 15 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
ISC License

Copyright (c) {{ year }}, {{ author }}

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
6 changes: 0 additions & 6 deletions LICENSE.md

This file was deleted.

3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,6 @@
- Errors are too generic and many try catch missing, although Nestjs catch them by default...

- Integrate with a database. Maybe do it in a different repo in order to separate the basic "routing" implementation on its own?

License
ISC © 2021 AudiBookning
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "stripe-backend",
"name": "sample-stripe-backend",
"version": "0.0.1",
"description": "just testing some code",
"author": "audiBookning",
Expand Down

0 comments on commit fa7d44d

Please sign in to comment.