husted 02/01/18 15:28:49
Modified: docs/site source.html
Added: docs/site jars.html
Log:
Update source file to specifically mention JARs. Add JAR page with further details.
Revision Changes Path
1.35 +22 -9 jakarta-site2/docs/site/source.html
Index: source.html
===================================================================
RCS file: /home/cvs/jakarta-site2/docs/site/source.html,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- source.html 10 Jan 2002 00:29:21 -0000 1.34
+++ source.html 18 Jan 2002 23:28:49 -0000 1.35
@@ -151,25 +151,38 @@
All Java Language source code in the repository must be written in
conformance to the "<a
href="http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html">Code
Conventions for the Java Programming Language</a> as published by
- Sun. However, some projects may decide to override these defaults
- and use their own defined conventions. For example, the <a
href="/turbine/">Turbine</a> project has its own <a
href="/turbine/common/code-standards.html">defined conventions</a>
- which are similar to the Sun standards but specify slightly
- different conventions.
+ Sun, or in conformance with another well-defined convention specified
+ by the subproject. See the <a href="faqs.html">FAQ page</a>
+ for links to subproject conventions.
</p>
<h2>License</h2>
<p>
All source code committed to the Project's repositories must be
covered by the <a href="../LICENSE">Apache License</a> or contain a
copyright and license that allows redistribution under the same
- conditions as the Apache License.
+ conditions as the Apache License.
</p>
- <p>Committers should update the
copyright notice on the License to
+ <p>
+ Committers should update the copyright notice on the Apache License to
include the current year when they revise a source file. If it is 2002,
and you revise a source file from 1999, change the copyright notice in
the license to cite "1999, 2002". If the file was from 2001, we would
- change it to 2001-2002. And so forth.</p>
- <p>This will happen most often in
the early part of a year, but
- maintenance of the copyright date should occur year-round, as needed.</p>
+ change it to 2001-2002. And so forth. This will happen most often in the
+ early part of a year, but maintenance of the copyright date should occur
+ year-round, as needed.
+ </p>
+ <p>
+ Any code, document, or binary that is committed to the Project's
+ repositories, but not being donated to the ASF, must be clearly marked as
+ such. All contributors should have a <a href="agreement.html">Contributor
+ License Agreement</a> on file.
+ </p>
+ <p>
+ Any <a href="jars.html">JAR</a> committed to the Project's repositories
+ <strong>must</strong> be licensed for redistribution. BSD and MPL style
+ licenses are generally fine, but many <a href="jars.html">Sun JARs</a>
+ do not permit redistribution.
+ </p>
<h2>Status Files</h2>
<p>
Each of the Project's active source code repositories contain a file
1.1 jakarta-site2/docs/site/jars.html
Index: jars.html
===================================================================
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- Content Stylesheet for Site -->
<!-- start the processing -->
<!-- ====================================================================== -->
<!-- Main Page Section -->
<!-- ====================================================================== -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta name="author" value="Ted
Husted">
<meta name="email" value="[EMAIL PROTECTED]">
<meta name="author" value="Sam Ruby">
<meta name="email" value="[EMAIL PROTECTED]">
<title>The Jakarta Site - JARs under CVS</title>
</head>
<body bgcolor="#ffffff" text="#000000" link="#525D76">
<table border="0" width="100%" cellspacing="0">
<!-- TOP IMAGE -->
<tr>
<td colspan="2">
<a href="http://jakarta.apache.org"><img
src="http://jakarta.apache.org/images/jakarta-logo.gif" align="left" border="0"/></a>
</td>
</tr>
</table>
<table border="0" width="100%" cellspacing="4">
<tr><td colspan="2">
<hr noshade="" size="1"/>
</td></tr>
<tr>
<!-- LEFT SIDE NAVIGATION -->
<td width="20%" valign="top" nowrap="true">
<p><strong>Essentials</strong></p>
<ul>
<li> <a href="../index.html">Front Page</a>
</li>
<li> <a href="http://jakarta.apache.org/site/news.html">News
& Status</a>
</li>
<li> <a
href="http://jakarta.apache.org/site/mission.html">Mission</a>
</li>
<li> <a
href="http://jakarta.apache.org/site/guidelines.html">Guidelines Notes</a>
</li>
<li> <a
href="http://jakarta.apache.org/site/faqs.html">FAQs</a>
</li>
<li> <a href="../gump">Gump</a>
</li>
<li> <a href="http://search.apache.org/">Search Apache
Sites</a>
</li>
</ul>
<p><strong>Download</strong></p>
<ul>
<li> <a
href="http://jakarta.apache.org/site/binindex.html">Binaries</a>
</li>
<li> <a
href="http://jakarta.apache.org/site/sourceindex.html">Source Code</a>
</li>
</ul>
<p><strong>Get Involved</strong></p>
<ul>
<li> <a
href="http://jakarta.apache.org/site/getinvolved.html">Overview</a>
</li>
<li> <a
href="http://jakarta.apache.org/site/cvsindex.html">CVS Repositories</a>
</li>
<li> <a
href="http://jakarta.apache.org/site/mail.html">Mailing Lists</a>
</li>
<li> <a
href="http://jakarta.apache.org/site/library.html">Reference Library</a>
</li>
<li> <a href="http://jakarta.apache.org/site/bugs.html">Bug
Database</a>
</li>
</ul>
<p><strong>SubProjects</strong></p>
<ul>
<li> <a href="../alexandria/index.html">Alexandria</a>
</li>
<li> <a href="../ant/index.html">Ant</a>
</li>
<li> <a href="../avalon/index.html">Avalon</a>
</li>
<li> <a href="../bcel/index.html">BCEL</a>
</li>
<li> <a href="../cactus/index.html">Cactus</a>
</li>
<li> <a href="../commons/index.html">Commons</a>
</li>
<li> <a href="../ecs/index.html">ECS</a>
</li>
<li> <a href="../james/index.html">James</a>
</li>
<li> <a href="../jetspeed/index.html">Jetspeed</a>
</li>
<li> <a href="../jmeter/index.html">JMeter</a>
</li>
<li> <a href="../log4j/index.html">Log4J</a>
</li>
<li> <a href="../lucene/index.html">Lucene</a>
</li>
<li> <a href="../oro/index.html">ORO</a>
</li>
<li> <a href="../regexp/index.html">Regexp</a>
</li>
<li> <a href="../slide/index.html">Slide</a>
</li>
<li> <a href="../struts/index.html">Struts</a>
</li>
<li> <a href="../taglibs/index.html">Taglibs</a>
</li>
<li> <a href="../tomcat/index.html">Tomcat</a>
</li>
<li> <a href="../turbine/index.html">Turbine</a>
</li>
<li> <a href="../velocity/index.html">Velocity</a>
</li>
<li> <a href="../watchdog/index.html">Watchdog</a>
</li>
</ul>
<p><strong>Misc</strong></p>
<ul>
<li> <a
href="http://jakarta.apache.org/site/whoweare.html">Who We Are</a>
</li>
<li> <a
href="http://jakarta.apache.org/site/acknowledgements.html">Acknowledgements</a>
</li>
<li> <a
href="http://jakarta.apache.org/site/roles.html">Management</a>
</li>
<li> <a
href="http://jakarta.apache.org/site/jakarta-site2.html">About This Site</a>
</li>
<li> <a
href="http://jakarta.apache.org/site/contact.html">Contact</a>
</li>
<li> <a
href="http://jakarta.apache.org/site/legal.html">Legal</a>
</li>
</ul>
</td>
<td width="80%" align="left" valign="top">
<table
border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#525D76">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="JARs under CVS"><strong>JARs under CVS</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<ul>
<li>There is no Jakarta-wide policy against putting JARs in CVS.</li>
<li>When JARs are distributed, the license for the JAR must allow for
redistribution.</li>
<li>Many subprojects depend JARs created by Sun. Not all Sun JARs have the same
license. Some may permit unrestricted redistribution; most do not.</li>
<li>It is the policy of the Apache Software Foundation to scrupulously observe all
licensing conditions. This is a zero-tolerance policy.</li>
</ul>
</blockquote>
</p>
</td></tr>
<tr><td><br/></td></tr>
</table>
<table border="0" cellspacing="0"
cellpadding="2" width="100%">
<tr><td bgcolor="#525D76">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="JARs with Licensing Issues"><strong>JARs with Licensing
Issues</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<p>These JARs have been determined to have
licenses which prevent them from being
distributed from an Apache code repository.</p>
<ul>
<li><a href="http://java.sun.com/products/javabeans/glasgow/jaf.html">JAF
activation-1.0.1.jar</a></li>
</ul>
</blockquote>
</p>
</td></tr>
<tr><td><br/></td></tr>
</table>
</td>
</tr>
<!-- FOOTER -->
<tr><td colspan="2">
<hr noshade="" size="1"/>
</td></tr>
<tr><td colspan="2">
<div align="center"><font color="#525D76" size="-1"><em>
Copyright © 1999-2002, Apache Software Foundation
</em></font></div>
</td></tr>
</table>
</body>
</html>
<!-- end the processing -->
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>