Bug 208777 - Files need to contain appropriate EPL and copyright statements on their header
Summary: Files need to contain appropriate EPL and copyright statements on their header
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EPF (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Jao Tham CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-05 11:27 EST by Ricardo Balduino CLA
Modified: 2023-02-16 16:17 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ricardo Balduino CLA 2007-11-05 11:27:26 EST
File search_result.xsl contains the following header:

/*******************************************************************************
 Licensed Materials - Property of IBM
Restricted Materials of IBM - Modification is prohibited.

(c) Copyright IBM Corporation 2004, 2007. All Rights Reserved. 

Note to U.S. Government Users Restricted Rights:  Use, duplication or
disclosure restricted by GSA ADP  Schedule Contract with IBM Corp.
*******************************************************************************/

It should contain standard EPL and copyright statements, such as:

/*******************************************************************************
 	* Copyright (c) 2005, 2007 IBM Corporation and others.
	* All rights reserved. This program and the accompanying materials
	* 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/epl-v10.html
	* 
	* Contributors:
	* IBM Corporation - initial implementation
*******************************************************************************/


In general, any text file that is published by EPF Composer (e.g. html, xml, xsl, etc.) should contain the header above. Also, any text file saved by EPF Composer (such as xmi, etc.), where applicable, should contain that header. It doesn’t apply to binary files.