Skip to content

Commit dcf0496

Browse files
authored
Merge pull request SapplyValues#5 from nfitzen/patch-1
Fix copyright notice and remove verbose language
2 parents 086b208 + 2f64a6c commit dcf0496

File tree

2 files changed

+14
-11
lines changed

2 files changed

+14
-11
lines changed

LICENSE

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
MIT License
22

3-
Copyright (c) 2020 8values (SapplyValues)
3+
Copyright (C) 2017-2019 8values <https://8values.github.io/>
4+
Copyright (C) 2020-2021 SapplyValues <https://sapplyvalues.github.io/>
45

5-
Permission is hereby granted, free of charge, to any person obtaining a copy
6-
of this software and associated documentation files (the "Software"), to deal
7-
in the Software without restriction, including without limitation the rights
8-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9-
copies of the Software, and to permit persons to whom the Software is
10-
furnished to do so, subject to the following conditions:
6+
Permission is hereby granted, free of charge, to any person obtaining a copy of
7+
this software and associated documentation files (the "Software"), to deal in
8+
the Software without restriction, including without limitation the rights to
9+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
10+
of the Software, and to permit persons to whom the Software is furnished to do
11+
so, subject to the following conditions:
1112

1213
The above copyright notice and this permission notice shall be included in all
1314
copies or substantial portions of the Software.

index.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h1 class="title">SapplyValues</h1>
1616
<hr>
1717
<img src="" id="banner">
1818
<button class="button" onclick="location.href='instructions.html';">Click here to start!</button>
19-
19+
2020
<h2>What is SapplyValues?</h2>
2121
<p>SapplyValues is a political compass test that combines the questions of the <a href="http://sapplypoliticalcompass.com/">Sapply test</a>* with the UI of <a href="https://8values.github.io/">8values</a>. You will be presented by a statement, and then you will answer with your opinion on the statement, from <b>Strongly Agree</b> to <b>Strongly Disagree</b>, with each answer slightly affecting your scores. At the end of the quiz, your answers will be displayed on a political compass.<br /><br />
2222
* A few questions have been reworded as I feel some of them were poorly written.</br></br>
@@ -31,8 +31,10 @@ <h2>Your questions / results suck!</h2>
3131
<h2>Privacy notice</h2>
3232
<p>At the end of the test, you will be given the option to fill out information about how you describe yourself politcally. There will be 3 options. The first will take you to a small survey and will record your answers to that along with the results. The second will just record your results. The third will not record anything. All information recorded is totally anonymous, and is being used for a research project by the creator of <a href="https://altvalues.github.io/">AltValues</a>.</p>
3333
<h2>Legal notice</h2>
34-
<p>The 8values and 9Axes project licenses grant the rights to "modify, merge, publish, distribute" the software as long as "The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software." The included notice can be found <a href="LICENSE.txt">here</a>. This project is released under the same license.</p>
35-
34+
<p>Copyright (C) 2017-2019 8values</p>
35+
<p>Copyright (C) 2020-2021 SapplyValues</p>
36+
<p>8values, 9axes, and SapplyValues are licensed under the Expat/MIT license. You can find a copy of the license <a href="LICENSE">here</a> or on the <a href="https://github.com/SapplyValues/SapplyValues.github.io/blob/master/LICENSE">GitHub repo</a>.</p>
37+
3638
<script type="application/javascript" src="questions.js"></script>
3739
<script type="text/javascript">
3840
document.getElementById("numOfQuestions").innerHTML = questions.length;
@@ -47,7 +49,7 @@ <h2>Legal notice</h2>
4749
ctx.fillStyle = "#EEEEEE"
4850
ctx.fillRect(0, 0, 1850, 1300);
4951
ctx.drawImage(background, 0, 0);
50-
52+
5153
document.getElementById("banner").src = c.toDataURL();
5254
}
5355
background.src = "./compass.png";

0 commit comments

Comments
 (0)