@yourfam/yf-commit 0.2.1 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/LICENSE +10 -10
  2. package/README.md +2 -4
  3. package/package.json +2 -2
package/LICENSE CHANGED
@@ -1,16 +1,16 @@
1
- Copyright (c) 2026 YourFam. All rights reserved.
1
+ MIT License
2
2
 
3
- This software is proprietary and confidential to YourFam.
3
+ Copyright (c) 2026 YourFam
4
4
 
5
- You may install and use the yf-commit command as distributed by YourFam
6
- (for example via npm as @yourfam/yf-commit).
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:
7
11
 
8
- You may not copy, modify, merge, publish, distribute, sublicense, sell,
9
- or create derivative works of this software, in source or compiled form,
10
- except as expressly permitted in writing by YourFam.
11
-
12
- No license is granted under any patent, trademark, or other right except
13
- the limited right to use the command as stated above.
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
14
 
15
15
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
16
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
package/README.md CHANGED
@@ -176,10 +176,8 @@ npm test
176
176
  node ./bin/yf-commit.js --help
177
177
  ```
178
178
 
179
- Maintainer: YourFam (`kamal-yourfam` on npm). Proprietary. All rights reserved.
179
+ Maintainer: YourFam (`kamal-yourfam` on npm). MIT.
180
180
 
181
181
  ## License
182
182
 
183
- Proprietary. Copyright (c) 2026 YourFam. All rights reserved.
184
-
185
- You may install and run `yf-commit` as distributed by YourFam. You may not copy, modify, or redistribute the source. See [LICENSE](./LICENSE).
183
+ MIT © 2026 YourFam. See [LICENSE](./LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yourfam/yf-commit",
3
- "version": "0.2.1",
3
+ "version": "0.3.0",
4
4
  "description": "AI commit message from your staged git diff",
5
5
  "type": "module",
6
6
  "bin": {
@@ -30,7 +30,7 @@
30
30
  "email": "kamal@yourfam.co",
31
31
  "url": "https://github.com/YourFam"
32
32
  },
33
- "license": "UNLICENSED",
33
+ "license": "MIT",
34
34
  "repository": {
35
35
  "type": "git",
36
36
  "url": "git+https://github.com/YourFam/yf-commit.git"