-
Notifications
You must be signed in to change notification settings - Fork 41
/
copyright.shtml
119 lines (105 loc) · 4.88 KB
/
copyright.shtml
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
113
114
115
116
117
118
119
<!DOCTYPE html>
<html lang="en">
<head>
<title>
JMRI Legal Information
</title>
<meta name="Author" content="Bob Jacobsen">
<meta name="Author" content="Bruce Petrarca">
<meta name="keywords" content="JMRI DecoderPro PanelPro TrainPro copyright trademark license">
<!--#include virtual="/Style.shtml" -->
</head>
<body>
<div id="container">
<!--#include virtual="/Header.shtml" -->
<hr class="hide">
<div id="mBody">
<div id="mainContent" class="no-sidebar">
<h1>
JMRI: Disclaimer, Trademark, Copyright and License Information
</h1>
If you have any questions about the information on this page or what
it means to you, please
<a href="mailto:[email protected]">contact us</a>
directly.
<a id="trademarks"></a>
<h2>Trademarks</h2>
"JMRI" and "DecoderPro" are registered trademarks that belong to us.
The names
"PanelPro", "DispatcherPro", "OperationsPro", "SignalPro", "SoundPro", "TrainPro", "Logix", "LogixNG", the
associated logos and the DecoderPro logo are our trademarks.
Registration is in progress in both the United States and other countries.
<p>
Oracle and Java are registered trademarks of Oracle. Sun, Sun Microsystems, the Java Coffee Cup logo, and the Duke logo are trademarks of Oracle.
<p>
CBUS is a registered trademark of Dr. Michael Bolton. Registered in the United Kingdom.
<p>
Other terms may be the trademarks of other organizations.
<a id="copyright"></a>
<h2>Copyright</h2>
All images and text on this website are Copyrighted © 1997 - 2024; All rights reserved.
<p>
Images and text linked to on other sites may or may not be copyrighted, please check
with their respective owners.
<p>
All of the code, documentation and auxiliary files distributed by the
JMRI project are copyright 1997 - 2024; All rights reserved. See
the next section for information on the usage license.
<a id="license"></a>
<h2>License</h2>
<img src="https://www.gnu.org/graphics/fsf-logo-notext.png" height="33" width="100" class="floatRight" alt="gnu logo">
JMRI is licensed under the
<a href="http://www.fsf.org">Free Software Foundation's</a>
"GNU General Public License" (GPL) version 2.0, with the
<a href="https://en.wikipedia.org/wiki/GPL_linking_exception#The_classpath_exception">Classpath Exception</a>.
<a href="COPYING">Copies of that license</a>
are distributed with the source and executable downloads,
and can be gotten from
<a href="https://www.gnu.org/licenses/old-licenses/gpl-2.0.html">the web</a>.
<p>
Please see the
<a href="http://www.fsf.org/licensing/essays/free-sw.html">Free Software Foundation's website</a>
for a discussion of what "free software" means; it's about
freedom, not about cost.
<p>
<a href="http://www.opensource.org/docs/definition.php">
<img src="https://149753425.v2.pressablecdn.com/wp-content/uploads/2009/06/OSI_Standard_Logo_100X130.png" class="floatRight" alt="osi logo" width="100" height="130">
</a>
This is an Open Source license; for more information
on that, please see the
<a href="http://www.opensource.org/">Open Source Initiative</a>
web pages, including their
<a href="http://www.opensource.org/docs/definition.php">description of what Open Source means</a>
and their
<a href="http://www.opensource.org/licenses/gpl-license.php">certification of the GPL version 2</a>.
<p>
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" class="floatRight"/></a>
<span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">JMRI documentation</span>
written by the
<a xmlns:cc="http://creativecommons.org/ns#" href="http://jmri.org/help/en/Acknowledgements.shtml" property="cc:attributionName" rel="cc:attributionURL">JMRI community</a>,
including but not limited to the website contents,
is available under the
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>
(<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>) license.
<p>
If you have any questions about these licenses or what it means to you, please
<a href="mailto:[email protected]">contact us</a>
directly.
<a id="disclaimers"></a>
<h2>Disclaimers</h2>
<p>
Any data contained on this site is just our opinion.
We strive to be accurate.
We would love to hear if we have any misunderstandings,
but we make no warranties of accuracy.
<p>Mention of any service or organization is just a comment and not an endorsement.
<p>The <a href="http://nmra.org">NMRA</a> has no involvement with or responsibility for JMRI.
The NMRA provides their <a href="http://www.nmra.org/index-nmra-standards-and-recommended-practices">Standards and Recommended Practices</a>
without warrantee.
<!--#include virtual="/Footer.shtml" -->
</div><!-- closes #mainContent-->
</div> <!-- closes #mBody-->
</div> <!-- closes #container -->
<script src="/js/main.js"></script>
</body>
</html>