-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCOPYRIGHT
More file actions
216 lines (165 loc) · 8.12 KB
/
COPYRIGHT
File metadata and controls
216 lines (165 loc) · 8.12 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
================================================================================
COPYRIGHT NOTICE
================================================================================
PDBot - Planning & Development Manual RAG Chatbot
Copyright © 2024-2025 Hassan Arif Afridi. All Rights Reserved.
================================================================================
AUTHORSHIP & OWNERSHIP
================================================================================
Author: Hassan Arif Afridi
Copyright Holder: Hassan Arif Afridi
Email: hassanarifafridi@gmail.com
Country: Pakistan
Creation Date: 2024
Current Version: 1.3.0
This software and all associated materials, including but not limited to:
- Source code (Python, JavaScript, configuration files)
- Documentation (README, guides, API docs)
- User interface designs and layouts
- System prompts and AI configurations
- Database schemas and vector store structures
- All commits, versions, and derivative works
are the exclusive intellectual property of Hassan Arif Afridi.
================================================================================
LEGAL PROTECTION
================================================================================
This work is protected under:
1. PAKISTANI COPYRIGHT LAW
- Copyright Ordinance, 1962
- Intellectual Property Organization of Pakistan (IPO-Pakistan)
2. INTERNATIONAL COPYRIGHT TREATIES
- Berne Convention for the Protection of Literary and Artistic Works
- Universal Copyright Convention (UCC)
- WIPO Copyright Treaty (WCT)
3. COMMON LAW COPYRIGHT
- Automatic copyright protection upon creation
- No registration required for protection
================================================================================
RIGHTS RESERVED
================================================================================
The copyright holder reserves ALL rights, including but not limited to:
✓ Right to reproduce the work
✓ Right to create derivative works
✓ Right to distribute copies
✓ Right to display the work publicly
✓ Right to perform the work
✓ Right to license or transfer rights
✓ Right to control commercial exploitation
✓ Right to attribute authorship
✓ Moral rights (paternity and integrity)
NO RIGHTS ARE GRANTED to any third party without explicit written permission
from Hassan Arif Afridi.
================================================================================
THIRD-PARTY COMPONENTS
================================================================================
This software uses open-source libraries and frameworks under their respective
licenses:
- Python (PSF License)
- LangChain (MIT License)
- Streamlit (Apache 2.0)
- Qdrant (Apache 2.0)
- Ollama (MIT License)
- Mistral AI Model (Apache 2.0)
These components remain under their original licenses. This copyright applies
ONLY to the original work, configurations, and integrations created by the
author.
================================================================================
USAGE RESTRICTIONS
================================================================================
PROHIBITED without written authorization:
❌ Copying or reproducing the software
❌ Distributing or sharing with third parties
❌ Modifying or creating derivative works
❌ Reverse engineering or decompiling
❌ Commercial use or resale
❌ Public display or performance
❌ Removing copyright notices
PERMITTED (with proper attribution):
✓ Use by Planning & Development Commission (as intended client)
✓ Use by authorized personnel with explicit permission
✓ Educational review (for authorized individuals only)
================================================================================
CLIENT RELATIONSHIP
================================================================================
This software is developed FOR:
Planning & Development Commission
Government of Pakistan
This is a CLIENT RELATIONSHIP, not a transfer of ownership. The software
remains the intellectual property of Hassan Arif Afridi.
Usage rights may be granted to the client under separate licensing agreements.
================================================================================
ENFORCEMENT
================================================================================
Unauthorized use of this software constitutes:
- Copyright infringement under Pakistani law
- Breach of intellectual property rights
- Violation of international copyright treaties
Legal remedies include:
- Injunctions to cease unauthorized use
- Monetary damages (statutory and actual)
- Criminal prosecution under applicable laws
- Seizure of infringing copies
================================================================================
CONTACT & LICENSING
================================================================================
For licensing inquiries, permission requests, or legal matters:
Copyright Holder: Hassan Arif Afridi
Email: hassanarifafridi@gmail.com
Website: https://github.com/athem135-source/PDBOT
Response time: Within 3-5 business days
================================================================================
COPYRIGHT REGISTRATION
================================================================================
While copyright protection is automatic upon creation, formal registration
with IPO-Pakistan or other copyright offices may be pursued for additional
legal standing.
For verification of authorship:
- GitHub Repository: https://github.com/athem135-source/PDBOT
- Git Commit History: Verified authorship trail
- Email Correspondence: hassanarifafridi@gmail.com
================================================================================
DIGITAL SIGNATURE & VERIFICATION
================================================================================
This work is digitally signed through:
- Git commits with verified email: hassanarifafridi@gmail.com
- GitHub account: athem135-source
- Commit SHA signatures in version control
For authentication of this copyright notice, verify against the official
repository at: https://github.com/athem135-source/PDBOT
================================================================================
EFFECTIVE DATE & UPDATES
================================================================================
Original Copyright: 2024
Current Version: November 24, 2025
Last Updated: November 24, 2025
This copyright notice may be updated periodically. The latest version is
always available in the official repository.
================================================================================
FORMAL DECLARATION
================================================================================
I, Hassan Arif Afridi, hereby formally declare under oath that:
1. I am the sole original author of PDBot and all related materials
2. This work is my independent creation and intellectual property
3. No portion of this work infringes upon the rights of any third party
4. I have full legal authority to assert this copyright
5. This copyright is valid and enforceable under applicable law
Declared by: Hassan Arif Afridi
Email: hassanarifafridi@gmail.com
Date: November 24, 2025
Location: Pakistan
================================================================================
ACKNOWLEDGMENT
================================================================================
By accessing, viewing, or using this software, you acknowledge and agree that:
- You have read and understood this copyright notice
- You will respect the intellectual property rights of the author
- Unauthorized use may result in legal action
- You will seek permission before any use not explicitly authorized
================================================================================
For the complete license terms, see LICENSE file.
For security policies, see SECURITY.md file.
For contribution guidelines, see CONTRIBUTING.md file.
================================================================================
END OF COPYRIGHT NOTICE
================================================================================
© 2024-2025 Hassan Arif Afridi. All Rights Reserved.