Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[spaces-dev] Re: aolAdapter

Maria,
I started the process of submitting the initial contributions (yours and mine) to Eclipse Legal for review and I discovered that your code does not have copyright or license statements in it. Each Java source file needs a header like the ones I have in my code (except that yours should say AOL, your name, etc):
/*******************************************************************************
* Copyright (c) 2007 Eclipse Foundation
* 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:
*     Bjorn Freeman-Benson - initial implementation
*/

- Bjorn



Back to the top