Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.
Higgins/Template - File Headers
< Higgins
{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}
Java files
We follow the Eclipse conventions. Each Java file should have a header like this with "2005-2009" replaced with the correct year(s), "Azigo, Inc." replace with the copyright holder, and "Paul Trevithick" replaced with original author of the file:
/******************************************************************************* * Copyright (c) 2005-2010 Azigo, Inc. * 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: * Paul Trevithick - initial API and implementation *******************************************************************************/
OWL Files
Should carry a header like this
<!-- ******************************************************************************* * Copyright (c) 2008-2010 <copyright holder> * All rights reserved. This document and 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: * <someone's name> - initial vocabulary ******************************************************************************* -->