cleanup license descriptions

This commit is contained in:
syumai 2023-04-11 22:45:19 +09:00
parent 2609f2a76f
commit fb4c7f887d
10 changed files with 1 additions and 73 deletions

View File

@ -1,4 +1,4 @@
Copyright 2022-present [syumai](https://github.com/syumai/), [akarasz](https://github.com/akarasz) Copyright 2022-present [syumai](https://github.com/syumai/), [akarasz](https://github.com/akarasz) and other contributors
Permission is hereby granted, free of charge, to any person obtaining a copy of 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 this software and associated documentation files (the "Software"), to deal in

View File

@ -75,11 +75,3 @@ To deploy a Worker, the following steps are required.
The [worker-template-tinygo](https://github.com/syumai/worker-template-tinygo) repository contains all the required files, so I recommend using this template. The [worker-template-tinygo](https://github.com/syumai/worker-template-tinygo) repository contains all the required files, so I recommend using this template.
The [worker-template-go](https://github.com/syumai/worker-template-go) repository (using regular Go, not tinygo) is also available, but it requires a paid plan of Cloudflare Workers (due to the large binary size). The [worker-template-go](https://github.com/syumai/worker-template-go) repository (using regular Go, not tinygo) is also available, but it requires a paid plan of Cloudflare Workers (due to the large binary size).
## License
MIT
## Author
syumai, akarasz

View File

@ -26,11 +26,3 @@ make dev # run dev server
make build # build Go Wasm binary make build # build Go Wasm binary
make publish # publish worker make publish # publish worker
``` ```
## Author
syumai
## License
MIT

View File

@ -78,11 +78,3 @@ make publish # publish worker
``` ```
* Notice: This example uses raw SQL commands to initialize the DB for simplicity, but in general you should use `wrangler d1 migraions` for your application. * Notice: This example uses raw SQL commands to initialize the DB for simplicity, but in general you should use `wrangler d1 migraions` for your application.
## Author
syumai
## License
MIT

View File

@ -22,11 +22,3 @@ make dev # run dev server
make build # build Go Wasm binary make build # build Go Wasm binary
make publish # publish worker make publish # publish worker
``` ```
## Author
syumai
## License
MIT

View File

@ -24,11 +24,3 @@ make dev # run dev server
make build # build Go Wasm binary make build # build Go Wasm binary
make publish # publish worker make publish # publish worker
``` ```
## Author
syumai
## License
MIT

View File

@ -22,11 +22,3 @@ make dev # run dev server
make build # build Go Wasm binary make build # build Go Wasm binary
make publish # publish worker make publish # publish worker
``` ```
## Author
syumai
## License
MIT

View File

@ -35,11 +35,3 @@ make dev # run dev server
make build # build Go Wasm binary make build # build Go Wasm binary
make publish # publish worker make publish # publish worker
``` ```
## Author
syumai
## License
MIT

View File

@ -23,11 +23,3 @@ make dev # run dev server
make build # build Go Wasm binary make build # build Go Wasm binary
make publish # publish worker make publish # publish worker
``` ```
## Author
syumai
## License
MIT

View File

@ -42,11 +42,3 @@ make dev # run dev server
make build # build Go Wasm binary make build # build Go Wasm binary
make publish # publish worker make publish # publish worker
``` ```
## Author
syumai
## License
MIT