-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlegalstuff.html
93 lines (74 loc) · 3.46 KB
/
legalstuff.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
<!DOCTYPE html>
<html>
<head>
<title>Should I Share My Code? - Legal Information</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Description" content="Check if your code is good enough to share publicly.">
<meta name="robots" content="ALL">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap-theme.min.css">
<link href="style.css" rel="stylesheet" type="test/css">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-49498120-1', 'shouldisharemyco.de');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="page-header">
<h1 class="text-center">Should I Share My Code?</h1>
<h2 class="text-center">Legal Information</h2>
</div>
<p>
This site is designed to raise the profile of a serious issue
for scientific research - the reluctance to share your code and
software. We do not store any files you choose to upload. We do
not perform any inspection of your files. We do not download any
files from your repository.
</p>
<p>
We don't need to do this, because by having written some
code <em>it is already good enough to share.</em> However we do
recommend that you have a license and readme as part of your
code.
</p>
<p>
If you would like a more comprehensive health check for your
code project, including if it has a license, please visit our
main site: <a href="http://healthcheck.io">healthcheck.io</a>
</p>
<p>
This site came about from a session at
the <a href="http://www.software.ac.uk/cw14/">Collaborations
Workshop 2014</a>, organised by
the <a href="http://www.software.ac.uk/">Software Sustainability
Institute</a>. The source code for the site is available
at <a href="https://github.com/OpenSourceHealthCheck/shouldisharemycode">GitHub</a>. This
site created by James Spencer and Neil Chue Hong, with help from Mark Basham, Clyde Fare,
Ling Ge, and Robin Wilson. Based on an original idea by Mark Basham, Arfon Smith and James Spencer.
</p>
</div>
</div>
</div>
<div id="footer">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<hr>
<p class="text-muted">By <a href="https://github.com/OpenSourceHealthCheck">OpenSourceHealthCheck</a>.</p>
<p class="text-muted"><a href="http://www.opengraphicdesign.com/web/ajax-loading-graphics/">Loading image</a> by <a href="http://www.opengraphicdesign.com">OpenGraphicDesign</a>. Used under <a href="http://creativecommons.org/licenses/by/3.0/deed.en">Creative Commons - Attribution</a>.</p>
</div>
</div>
</div>
</div>
</body>
</html>