-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcopying2.html
More file actions
71 lines (60 loc) · 3.94 KB
/
copying2.html
File metadata and controls
71 lines (60 loc) · 3.94 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
<!DOCTYPE html>
<html lang="en-US">
<html>
<body>
<title>.:| Copyright on LibreQuake |:.</title>
<meta charset="utf-8">
<meta content="LibreQuake" property="og:title" />
<meta content="Free and open-source Quake" property="og:description" />
<meta property="og:image" content="https://librequake.queer.sh/media/embed.png">
<meta content="#43B581" data-react-helmet="true" name="theme-color" />
<meta name="keywords" content="LibreQuake, quake, fps, open-source, open source, free, vanilla, 1990s, 90s, 1996">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="style.css">
<script src="script.js"></script> <div id="header"><a href="https://github.com/MissLavender-LQ/LibreQuake" target="_parent"><img id="forkme" src="media/forkme.png" alt="Banner that says 'Fork me on GitHub'." title="Banner that says 'Fork me on GitHub'."/></a></div>
<p><center><img src="media/logo.png" alt="The banner for the website that says "LibreQuake" on behind a metal background." title="The banner for the website that says "LibreQuake" on behind a metal background."></center></p>
<hr>
<p>The LibreQuake project is very much open-source (same for <a href="https://github.com/LibreQuake/LibreQuake-Website" target="_parent">this website</a>). We believe that copying is an act of love and are 100% fine with you copying our game, sharing it around, editing it, whatever. Go crazy.</p>
<p>To be fully clear, here is the license that we use:</p>
<pre><blockquote>Copyright © 2019-<script type="text/javascript">
var today = new Date()
var year = today.getFullYear()
document.write(year)
</script>
Contributors to the LibreQuake project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of the LibreQuake project nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
<yell>This software is provided by the copyright holders and contributors “as
is” and any express or implied warranties, including, but not limited
to, the implied warranties of merchantability and fitness for a
particular purpose are disclaimed. In no event shall the copyright owner
or contributors be liable for any direct, indirect, incidental, special,
exemplary, or consequential damages (including, but not limited to,
procurement of substitute goods or services; loss of use, data, or
profits; or business interruption) however caused and on any theory of
liability, whether in contract, strict liability, or tort (including
negligence or otherwise) arising in any way out of the use of this
software, even if advised of the possibility of such damage.</yell>
For a list of contributors to the LibreQuake project, <a href="credits.html" target="_parent"><tt>see the file
<yell>credits</yell></tt></a>.
For a list of resources used in the LibreQuake project, <a href="https://github.com/MissLavender-LQ/LibreQuake" target="_parent"><tt>see the directory
docs</tt></a></blockquote></pre> <hr>
<p>LibreQuake is copyrighted 2019 - <script type="text/javascript">
var today = new Date()
var year = today.getFullYear()
document.write(year)
</script>, licensed under <a href="copying.html" target="_parent">an open license</a> - but you already knew that.</p>
<p><center><img src="media/turtle.png" alt="A tiny little turtle!" title="A tiny little turtle!" onclick="playAudio('media/squeak.mp3')">
<audio src="media/squeak.mp3" id="audioElement"></audio></center></p>
<p></p>
</body>
</html>