Skip to content

Commit 7b676d6

Browse files
fix: address PR review comments for O'Saasy licensing
Amp-Thread-ID: https://ampcode.com/threads/T-019c7a5d-a670-732a-a749-b64bac3aba45 Co-authored-by: Amp <amp@ampcode.com>
1 parent 1d4966c commit 7b676d6

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

LICENSE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
O'Saasy License
2+
13
Copyright © 2026, Zain Fathoni.
24

35
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 the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
# Kelas Rumah Berbagi
22

33
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
4+
45
[![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors-)
6+
57
<!-- ALL-CONTRIBUTORS-BADGE:END -->
68

7-
[![Build Status][build-badge]][build] [![MIT License][license-badge]][license]
9+
[![Build Status][build-badge]][build]
10+
[![O'Saasy License][license-badge]][license]
811

912
<!-- prettier-ignore-start -->
1013

1114
[build-badge]: https://img.shields.io/github/workflow/status/zainfathoni/kelas.rumahberbagi.com/CI?logo=github&style=flat-square
1215
[build]: https://github.com/zainfathoni/kelas.rumahberbagi.com/actions?query=workflow%3ACI
13-
[license-badge]: https://img.shields.io/badge/license-MIT-blue?style=flat-square
16+
[license-badge]: https://img.shields.io/badge/license-O%27Saasy-blue?style=flat-square
1417
[license]: LICENSE
1518

1619
<!-- prettier-ignore-end -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": false,
33
"name": "kelas-rumah-berbagi",
44
"description": "Kelas Rumah Berbagi",
5-
"license": "MIT",
5+
"license": "SEE LICENSE IN LICENSE",
66
"prisma": {
77
"seed": "node --require esbuild-register prisma/seed.ts"
88
},

0 commit comments

Comments
 (0)