This repository was archived by the owner on Apr 2, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
142 lines (111 loc) · 5.49 KB
/
terms.html
File metadata and controls
142 lines (111 loc) · 5.49 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
<!DOCTYPE html>
<html lang="en" class="windows">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta http-equiv="content-language" content="en-gb">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="./web_resources/styles.css">
<link rel="icon" sizes="any" mask="" href="./web_resources/icon.ico">
<link rel="icon" type="image/x-icon" href="./web_resources/icon.ico">
<title>AmritPixels | Student File Manager</title>
<meta name="generator" content="Jekyll v3.9.3">
<meta property="og:title" content="AmritPixels">
<meta property="og:locale" content="en_US">
<meta name="description" content="Student File Manager">
<meta property="og:description" content="Student File Manager">
<link rel="canonical" href="https://codebyamrit.github.io/file_manager_2025">
<meta property="og:url" content="https://codebyamrit.github.io/file_manager_2025">
<meta property="og:site_name" content="AmritPixels">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary">
<meta property="twitter:title" content="AmritPixels">
</head>
<body>
<header>
<div class="container-new py-6 px-3 text-center">
<a href="https://codebyamrit.github.io/file_manager_2025/">
<img src="./web_resources/1.png" alt="GitHub Desktop" width="120" height="120">
</a>
<ul class="nav list-style-none d-flex flex-justify-center f4">
<li>
<a class="d-inline-block m-2 current" aria-current="page" href="https://codebyamrit.github.io/file_manager_2025/">Overview</a>
</li>
<li>
<a class="d-inline-block m-2" href="https://github.com/CodeByAmrit/">About Us</a>
</li>
</ul>
</div>
</header>
<main>
<section class="text-content terms-and-conditions">
<div class="container-new p-3">
<h1 class="f00-light text-white text-center">AmritPixels Open Source Applications Terms and Conditions</h1>
<p>
Thank you for choosing Student File Manager, an open-source Python-based desktop application designed for
managing student data. By using this software, you agree to the following terms:
</p>
<h2 class="f2-light text-white">License Agreement:</h2>
<p>
Student File Manager is released under the <strong>AmritPixels</strong> license. Please review the license
terms
before using the software.
</p>
<p>
Any use of the Software that violates your applicable Terms
will also be a violation of these Application Terms.
</p>
<h2 class="f2-light text-white">Open Source</h2>
<p>
The open source license for the Software is included in the "Open
Source Notices" documentation that is included with the Software.
That documentation also includes copies of all applicable open
source licenses.
</p>
<p>
To the extent the terms of the licenses applicable to open source
components require AmritPixels to make an offer to provide source code in
connection with the Software, such offer is hereby made, and you may
exercise it by contacting AmritPixels: <a href="https://codebyamrit.github.io/">
https://codebyamrit.github.io/</a>.
</p>
<h2 class="f2-light text-white">Usage:</h2>
<p>
Student File Manager is intended for educational and non-commercial use. Any commercial use of the software
requires prior written permission from the developers.
</p>
<h2 class="f2-light text-white">Data Security: </h2>
<p>
While Student File Manager employs encryption techniques to secure PDF files stored in the MySQL database, it
is the user's responsibility to ensure the security of their data.
</p>
<h2 class="f2-light text-white">Feedback and Contributions:</h2>
<p>
Users are encouraged to provide feedback, report bugs, and contribute to the development of Student File
Manager. However, all contributions must adhere to the project's coding standards and guidelines.
</p>
<h3 class="f3">Disclaimer of Warranty: </h3>
<p>
Student File Manager is provided "as is" without any warranty, express or implied. The developers are not
liable for any damages resulting from the use or inability to use the software.
</p>
<h3 class="f3">Privacy</h3>
<p>
Student File Manager does not collect or store any personal information from users. However, it may collect
anonymized usage data for improving the software.
</p>
<h2 class="f2-light text-white">Modifications</h2>
<p>Users are free to modify and distribute modified versions of Student File Manager, provided that they comply
with the terms of the <strong>AmritPixels</strong> license.</p>
<h2 class="f2-light text-white">Support:</h2>
<p> Limited support is available for Student File Manager. Users can seek help on the <a
href="https://github.com/CodeByAmrit/file_manager_2025">https://github.com/CodeByAmrit/file_manager_2025</a>
</p>
</div>
</section>
</main>
<footer class="mb-6 px-3 text-center alt-text-small">
<p class="copyright">© 2024 AmritPixels, Inc. All rights reserved.</p>
</footer>
</body>
</html>