From 053c1ea59a1b12901c47a4bcac7d16030b3cb38d Mon Sep 17 00:00:00 2001
From: guidotheelen <guido@kabisa.nl>
Date: Wed, 6 May 2020 13:50:59 +0200
Subject: [PATCH] header comment

---
 check_emoji_sequences.py | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/check_emoji_sequences.py b/check_emoji_sequences.py
index 94222213c..776085202 100755
--- a/check_emoji_sequences.py
+++ b/check_emoji_sequences.py
@@ -14,7 +14,11 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-"""Compare emoji image file namings against unicode property data."""
+"""Compare emoji image file namings against unicode property data.
+The intent of this script is to check if the resulting font will pass
+the Android linter:
+https://android.googlesource.com/platform/frameworks/base/+/master/tools/fonts/fontchain_linter.py
+"""
 from __future__ import print_function
 
 import argparse