Skip to content

Commit 69a2c86

Browse files
committed
chore: switch to MIT license and enrich package metadata
1 parent 7d2e623 commit 69a2c86

File tree

4 files changed

+30
-18
lines changed

4 files changed

+30
-18
lines changed

.gitattributes

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,3 @@
1010
*.md text
1111
*.json text
1212
*.yml text
13-
14-
# Proprietary software authored by Vadim Rõbalko (Habr)
15-
# Contact: vadim@habr.team
16-
# License: proprietary (not open source)

LICENSE

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
1+
MIT License
2+
13
Copyright (c) 2025 Vadim Rõbalko (Habr)
2-
All rights reserved.
34

4-
This software is proprietary and confidential. Unauthorized copying,
5-
modification, distribution, or use is strictly prohibited without
6-
explicit permission from the author.
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in
13+
all copies or substantial portions of the Software.
714

8-
Contact: vadim@habr.team
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
THE SOFTWARE.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,4 +178,4 @@ You can find sample input files under the `examples/` directory.
178178

179179
## License
180180

181-
Private project, not yet open-source.
181+
This project is licensed under the MIT License – see the [LICENSE](LICENSE) file for details.

composer.json

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
{
22
"name": "tools/bblslug",
33
"description": "CLI translation tool for HTML and plain text using LLM-based APIs.",
4-
"license": "proprietary",
4+
"keywords": ["translation","LLM","deepl","openai"],
5+
"homepage": "https://github.com/habralab/bblslug",
6+
"license": "MIT",
57
"type": "library",
8+
"authors": [
9+
{
10+
"name": "Vadim Rybalko",
11+
"email": "vadim@habr.team",
12+
"role": "Lead"
13+
}
14+
],
615
"require": {
716
"php": ">=8.0",
817
"ext-curl": "*",
@@ -28,11 +37,5 @@
2837
"scripts": {
2938
"lint": "vendor/bin/phpcs --standard=phpcs.xml",
3039
"phpunit": "vendor/bin/phpunit"
31-
},
32-
"authors": [
33-
{
34-
"name": "Vadim Rybalko",
35-
"role": "Lead"
36-
}
37-
]
40+
}
3841
}

0 commit comments

Comments
 (0)