From fb4c7f887dc5a517722d073b669ae69c1de853ef Mon Sep 17 00:00:00 2001 From: syumai Date: Tue, 11 Apr 2023 22:45:19 +0900 Subject: [PATCH] cleanup license descriptions --- LICENSE.md | 2 +- README.md | 8 -------- examples/basic-auth-proxy/README.md | 8 -------- examples/d1-blog-server/README.md | 8 -------- examples/env/README.md | 8 -------- examples/hello/README.md | 8 -------- examples/kv-counter/README.md | 8 -------- examples/r2-image-server/README.md | 8 -------- examples/r2-image-viewer/README.md | 8 -------- examples/simple-json-server/README.md | 8 -------- 10 files changed, 1 insertion(+), 73 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index d0a0db9..3839964 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -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 this software and associated documentation files (the "Software"), to deal in diff --git a/README.md b/README.md index 5123d45..6df2c46 100644 --- a/README.md +++ b/README.md @@ -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-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 diff --git a/examples/basic-auth-proxy/README.md b/examples/basic-auth-proxy/README.md index d0dcc7f..6919c8d 100644 --- a/examples/basic-auth-proxy/README.md +++ b/examples/basic-auth-proxy/README.md @@ -26,11 +26,3 @@ make dev # run dev server make build # build Go Wasm binary make publish # publish worker ``` - -## Author - -syumai - -## License - -MIT diff --git a/examples/d1-blog-server/README.md b/examples/d1-blog-server/README.md index a6d617b..63ac6ae 100644 --- a/examples/d1-blog-server/README.md +++ b/examples/d1-blog-server/README.md @@ -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. - -## Author - -syumai - -## License - -MIT diff --git a/examples/env/README.md b/examples/env/README.md index 764e78c..275bd10 100644 --- a/examples/env/README.md +++ b/examples/env/README.md @@ -22,11 +22,3 @@ make dev # run dev server make build # build Go Wasm binary make publish # publish worker ``` - -## Author - -syumai - -## License - -MIT diff --git a/examples/hello/README.md b/examples/hello/README.md index d7cb421..0df9fa4 100644 --- a/examples/hello/README.md +++ b/examples/hello/README.md @@ -24,11 +24,3 @@ make dev # run dev server make build # build Go Wasm binary make publish # publish worker ``` - -## Author - -syumai - -## License - -MIT diff --git a/examples/kv-counter/README.md b/examples/kv-counter/README.md index 08b686b..0a9a8e4 100644 --- a/examples/kv-counter/README.md +++ b/examples/kv-counter/README.md @@ -22,11 +22,3 @@ make dev # run dev server make build # build Go Wasm binary make publish # publish worker ``` - -## Author - -syumai - -## License - -MIT diff --git a/examples/r2-image-server/README.md b/examples/r2-image-server/README.md index 9284c51..28c5c5d 100644 --- a/examples/r2-image-server/README.md +++ b/examples/r2-image-server/README.md @@ -35,11 +35,3 @@ make dev # run dev server make build # build Go Wasm binary make publish # publish worker ``` - -## Author - -syumai - -## License - -MIT diff --git a/examples/r2-image-viewer/README.md b/examples/r2-image-viewer/README.md index 49ff2f3..ea521ac 100644 --- a/examples/r2-image-viewer/README.md +++ b/examples/r2-image-viewer/README.md @@ -23,11 +23,3 @@ make dev # run dev server make build # build Go Wasm binary make publish # publish worker ``` - -## Author - -syumai - -## License - -MIT diff --git a/examples/simple-json-server/README.md b/examples/simple-json-server/README.md index 9bd46df..0c9cb5f 100644 --- a/examples/simple-json-server/README.md +++ b/examples/simple-json-server/README.md @@ -42,11 +42,3 @@ make dev # run dev server make build # build Go Wasm binary make publish # publish worker ``` - -## Author - -syumai - -## License - -MIT