Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ui-dev] CPL copyright notice in new files


You should just release the templates you want everyone to use into CVS.  For example:
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.gef/.settings/?cvsroot=Tools_Project

-randy



Douglas Pollock <douglas.pollock@xxxxxxxx>
Sent by: platform-ui-dev-bounces@xxxxxxxxxxx

04/20/2005 11:17 AM

Please respond to
dpollock and "Eclipse Platform UI component developers list."

To
platform-ui-dev@xxxxxxxxxxx
cc
Subject
[platform-ui-dev] CPL copyright notice in new files





Some files created since the change to the EPL contain CPL notices.  It is
likely happening because people are not updating their Code Templates.

1. Go to the preference dialog.
2. Select Java > Code Templates > Files
3. Click on Edit...
4. Ensure that "Files" has the following template:

/*******************************************************************************
* Copyright (c) ${year} 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 API and implementation
******************************************************************************/



thanks,
d.
_______________________________________________
platform-ui-dev mailing list
platform-ui-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-ui-dev


Back to the top