Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVivian Kong2009-05-27 15:58:46 +0000
committerVivian Kong2009-05-27 15:58:46 +0000
commit1080a1c9bf61fe7cddaf98df78d26faca3a266fa (patch)
tree426ef1acbe3205dc8972fa37cf58d4b985fdac32 /memory/org.eclipse.cdt.debug.ui.memory.search
parent542350b520a71694d51b2f4ac45ae18f320fcf92 (diff)
downloadorg.eclipse.cdt-1080a1c9bf61fe7cddaf98df78d26faca3a266fa.tar.gz
org.eclipse.cdt-1080a1c9bf61fe7cddaf98df78d26faca3a266fa.tar.xz
org.eclipse.cdt-1080a1c9bf61fe7cddaf98df78d26faca3a266fa.zip
update copyrights
Diffstat (limited to 'memory/org.eclipse.cdt.debug.ui.memory.search')
-rw-r--r--memory/org.eclipse.cdt.debug.ui.memory.search/build.properties10
-rw-r--r--memory/org.eclipse.cdt.debug.ui.memory.search/src/org/eclipse/cdt/debug/ui/memory/search/messages.properties10
2 files changed, 20 insertions, 0 deletions
diff --git a/memory/org.eclipse.cdt.debug.ui.memory.search/build.properties b/memory/org.eclipse.cdt.debug.ui.memory.search/build.properties
index bbc45d3cdc8..ada5781b885 100644
--- a/memory/org.eclipse.cdt.debug.ui.memory.search/build.properties
+++ b/memory/org.eclipse.cdt.debug.ui.memory.search/build.properties
@@ -1,3 +1,13 @@
+###############################################################################
+# Copyright (c) 2009 Wind River Systems 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
+#
+# Contributors:
+# Wind River Systems - initial API and implementation
+###############################################################################
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
diff --git a/memory/org.eclipse.cdt.debug.ui.memory.search/src/org/eclipse/cdt/debug/ui/memory/search/messages.properties b/memory/org.eclipse.cdt.debug.ui.memory.search/src/org/eclipse/cdt/debug/ui/memory/search/messages.properties
index e6a16833af8..a9bf30585b0 100644
--- a/memory/org.eclipse.cdt.debug.ui.memory.search/src/org/eclipse/cdt/debug/ui/memory/search/messages.properties
+++ b/memory/org.eclipse.cdt.debug.ui.memory.search/src/org/eclipse/cdt/debug/ui/memory/search/messages.properties
@@ -1,3 +1,13 @@
+###############################################################################
+# Copyright (c) 2009 Wind River Systems 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
+#
+# Contributors:
+# Wind River Systems - initial API and implementation
+###############################################################################
FindReplaceDialog.Title=Find / Replace Memory
FindReplaceDialog.ButtonFind=Find
FindReplaceDialog.ButtonFindAll=Find All

Back to the top