Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormoberhuber2008-07-28 15:23:10 +0000
committermoberhuber2008-07-28 15:23:10 +0000
commite379cbbce1c7d278be7c479b23f6d1b69873c7e3 (patch)
tree16e43b945db1359898d7c0269c48ea76e5a387cd /examples/org.eclipse.tm.tcf.examples.daytime.agent/config.h
parent25d752a04f626e4ec61f52b3161993ec40f6c55f (diff)
downloadorg.eclipse.tcf-e379cbbce1c7d278be7c479b23f6d1b69873c7e3.tar.gz
org.eclipse.tcf-e379cbbce1c7d278be7c479b23f6d1b69873c7e3.tar.xz
org.eclipse.tcf-e379cbbce1c7d278be7c479b23f6d1b69873c7e3.zip
EPL to EPL+EDL for Daytime Agent Example
Diffstat (limited to 'examples/org.eclipse.tm.tcf.examples.daytime.agent/config.h')
-rw-r--r--examples/org.eclipse.tm.tcf.examples.daytime.agent/config.h15
1 files changed, 9 insertions, 6 deletions
diff --git a/examples/org.eclipse.tm.tcf.examples.daytime.agent/config.h b/examples/org.eclipse.tm.tcf.examples.daytime.agent/config.h
index 1f424d0c1..fbaaa834c 100644
--- a/examples/org.eclipse.tm.tcf.examples.daytime.agent/config.h
+++ b/examples/org.eclipse.tm.tcf.examples.daytime.agent/config.h
@@ -1,10 +1,13 @@
/*******************************************************************************
* Copyright (c) 2008 Wind River Systems, Inc. and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
+ * 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.php.
+ *
* Contributors:
* Wind River Systems - initial API and implementation
*******************************************************************************/
@@ -12,7 +15,7 @@
/*
* This file contains "define" statements that control agent configuration.
* SERVICE_* definitions control which service implementations are included into the agent.
- *
+ *
* This is example agent configuration. It includes only few standard services,
* and one example service: Day Time.
*/

Back to the top