Skip to content

Commit 157fd0e

Browse files
add license
1 parent 565dd88 commit 157fd0e

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

LICENSE

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Copyright 2024 KINTO Technologies Corporation, Inc.
2+
3+
This project is licensed under the Apache License, Version 2.0.
4+
You may obtain a copy of the License at:
5+
6+
https://www.apache.org/licenses/LICENSE-2.0
7+
8+
Unless required by applicable law or agreed to in writing, software
9+
distributed under the License is distributed on an "AS IS" BASIS,
10+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11+
See the License for the specific language governing permissions and
12+
limitations under the License.

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Spring Batch3 Starter - Accelerate Your Spring Boot 3 Batch Development🚀
33
[![GitHub stars](https://img.shields.io/github/stars/KTC-YoheiMiyashita/SpringBoot3BatchStarter?style=social)](https://github.com/KTC-YoheiMiyashita/SpringBoot3BatchStarter/stargazers)
44
[![Build and Test Skeleton Batch](https://github.com/kinto-technologies/SpringBoot3BatchStarter/actions/workflows/build.yml/badge.svg)](https://github.com/kinto-technologies/SpringBoot3BatchStarter/actions/workflows/build.yml)
55
![Java 21](https://img.shields.io/badge/Java-21%2B-blue)
6-
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
6+
[![License: Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
77

88
# SpringBoot3BatchStarter
99

@@ -110,3 +110,9 @@ java -jar build/libs/dbAndCsvBatch-*.jar --spring.batch.job.name=CSV_TO_DB --spr
110110
```
111111

112112
#### With this Spring Batch Starter Kit, you can focus on your business logic while the framework handles the heavy lifting. Happy coding! 🎉
113+
114+
## License / ライセンス
115+
116+
Copyright 2024 KINTO Technologies Corporation, Inc.
117+
118+
This project is licensed under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0).

0 commit comments

Comments
 (0)