Skip to content

Commit 567cb9a

Browse files
docs: add MIT License and set Forblaze Project as author
1 parent a4ec07c commit 567cb9a

File tree

4 files changed

+41
-2
lines changed

4 files changed

+41
-2
lines changed

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2026 Forblaze Project
4+
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:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

MANUAL.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,4 +186,9 @@ FBQueue automatically maps embedded script directives to internal job parameters
186186
* * **Detailed Analytics**: Advanced statistics and status summaries via `fbqueue stat`.
187187

188188
---
189-
*Monday, February 23, 2026 - Comprehensive Manual finalized for international release.*
189+
### Author
190+
**Forblaze Project**
191+
Website: [https://forblaze-works.com/en/](https://forblaze-works.com/en/)
192+
193+
### License
194+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

PBS_COMPATIBILITY.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,13 @@ Job id Name User Time Use S Queue
8989
- **Portability**: Move your research scripts between a massive supercomputer and your local laptop without changing a single line of the `#PBS` directives.
9090
- **Lightweight**: Get the benefits of a robust queue manager without the overhead of complex system-wide installations.
9191

92+
---
93+
### Author
94+
**Forblaze Project**
95+
Website: [https://forblaze-works.com/en/](https://forblaze-works.com/en/)
96+
97+
### License
98+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
99+
92100
---
93101
*FBQueue: Honoring the heritage of HPC scheduling while providing modern, lightweight local execution.*

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,9 @@ fbqueue sub ./calc.sh
5858
```
5959

6060
---
61-
*Monday, February 23, 2026 - Documentation updated for international release.*
61+
### Author
62+
**Forblaze Project**
63+
Website: [https://forblaze-works.com/en/](https://forblaze-works.com/en/)
64+
65+
### License
66+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

0 commit comments

Comments
 (0)