mirror of
https://github.com/syumai/workers.git
synced 2025-03-10 09:27:08 +00:00
cleanup license descriptions
This commit is contained in:
parent
2609f2a76f
commit
fb4c7f887d
@ -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
|
||||||
|
@ -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
|
|
||||||
|
@ -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
|
|
||||||
|
@ -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
|
|
||||||
|
8
examples/env/README.md
vendored
8
examples/env/README.md
vendored
@ -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
|
|
||||||
|
@ -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
|
|
||||||
|
@ -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
|
|
||||||
|
@ -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
|
|
||||||
|
@ -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
|
|
||||||
|
@ -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
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user