GNU AFFERO GENERAL PUBLIC LICENSE
Version 3, 19 November 2007

Copyright (C) 2026 Emin Genç

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.

---

SUMMARY:

The GNU Affero General Public License (AGPL) is a free, copyleft license for
software and other kinds of works.

KEY POINTS:

1. **Copyleft Requirement**: If you modify this software, you must make your
   modifications available under the same AGPL license.

2. **Network Use Clause**: If you run a modified version over a network, users
   connecting to it must have access to the source code. This means if you use
   face-finder as part of a web service, you must make the source code available
   to your users.

3. **Commercial Use Allowed**: You CAN use this commercially, but:
   - Any modifications must be open-sourced under AGPL
   - If used in a network service, the source must be available to users

4. **Conditions**: You must:
   - Include a copy of this license
   - State significant changes made to the software
   - Keep the software under AGPL
   - Provide source code access for networked versions

For the full license text, visit: https://www.gnu.org/licenses/agpl-3.0.html

