Skip to content

Commit aee674d

Browse files
Console Smart Password Manager v0.7.3
1 parent 544b3f6 commit aee674d

3 files changed

Lines changed: 43 additions & 12 deletions

File tree

LICENSE

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
BSD 3-Clause License
1+
DUAL LICENSING
22

3-
Copyright (c) 2024, A.A. Suvorov
3+
This software is available under a choice of two licenses:
4+
5+
OPTION 1: BSD 3-CLAUSE LICENSE (for non-commercial use)
6+
---------------------------------------------------------------------
7+
Copyright (c) 2025, A.A. Suvorov
48

59
Redistribution and use in source and binary forms, with or without
610
modification, are permitted provided that the following conditions are met:
@@ -26,3 +30,22 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
2630
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
2731
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2832
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33+
34+
OPTION 2: COMMERCIAL LICENSE
35+
---------------------------------
36+
For commercial use, inclusion in proprietary products, or closed source distribution, you must purchase a
37+
commercial license.
38+
39+
Commercial license terms:
40+
- Right to use in commercial products
41+
- Technical support
42+
- Possibility of making proprietary modifications
43+
- No requirement to disclose source code
44+
45+
For commercial licensing terms, contact:
46+
Email: smartlegiondev@gmail.com
47+
48+
CHOICE OF LICENSE
49+
-------------
50+
By using this software, you automatically agree to the terms of the
51+
BSD 3-Clause License, unless you purchase a commercial license.

README.md

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# clipassman <sup>v0.7.2</sup>
1+
# clipassman <sup>v0.7.3</sup>
22

33
___clipassman___ - Cross-platform console Smart Password manager and generator.
44

@@ -58,7 +58,7 @@ Author and developer: ___A.A. Suvorov___
5858

5959
## What is news:
6060

61-
__clipassman v0.7.2__
61+
__clipassman v0.7.3__
6262

6363
> WARNING! Due to changes made to improve security, old public keys will no longer work. They must be regenerated.
6464
> Regenerate your smart passwords. ALL PASSWORDS WILL REMAIN THE SAME, only the public keys used for verification during generation will change.
@@ -113,10 +113,18 @@ or
113113

114114
***
115115

116-
## Copyright:
117-
--------------------------------------------------------
118-
Licensed under the terms of the BSD 3-Clause License
119-
(see LICENSE for details).
120-
Copyright © 2018-2024, A.A. Suvorov
121-
All rights reserved.
122-
--------------------------------------------------------
116+
## 📜 Licensing
117+
118+
This project uses a dual licensing system:
119+
120+
### 🆓 BSD 3-Clause License
121+
- For non-commercial use
122+
- For academic and research purposes
123+
- For open-source projects
124+
125+
### 💼 Commercial License
126+
- For commercial products and services
127+
- For enterprises using the code in proprietary solutions
128+
- For additional features and support
129+
130+
**To obtain a commercial license:** [smartlegiondev@gmail.com](mailto:smartlegiondev@gmail.com)

clipassman/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
# https://github.com/smartlegionlab/
88
# --------------------------------------------------------
99
"""Cross-platform console Smart Password manager and generator."""
10-
__version__ = '0.7.2'
10+
__version__ = '0.7.3'

0 commit comments

Comments
 (0)