header comment

This commit is contained in:
guidotheelen 2020-05-06 13:50:59 +02:00
parent 015aa0267b
commit 053c1ea59a

View File

@ -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