Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Rentz-Reichert2019-06-07 16:53:11 +0000
committerHenrik Rentz-Reichert2019-06-07 16:53:11 +0000
commit2f0bd26685540086e59577b80cd3a5aac6711ce9 (patch)
treeaf72dff7a4337b9fe3465f1e2f8e2a1c93c61cea /runtime/org.eclipse.etrice.runtime.c/src/platforms/MT_XMC_FreeRTOS_Dave/etTimer.c
parentc552cb89667441d30e98da100d1e543070e878bd (diff)
downloadorg.eclipse.etrice-2f0bd26685540086e59577b80cd3a5aac6711ce9.tar.gz
org.eclipse.etrice-2f0bd26685540086e59577b80cd3a5aac6711ce9.tar.xz
org.eclipse.etrice-2f0bd26685540086e59577b80cd3a5aac6711ce9.zip
Bug 538027 - switching from EPL-1.0 to EPL-2.0
Also C and C++ sources Change-Id: I99e2b19c0c7ea1ad120535e92a99d6fb18ec4ef0
Diffstat (limited to 'runtime/org.eclipse.etrice.runtime.c/src/platforms/MT_XMC_FreeRTOS_Dave/etTimer.c')
-rw-r--r--runtime/org.eclipse.etrice.runtime.c/src/platforms/MT_XMC_FreeRTOS_Dave/etTimer.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/runtime/org.eclipse.etrice.runtime.c/src/platforms/MT_XMC_FreeRTOS_Dave/etTimer.c b/runtime/org.eclipse.etrice.runtime.c/src/platforms/MT_XMC_FreeRTOS_Dave/etTimer.c
index ad5d04630..a9d9814b9 100644
--- a/runtime/org.eclipse.etrice.runtime.c/src/platforms/MT_XMC_FreeRTOS_Dave/etTimer.c
+++ b/runtime/org.eclipse.etrice.runtime.c/src/platforms/MT_XMC_FreeRTOS_Dave/etTimer.c
@@ -1,9 +1,11 @@
/*******************************************************************************
* Copyright (c) 2013 protos software gmbh (http://www.protos.de).
* All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
+ * are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License-Identifier: EPL-2.0
*
* CONTRIBUTORS:
* Thomas Schuetz (initial contribution), Thomas Jung

Back to the top