forked from anuragverma108/WildGuard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
copyright.html
112 lines (100 loc) · 4.02 KB
/
copyright.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WildGuard - Terms of Use</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
<title>WildGuard - Copyright Policy</title>
<style>
body {
background-image: url('assets/images/bg\ form.jpg');
background-size: cover;
background-position: center;
font-family: Arial, sans-serif;
padding-top: 50px;
}
/* {
font-family: Arial, sans-serif;
margin: 0;
padding: 20px;
background-color: #f4f4f4;
color: #333;
} */
h1 {
text-align: center;
color: var(--pistachio);
}
.container {
max-width: 800px;
margin: 0 auto;
padding: 20px;
background-color: white;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
h2 {
color: #27ae60;
}
p {
line-height: 1.6;
}
footer {
text-align: center;
padding: 20px;
background-color: #2c3e50;
color: white;
margin-top: 20px;
}
</style>
</head>
<body>
<div class="container">
<h1>WildGuard - Copyright Policy</h1>
<p>
At WildGuard, we respect the intellectual property rights of others and expect our users to do the same.
This Copyright Policy outlines our practices in relation to the use of copyrighted material on our website
and platforms.
</p>
<h2>Ownership of Content</h2>
<p>
All content on this website, including but not limited to text, graphics, logos, images, audio clips, and
software, is the property of WildGuard or its content suppliers and is protected by international copyright
laws. Unauthorized use of the content may violate copyright, trademark, and other laws.
</p>
<h2>Use of Content</h2>
<p>
Users of the WildGuard website are granted a limited, non-exclusive, and non-transferable license to access
and view the content for personal, non-commercial use. Any copying, distribution, transmission, or
modification of the content for commercial purposes is strictly prohibited without prior written consent
from WildGuard.
</p>
<h2>DMCA Compliance</h2>
<p>
If you believe that any content on our website infringes your copyright, you may submit a notification
under the Digital Millennium Copyright Act (DMCA) by providing the following information:
</p>
<ul>
<li>A description of the copyrighted work you claim has been infringed.</li>
<li>The exact location on our website of the material you claim is infringing.</li>
<li>Your contact details, including email address and phone number.</li>
<li>A statement that you have a good faith belief that the use of the material is not authorized by the
copyright owner.</li>
<li>A statement that the information provided in the notification is accurate, and you are authorized to
act on behalf of the copyright owner.</li>
</ul>
<h2>Third-Party Content</h2>
<p>
WildGuard may include links to third-party websites or display third-party content. We are not responsible
for the content, copyright policies, or practices of third-party sites.
</p>
<h2>Changes to This Policy</h2>
<p>
WildGuard reserves the right to modify this Copyright Policy at any time. Any changes will be posted on
this page and will take effect immediately.
</p>
</div>
<footer>
© 2024 WildGuard. All Rights Reserved.
</footer>
</body>
</html>