-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLICENSE
More file actions
88 lines (67 loc) · 3.71 KB
/
Copy pathLICENSE
File metadata and controls
88 lines (67 loc) · 3.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
MIT License
Copyright (c) 2026 S. A. Almazril
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
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. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---
Additional copyright and attribution notice
Original foundation
-------------------
This repository is a substantially modified derivative of the MIT-licensed
"PersonalBlog" project created by Syahril Arfian Almazril (GitHub: Arfazrll):
https://github.com/Arfazrll/PersonalBlog
The original MIT copyright and permission notice above are intentionally
preserved and continue to apply to the original work and derivative software
under the terms of the MIT License.
Current derivative
------------------
Copyright (c) 2026 Dr Necrotix, for original modifications and project-specific
work authored for this derivative, except where another author or license is
explicitly identified.
The Portfolio derivative includes substantial subsequent work such as, among
other changes:
- a PostgreSQL and Prisma-backed content-management architecture;
- authenticated administration and role-based access controls;
- Blog, Projects, Pages, Gallery, Media Library and comment-management flows;
- editorial workflows, revisions, previews and content scheduling;
- global and per-content SEO, Open Graph and social metadata controls;
- Site Modes, redirects, production updater/version-status functionality;
- deployment compatibility and hardening for Node.js, N0C/Passenger and
cPanel-style hosting environments;
- security hardening, validation, sanitization and API protections;
- production diagnostics, health/status tooling and CI safeguards;
- substantial UI, responsive-layout and project-specific visual/content work.
Contributors
------------
Additional contributors retain copyright in their own original contributions,
where applicable. Git history and Pull Request history provide the canonical
record of individual repository contributions unless a file contains a more
specific notice.
Third-party software and services
---------------------------------
This repository depends on third-party open-source packages and may integrate
with external services. Those components remain subject to their own licenses,
terms and copyright notices. Their inclusion or use does not transfer ownership
of those projects to the Portfolio authors and does not replace their original
licenses.
Relevant dependency information is recorded in package.json / package-lock.json
and in the project documentation. External trademarks, product names and service
names remain the property of their respective owners.
Clarification
-------------
This attribution section is informational. It does not replace, restrict or
alter the permissions granted by the MIT License above, and it does not claim
copyright over third-party software, services, trademarks, user-provided
content, or contributions owned by other authors.