Skip to content

Commit 9c0e424

Browse files
authored
Merge pull request #147 from Mathics3/GPL-compliance
Link Copyright into Startup screens.
2 parents 1b4bf43 + 894019a commit 9c0e424

3 files changed

Lines changed: 41 additions & 21 deletions

File tree

COPYING.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ SciPy BSD 3-Clause
3434

3535

3636
CONTACT INFO:
37-
Jan Poeschko; jan@poeschko.com;
37+
https://groups.google.com/g/mathics-users
38+
https://github.com/orgs/Mathics3/teams/users/discussions
3839
https://mathics.org/
3940

4041
=========================================================================
@@ -43,7 +44,7 @@ CONTACT INFO:
4344
GNU GENERAL PUBLIC LICENSE
4445
Version 3, 29 June 2007
4546

46-
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
47+
Copyright (C) 2007, 2021 Free Software Foundation, Inc. <http://fsf.org/>
4748
Everyone is permitted to copy and distribute verbatim copies
4849
of this license document, but changing it is not allowed.
4950

@@ -869,4 +870,4 @@ AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
869870
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
870871
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
871872

872-
================================================================================
873+
================================================================================

mathics_django/web/templates/about.html

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
{% block main %}
2020
<div id="about">
2121

22-
<h1>Software information</h1>
22+
<h1>Software Information</h1>
2323

2424
<h2>Python</h2>
2525
<ul>
@@ -127,9 +127,19 @@ <h1>Connection Information</h1>
127127
<!-- FIXME: figure out how to reuse welcome.html. We can't run ajax from here. -->
128128
<div id="welcomeContainerAbout">
129129
<div id="welcome">
130-
<p><h1>About Mathics in Django!</h1></p>
131-
<p>Mathics is a general-purpose computer algebra system.</p>
132-
<p>See the <a href="/doc">online documentation in fullscreen</a> for a full list of supported functions, or <a href="/">go back to the main page</a>.
130+
<p><h1>About Mathics in Django!</h1></p>
131+
132+
<p>Mathics is a general-purpose computer algebra system.</p>
133+
134+
<p>Copyright (C) 2021 The Mathics Team<p><br>
135+
This program comes with ABSOLUTELY NO WARRANTY;
136+
This is free software, and you are welcome to redistribute it
137+
under <a href="doc/license/gnu-general-public-license/">certain conditions</a>.
138+
</p>
139+
<p>See the <a href="/doc">online documentation in fullscreen</a> for
140+
a full list of supported functions, or <a href="/">go
141+
back to the main page</a>.
142+
</p>
133143
</div>
134144
</div>
135145
{% endblock main %}
Lines changed: 23 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,26 @@
11
<div id="welcomeContainer">
22
<div id="welcome">
3-
<p><h1>Welcome to Mathics (in Django)!</h1></p>
4-
<p>Mathics is a general-purpose computer algebra system.</p>
5-
<p>
6-
Enter queries and evaluate them by pressing <code>Shift</code> + <code>Return</code>.
7-
See the <a href="javascript:showGallery()">gallery</a> for some examples or the <a href="javascript:showDoc()">documentation</a> for a full list of supported functions.
8-
See <a href="/about">/about</a> for software version, machine, and system information.
9-
<!--<p><small>This box will disappear as soon as you submit your first query.</small></p>-->
10-
</p>
11-
<p>Mathics uses <a href="http://www.mathjax.org/" target="_blank">MathJax</a> and <a href="http://threejs.org/" target="_blank">three.js</a> to display beautiful math and 3D graphics. For further information about the project visit <a href="https://mathics.org" target="_blank">the home page</a>.</p>
3+
<p><h1>Welcome to Mathics (in Django)!</h1></p>
124

13-
<div style="position:absolute;right:0;bottom:-2.8em;">
14-
<p style="text-align:right;color:#3f3f3f;">
15-
<label><input type="checkbox" id="hideStartupMsg" />Do not show on startup.</label>
16-
</p>
17-
</div>
5+
<p>Copyright (C) 2021 The Mathics Team<p><br>
6+
This program comes with ABSOLUTELY NO WARRANTY;
7+
This is free software, and you are welcome to redistribute it
8+
under <a href="doc/license/gnu-general-public-license/">certain conditions</a>.
9+
</p>
10+
11+
<p>Mathics is a general-purpose computer algebra system.</p>
12+
13+
<p>
14+
Enter queries and evaluate them by pressing <code>Shift</code> + <code>Return</code>.
15+
See the <a href="javascript:showGallery()">gallery</a> for some examples or the <a href="javascript:showDoc()">documentation</a> for a full list of supported functions.
16+
See <a href="/about">/about</a> for software version, machine, and system information.
17+
<!--<p><small>This box will disappear as soon as you submit your first query.</small></p>-->
18+
</p>
19+
20+
<p>Mathics uses <a href="http://www.mathjax.org/" target="_blank">MathJax</a> and <a href="http://threejs.org/" target="_blank">three.js</a> to display beautiful math and 3D graphics. For further information about the project visit <a href="https://mathics.org" target="_blank">the home page</a>.</p>
21+
22+
<div style="position:absolute;right:0;bottom:-2.8em;">
23+
<p style="text-align:right;color:#3f3f3f;">
24+
<label><input type="checkbox" id="hideStartupMsg" />Do not show on startup.</label>
25+
</p>
26+
</div>

0 commit comments

Comments
 (0)