Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[lyo-dev] Looking for help with EDL templates and the like for Lyo contiributions (take 2)

As I wrote the note, I realized that what is really needed in the source code is the copyright and license reference, therefore I assume it really should be:
(based on http://www.eclipse.org/legal/copyrightandlicensenotice.php)

/*******************************************************************************
 * Copyright (c) 2011 IBM Corporation.
 * All rights reserved. This program and the accompanying materials
 * are made available under the terms of the Eclipse Distribution License v1.0
 * which accompanies this distribution, and is available at
 * http://www.eclipse.org/org/documents/edl-v10.php
 *
 * Contributors:
 *    Steve Speicher - initial implementation and documentation
 *******************************************************************************/


>>>>>>>>>>>>>PREVIOUS NOTE >>>>>>>>>>>>>>>>>
Subject:    Looking for help with EDL templates and the like for Lyo contiributions
Hi All,

I'm not exactly sure who to turn to.  I hate to update tons of our source with the wrong code header for the EDL license we plan to use in Lyo.

I believe https://bugs.eclipse.org/bugs/show_bug.cgi?id=278078 is being used to track having a sample to use.
Here is the EDL in plain HTML https://bugs.eclipse.org/bugs/show_bug.cgi?id=278078

Is this the right header to use for the source? (converted the HTML and added a website link)
/*******************************************************************************
 * Eclipse Distribution License - v 1.0
 *
 * Copyright (c) 2007, Eclipse Foundation, Inc. and its licensors.
 * http://www.eclipse.org/org/documents/edl-v10.php
 *
 * All rights reserved.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions are met:
 *
 * - Redistributions of source code must retain the above copyright notice,
 *   this list of conditions and the following disclaimer.
 * - Redistributions in binary form must reproduce the above copyright notice,
 *   this list of conditions and the following disclaimer in the documentation
 *   and/or other materials provided with the distribution.
 * - Neither the name of the Eclipse Foundation, Inc. nor the names of its
 *   contributors may be used to endorse or promote products derived from this
 *   software without specific prior written permission.
 *
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
 * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 ******************************************************************************/

--
- Steve

Back to the top