Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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.


Back to the top