Snap for 8426163 from 1fba1825631e6e52dff5b3ceb87a5b439e2acf52 to mainline-tzdata2-release

Change-Id: Ied8261b3ff091d63a59e54bb24a24b113a33a1ce
diff --git a/METADATA b/METADATA
deleted file mode 100644
index d97975c..0000000
--- a/METADATA
+++ /dev/null
@@ -1,3 +0,0 @@
-third_party {
-  license_type: NOTICE
-}
diff --git a/fix_skia_results.py b/fix_skia_results.py
index c8d31de..c7ccc87 100755
--- a/fix_skia_results.py
+++ b/fix_skia_results.py
@@ -58,7 +58,7 @@
 
 
 def _GetTimeDenom(ms):
-    """Given a list of times (in milliseconds), find a suitable time unit for them.
+    """Given a list of times (in milliseconds), find a sane time unit for them.
 
     Returns the unit name, and `ms` normalized to that time unit.