Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "About files"

(About File Examples)
 
Line 1: Line 1:
 
<h2>About Files</h2>
 
<h2>About Files</h2>
  
It is an Eclipse Foundation requirement for Europa projects that the [http://www.eclipse.org/legal/guidetolegaldoc.php#Abouts About file] (about.html) exist and be accurate for every plug-in, whether it contains third party code or not.  Recently I have noticed that the abouts are not an accurate reflection of the third party code redistributed in that plug-in or worse, the about file is missing!  There are 2 basic [http://www.eclipse.org/legal/epl/about.php about templates], one for plug-ins that contain  
+
It is an Eclipse Foundation requirement for Europa projects that the [http://www.eclipse.org/legal/guidetolegaldoc.php#Abouts About file] (about.html) exist and be accurate for every plug-in, whether it contains third party code or not.  Recently I have noticed that the abouts are not an accurate reflection of the third party code redistributed in that plug-in or worse, the about file is missing!  There are 2 basic [http://www.eclipse.org/legal/epl/about.php about templates]:
[http://www.eclipse.org/legal/epl/about.php#short only EPL code] and another for plug-ins that contain some or all [[Generic plug-in (third-party content)| non-EPL content]] - sometimes we refer to this as third party contentThe platform also provides an [[src-about.html | about file for source plug-ins]].
+
*one for plug-ins that contain [http://www.eclipse.org/legal/epl/about.php#short only EPL code]
 +
*another for plug-ins that contain some or all [[Generic plug-in (third-party content)| non-EPL content]] - sometimes we refer to this as third party content  
 +
 
 +
The platform also provides an [[src-about.html | about file for source plug-ins]].

Revision as of 21:15, 4 June 2007

About Files

It is an Eclipse Foundation requirement for Europa projects that the About file (about.html) exist and be accurate for every plug-in, whether it contains third party code or not. Recently I have noticed that the abouts are not an accurate reflection of the third party code redistributed in that plug-in or worse, the about file is missing! There are 2 basic about templates:

  • one for plug-ins that contain only EPL code
  • another for plug-ins that contain some or all non-EPL content - sometimes we refer to this as third party content

The platform also provides an about file for source plug-ins.

Back to the top