xref: /aosp_15_r20/external/google-auth-library-java/license-checks.xml (revision af546375c95127f07cb26dd492629ccb2e8b1be1)
1*af546375SCole Faust<?xml version="1.0"?>
2*af546375SCole Faust<!DOCTYPE module PUBLIC
3*af546375SCole Faust        "-//Puppy Crawl//DTD Check Configuration 1.3//EN"
4*af546375SCole Faust        "http://www.puppycrawl.com/dtds/configuration_1_3.dtd">
5*af546375SCole Faust<module name="Checker">
6*af546375SCole Faust    <module name="RegexpHeader">
7*af546375SCole Faust        <property name="fileExtensions" value="java"/>
8*af546375SCole Faust        <property name="headerFile" value="${checkstyle.header.file}"/>
9*af546375SCole Faust    </module>
10*af546375SCole Faust</module>
11