Issue #5784 - Cleaning up source header template
+ Using proper language, no further mention of "secondary" license (which was an invalid way of handling an "OR" situation) Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
parent
ea38e53b92
commit
31e5030550
|
@ -1,15 +1,10 @@
|
||||||
========================================================================
|
========================================================================
|
||||||
Copyright (c) ${copyright-range} Mort Bay Consulting Pty Ltd and others.
|
Copyright (c) ${copyright-range} Mort Bay Consulting Pty Ltd and others.
|
||||||
|
|
||||||
This program and the accompanying materials are made available under
|
This program and the accompanying materials are made available under the
|
||||||
the terms of the Eclipse Public License 2.0 which is available at
|
terms of the Eclipse Public License v. 2.0 which is available at
|
||||||
https://www.eclipse.org/legal/epl-2.0
|
https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
|
||||||
|
which is available at https://www.apache.org/licenses/LICENSE-2.0.
|
||||||
This Source Code may also be made available under the following
|
|
||||||
Secondary Licenses when the conditions for such availability set
|
|
||||||
forth in the Eclipse Public License, v. 2.0 are satisfied:
|
|
||||||
the Apache License v2.0 which is available at
|
|
||||||
https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
|
|
||||||
SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
|
||||||
========================================================================
|
========================================================================
|
||||||
|
|
Loading…
Reference in New Issue