Skip to content

Commit

Permalink
Update license_header_template.
Browse files Browse the repository at this point in the history
Add SPDX-License-Identifier: EPL-2.0 OR BSD-3-Clause

Signed-off-by: Achim Kraus <achim.kraus@cloudcoap.net>
  • Loading branch information
boaks committed Dec 20, 2022
1 parent a0f1cb6 commit bbbb478
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions license_header_template.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) <year (e.g. 2020)> <(company) name> and others.
* Copyright (c) <year (e.g. 2022)> Contributors to the Eclipse Foundation.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
Expand All @@ -10,8 +10,8 @@
* and the Eclipse Distribution License is available at
* http://www.eclipse.org/org/documents/edl-v10.html.
*
* Contributors:
* <(company) name> - initial creation
* SPDX-License-Identifier: EPL-2.0 OR BSD-3-Clause
*
******************************************************************************/

Please replace all <symbolic name> tags with the information proper for you!
Please replace <year> tag with the current year!

0 comments on commit bbbb478

Please sign in to comment.