[debugd] add GetModemStatus skeleton.

Just a skeleton of the infrastructure that will be required to do this properly;
the meat of GetModemStatus isn't implemented yet. I still need to update the
design doc too.

BUG=chromium-os:23839
TEST=platform_DebugDaemonGetModemStatus

Change-Id: I76b09b7b762b3d36537ab3485b534b7abb727216
Signed-off-by: Elly Jones <ellyjones@chromium.org>
diff --git a/debugd/src/process_with_output.cc b/debugd/src/process_with_output.cc
index bdf1124..b9f8bc0 100644
--- a/debugd/src/process_with_output.cc
+++ b/debugd/src/process_with_output.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.