-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcopyright.html
78 lines (77 loc) · 4.15 KB
/
copyright.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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>Copyright Notes</TITLE>
<STYLE TYPE="TEXT/CSS">
<!--
.IE3-DUMMY { CONT-SIZE: 100%; }
BODY { FONT-FAMILY: Verdana,Arial,Helvetica,Sans-Serif; BACKGROUND-COLOR: #E0E0E0; }
P { FONT-FAMILY: Verdana,Arial,Helvetica,Sans-Serif; }
H1 { FONT-FAMILY: Verdana,Arial,Helvetica,Sans-Serif; }
H2 { FONT-FAMILY: Verdana,Arial,Helvetica,Sans-Serif; }
H3 { FONT-FAMILY: Verdana,Arial,Helvetica,Sans-Serif; }
H4 { FONT-FAMILY: Verdana,Arial,Helvetica,Sans-Serif; }
H5 { FONT-FAMILY: Verdana,Arial,Helvetica,Sans-Serif; }
H6 { FONT-FAMILY: Verdana,Arial,Helvetica,Sans-Serif; }
UL { FONT-FAMILY: Verdana,Arial,Helvetica,Sans-Serif; }
TD { FONT-FAMILY: Verdana,Arial,Helvetica,Sans-Serif; BACKGROUND-COLOR: #FFFFFF; }
.NOBORDER { BACKGROUND-COLOR: #E0E0E0; PADDING: 0pt; }
.NOBORDER TD { FONT-FAMILY: Verdana,Arial,Helvetica,Sans-Serif; BACKGROUND-COLOR: #E0E0E0; PADDING: 0pt; }
.CODE { FONT-FAMILY: Courier New; }
-->
</STYLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#E0E0E0">
<FONT SIZE="5"><B>Copyright Notes</B></FONT>
<HR>
<P>As GCC4TI, like TIGCC, is a complex team project, various parts of it have been made by different authors:
<BR><BR>
<CODE>ld-tigcc</CODE> Copyright (C) 2002-2009 Sebastian Reichelt and Kevin Kofler, licensed under the GPL
<BR>
Library & Documentation Copyright (C) 2000-2010 Zeljko Juric and contributors, licensed under the GPL with libgcc exception
<BR>
IDE Copyright (C) 2000-2009 Sebastian Reichelt and contributors, licensed under the GPL
<BR><BR>
Some parts of the GCC4TI package (<CODE>cpp</CODE>, <CODE>gcc</CODE>, <CODE>as</CODE>,
<CODE>ld</CODE>, <CODE>ar</CODE>, <CODE>objcopy</CODE>)
are modified parts from the GNU Compiler Collection and GNU BinUtils packages.
These parts are free software; you can redistribute them
and/or modify them under the terms of the <A HREF="gnugpl.html">GNU General Public License</A> as
published by the Free Software Foundation; either version 2 of the License, or (at your option) any later
version.
<BR><BR>
Parameter passing by register Copyright (C) 1998-2003 Fred Fish from <A HREF="http://www.geekgadgets.org/">Geek Gadgets</A>;
converted to GCC 3.0 and higher by Kevin Kofler.
<BR><BR>
Thomas Nussbaumer holds the copyright for the TI-68k Developer Utilities, from which the compression feature was taken.
The TI-68k Developer Utilities are licensed under the LGPL, and the "pctools"' upstream version has become GCC4TI.
<BR><BR>
<CODE>a68k</CODE> (also included in the package) is a freeware assembler by Charlie Gibbs (it
is a somewhat modified Amiga version).
<BR><BR>
<HR>
<B>Special copyright notes about the documentation and the library:</B>
<BR><BR>
All information presented in the documentation are strictly mine, not by Texas Instruments (except
information about GNU products, which are based on the original GNU manuals). All of TIOS-specific
information in this document are result of a hours of work with the debugger. But I need to give credits
to Gareth James: his informational files, although extremely briefly, help me a lot to
understand some particular TIOS secrets.
<BR><BR>
The GCC4TI library and documentation is absolutely free for any distribution if you don't change anything in this package.
But, to give credit to my hard work, please do the following:</P>
<UL>
<LI><P>If you use any routine from this library in your program, put this fact in the
documentation of your program;</P></LI>
<LI><P>If you use a routine in your assembly program which usage wasn't known to you
before reading this documentation, put this fact in the documentation of your
program.</P></LI>
</UL>
<P>I simply want that this documentation to become known to as many C and assembly programmers
as possible.
<BR><BR>
<I>Note that this is Zeljko's <B>original</B> license for the library. Zeljko has since approved its release under the GPL with the libgcc exception (allowing you to freely link the code with both GPLed and non-GPLed programs without restrictions). Still, we would appreciate being credited for our work.</I></P>
<HR>
<H3><A HREF="index.html">Return to the main index</A></H3>
</BODY>
</HTML>