Suggestion for copyright file header.
From: Robert Simmons <kraythe_at_arcor.de>
Date: 2004-09-25 01:49:02 CEST
The current copyright header indicates that the product was developed by
Can we use this one instead:
/*
* file: SVNDecoratorConfiguration.java
* package: org.tigris.subversion.subclipse.ui.decorator
*
* This program and the accompanying materials are made available under
* the terms of the Common Public License v1.0 which accompanies this
* distribution, and is available at the following URL:
* http://www.eclipse.org/legal/cpl-v10.html
*
* Copyright(c) 2003-2005 by the authors indicated in the @author tags.
* All Rights are Reserved by the various authors.
*
########## DO NOT EDIT ABOVE THIS LINE ########## */
This can be easily done with an editor template. Map "header" to the
/*
* file: ${file}
* package: ${enclosing_package}
*
* This program and the accompanying materials are made available under
* the terms of the Common Public License v1.0 which accompanies this
* distribution, and is available at the following URL:
* http://www.eclipse.org/legal/cpl-v10.html
*
* Copyright(c) 2003-2005 by the authors indicated in the @author tags.
* All Rights are Reserved by the various authors.
*
########## DO NOT EDIT ABOVE THIS LINE ########## */
Then all you have to do is type "header" and hit ctrl-space.
-- Robert Simmons Jr.
-- Senior Software Architect, Consultant
Author of "Hardcore Java", Published by O'Reilly, ISBN: 0-596-00568-7,
|
This is an archived mail posted to the Subclipse Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.