Cleanup code whitespace
[nbgit.git] / javahelp / org / nbgit / docs / credits.html
blob558df20bff37026ed1ac75adc60a551d47f7d940
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <html>
3 <head>
4 <title>Credits and Legal Notices</title>
5 <link rel="stylesheet" href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" type="text/css">
6 </head>
7 <body>
8 <h1>Credits and Legal Notices</h1>
9 <p>
10 Below credits are given to third-party components that
11 the NbGit module uses. Here you will also find information
12 about their individual terms of licensing.
13 </p>
15 <h3>The Mercurial and NbGit plugins</h3>
16 <p>
17 Most of the core plugin code in NbGit is based on code
18 from NbGit (a git CLI-based Netbeans plugin), which in
19 terms borrows its code from the Mercurial and Subversion
20 plugins.
21 </p>
22 <p>
23 The Mercurial and Subversion code is dual licensed under
24 the Common Development and Distribution License("CDDL")
25 and the GNU General Public License Version 2 only ("GPL")
26 with the "Classpath" exception. NbGit is licensed under
27 the GNU General Public License Version 2 only ("GPL")
28 with the "Classpath" exception.
29 </p>
30 <ul>
31 <li>
32 The license can be view at:<br/>
33 <object classid="java:org.netbeans.modules.javahelp.BrowserDisplayer">
34 <param name="content" value="http://www.netbeans.org/cddl-gplv2.html"/>
35 <param name="text" value="<html><u>http://www.netbeans.org/cddl-gplv2.html</u></html>"/>
36 <param name="textFontSize" value="medium">
37 <param name="textColor" value="blue"/>
38 </object>
39 </li>
40 </ul>
42 <h3>JGit / EGit</h3>
43 <p>
44 JGit is a pure Java implementation of Git. The library
45 is what makes it possible for NbGit to be a truely
46 cross platform, easy-to-install Netbeans plugin. NbGit's
47 sibling project EGit, an Eclipse plugin, along with the
48 JGit example programs has served as an excellent source
49 of inspiration for working with JGit.
50 </p>
51 <p>
52 JGit is distributed under a BSD-style license.
53 The license is available in the source repository as
54 <code>release/modules/ext/org-spearce-jgit.LICENSE.txt</code>.
55 EGit is distributed under the Eclipse Public License v1.0.
56 </p>
57 <ul>
58 <li>
59 More info about JGit/EGit can be found at:<br/>
60 <object classid="java:org.netbeans.modules.javahelp.BrowserDisplayer">
61 <param name="content" value="http://code.google.com/p/egit/"/>
62 <param name="text" value="<html><u>http://code.google.com/p/egit/</u></html>"/>
63 <param name="textFontSize" value="medium">
64 <param name="textColor" value="blue"/>
65 </object>
66 </li>
67 <li>
68 The specific license for JGit can be found at:<br/>
69 <object classid="java:org.netbeans.modules.javahelp.BrowserDisplayer">
70 <param name="content" value="http://repo.or.cz/w/egit.git?a=blob;f=org.spearce.jgit/LICENSE;hb=HEAD"/>
71 <param name="text" value="<html><u>http://repo.or.cz/w/egit.git?a=blob;f=org.spearce.jgit/LICENSE;hb=HEAD</u></html>"/>
72 <param name="textFontSize" value="medium">
73 <param name="textColor" value="blue"/>
74 </object>
75 </li>
76 </ul>
78 <h3>JSch</h3>
79 <p>
80 The SSH transport support in JGit uses JSch. To easy
81 installation the version distributed with the JGit/EGit
82 project is included in this project. However, Netbeans
83 seem to include its own JSch jar file so it might be
84 possible to remove this dependency in the future.
85 </p>
86 <p>
87 JSch is distributed under a BSD-style license.
88 The license is available in the source repository as
89 <code>release/modules/ext/com-jcraft-jsch.LICENSE.txt</code>.
90 </p>
92 <h3>Git Icon</h3>
93 <p>
94 The Git icon used for "branding" the status and history
95 tabs is made by Henrik Nyh.
96 </p>
97 <p>
98 Regarding license, the blog post that announced this
99 alternative logo for Git states that anyone is
100 "Free to modify and redistribute with due credit,
101 and obviously free to use".
102 </p>
103 <ul>
104 <li>
105 The blog post can be found at:<br/>
106 <object classid="java:org.netbeans.modules.javahelp.BrowserDisplayer">
107 <param name="content" value="http://henrik.nyh.se/2007/06/alternative-git-logo-and-favicon">
108 <param name="text" value="<html><u>http://henrik.nyh.se/2007/06/alternative-git-logo-and-favicon</u></html>">
109 <param name="textFontSize" value="medium">
110 <param name="textColor" value="blue">
111 </object>
112 </li>
113 <li>
114 Other versions can be found at:<br/>
115 <object classid="java:org.netbeans.modules.javahelp.BrowserDisplayer">
116 <param name="content" value="http://git.or.cz/gitwiki/GitRelatedLogos">
117 <param name="text" value="<html><u>http://git.or.cz/gitwiki/GitRelatedLogos</u></html>">
118 <param name="textFontSize" value="medium">
119 <param name="textColor" value="blue">
120 </object>
121 </li>
122 </ul>
124 </body>
125 </html>