diff --git a/LICENSE b/LICENSE index 73bedd1..1df7a46 100644 --- a/LICENSE +++ b/LICENSE @@ -2,14 +2,14 @@ PROPRIETARY SOFTWARE LICENSE AGREEMENT Copyright (c) 2025 Michael Chus. All Rights Reserved. -NOTICE: This software and all associated documentation, source code, and -compiled binaries ("Software") are the exclusive property of Michael Chus -("Company"). +NOTICE: This software and all associated documentation, source code, and +compiled binaries ("Software") are the exclusive property of Michael Chus +("Licensor"). 1. GRANT OF LICENSE This Software is licensed, not sold. Subject to the terms of this Agreement, - Company grants you a limited, non-exclusive, non-transferable license to use + Licensor grants you a limited, non-exclusive, non-transferable license to use the Software solely for internal business purposes within your organization. 2. RESTRICTIONS @@ -27,12 +27,12 @@ compiled binaries ("Software") are the exclusive property of Michael Chus d) Use the Software for any purpose other than as expressly permitted herein; e) Use the Software to provide services to third parties (SaaS, hosting, etc.) - without prior written consent from Company. + without prior written consent from Licensor. 3. INTELLECTUAL PROPERTY The Software, including all copies, modifications, and derivative works, is - and shall remain the exclusive property of Company. This Agreement does not + and shall remain the exclusive property of Licensor. This Agreement does not grant you any rights to patents, copyrights, trade secrets, trade names, trademarks, or any other rights in respect to the Software. @@ -40,11 +40,11 @@ compiled binaries ("Software") are the exclusive property of Michael Chus You agree to maintain the confidentiality of the Software and not to disclose any part of the Software, including source code, algorithms, or documentation, - to any third party without prior written consent from Company. + to any third party without prior written consent from Licensor. 5. TERM AND TERMINATION - This license is effective until terminated. Company may terminate this license + This license is effective until terminated. Licensor may terminate this license at any time if you fail to comply with any term of this Agreement. Upon termination, you must destroy all copies of the Software in your possession. @@ -52,12 +52,12 @@ compiled binaries ("Software") are the exclusive property of Michael Chus THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT. COMPANY DOES NOT + FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT. LICENSOR DOES NOT WARRANT THAT THE SOFTWARE WILL BE ERROR-FREE OR UNINTERRUPTED. 7. LIMITATION OF LIABILITY - IN NO EVENT SHALL COMPANY BE LIABLE FOR ANY INDIRECT, INCIDENTAL, SPECIAL, + IN NO EVENT SHALL LICENSOR BE LIABLE FOR ANY INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, LOSS OF PROFITS, DATA, OR BUSINESS INTERRUPTION) ARISING OUT OF OR IN CONNECTION WITH THIS AGREEMENT OR THE USE OF THE SOFTWARE. @@ -65,7 +65,7 @@ compiled binaries ("Software") are the exclusive property of Michael Chus 8. GOVERNING LAW This Agreement shall be governed by and construed in accordance with the laws - of [Your Jurisdiction], without regard to its conflict of laws principles. + of the United States of America, without regard to conflict of laws principles. 9. ENTIRE AGREEMENT @@ -78,8 +78,7 @@ compiled binaries ("Software") are the exclusive property of Michael Chus For licensing inquiries, please contact: Michael Chus - Email: legal@your-company.com - Address: [Your Company Address] + Email: mike@mchus.pro By using this Software, you acknowledge that you have read this Agreement, understand it, and agree to be bound by its terms and conditions. diff --git a/bin/pfs b/bin/pfs new file mode 100755 index 0000000..0944d64 Binary files /dev/null and b/bin/pfs differ diff --git a/bin/pfs-darwin-amd64 b/bin/pfs-darwin-amd64 new file mode 100755 index 0000000..238a0a2 Binary files /dev/null and b/bin/pfs-darwin-amd64 differ diff --git a/bin/pfs-darwin-arm64 b/bin/pfs-darwin-arm64 new file mode 100755 index 0000000..0944d64 Binary files /dev/null and b/bin/pfs-darwin-arm64 differ diff --git a/bin/pfs-linux-amd64 b/bin/pfs-linux-amd64 new file mode 100755 index 0000000..0a1de4a Binary files /dev/null and b/bin/pfs-linux-amd64 differ diff --git a/data/settings.db b/data/settings.db new file mode 100644 index 0000000..17f030d Binary files /dev/null and b/data/settings.db differ diff --git a/importer b/importer new file mode 100755 index 0000000..0d05296 Binary files /dev/null and b/importer differ diff --git a/pfs b/pfs index 91660ac..16e20cb 100755 Binary files a/pfs and b/pfs differ diff --git a/server b/server new file mode 100755 index 0000000..ccc400c Binary files /dev/null and b/server differ