-
Notifications
You must be signed in to change notification settings - Fork 95
Closed
Description
I noticed that many of the source files in this repository are dual-licensed (on the other hand, many files do not have any copyrights declaration):
/*
* Copyright (c) 2016 The original author or authors
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* and Apache License v2.0 which accompanies this distribution.
*
* The Eclipse Public License is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* The Apache License v2.0 is available at
* http://www.opensource.org/licenses/apache2.0.php
*
* You may elect to redistribute this code under either of these licenses.
*/
However, the published pom.xml as well as the README.md and the LICENSE file suggests that this project intends to use the Apache-2.0 license (alone).
Would it be possible to remove the EPL-1.0 license from the copyrights notice?
If not, shouldn't that license be also declared in the published pom.xml and mentioned in the README?
That ensures consumers that there's no possibility "some" files are EPL licensed while the project itself is Apache-2.0 licensed (sorry, our legal team is strict about these things :)).
Metadata
Metadata
Assignees
Labels
No labels