Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Fantato2009-01-29 22:12:59 +0000
committerFabio Fantato2009-01-29 22:12:59 +0000
commit9ee58b1ea83eb9a1bb7d8922a271c3eea9e64d4c (patch)
treeb317728b1fc9ad9e60f69e10f173e19000484b71 /proctools/plugins/org.eclipse.sequoyah.device.linuxtools/src/org/eclipse/sequoyah/linuxtools/tools/memorymap/MemoryMapProcessor.java
parentd0f0aa23b5f7adc7c1ccccdeceeb3942aaf98804 (diff)
downloadorg.eclipse.linuxtools-9ee58b1ea83eb9a1bb7d8922a271c3eea9e64d4c.tar.gz
org.eclipse.linuxtools-9ee58b1ea83eb9a1bb7d8922a271c3eea9e64d4c.tar.xz
org.eclipse.linuxtools-9ee58b1ea83eb9a1bb7d8922a271c3eea9e64d4c.zip
fixing build scripts
Diffstat (limited to 'proctools/plugins/org.eclipse.sequoyah.device.linuxtools/src/org/eclipse/sequoyah/linuxtools/tools/memorymap/MemoryMapProcessor.java')
-rw-r--r--proctools/plugins/org.eclipse.sequoyah.device.linuxtools/src/org/eclipse/sequoyah/linuxtools/tools/memorymap/MemoryMapProcessor.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/proctools/plugins/org.eclipse.sequoyah.device.linuxtools/src/org/eclipse/sequoyah/linuxtools/tools/memorymap/MemoryMapProcessor.java b/proctools/plugins/org.eclipse.sequoyah.device.linuxtools/src/org/eclipse/sequoyah/linuxtools/tools/memorymap/MemoryMapProcessor.java
index adacf507b8..db879e6752 100644
--- a/proctools/plugins/org.eclipse.sequoyah.device.linuxtools/src/org/eclipse/sequoyah/linuxtools/tools/memorymap/MemoryMapProcessor.java
+++ b/proctools/plugins/org.eclipse.sequoyah.device.linuxtools/src/org/eclipse/sequoyah/linuxtools/tools/memorymap/MemoryMapProcessor.java
@@ -1,11 +1,11 @@
/********************************************************************************
- * Copyright (c) 2008 Motorola Inc. All rights reserved.
+ * Copyright (c) 2009 Motorola Inc. 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
*
* Initial Contributor:
- * Otávio Ferranti (Motorola)
+ * Otavio Ferranti (Motorola)
*
* Contributors:
* {Name} (company) - description of contribution.
@@ -29,7 +29,7 @@ import org.eclipse.tml.linuxtools.tools.IListener;
import org.eclipse.tml.linuxtools.tools.INotifier;
/**
- * @author Otávio Ferranti
+ * @author Otavio Ferranti
*/
public class MemoryMapProcessor extends AbstractNotifier implements IListener {

Back to the top