zeba_academy_study_timer 1.0.0
zeba_academy_study_timer: ^1.0.0 copied to clipboard
Pomodoro study timer with streak tracking, XP rewards and analytics.
License
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2026 Zeba Academy
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
---
## Preamble
The GNU General Public License is a free, copyleft license for software and other kinds of works.
The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program—to make sure it remains free software for all its users.
When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), receive source code, change the software or use pieces of it in new free programs, and know that you can do these things.
To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it.
For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights.
---
## TERMS AND CONDITIONS
### 0. Definitions
“This License” refers to version 3 of the GNU General Public License.
“Copyright” also means copyright-like laws that apply to other kinds of works.
“The Program” refers to any copyrightable work licensed under this License.
---
### 1. Source Code
The “source code” for a work means the preferred form of the work for making modifications to it.
---
### 2. Basic Permissions
All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met.
You may run, study, share, and modify the software.
---
### 3. Protecting Users' Legal Rights
No covered work shall be deemed part of an effective technological measure under any applicable law.
---
### 4. Conveying Verbatim Copies
You may convey verbatim copies of the Program’s source code as you receive it, in any medium, provided that you conspicuously publish an appropriate copyright notice.
---
### 5. Conveying Modified Source Versions
You may modify your copy or copies of the Program and distribute the modified version provided that you also meet all of these conditions:
* The work must carry prominent notices stating that you modified it.
* The work must be licensed under this License.
* The entire work must be distributed under GPL v3.
---
### 6. Conveying Non-Source Forms
You may convey a covered work in object code form provided that you also convey the machine-readable source code.
---
### 7. Additional Terms
Additional permissions may be added that supplement the terms of this License.
---
### 8. Termination
You may not propagate or modify a covered work except as expressly provided under this License.
---
### 9. Acceptance Not Required for Having Copies
You are not required to accept this License in order to receive or run a copy of the Program.
---
### 10. Automatic Licensing of Downstream Recipients
Each time you convey a covered work, the recipient automatically receives a license from the original licensors.
---
### 11. Patents
Contributors grant you a non-exclusive, worldwide, royalty-free patent license.
---
### 12. No Surrender of Others' Freedom
If conditions are imposed that contradict this License, they do not excuse you from the conditions of this License.
---
### 13. Use with the GNU Affero GPL
You may link or combine any covered work with a work licensed under the GNU Affero General Public License.
---
### 14. Revised Versions of this License
The Free Software Foundation may publish revised and/or new versions of the GNU General Public License.
---
### 15. Disclaimer of Warranty
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
THE PROGRAM IS PROVIDED “AS IS” WITHOUT WARRANTY OF ANY KIND.
---
### 16. Limitation of Liability
IN NO EVENT WILL ANY COPYRIGHT HOLDER BE LIABLE FOR DAMAGES ARISING FROM THE USE OF THE PROGRAM.
---
## How to Apply These Terms to Your Program
To apply the GNU GPL to your program, include the following notice in your source files:
```
Copyright (C) 2026 Zeba Academy
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU 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 General Public License for more details.
```
For the full license text, visit:
https://www.gnu.org/licenses/gpl-3.0.en.html