Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/json.c
diff options
context:
space:
mode:
authormoberhuber2008-07-28 14:46:16 +0000
committermoberhuber2008-07-28 14:46:16 +0000
commitfca8613dd77ed1b7d4618e90e42717797e0c90c6 (patch)
tree24309f706d53e35f435b5f3d437f1f7d591910bd /json.c
parent621ad0375771e41d89fc933c33f5a654cc52d55d (diff)
downloadorg.eclipse.tcf.agent-fca8613dd77ed1b7d4618e90e42717797e0c90c6.tar.gz
org.eclipse.tcf.agent-fca8613dd77ed1b7d4618e90e42717797e0c90c6.tar.xz
org.eclipse.tcf.agent-fca8613dd77ed1b7d4618e90e42717797e0c90c6.zip
EPL to EPL+EDL for Agent
Diffstat (limited to 'json.c')
-rw-r--r--json.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/json.c b/json.c
index 1e4de71a..f0d6ed52 100644
--- a/json.c
+++ b/json.c
@@ -2,8 +2,11 @@
* Copyright (c) 2007, 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
+ * 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

Back to the top