aboutsummaryrefslogtreecommitdiffstats
path: root/ddms
diff options
context:
space:
mode:
authorRaphael Moll <ralf@android.com>2012-05-14 16:27:50 -0700
committerRaphael Moll <ralf@android.com>2012-05-14 21:05:34 -0700
commit7fa1cb525d4783129723cd621b7adc881c8019df (patch)
treea791218ec49c0499cfea056ca63344dd21137900 /ddms
parent20edd6802c6beeaa1a15f8309dc582212078f2b7 (diff)
downloadsdk-7fa1cb525d4783129723cd621b7adc881c8019df.zip
sdk-7fa1cb525d4783129723cd621b7adc881c8019df.tar.gz
sdk-7fa1cb525d4783129723cd621b7adc881c8019df.tar.bz2
SDK: Update about box for 2012.
SDK Bug: b/6043405 Change-Id: I2c189ef30d68738de8becff874343296ad9c412b
Diffstat (limited to 'ddms')
-rw-r--r--ddms/app/src/com/android/ddms/AboutDialog.java3
1 files changed, 2 insertions, 1 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.");