Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'agent/machine/i686/tcf/cpudefs-mdep.c')
-rw-r--r--agent/machine/i686/tcf/cpudefs-mdep.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/agent/machine/i686/tcf/cpudefs-mdep.c b/agent/machine/i686/tcf/cpudefs-mdep.c
index bba2ad71..3c3789ee 100644
--- a/agent/machine/i686/tcf/cpudefs-mdep.c
+++ b/agent/machine/i686/tcf/cpudefs-mdep.c
@@ -1 +1,15 @@
+/*******************************************************************************
+ * Copyright (c) 2012, 2013 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
+ * 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.
+ * You may elect to redistribute this code under either of these licenses.
+ *
+ * Contributors:
+ * Wind River Systems - initial API and implementation
+ *******************************************************************************/
#include "machine/x86_64/tcf/cpudefs-mdep.c"

Back to the top