Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'services')
-rw-r--r--services/breakpoints.c2
-rw-r--r--services/breakpoints.h2
-rw-r--r--services/diagnostics.c2
-rw-r--r--services/diagnostics.h2
-rw-r--r--services/discovery.c2
-rw-r--r--services/discovery.h2
-rw-r--r--services/discovery_udp.c2
-rw-r--r--services/discovery_udp.h2
-rw-r--r--services/dwarf.h2
-rw-r--r--services/dwarfcache.c2
-rw-r--r--services/dwarfcache.h2
-rw-r--r--services/dwarfexpr.c2
-rw-r--r--services/dwarfexpr.h2
-rw-r--r--services/dwarfframe.c2
-rw-r--r--services/dwarfframe.h2
-rw-r--r--services/dwarfio.c2
-rw-r--r--services/dwarfio.h2
-rw-r--r--services/expressions.c2
-rw-r--r--services/expressions.h2
-rw-r--r--services/filesystem.c2
-rw-r--r--services/filesystem.h2
-rw-r--r--services/linenumbers.c2
-rw-r--r--services/linenumbers.h2
-rw-r--r--services/linenumbers_elf.c2
-rw-r--r--services/linenumbers_win32.c2
-rw-r--r--services/memorymap.c2
-rw-r--r--services/memorymap.h2
-rw-r--r--services/memoryservice.c2
-rw-r--r--services/memoryservice.h2
-rw-r--r--services/processes.c2
-rw-r--r--services/processes.h2
-rw-r--r--services/registers.c2
-rw-r--r--services/registers.h2
-rw-r--r--services/runctrl.c2
-rw-r--r--services/runctrl.h2
-rw-r--r--services/stacktrace.c2
-rw-r--r--services/stacktrace.h2
-rw-r--r--services/streamsservice.c2
-rw-r--r--services/streamsservice.h2
-rw-r--r--services/symbols.c2
-rw-r--r--services/symbols.h2
-rw-r--r--services/symbols_alloc.h2
-rw-r--r--services/symbols_elf.c2
-rw-r--r--services/symbols_proxy.c2
-rw-r--r--services/symbols_win32.c2
-rw-r--r--services/sysmon.c2
-rw-r--r--services/sysmon.h2
-rw-r--r--services/tcf_elf.c2
-rw-r--r--services/tcf_elf.h2
49 files changed, 49 insertions, 49 deletions
diff --git a/services/breakpoints.c b/services/breakpoints.c
index 4dc32f1e..b87aa332 100644
--- a/services/breakpoints.c
+++ b/services/breakpoints.c
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2007, 2009 Wind River Systems, Inc. and others.
+ * Copyright (c) 2007, 2010 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.
diff --git a/services/breakpoints.h b/services/breakpoints.h
index c012e0dc..e9fcddb4 100644
--- a/services/breakpoints.h
+++ b/services/breakpoints.h
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2007, 2009 Wind River Systems, Inc. and others.
+ * Copyright (c) 2007, 2010 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.
diff --git a/services/diagnostics.c b/services/diagnostics.c
index 9c967f70..dfad725c 100644
--- a/services/diagnostics.c
+++ b/services/diagnostics.c
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2007, 2009 Wind River Systems, Inc. and others.
+ * Copyright (c) 2007, 2010 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.
diff --git a/services/diagnostics.h b/services/diagnostics.h
index 40e61599..9c1734ee 100644
--- a/services/diagnostics.h
+++ b/services/diagnostics.h
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2007, 2009 Wind River Systems, Inc. and others.
+ * Copyright (c) 2007, 2010 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.
diff --git a/services/discovery.c b/services/discovery.c
index eb393caf..fb7c4add 100644
--- a/services/discovery.c
+++ b/services/discovery.c
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2007, 2009 Wind River Systems, Inc. and others.
+ * Copyright (c) 2007, 2010 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.
diff --git a/services/discovery.h b/services/discovery.h
index f3864060..e50e5e8a 100644
--- a/services/discovery.h
+++ b/services/discovery.h
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2007, 2009 Wind River Systems, Inc. and others.
+ * Copyright (c) 2007, 2010 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.
diff --git a/services/discovery_udp.c b/services/discovery_udp.c
index 08b9a685..301282d6 100644
--- a/services/discovery_udp.c
+++ b/services/discovery_udp.c
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2007, 2009 Wind River Systems, Inc. and others.
+ * Copyright (c) 2007, 2010 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.
diff --git a/services/discovery_udp.h b/services/discovery_udp.h
index 48fdb5a4..7e7f383c 100644
--- a/services/discovery_udp.h
+++ b/services/discovery_udp.h
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2007, 2009 Wind River Systems, Inc. and others.
+ * Copyright (c) 2007, 2010 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.
diff --git a/services/dwarf.h b/services/dwarf.h
index 284af029..724b6f64 100644
--- a/services/dwarf.h
+++ b/services/dwarf.h
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 1996, 2009 Wind River Systems, Inc. and others.
+ * Copyright (c) 1996, 2010 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.
diff --git a/services/dwarfcache.c b/services/dwarfcache.c
index 5adf7a58..9034cb27 100644
--- a/services/dwarfcache.c
+++ b/services/dwarfcache.c
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2007-2009 Wind River Systems, Inc. and others.
+ * Copyright (c) 2007, 2010 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.
diff --git a/services/dwarfcache.h b/services/dwarfcache.h
index bedaac32..4f339d48 100644
--- a/services/dwarfcache.h
+++ b/services/dwarfcache.h
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2006-2009 Wind River Systems, Inc. and others.
+ * Copyright (c) 2006, 2010 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.
diff --git a/services/dwarfexpr.c b/services/dwarfexpr.c
index cd88ab45..eb64b1f0 100644
--- a/services/dwarfexpr.c
+++ b/services/dwarfexpr.c
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2008 Wind River Systems, Inc. and others.
+ * Copyright (c) 2008, 2010 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.
diff --git a/services/dwarfexpr.h b/services/dwarfexpr.h
index 6835cb51..e594b2ec 100644
--- a/services/dwarfexpr.h
+++ b/services/dwarfexpr.h
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2008 Wind River Systems, Inc. and others.
+ * Copyright (c) 2008, 2010 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.
diff --git a/services/dwarfframe.c b/services/dwarfframe.c
index 0d6ff8a4..77cf23af 100644
--- a/services/dwarfframe.c
+++ b/services/dwarfframe.c
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2007-2009 Wind River Systems, Inc. and others.
+ * Copyright (c) 2007, 2010 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.
diff --git a/services/dwarfframe.h b/services/dwarfframe.h
index 206fe501..cb19168e 100644
--- a/services/dwarfframe.h
+++ b/services/dwarfframe.h
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2007-2009 Wind River Systems, Inc. and others.
+ * Copyright (c) 2007, 2010 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.
diff --git a/services/dwarfio.c b/services/dwarfio.c
index dcc54181..e8d021ef 100644
--- a/services/dwarfio.c
+++ b/services/dwarfio.c
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2006, 2009 Wind River Systems, Inc. and others.
+ * Copyright (c) 2006, 2010 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.
diff --git a/services/dwarfio.h b/services/dwarfio.h
index 6f379ad5..aa5fe824 100644
--- a/services/dwarfio.h
+++ b/services/dwarfio.h
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2006, 2009 Wind River Systems, Inc. and others.
+ * Copyright (c) 2006, 2010 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.
diff --git a/services/expressions.c b/services/expressions.c
index 5518b0e1..7ca4f35d 100644
--- a/services/expressions.c
+++ b/services/expressions.c
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2007-2009 Wind River Systems, Inc. and others.
+ * Copyright (c) 2007, 2010 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.
diff --git a/services/expressions.h b/services/expressions.h
index 22a2180c..f9e254e2 100644
--- a/services/expressions.h
+++ b/services/expressions.h
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2007, 2009 Wind River Systems, Inc. and others.
+ * Copyright (c) 2007, 2010 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.
diff --git a/services/filesystem.c b/services/filesystem.c
index 6476a45c..22a1bff5 100644
--- a/services/filesystem.c
+++ b/services/filesystem.c
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2007, 2009 Wind River Systems, Inc. and others.
+ * Copyright (c) 2007, 2010 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.
diff --git a/services/filesystem.h b/services/filesystem.h
index 1a1cb416..f2a7d35a 100644
--- a/services/filesystem.h
+++ b/services/filesystem.h
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2007, 2009 Wind River Systems, Inc. and others.
+ * Copyright (c) 2007, 2010 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.
diff --git a/services/linenumbers.c b/services/linenumbers.c
index 91e1c229..e7ebdd62 100644
--- a/services/linenumbers.c
+++ b/services/linenumbers.c
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2007, 2009 Wind River Systems, Inc. and others.
+ * Copyright (c) 2007, 2010 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.
diff --git a/services/linenumbers.h b/services/linenumbers.h
index 8e07a978..c4c1848a 100644
--- a/services/linenumbers.h
+++ b/services/linenumbers.h
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2007, 2009 Wind River Systems, Inc. and others.
+ * Copyright (c) 2007, 2010 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.
diff --git a/services/linenumbers_elf.c b/services/linenumbers_elf.c
index 1820b392..dd035568 100644
--- a/services/linenumbers_elf.c
+++ b/services/linenumbers_elf.c
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2007, 2009 Wind River Systems, Inc. and others.
+ * Copyright (c) 2007, 2010 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.
diff --git a/services/linenumbers_win32.c b/services/linenumbers_win32.c
index 500e89f6..60a5c8ea 100644
--- a/services/linenumbers_win32.c
+++ b/services/linenumbers_win32.c
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2007, 2009 Wind River Systems, Inc. and others.
+ * Copyright (c) 2007, 2010 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.
diff --git a/services/memorymap.c b/services/memorymap.c
index 9f868237..5ca16c2a 100644
--- a/services/memorymap.c
+++ b/services/memorymap.c
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2009 Wind River Systems, Inc. and others.
+ * Copyright (c) 2009, 2010 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.
diff --git a/services/memorymap.h b/services/memorymap.h
index b024d627..251c05fb 100644
--- a/services/memorymap.h
+++ b/services/memorymap.h
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2009 Wind River Systems, Inc. and others.
+ * Copyright (c) 2009, 2010 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.
diff --git a/services/memoryservice.c b/services/memoryservice.c
index 257193d3..c287ff59 100644
--- a/services/memoryservice.c
+++ b/services/memoryservice.c
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2007, 2009 Wind River Systems, Inc. and others.
+ * Copyright (c) 2007, 2010 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.
diff --git a/services/memoryservice.h b/services/memoryservice.h
index b0dd07c1..a1334319 100644
--- a/services/memoryservice.h
+++ b/services/memoryservice.h
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2007, 2009 Wind River Systems, Inc. and others.
+ * Copyright (c) 2007, 2010 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.
diff --git a/services/processes.c b/services/processes.c
index e4c77afc..032f1426 100644
--- a/services/processes.c
+++ b/services/processes.c
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2007, 2009 Wind River Systems, Inc. and others.
+ * Copyright (c) 2007, 2010 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.
diff --git a/services/processes.h b/services/processes.h
index f95c27a7..065e788f 100644
--- a/services/processes.h
+++ b/services/processes.h
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2007, 2009 Wind River Systems, Inc. and others.
+ * Copyright (c) 2007, 2010 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.
diff --git a/services/registers.c b/services/registers.c
index d5abc2cd..be551069 100644
--- a/services/registers.c
+++ b/services/registers.c
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2007, 2009 Wind River Systems, Inc. and others.
+ * Copyright (c) 2007, 2010 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.
diff --git a/services/registers.h b/services/registers.h
index 36c2df3e..e359adf3 100644
--- a/services/registers.h
+++ b/services/registers.h
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2007, 2009 Wind River Systems, Inc. and others.
+ * Copyright (c) 2007, 2010 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.
diff --git a/services/runctrl.c b/services/runctrl.c
index 1d20e893..2398edd0 100644
--- a/services/runctrl.c
+++ b/services/runctrl.c
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2007, 2009 Wind River Systems, Inc. and others.
+ * Copyright (c) 2007, 2010 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.
diff --git a/services/runctrl.h b/services/runctrl.h
index 592843c5..c7d23531 100644
--- a/services/runctrl.h
+++ b/services/runctrl.h
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2007, 2009 Wind River Systems, Inc. and others.
+ * Copyright (c) 2007, 2010 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.
diff --git a/services/stacktrace.c b/services/stacktrace.c
index 7b8bb952..c615441e 100644
--- a/services/stacktrace.c
+++ b/services/stacktrace.c
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2007, 2009 Wind River Systems, Inc. and others.
+ * Copyright (c) 2007, 2010 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.
diff --git a/services/stacktrace.h b/services/stacktrace.h
index 9e6c2fd6..251b347d 100644
--- a/services/stacktrace.h
+++ b/services/stacktrace.h
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2007-2009 Wind River Systems, Inc. and others.
+ * Copyright (c) 2007, 2010 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.
diff --git a/services/streamsservice.c b/services/streamsservice.c
index e47e5b73..571b68cf 100644
--- a/services/streamsservice.c
+++ b/services/streamsservice.c
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2009 Wind River Systems, Inc. and others.
+ * Copyright (c) 2009, 2010 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.
diff --git a/services/streamsservice.h b/services/streamsservice.h
index d7bc721e..7e8a17c2 100644
--- a/services/streamsservice.h
+++ b/services/streamsservice.h
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2009 Wind River Systems, Inc. and others.
+ * Copyright (c) 2009, 2010 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.
diff --git a/services/symbols.c b/services/symbols.c
index 8d15994a..b312f2c6 100644
--- a/services/symbols.c
+++ b/services/symbols.c
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2007-2009 Wind River Systems, Inc. and others.
+ * Copyright (c) 2007, 2010 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.
diff --git a/services/symbols.h b/services/symbols.h
index 071fb110..bc2e4c07 100644
--- a/services/symbols.h
+++ b/services/symbols.h
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2007-2009 Wind River Systems, Inc. and others.
+ * Copyright (c) 2007, 2010 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.
diff --git a/services/symbols_alloc.h b/services/symbols_alloc.h
index 727b285b..f1ed0d85 100644
--- a/services/symbols_alloc.h
+++ b/services/symbols_alloc.h
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2007-2009 Wind River Systems, Inc. and others.
+ * Copyright (c) 2007, 2010 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.
diff --git a/services/symbols_elf.c b/services/symbols_elf.c
index c4e9a644..95767200 100644
--- a/services/symbols_elf.c
+++ b/services/symbols_elf.c
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2007-2009 Wind River Systems, Inc. and others.
+ * Copyright (c) 2007, 2010 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.
diff --git a/services/symbols_proxy.c b/services/symbols_proxy.c
index d4742fe6..a57e892e 100644
--- a/services/symbols_proxy.c
+++ b/services/symbols_proxy.c
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2007-2009 Wind River Systems, Inc. and others.
+ * Copyright (c) 2007, 2010 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.
diff --git a/services/symbols_win32.c b/services/symbols_win32.c
index 996b7412..2b6c8273 100644
--- a/services/symbols_win32.c
+++ b/services/symbols_win32.c
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2007-2009 Wind River Systems, Inc. and others.
+ * Copyright (c) 2007, 2010 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.
diff --git a/services/sysmon.c b/services/sysmon.c
index af706712..42e66fa5 100644
--- a/services/sysmon.c
+++ b/services/sysmon.c
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2007, 2009 Wind River Systems, Inc. and others.
+ * Copyright (c) 2007, 2010 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.
diff --git a/services/sysmon.h b/services/sysmon.h
index 606bbd92..351fc764 100644
--- a/services/sysmon.h
+++ b/services/sysmon.h
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2007, 2009 Wind River Systems, Inc. and others.
+ * Copyright (c) 2007, 2010 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.
diff --git a/services/tcf_elf.c b/services/tcf_elf.c
index c43c5a95..1a36f862 100644
--- a/services/tcf_elf.c
+++ b/services/tcf_elf.c
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2007, 2009 Wind River Systems, Inc. and others.
+ * Copyright (c) 2007, 2010 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.
diff --git a/services/tcf_elf.h b/services/tcf_elf.h
index 5819ab91..4d69361e 100644
--- a/services/tcf_elf.h
+++ b/services/tcf_elf.h
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2007, 2009 Wind River Systems, Inc. and others.
+ * Copyright (c) 2007, 2010 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.

Back to the top