aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ddms/app/src/com/android/ddms/AboutDialog.java3
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.monitor/plugin.properties3
-rw-r--r--hierarchyviewer2/app/src/com/android/hierarchyviewer/AboutDialog.java4
-rwxr-xr-xsdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/AboutDialog.java1
4 files changed, 7 insertions, 4 deletions
diff --git a/ddms/app/src/com/android/ddms/AboutDialog.java b/ddms/app/src/com/android/ddms/AboutDialog.java
index cdf4370..b3ddff7 100644
--- a/ddms/app/src/com/android/ddms/AboutDialog.java
+++ b/ddms/app/src/com/android/ddms/AboutDialog.java
@@ -130,7 +130,8 @@ public class AboutDialog extends Dialog {
label.setText("Dalvik Debug Monitor");
}
label = new Label(textArea, SWT.NONE);
- label.setText("Copyright 2007-2011, The Android Open Source Project");
+ // TODO: update with new year date (search this to find other occurrences to update)
+ label.setText("Copyright 2007-2012, The Android Open Source Project");
label = new Label(textArea, SWT.NONE);
label.setText("All Rights Reserved.");
diff --git a/eclipse/plugins/com.android.ide.eclipse.monitor/plugin.properties b/eclipse/plugins/com.android.ide.eclipse.monitor/plugin.properties
index fb40e62..70f40f7 100644
--- a/eclipse/plugins/com.android.ide.eclipse.monitor/plugin.properties
+++ b/eclipse/plugins/com.android.ide.eclipse.monitor/plugin.properties
@@ -1,7 +1,8 @@
#Properties file for com.android.ide.eclipse.monitor
+#TODO: update with new year date (search this to find other occurrences to update)
Bundle-Vendor = The Android Open Source Project
Bundle-Name = Monitor
aboutText = \n\
Android Device Monitor\n\
Version: 20.0.0 \n\
-Copyright 2012, The Android Open Source Project \n\ \ No newline at end of file
+Copyright 2012, The Android Open Source Project \n\
diff --git a/hierarchyviewer2/app/src/com/android/hierarchyviewer/AboutDialog.java b/hierarchyviewer2/app/src/com/android/hierarchyviewer/AboutDialog.java
index 150c70a..9968788 100644
--- a/hierarchyviewer2/app/src/com/android/hierarchyviewer/AboutDialog.java
+++ b/hierarchyviewer2/app/src/com/android/hierarchyviewer/AboutDialog.java
@@ -61,8 +61,8 @@ public class AboutDialog extends Dialog {
imageLabel.setImage(mAboutImage);
CLabel textLabel = new CLabel(control, SWT.NONE);
- textLabel
- .setText("Hierarchy Viewer\nCopyright 2010, The Android Open Source Project\nAll Rights Reserved.");
+ // TODO: update with new year date (search this to find other occurrences to update)
+ textLabel.setText("Hierarchy Viewer\nCopyright 2012, The Android Open Source Project\nAll Rights Reserved.");
textLabel.setLayoutData(new GridData(GridData.BEGINNING, GridData.CENTER, true, true));
getShell().setText("About...");
getShell().setImage(mSmallImage);
diff --git a/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/AboutDialog.java b/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/AboutDialog.java
index 35e3420..fa3f688 100755
--- a/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/AboutDialog.java
+++ b/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/AboutDialog.java
@@ -65,6 +65,7 @@ public class AboutDialog extends UpdaterBaseDialog {
"Revision %1$s\n" +
"Add-on XML Schema #%2$d\n" +
"Repository XML Schema #%3$d\n" +
+ // TODO: update with new year date (search this to find other occurrences to update)
"Copyright (C) 2009-2012 The Android Open Source Project.",
getRevision(),
SdkAddonConstants.NS_LATEST_VERSION,