From eda219681a1df0e888c17449464a084e0809e02b Mon Sep 17 00:00:00 2001 From: Jake Wharton Date: Thu, 9 Jan 2014 15:54:03 -0800 Subject: [PATCH] Tweak header. --- pidcat.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pidcat.py b/pidcat.py index 4eb18c9..28bf9fd 100755 --- a/pidcat.py +++ b/pidcat.py @@ -17,9 +17,9 @@ limitations under the License. ''' # Script to highlight adb logcat output for console -# Written by Jeff Sharkey, http://jsharkey.org/ +# Originally written by Jeff Sharkey, http://jsharkey.org/ # Piping detection and popen() added by other Android team members -# Package name restriction by Jake Wharton, http://jakewharton.com +# Package filtering and output improvements by Jake Wharton, http://jakewharton.com import argparse import os