Update README with note on official Oracle plugin
[nbgit.git] / javahelp / org / nbgit / docs / credits.html
blobf820e96bd79e05fbf7810fcca74746baecaa529b
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 Both EGit ad JGit are distributed under the Eclipse Public License
53 v1.0, a new BSD-style license. The license is available in the
54 source repository as
55 <code>release/modules/ext/org.eclipse.jgit.LICENSE.txt</code>.
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://www.eclipse.org/egit/"/>
62 <param name="text" value="<html><u>http://www.eclipse.org/egit/</u></html>"/>
63 <param name="textFontSize" value="medium">
64 <param name="textColor" value="blue"/>
65 </object>
66 <object classid="java:org.netbeans.modules.javahelp.BrowserDisplayer">
67 <param name="content" value="http://www.eclipse.org/jgit/"/>
68 <param name="text" value="<html><u>http://www.eclipse.org/jgit/</u></html>"/>
69 <param name="textFontSize" value="medium">
70 <param name="textColor" value="blue"/>
71 </object>
72 </li>
73 <li>
74 The specific license for JGit can be found at:<br/>
75 <object classid="java:org.netbeans.modules.javahelp.BrowserDisplayer">
76 <param name="content" value="http://www.eclipse.org/org/documents/edl-v10.html"/>
77 <param name="text" value="<html><u>http://www.eclipse.org/org/documents/edl-v10.html</u></html>"/>
78 <param name="textFontSize" value="medium">
79 <param name="textColor" value="blue"/>
80 </object>
81 </li>
82 </ul>
84 <h3>OpenBSD fnmatch(3)</h3>
85 <p>
86 Support for .gitignore and .git/info/exclude files use
87 a ported version (according to the CVS info v1.13) of
88 OpenBSD's fnmatch code. The code is derived from software
89 contributed to Berkeley by Guido van Rossum and distributed
90 under a BSD-style license.
91 </p>
93 <h3>Git Icon</h3>
94 <p>
95 The Git icon used for "branding" the status and history
96 tabs is made by Henrik Nyh.
97 </p>
98 <p>
99 Regarding license, the blog post that announced this
100 alternative logo for Git states that anyone is
101 "Free to modify and redistribute with due credit,
102 and obviously free to use".
103 </p>
104 <ul>
105 <li>
106 The blog post can be found at:<br/>
107 <object classid="java:org.netbeans.modules.javahelp.BrowserDisplayer">
108 <param name="content" value="http://henrik.nyh.se/2007/06/alternative-git-logo-and-favicon">
109 <param name="text" value="<html><u>http://henrik.nyh.se/2007/06/alternative-git-logo-and-favicon</u></html>">
110 <param name="textFontSize" value="medium">
111 <param name="textColor" value="blue">
112 </object>
113 </li>
114 <li>
115 Other versions can be found at:<br/>
116 <object classid="java:org.netbeans.modules.javahelp.BrowserDisplayer">
117 <param name="content" value="http://git.or.cz/gitwiki/GitRelatedLogos">
118 <param name="text" value="<html><u>http://git.or.cz/gitwiki/GitRelatedLogos</u></html>">
119 <param name="textFontSize" value="medium">
120 <param name="textColor" value="blue">
121 </object>
122 </li>
123 </ul>
125 </body>
126 </html>