Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [iot-pmc] Source File License Header

Hi Kevin,

It's good enough of a list :) For questions related to project onboard, the incubation mailing list [1] would probably be a better fit (at least there are more people there, so it's more likely a question like yours will get answered in a matter of minutes, if all goes well :-))

Back to your question, the default header for dual-licensed content would be:

/*******************************************************************************
 * Copyright (c) 2016 AcmeCorp and others.
 * 
 * All rights reserved. This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v1.0
 * and Eclipse Distribution License v1.0 which accompany this distribution.
 * 
 * The Eclipse Public License is available at
 *    http://www.eclipse.org/legal/epl-v10.html
 * and the Eclipse Distribution License is available at
 *    http://www.eclipse.org/org/documents/edl-v10.html.
 * 
 * Contributors:
 *     AcmeCorp - initial API and implementation
 *******************************************************************************/

Note that the root of your repository and deliverables should also include a copy of https://eclipse.org/legal/epl/notice.html (Eclipse Foundation Software User Agreement), as well as the EPL and EDL (http://www.eclipse.org/legal/epl-v10.html and http://www.eclipse.org/licenses/edl-v10.html)

HTH,
Benjamin –




Benjamin Cabé – IoT Evangelist

Eclipse Foundation
+33 (0) 619196101
@kartben

De : <iot-pmc-bounces@xxxxxxxxxxx> on behalf of Kevin Herron <kevinherron@xxxxxxxxx>
Répondre à : PMC list for IoT top level project <iot-pmc@xxxxxxxxxxx>
Date : mardi 5 avril 2016 03:26
À : <iot-pmc@xxxxxxxxxxx>
Objet : [iot-pmc] Source File License Header

Apologies in advanced if this is the wrong list.

When a project is dual-licensed under EPL/EDL, what should the license header in source files look like? Is there an agreed upon header shared by all projects?
_______________________________________________ iot-pmc mailing list iot-pmc@xxxxxxxxxxx To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/iot-pmc

Back to the top