]> source.dussan.org Git - aspectj.git/commitdiff
update license to EPL
authoracolyer <acolyer>
Thu, 1 Jun 2006 10:46:14 +0000 (10:46 +0000)
committeracolyer <acolyer>
Thu, 1 Jun 2006 10:46:14 +0000 (10:46 +0000)
31 files changed:
ajde/ajsrc/org/aspectj/ajde/AjdeApiRules.aj
build/build-properties.xml
build/build.xml
build/lib/BridgeVersion.java.txt
build/products/aspectj/install/intro.html
build/products/tools/install/intro.html
docs/build.xml
docs/devGuideDB/antsupport.xml
docs/developer/compiler-weaver/index.html
docs/dist/LICENSE-AspectJ.html
docs/dist/doc/examples/build.xml
docs/dist/doc/examples/ltw/Tracing.aj
docs/faq/faq.xml
docs/sandbox/aopalliance/src/org/aspectj/aopalliance/AOPAllianceAdapter.aj
docs/teaching/readme.txt
eclipse.plugin/org.aspectj.ajde.doc/about.html
eclipse.plugin/org.aspectj.ajde.doc/plugin.properties
eclipse.plugin/org.aspectj.ajde.source/about.html
eclipse.plugin/org.aspectj.ajde.source/plugin.properties
eclipse.plugin/org.aspectj.ajde/about.html
eclipse.plugin/org.aspectj.ajde/plugin.properties
eclipse.plugin/org.aspectj.aspectjrt/about.html
eclipse.plugin/org.aspectj.aspectjrt/plugin.properties
lib/readme-lib-module.html
org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/messages.properties
org.aspectj.ajdt.core/testdata/OutjarTest/src/jar3/Aspect.aj
tests/harness/classpathTest/classpath-src/build.xml
tests/product/build-aspectj/build.xml
tests/test-other-systems.xml
weaver/ajsrc/org/aspectj/weaver/BcelApiRules.aj
weaver/src/org/aspectj/weaver/weaver-messages.properties

index 91f67ce8c56a9c358a43c10f7bf002f820ac348e..cc03e1f331a14333af706d30a38cac08d4d36249 100644 (file)
@@ -3,9 +3,9 @@
  *               2003 Contributors.\r
  * All rights reserved. \r
  * This program and the accompanying materials are made available \r
- * under the terms of the Common Public License v1.0 \r
+ * under the terms of the Eclipse Public License v1.0 \r
  * which accompanies this distribution and is available at \r
- * http://www.eclipse.org/legal/cpl-v10.html \r
+ * http://www.eclipse.org/legal/epl-v10.html \r
  *  \r
  * Contributors: \r
  *     Xerox/PARC      initial implementation \r
index f9dc6983504ae28f297515d476f8e37b024d4951..1d67b87e0dd4fb14ae44f0c49ee88283d3278eaf 100644 (file)
@@ -4,9 +4,9 @@
 <!-- Copyright (c) 2003, 2005 Contributors.                                          -->
 <!-- All rights reserved.                                                      -->
 <!-- This program and the accompanying materials are made available            -->
-<!-- under the terms of the Common Public License v1.0                         -->
+<!-- under the terms of the Eclipse Public License v1.0                         -->
 <!-- which accompanies this distribution and is available at                   -->
-<!-- http://www.eclipse.org/legal/cpl-v10.html                                 -->
+<!-- http://www.eclipse.org/legal/epl-v10.html                                 -->
 <!--                                                                           -->
 <!-- Contributors:                                                             -->
 <!--     Xerox/PARC             initial implementation                         -->
index 89eaf3227214505fdee5226db6278e172c0a6410..d1456e5b1d662d0ea5039d0a4c33f40fff4c0160 100644 (file)
@@ -5,9 +5,9 @@
 <!-- 2003-2005 Contributors                                                         -->
 <!-- All rights reserved.                                                      -->
 <!-- This program and the accompanying materials are made available            -->
-<!-- under the terms of the Common Public License v1.0                         -->
+<!-- under the terms of the Eclipse Public License v1.0                         -->
 <!-- which accompanies this distribution and is available at                   -->
-<!-- http://www.eclipse.org/legal/cpl-v10.html                                 -->
+<!-- http://www.eclipse.org/legal/epl-v10.html                                 -->
 <!--                                                                           -->
 <!-- Contributors: (See CVS checkin's)                                         -->
 <!--     Xerox/PARC     initial implementation                                 -->
index 5a755d0977f41b106ad11278012db8ac93dfd334..132e027ae0a91fb9d050ef8f0c81b486cb6bf8c9 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
  *     Xerox/PARC     initial implementation
index 82043f49b69648a3d5ffeeb6968eef4df48d057f..0c0b75d25bfb124b24f04a238d168022c93bb427 100644 (file)
@@ -7,8 +7,8 @@
 <p>This installs the complete AspectJ 5 Development Kit (AJDK) distribution, with
 the compiler, aspect libraries, structure browser, ant tasks,
 documentation, and examples.  
-This distribution is covered by the Common Public License (see
-        http://www.eclipse.org/legal/cpl-v10.html).
+This distribution is covered by the Eclipse Public License (see
+        http://www.eclipse.org/legal/epl-v10.html).
 <p>
 For IDE integrations or source code, see the project home page at
 http://eclipse.org/aspectj</p>
index e81f51e0364bdc5aa32035834ebcd81760305fe1..3194fac4c37b1e5c6e954cd444e09efb7602f144 100644 (file)
@@ -15,7 +15,7 @@
 <p align="center">Version ${build.version.long} built on ${build.date}</p>
 <p>
 This is a binary only release of tools made available under
-the Common Public License.
+the Eclipse Public License.
 For more information on the license or to download the source code, 
 see http://eclipse.org/aspectj</p>
 <p>${copyright.allRights.from1998}</p>
index 7fe6bafdd421be62f9378dcd509d78817bbc13de..b053c1bd61cb9ff81973257b18c84dab9b1c44ff 100644 (file)
@@ -4,9 +4,9 @@
 <!--               2004-2005 Contributors.                                     -->
 <!-- All rights reserved.                                                      -->
 <!-- This program and the accompanying materials are made available            -->
-<!-- under the terms of the Common Public License v1.0                         -->
+<!-- under the terms of the Eclipse Public License v1.0                         -->
 <!-- which accompanies this distribution and is available at                   -->
-<!-- http://www.eclipse.org/legal/cpl-v10.html                                 -->
+<!-- http://www.eclipse.org/legal/epl-v10.html                                 -->
 <!--                                                                           -->
 <!-- Contributors:                                                             -->
 <!--     Xerox/PARC     initial implementation                                 -->
index cb12473bda2ca7b439a38f90bda21d26eba818bb..cba940e1a3994c91dd84a2c1a55c861efc8b74d6 100644 (file)
@@ -52,7 +52,7 @@
        with Ant 1.3 and Ant 1.4, but the task sources must be 
        compiled with those versions of the Ant libraries to be used 
        under those versions of Ant. 
-       Sources are available under the Common Public License v. 1.0 
+       Sources are available under the Eclipse Public License v. 1.0 
        at <ulink url="http://eclipse.org/aspectj">http://eclipse.org/aspectj</ulink>.
        </para>
        <para>
index 7265bed470f5d230c9970e1675c9ddbb810dbe2f..b94686815b3c5e8399e36b4e3c013f2804fe4caa 100644 (file)
@@ -613,14 +613,14 @@ throw signature. Because we decided at the beginning of this section to
 not include the static type of the exception thrown in the throw signature, 
 these classes are extremely simple. Nevertheless, we have to build them. 
 Notice that when we add new source files to the system we need to include the 
-standard eclipse CPL license header.</p>
+standard eclipse EPL license header.</p>
 <pre>/* *******************************************************************
- * Copyright (c) 2004 Contributors.
+ * Copyright (c) 2006 Contributors.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Jim Hugunin    initial implementation 
@@ -631,12 +631,12 @@ import org.aspectj.lang.Signature;
 
 public interface ThrowSignature extends Signature { }</pre>
 <pre>/* *******************************************************************
- * Copyright (c) 2004 Contributors.
+ * Copyright (c) 2006 Contributors.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Jim Hugunin    initial implementation 
index 88be39978d92c97c619764444eb08f25dc84c591..e59051688722f4b5b3b486943192db845df3f43b 100644 (file)
@@ -2,6 +2,8 @@
 
 <head>
 <title>AspectJ License</title>
+
+
 </head>
 
 <BODY BGCOLOR="white">
 is available from
 <a href="http://eclipse.org/aspectj">http://eclipse.org/aspectj</a></p>
 
-<p>The AspectJ compiler and core tools are distributed under the
-Common Public License version 1.0 available
-   <a href="http://eclipse.org/legal/cpl-v10.html">here</a>
-   and copied below.
- This license has been approved by
-the <a href="http://www.opensource.org">Open Source Initiative</a> as
-conforming to the <a href="http://www.opensource.org/osd.html">Open
-Source Definition</a>. 
-More information about the history and rationale behind this license 
-can be found at the
-      <a href="http://eclipse.org">eclipse web site</a>.</p>
-
-<p>
-Those portions of this distribution in the <code>org.apache</code> 
-Java namespace are available under the terms of 
-the Apache Software License, Version 1.1
-(See <a href="http://jakarta.apache.org">
-        http://jakarta.apache.org</a>).
-</p>
-<hr>
-
-<P ALIGN="CENTER"><B>Common Public License - v 1.0</B>
-<P><B></B><FONT SIZE="3"></FONT>
-<P><FONT SIZE="3"></FONT><FONT SIZE="2">THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS COMMON PUBLIC LICENSE ("AGREEMENT").  ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.</FONT>
-<P><FONT SIZE="2"></FONT>
-<P><FONT SIZE="2"><B>1.  DEFINITIONS</B></FONT>
-<P><FONT SIZE="2">"Contribution" means:</FONT>
-
-<UL><FONT SIZE="2">a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and<BR CLEAR="LEFT">
-b) in the case of each subsequent Contributor:</FONT></UL>
-
-
-<UL><FONT SIZE="2">i)          changes to the Program, and</FONT></UL>
-
-
-<UL><FONT SIZE="2">ii)         additions to the Program;</FONT></UL>
-
-
-<UL><FONT SIZE="2">where such changes and/or additions to the Program originate from and are distributed by that particular Contributor.  </FONT><FONT SIZE="2">A Contribution 'originates' from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor's behalf.  </FONT><FONT SIZE="2">Contributions do not include additions to the Program which:  (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.  </FONT></UL>
-
-<P><FONT SIZE="2"></FONT>
-<P><FONT SIZE="2">"Contributor" means any person or entity that distributes the Program.</FONT>
-<P><FONT SIZE="2"></FONT><FONT SIZE="2"></FONT>
-<P><FONT SIZE="2">"Licensed Patents " mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.  </FONT>
-<P><FONT SIZE="2"></FONT><FONT SIZE="2"></FONT>
-<P><FONT SIZE="2"></FONT><FONT SIZE="2">"Program" means the Contributions distributed in accordance with this Agreement.</FONT>
-<P><FONT SIZE="2"></FONT>
-<P><FONT SIZE="2">"Recipient" means anyone who receives the Program under this Agreement, including all Contributors.</FONT>
-<P><FONT SIZE="2"><B></B></FONT>
-<P><FONT SIZE="2"><B>2.  GRANT OF RIGHTS</B></FONT>
-
-<UL><FONT SIZE="2"></FONT><FONT SIZE="2">a)    </FONT><FONT SIZE="2">Subject to the terms of this Agreement, each Contributor hereby grants</FONT><FONT SIZE="2"> Recipient a non-exclusive, worldwide, royalty-free copyright license to</FONT><FONT SIZE="2" COLOR="#FF0000"> </FONT><FONT SIZE="2">reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.</FONT></UL>
-
-
-<UL><FONT SIZE="2"></FONT></UL>
-
-
-<UL><FONT SIZE="2"></FONT><FONT SIZE="2">b)    Subject to the terms of this Agreement, each Contributor hereby grants </FONT><FONT SIZE="2">Recipient a non-exclusive, worldwide,</FONT><FONT SIZE="2" COLOR="#008000"> </FONT><FONT SIZE="2">royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form.  This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents.  The patent license shall not apply to any other combinations which include the Contribution.  No hardware per se is licensed hereunder.   </FONT></UL>
-
-
-<UL><FONT SIZE="2"></FONT></UL>
-
-
-<UL><FONT SIZE="2">c)  Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity.  Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise.  As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any.  For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient's responsibility to acquire that license before distributing the Program.</FONT></UL>
-
-
-<UL><FONT SIZE="2"></FONT></UL>
-
-
-<UL><FONT SIZE="2">d)  Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement. </FONT></UL>
-
-
-<UL><FONT SIZE="2"></FONT></UL>
-
-<P><FONT SIZE="2"><B>3.  REQUIREMENTS</B></FONT>
-<P><FONT SIZE="2"><B></B>A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:</FONT>
-
-<UL><FONT SIZE="2">a)  it complies with the terms and conditions of this Agreement; and</FONT></UL>
-
-
-<UL><FONT SIZE="2">b)  its license agreement:</FONT></UL>
-
-
-<UL><FONT SIZE="2">i)  effectively disclaims</FONT><FONT SIZE="2"> on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose; </FONT></UL>
-
-
-<UL><FONT SIZE="2">ii)         effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits; </FONT></UL>
-
-
-<UL><FONT SIZE="2">iii)</FONT><FONT SIZE="2">  states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and</FONT></UL>
-
-
-<UL><FONT SIZE="2">iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.</FONT><FONT SIZE="2" COLOR="#0000FF"> </FONT><FONT SIZE="2" COLOR="#FF0000"></FONT></UL>
-
-
-<UL><FONT SIZE="2" COLOR="#FF0000"></FONT><FONT SIZE="2"></FONT></UL>
-
-<P><FONT SIZE="2">When the Program is made available in source code form:</FONT>
-
-<UL><FONT SIZE="2">a)  it must be made available under this Agreement; and </FONT></UL>
-
-
-<UL><FONT SIZE="2">b)  a copy of this Agreement must be included with each copy of the Program.  </FONT></UL>
-
-<P><FONT SIZE="2"></FONT><FONT SIZE="2" COLOR="#0000FF"><STRIKE></STRIKE></FONT>
-<P><FONT SIZE="2" COLOR="#0000FF"><STRIKE></STRIKE></FONT><FONT SIZE="2">Contributors may not remove or alter any copyright notices contained within the Program.  </FONT>
-<P><FONT SIZE="2"></FONT>
-<P><FONT SIZE="2">Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.  </FONT>
-<P><FONT SIZE="2"></FONT>
-<P><FONT SIZE="2"><B>4.  COMMERCIAL DISTRIBUTION</B></FONT>
-<P><FONT SIZE="2">Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like.  While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors.   Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify every other Contributor ("Indemnified Contributor") against any losses, damages and costs (collectively "Losses") arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering.  The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement.  In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations.  The Indemnified Contributor may participate in any such claim at its own expense.</FONT>
-<P><FONT SIZE="2"></FONT>
-<P><FONT SIZE="2">For example, a Contributor might include the Program in a commercial product offering, Product X.  That Contributor is then a Commercial Contributor.  If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor's responsibility alone.  Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.</FONT>
-<P><FONT SIZE="2"></FONT><FONT SIZE="2" COLOR="#0000FF"></FONT>
-<P><FONT SIZE="2" COLOR="#0000FF"></FONT><FONT SIZE="2"><B>5.  NO WARRANTY</B></FONT>
-<P><FONT SIZE="2">EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is</FONT><FONT SIZE="2"> solely responsible for determining the appropriateness of using and distributing </FONT><FONT SIZE="2">the Program</FONT><FONT SIZE="2"> and assumes all risks associated with its exercise of rights under this Agreement</FONT><FONT SIZE="2">, including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, </FONT><FONT SIZE="2">programs or equipment, and unavailability or interruption of operations</FONT><FONT SIZE="2">.  </FONT><FONT SIZE="2"></FONT>
-<P><FONT SIZE="2"></FONT>
-<P><FONT SIZE="2"></FONT><FONT SIZE="2"><B>6.  DISCLAIMER OF LIABILITY</B></FONT>
-<P><FONT SIZE="2"></FONT><FONT SIZE="2">EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES </FONT><FONT SIZE="2">(INCLUDING WITHOUT LIMITATION LOST PROFITS),</FONT><FONT SIZE="2"> HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.</FONT>
-<P><FONT SIZE="2"></FONT><FONT SIZE="2"></FONT>
-<P><FONT SIZE="2"><B>7.  GENERAL</B></FONT>
-<P><FONT SIZE="2"></FONT><FONT SIZE="2">If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.</FONT>
-<P><FONT SIZE="2"></FONT>
-<P><FONT SIZE="2">If Recipient institutes patent litigation against a Contributor with respect to a patent applicable to software (including a cross-claim or counterclaim in a lawsuit), then any patent licenses granted by that Contributor to such Recipient under this Agreement shall terminate as of the date such litigation is filed.  In addition, if Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient's patent(s), then such Recipient's rights granted under Section 2(b) shall terminate as of the date such litigation is filed. </FONT><FONT SIZE="2"></FONT>
-<P><FONT SIZE="2"></FONT>
-<P><FONT SIZE="2">All Recipient's rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance.  If all Recipient's rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable.  However, Recipient's obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.  </FONT><FONT SIZE="2"></FONT>
-<P><FONT SIZE="2"></FONT>
-<P><FONT SIZE="2"></FONT><FONT SIZE="2">Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted  and may only be modified in the following manner. The Agreement Steward reserves the right to </FONT><FONT SIZE="2">publish new versions (including revisions) of this Agreement from time to </FONT><FONT SIZE="2">time. No one other than the Agreement Steward has the right to modify this Agreement. IBM is the initial Agreement Steward.   IBM may assign the responsibility to serve as the Agreement Steward to a suitable separate entity.  </FONT><FONT SIZE="2">Each new version of the Agreement will be given a distinguishing version number.  The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new </FONT><FONT SIZE="2">version.  </FONT><FONT SIZE="2">Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, </FONT><FONT SIZE="2">by implication, estoppel or otherwise</FONT><FONT SIZE="2">.</FONT><FONT SIZE="2">  All rights in the Program not expressly granted under this Agreement are reserved.</FONT>
-<P><FONT SIZE="2"></FONT>
-<P><FONT SIZE="2">This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose.  Each party waives its rights to a jury trial in any resulting litigation.</FONT>
-<P><FONT SIZE="2"></FONT><FONT SIZE="2"></FONT>
-<P><FONT SIZE="2"></FONT>
+<p>The Eclipse Foundation makes available all content in this distribution ("Content").  
+               Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the
+               Eclipse Public License Version 1.0 ("EPL").  A copy of the EPL is available 
+               at <a href="../../org/documents/epl-v10.php">http://www.eclipse.org/legal/epl-v10.html</a>.
+               For purposes of the EPL, "Program" will mean the Content.</p>
+
+               <p>If you did not receive this Content directly from the Eclipse Foundation, the Content is 
+               being redistributed by another party ("Redistributor") and different terms and conditions may
+               apply to your use of any object code in the Content.  Check the Redistributor's license 
+               that was provided with the Content.  If no such license exists, contact the Redistributor.  Unless otherwise
+               indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+               and such source code may be obtained at <a href="/">http://www.eclipse.org</a>.</p>
+
+               
+               <h3>Third Party Content</h3>
+               <p>The Content includes items that have been sourced from third parties as set out below. If you 
+               did not receive this Content directly from the Eclipse Foundation, the following is provided 
+               for informational purposes only, and you should look to the RedistributorÕs license for 
+               terms and conditions of use.</p>
+               <em>
+
+               <h4>BCEL v5.1</h4>
+               <p>This product contains software developed by the
+         Apache Software Foundation (<a href="http://www.apache.org/">http://www.apache.org</a>).</p>
+               <p>AspectJ includes a modified version of the Apache Jakarta Byte Code Engineering Library (BCEL) v5.1.
+               BCEL is available at <a href="http://jakarta.apache.org/bcel/">http://jakarta.apache.org/bcel/</a>. Source
+               code for the modified version of BCEL is available at Eclipse.org in the AspectJ source tree. This code
+               is made available under the Apache Software License v1.1</p>
+               
+               <h4>ASM v2.2.1</h4> 
+               <p>AspectJ includes a binary version of ASM v2.2.1 (<a href="http://asm.objectweb.org/index.html">http://asm.objectweb.org/</a>)
+               The source code for ASM is available from the ObjectWeb download site at 
+               <a href="http://asm.objectweb.org/download/">http://asm.objectweb.org/download/</a>. 
+               <p>The ASM license is available at <a href="http://asm.objectweb.org/license.html">http://asm.objectweb.org/license.html</a>. 
+               The license is also reproduced here:
+               </p>
+
+<pre>Copyright (c) 2000-2005 INRIA, France Telecom
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+
+1. Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+
+2. Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+
+3. Neither the name of the copyright holders nor the names of its
+   contributors may be used to endorse or promote products derived from
+   this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
+LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
+THE POSSIBILITY OF SUCH DAMAGE.
+</pre>
+
+</em>
 
-<hr>
 </body>
 
 </html>
index 37c1dede80ecb179362c2798c3966f8a8630da83..6a0cce27fb3203acc58d528904d5d856595562cb 100644 (file)
@@ -4,9 +4,9 @@
 <!--               2002 Palo Alto Research Center, Incorporated (PARC).        -->
 <!-- All rights reserved.                                                      -->
 <!-- This program and the accompanying materials are made available            -->
-<!-- under the terms of the Common Public License v1.0                         -->
+<!-- under the terms of the Eclipse Public License v1.0                        -->
 <!-- which accompanies this distribution and is available at                   -->
-<!-- http://www.eclipse.org/legal/cpl-v10.html                                 -->
+<!-- http://www.eclipse.org/legal/epl-v10.html                                 -->
 <!--                                                                           -->
 <!-- Contributors:                                                             -->
 <!--     Xerox/PARC     initial implementation                                 -->
index 29268f34856778c60b2c69c2084a714597f39050..36170ab0ca148ee545e65c3b4bd23816a1471605 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * Copyright (c) 2004 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
  *     Matthew Webster    initial implementation
index 388ddf8cbc11aafc7129e92004c082582e84c684..d57a97d1f7a545902ff03c5daea3863eec137881 100644 (file)
           <para>How is AspectJ licensed?</para>
         </question>
         <answer>
-          <para>AspectJ 1.1 source code and documentation is available under the
+          <para>AspectJ 1.5.2 source code and documentation is available under the
+            <ulink url="http://eclipse.org/legal/epl-v10.html">Eclipse Public License 1.0</ulink>.
+          </para>
+          <para>AspectJ 1.1 through 1.5.1 source code and documentation is available under the
             <ulink url="http://eclipse.org/legal/cpl-v10.html">Common Public License 1.0</ulink>.
           </para>
           <para>The AspectJ 1.0 tools are open-source software available under the
index 789e18fdedd6a41fb5b530683496c8f280f8f346..3487a250093b81dc457c1711734904d18cdf6b55 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************\r
  * Copyright (c) 2004 IBM Corporation and others.\r
  * All rights reserved. This program and the accompanying materials \r
- * are made available under the terms of the Common Public License v1.0\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
  * which accompanies this distribution, and is available at\r
- * http://www.eclipse.org/legal/cpl-v10.html\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
  * \r
  * Contributors:\r
  *     IBM Corporation - initial API and implementation\r
index f346cd4148ce4d24a12c17c706ccd6eaa9082c3b..e1f16c903dfeb2db3f3e96a806ccc11881f86af1 100644 (file)
@@ -3,9 +3,9 @@ Copyright (c) 1998-2002 Palo Alto Research Center, Incorporated (PARC).
 All rights reserved. 
 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
\ No newline at end of file
index 8e5456fdcd96574f4f5ee98562391c126dbd2601..8b033adcc8ed0c3c75a65c269218ea91d7f9308c 100644 (file)
@@ -5,26 +5,24 @@
 <meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
 </head>
 <body lang="EN-US">
-<h2>About This Content</h2>
-<p>5th November, 2003</p>      
-<h3>License</h3>
-<p>Eclipse.org makes available all content in this plug-in (&quot;Content&quot;).  Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the
-Common Public License Version 1.0 (&quot;CPL&quot;).  A copy of the CPL is available at <a href="http://www.eclipse.org/legal/cpl-v10.html">http://www.eclipse.org/legal/cpl-v10.html</a>.
-For purposes of the CPL, &quot;Program&quot; will mean the Content.</p>
 
-<h3>Contributions</h3>
+<h3>About This Content</h3>
 
-<p>If this Content is licensed to you under the terms and conditions of the CPL, any Contributions, as defined in the CPL, uploaded, submitted, or otherwise
-made available to Eclipse.org, members of Eclipse.org and/or the host of Eclipse.org web site, by you that relate to such
-Content are provided under the terms and conditions of the CPL and can be made available to others under the terms of the CPL.</p>
+               <p>May 2, 2006</p>      
+               <h3>License</h3>
 
-<p>If this Content is licensed to you under license terms and conditions other than the CPL (&quot;Other License&quot;), any modifications, enhancements and/or
-other code and/or documentation (&quot;Modifications&quot;) uploaded, submitted, or otherwise made available to Eclipse.org, members of Eclipse.org and/or the
-host of Eclipse.org, by you that relate to such Content are provided under terms and conditions of the Other License and can be made available
-to others under the terms of the Other License.  In addition, with regard to Modifications for which you are the copyright holder, you are also
-providing the Modifications under the terms and conditions of the CPL and such Modifications can be made available to others under the terms of
-the CPL.</p>
+               <p>The Eclipse Foundation makes available all content in this plug-in ("Content").  
+               Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the
+               Eclipse Public License Version 1.0 ("EPL").  A copy of the EPL is available 
+               at <a href="../../org/documents/epl-v10.php">http://www.eclipse.org/legal/epl-v10.html</a>.
+               For purposes of the EPL, "Program" will mean the Content.</p>
 
+               <p>If you did not receive this Content directly from the Eclipse Foundation, the Content is 
+               being redistributed by another party ("Redistributor") and different terms and conditions may
+               apply to your use of any object code in the Content.  Check the RedistributorÕs license 
+               that was provided with the Content.  If no such license exists, contact the Redistributor.  Unless otherwise
+               indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+               and such source code may be obtained at <a href="/">http://www.eclipse.org</a>.</p>
+               
 </body>
 </html>
\ No newline at end of file
index 4fef9bb298a541a06e5ff58e5ddb4da90985aaa4..dbe02b9a98de348e7956ad5e8d5ab4088198438a 100644 (file)
@@ -1,9 +1,9 @@
 ###############################################################################
 # Copyright (c) 2003 IBM Corporation and others.
 # All rights reserved. This program and the accompanying materials 
-# are made available under the terms of the Common Public License v1.0
+# are made available under the terms of the Eclipse Public License v1.0
 # which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/cpl-v10.html
+# http://www.eclipse.org/legal/epl-v10.html
 # 
 # Contributors:
 #     Adrian Colyer, George Harley - initial implementation
index 8e5456fdcd96574f4f5ee98562391c126dbd2601..0ad401362d44a8772f19a5eb6c074464fab16c81 100644 (file)
@@ -5,26 +5,82 @@
 <meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
 </head>
 <body lang="EN-US">
-<h2>About This Content</h2>
  
-<p>5th November, 2003</p>      
-<h3>License</h3>
-<p>Eclipse.org makes available all content in this plug-in (&quot;Content&quot;).  Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the
-Common Public License Version 1.0 (&quot;CPL&quot;).  A copy of the CPL is available at <a href="http://www.eclipse.org/legal/cpl-v10.html">http://www.eclipse.org/legal/cpl-v10.html</a>.
-For purposes of the CPL, &quot;Program&quot; will mean the Content.</p>
-
-<h3>Contributions</h3>
-
-<p>If this Content is licensed to you under the terms and conditions of the CPL, any Contributions, as defined in the CPL, uploaded, submitted, or otherwise
-made available to Eclipse.org, members of Eclipse.org and/or the host of Eclipse.org web site, by you that relate to such
-Content are provided under the terms and conditions of the CPL and can be made available to others under the terms of the CPL.</p>
-
-<p>If this Content is licensed to you under license terms and conditions other than the CPL (&quot;Other License&quot;), any modifications, enhancements and/or
-other code and/or documentation (&quot;Modifications&quot;) uploaded, submitted, or otherwise made available to Eclipse.org, members of Eclipse.org and/or the
-host of Eclipse.org, by you that relate to such Content are provided under terms and conditions of the Other License and can be made available
-to others under the terms of the Other License.  In addition, with regard to Modifications for which you are the copyright holder, you are also
-providing the Modifications under the terms and conditions of the CPL and such Modifications can be made available to others under the terms of
-the CPL.</p>
+               <h3>About This Content</h3>
+
+               <p>May 2, 2006</p>      
+               <h3>License</h3>
+
+               <p>The Eclipse Foundation makes available all content in this plug-in ("Content").  
+               Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the
+               Eclipse Public License Version 1.0 ("EPL").  A copy of the EPL is available 
+               at <a href="../../org/documents/epl-v10.php">http://www.eclipse.org/legal/epl-v10.html</a>.
+               For purposes of the EPL, "Program" will mean the Content.</p>
+
+               <p>If you did not receive this Content directly from the Eclipse Foundation, the Content is 
+               being redistributed by another party ("Redistributor") and different terms and conditions may
+               apply to your use of any object code in the Content.  Check the RedistributorÕs license 
+               that was provided with the Content.  If no such license exists, contact the Redistributor.  Unless otherwise
+               indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+               and such source code may be obtained at <a href="/">http://www.eclipse.org</a>.</p>
+               
+               <h3>Third Party Content</h3>
+               <p>The Content includes items that have been sourced from third parties as set out below. If you 
+               did not receive this Content directly from the Eclipse Foundation, the following is provided 
+               for informational purposes only, and you should look to the RedistributorÕs license for 
+               terms and conditions of use.</p>
+               <em>
+
+               <h4>BCEL v5.1</h4>
+               <p>This product contains software developed by the
+         Apache Software Foundation (<a href="http://www.apache.org/">http://www.apache.org</a>).</p>
+               <p>AspectJ includes a modified version of the Apache Jakarta Byte Code Engineering Library (BCEL) v5.1.
+               BCEL is available at <a href="http://jakarta.apache.org/bcel/">http://jakarta.apache.org/bcel/</a>. Source
+               code for the modified version of BCEL is available at Eclipse.org in the AspectJ source tree. This code
+               is made available under the Apache Software License v1.1</p>
+               
+               <h4>ASM v2.2.1</h4> 
+               <p>AspectJ includes a binary version of ASM v2.2.1 (<a href="http://asm.objectweb.org/index.html">http://asm.objectweb.org/</a>)
+               The source code for ASM is available from the ObjectWeb download site at 
+               <a href="http://asm.objectweb.org/download/">http://asm.objectweb.org/download/</a>. 
+               <p>The ASM license is available at <a href="http://asm.objectweb.org/license.html">http://asm.objectweb.org/license.html</a>. 
+               The license is also reproduced here:
+               </p>
+
+<pre>Copyright (c) 2000-2005 INRIA, France Telecom
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+
+1. Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+
+2. Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+
+3. Neither the name of the copyright holders nor the names of its
+   contributors may be used to endorse or promote products derived from
+   this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
+LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
+THE POSSIBILITY OF SUCH DAMAGE.
+</pre>
+
+</em>
+               
 
 </body>
 </html>
\ No newline at end of file
index 66100842d43ba4deef4857b8c02c453864a4dc8b..cefd4da603349b77f48dd5fcb22e672f71f66af1 100644 (file)
@@ -1,9 +1,9 @@
 ###############################################################################
 # Copyright (c) 2003 IBM Corporation and others.
 # All rights reserved. This program and the accompanying materials 
-# are made available under the terms of the Common Public License v1.0
+# are made available under the terms of the Eclipse Public License v1.0
 # which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/cpl-v10.html
+# http://www.eclipse.org/legal/epl-v10.html
 # 
 # Contributors:
 #     Adrian Colyer, George Harley - initial implementation
index 9604d92164f374eac030ce7741b06d988580537c..0ad401362d44a8772f19a5eb6c074464fab16c81 100644 (file)
@@ -5,30 +5,82 @@
 <meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
 </head>
 <body lang="EN-US">
-<h2>About This Content</h2>
  
-<p>5th November, 2003</p>      
-<h3>License</h3>
-<p>Eclipse.org makes available all content in this plug-in (&quot;Content&quot;).  Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the
-Common Public License Version 1.0 (&quot;CPL&quot;).  A copy of the CPL is available at <a href="http://www.eclipse.org/legal/cpl-v10.html">http://www.eclipse.org/legal/cpl-v10.html</a>.
-For purposes of the CPL, &quot;Program&quot; will mean the Content.</p>
-
-Those portions of this distribution in the org.apache Java namespace are available under the terms of 
-the Apache Software License, Version 1.1 (See 
-<a href="http://jakarta.apache.org">http://jakarta.apache.org</a>).
-
-<h3>Contributions</h3>
-
-<p>If this Content is licensed to you under the terms and conditions of the CPL, any Contributions, as defined in the CPL, uploaded, submitted, or otherwise
-made available to Eclipse.org, members of Eclipse.org and/or the host of Eclipse.org web site, by you that relate to such
-Content are provided under the terms and conditions of the CPL and can be made available to others under the terms of the CPL.</p>
-
-<p>If this Content is licensed to you under license terms and conditions other than the CPL (&quot;Other License&quot;), any modifications, enhancements and/or
-other code and/or documentation (&quot;Modifications&quot;) uploaded, submitted, or otherwise made available to Eclipse.org, members of Eclipse.org and/or the
-host of Eclipse.org, by you that relate to such Content are provided under terms and conditions of the Other License and can be made available
-to others under the terms of the Other License.  In addition, with regard to Modifications for which you are the copyright holder, you are also
-providing the Modifications under the terms and conditions of the CPL and such Modifications can be made available to others under the terms of
-the CPL.</p>
+               <h3>About This Content</h3>
+
+               <p>May 2, 2006</p>      
+               <h3>License</h3>
+
+               <p>The Eclipse Foundation makes available all content in this plug-in ("Content").  
+               Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the
+               Eclipse Public License Version 1.0 ("EPL").  A copy of the EPL is available 
+               at <a href="../../org/documents/epl-v10.php">http://www.eclipse.org/legal/epl-v10.html</a>.
+               For purposes of the EPL, "Program" will mean the Content.</p>
+
+               <p>If you did not receive this Content directly from the Eclipse Foundation, the Content is 
+               being redistributed by another party ("Redistributor") and different terms and conditions may
+               apply to your use of any object code in the Content.  Check the RedistributorÕs license 
+               that was provided with the Content.  If no such license exists, contact the Redistributor.  Unless otherwise
+               indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+               and such source code may be obtained at <a href="/">http://www.eclipse.org</a>.</p>
+               
+               <h3>Third Party Content</h3>
+               <p>The Content includes items that have been sourced from third parties as set out below. If you 
+               did not receive this Content directly from the Eclipse Foundation, the following is provided 
+               for informational purposes only, and you should look to the RedistributorÕs license for 
+               terms and conditions of use.</p>
+               <em>
+
+               <h4>BCEL v5.1</h4>
+               <p>This product contains software developed by the
+         Apache Software Foundation (<a href="http://www.apache.org/">http://www.apache.org</a>).</p>
+               <p>AspectJ includes a modified version of the Apache Jakarta Byte Code Engineering Library (BCEL) v5.1.
+               BCEL is available at <a href="http://jakarta.apache.org/bcel/">http://jakarta.apache.org/bcel/</a>. Source
+               code for the modified version of BCEL is available at Eclipse.org in the AspectJ source tree. This code
+               is made available under the Apache Software License v1.1</p>
+               
+               <h4>ASM v2.2.1</h4> 
+               <p>AspectJ includes a binary version of ASM v2.2.1 (<a href="http://asm.objectweb.org/index.html">http://asm.objectweb.org/</a>)
+               The source code for ASM is available from the ObjectWeb download site at 
+               <a href="http://asm.objectweb.org/download/">http://asm.objectweb.org/download/</a>. 
+               <p>The ASM license is available at <a href="http://asm.objectweb.org/license.html">http://asm.objectweb.org/license.html</a>. 
+               The license is also reproduced here:
+               </p>
+
+<pre>Copyright (c) 2000-2005 INRIA, France Telecom
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+
+1. Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+
+2. Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+
+3. Neither the name of the copyright holders nor the names of its
+   contributors may be used to endorse or promote products derived from
+   this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
+LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
+THE POSSIBILITY OF SUCH DAMAGE.
+</pre>
+
+</em>
+               
 
 </body>
 </html>
\ No newline at end of file
index b9f4532cba7aab45cc489bbe113fc6f22084413f..2e5cfd2d3be680f51d84a63d3b2cb59f567505ba 100644 (file)
@@ -1,9 +1,9 @@
 ###############################################################################
 # Copyright (c) 2003 IBM Corporation and others.
 # All rights reserved. This program and the accompanying materials 
-# are made available under the terms of the Common Public License v1.0
+# are made available under the terms of the Eclipse Public License v1.0
 # which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/cpl-v10.html
+# http://www.eclipse.org/legal/epl-v10.html
 # 
 # Contributors:
 #     Adrian Colyer, George Harley - initial implementation
index 9604d92164f374eac030ce7741b06d988580537c..8b033adcc8ed0c3c75a65c269218ea91d7f9308c 100644 (file)
@@ -5,30 +5,24 @@
 <meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
 </head>
 <body lang="EN-US">
-<h2>About This Content</h2>
-<p>5th November, 2003</p>      
-<h3>License</h3>
-<p>Eclipse.org makes available all content in this plug-in (&quot;Content&quot;).  Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the
-Common Public License Version 1.0 (&quot;CPL&quot;).  A copy of the CPL is available at <a href="http://www.eclipse.org/legal/cpl-v10.html">http://www.eclipse.org/legal/cpl-v10.html</a>.
-For purposes of the CPL, &quot;Program&quot; will mean the Content.</p>
 
-Those portions of this distribution in the org.apache Java namespace are available under the terms of 
-the Apache Software License, Version 1.1 (See 
-<a href="http://jakarta.apache.org">http://jakarta.apache.org</a>).
+<h3>About This Content</h3>
 
-<h3>Contributions</h3>
+               <p>May 2, 2006</p>      
+               <h3>License</h3>
 
-<p>If this Content is licensed to you under the terms and conditions of the CPL, any Contributions, as defined in the CPL, uploaded, submitted, or otherwise
-made available to Eclipse.org, members of Eclipse.org and/or the host of Eclipse.org web site, by you that relate to such
-Content are provided under the terms and conditions of the CPL and can be made available to others under the terms of the CPL.</p>
-
-<p>If this Content is licensed to you under license terms and conditions other than the CPL (&quot;Other License&quot;), any modifications, enhancements and/or
-other code and/or documentation (&quot;Modifications&quot;) uploaded, submitted, or otherwise made available to Eclipse.org, members of Eclipse.org and/or the
-host of Eclipse.org, by you that relate to such Content are provided under terms and conditions of the Other License and can be made available
-to others under the terms of the Other License.  In addition, with regard to Modifications for which you are the copyright holder, you are also
-providing the Modifications under the terms and conditions of the CPL and such Modifications can be made available to others under the terms of
-the CPL.</p>
+               <p>The Eclipse Foundation makes available all content in this plug-in ("Content").  
+               Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the
+               Eclipse Public License Version 1.0 ("EPL").  A copy of the EPL is available 
+               at <a href="../../org/documents/epl-v10.php">http://www.eclipse.org/legal/epl-v10.html</a>.
+               For purposes of the EPL, "Program" will mean the Content.</p>
 
+               <p>If you did not receive this Content directly from the Eclipse Foundation, the Content is 
+               being redistributed by another party ("Redistributor") and different terms and conditions may
+               apply to your use of any object code in the Content.  Check the RedistributorÕs license 
+               that was provided with the Content.  If no such license exists, contact the Redistributor.  Unless otherwise
+               indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+               and such source code may be obtained at <a href="/">http://www.eclipse.org</a>.</p>
+               
 </body>
 </html>
\ No newline at end of file
index 9c9488c2ab1908adae305820f44caaf7ea7e5d8a..914f7b3119dc5da39f33cecac1e632083bf83618 100644 (file)
@@ -1,9 +1,9 @@
 ###############################################################################
 # Copyright (c) 2003 IBM Corporation and others.
 # All rights reserved. This program and the accompanying materials 
-# are made available under the terms of the Common Public License v1.0
+# are made available under the terms of the Eclipse Public License v1.0
 # which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/cpl-v10.html
+# http://www.eclipse.org/legal/epl-v10.html
 # 
 # Contributors:
 #     Adrian Colyer, George Harley - initial implementation
index 0ef094b64085bea8715e19de7c336b0fc6f859ab..1e476fb5a808553008af19973a23fcaba3a3fbad 100644 (file)
@@ -4,8 +4,8 @@
 <h2>AspectJ library module</h2>
 
 This module primarily contains binary libraries from open-source projects, 
-some of which are subject to licenses other than the Common Public License (CPL).  
-Those not subject to CPL are not distributed in source or binary form with
+some of which are subject to licenses other than the Eclipse Public License (EPL).  
+Those not subject to EPL are not distributed in source or binary form with
 AspectJ (except for Apache's BCEL), but are used in the development of AspectJ.  
 This module also contains some bootstrap libraries and test sources.
 
index be60c76fea53903004d0e83d3fb1df2aaa0af009..4f43c0de0a60f278c0c52ef98aa17a0a8cb80bc6 100644 (file)
@@ -144,9 +144,9 @@ xoption.usage = {0} non-standard options:\n\
 ###############################################################################
 # Copyright (c) 2000, 2004 IBM Corporation and others.
 # All rights reserved. This program and the accompanying materials 
-# are made available under the terms of the Common Public License v1.0
+# are made available under the terms of the Eclipse Public License v1.0
 # which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/cpl-v10.html
+# http://www.eclipse.org/legal/epl-v10.html
 # 
 # Contributors:
 #     IBM Corporation - initial API and implementation
index 4bfb0e01defa44ba84ba194b8e3b8be856c9bbee..fcee316f56f80beb99672fb99408f30d8c025c6d 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************\r
  * Copyright (c) 2004 IBM Corporation and others.\r
  * All rights reserved. This program and the accompanying materials \r
- * are made available under the terms of the Common Public License v1.0\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
  * which accompanies this distribution, and is available at\r
- * http://www.eclipse.org/legal/cpl-v10.html\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
  * \r
  * Contributors:\r
  *     Matthew Webster - initial implementation\r
index 1bbc6bdcb4bfd7b257bc24cd77c8a1765354d0fa..3cc258f19ad7be6ca0c005620a2296d9fd044225 100644 (file)
@@ -3,9 +3,9 @@
 <!-- Copyright (c) 2002 Wes Isberg                                             -->
 <!-- All rights reserved.                                                      -->
 <!-- This program and the accompanying materials are made available            -->
-<!-- under the terms of the Common Public License v1.0                         -->
+<!-- under the terms of the Eclipse Public License v1.0                        -->
 <!-- which accompanies this distribution and is available at                   -->
-<!-- http://www.eclipse.org/legal/cpl-v10.html                                 -->
+<!-- http://www.eclipse.org/legal/epl-v10.html                                 -->
 <!--                                                                           -->
 <!-- Contributors:                                                             -->
 <!--     Xerox/PARC     initial implementation                                 -->
index e23a269f86aa8a9c3800c46451391dae64a3cb5b..de7e7ba99716255c7115aea0d6dd5baaf10f2e20 100644 (file)
@@ -3,9 +3,9 @@
 <!-- Copyright (c) 2003 Contributors.                                          -->
 <!-- All rights reserved.                                                      -->
 <!-- This program and the accompanying materials are made available            -->
-<!-- under the terms of the Common Public License v1.0                         -->
+<!-- under the terms of the Eclipse Public License v1.0                        -->
 <!-- which accompanies this distribution and is available at                   -->
-<!-- http://www.eclipse.org/legal/cpl-v10.html                                 -->
+<!-- http://www.eclipse.org/legal/epl-v10.html                                 -->
 <!--                                                                           -->
 <!-- Contributors:                                                             -->
 <!--     Isberg     initial implementation                                 -->
index 3f0199ade983fa3d84ad6bb00daaf9e60bf03222..224825a01b542dfcf694088f5faccf6412ba8c62 100644 (file)
@@ -5,9 +5,9 @@
 <!-- Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).        -->
 <!-- All rights reserved.                                                      -->
 <!-- This program and the accompanying materials are made available            -->
-<!-- under the terms of the Common Public License v1.0                         -->
+<!-- under the terms of the Eclipse Public License v1.0                        -->
 <!-- which accompanies this distribution and is available at                   -->
-<!-- http://www.eclipse.org/legal/cpl-v10.html                                 -->
+<!-- http://www.eclipse.org/legal/epl-v10.html                                 -->
 <!--                                                                           -->
 <!-- Contributors:                                                             -->
 <!--     Xerox/PARC     initial implementation                                 -->
index b0da19400e4418f7b6ec62143fa60e8944ec12fe..bad4543e13306a7b1f64ee71dc380b507af651be 100644 (file)
@@ -3,9 +3,9 @@
  *               2003 Contributors.\r
  * All rights reserved. \r
  * This program and the accompanying materials are made available \r
- * under the terms of the Common Public License v1.0 \r
+ * under the terms of the Eclipse Public License v1.0 \r
  * which accompanies this distribution and is available at \r
- * http://www.eclipse.org/legal/cpl-v10.html \r
+ * http://www.eclipse.org/legal/epl-v10.html \r
  *  \r
  * Contributors: \r
  *     Xerox/PARC      initial implementation \r
index 9e90b718301f6a6fbb6e382b6989c778c03ecbd5..92b8a32cec75cc77bff1476da374c7e2def0fcc6 100644 (file)
@@ -2,9 +2,9 @@
 # Copyright (c) 2004 Contributors.
 # All rights reserved. 
 # This program and the accompanying materials are made available 
-# under the terms of the Common Public License v1.0 
+# under the terms of the Eclipse Public License v1.0 
 # which accompanies this distribution and is available at 
-# http://www.eclipse.org/legal/cpl-v10.html 
+# http://www.eclipse.org/legal/epl-v10.html 
 #  
 # Contributors: 
 #     Adrian Colyer - Initial version