1*d353a188SXin Li<#ftl> 2*d353a188SXin Li<#assign date = .now?date> 3*d353a188SXin LiThis sample uses the following software: 4*d353a188SXin Li 5*d353a188SXin LiCopyright ${date?string.yyyy} The Android Open Source Project 6*d353a188SXin Li 7*d353a188SXin LiLicensed under the Apache License, Version 2.0 (the "License"); 8*d353a188SXin Liyou may not use this file except in compliance with the License. 9*d353a188SXin LiYou may obtain a copy of the License at 10*d353a188SXin Li 11*d353a188SXin Li http://www.apache.org/licenses/LICENSE-2.0 12*d353a188SXin Li 13*d353a188SXin LiUnless required by applicable law or agreed to in writing, software 14*d353a188SXin Lidistributed under the License is distributed on an "AS IS" BASIS, 15*d353a188SXin LiWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 16*d353a188SXin LiSee the License for the specific language governing permissions and 17*d353a188SXin Lilimitations under the License. 18*d353a188SXin Li<#if sample.attribution?has_content> 19*d353a188SXin Li<#list sample.attribution as attribution> 20*d353a188SXin Li 21*d353a188SXin Li${attribution.copyright} 22*d353a188SXin Li 23*d353a188SXin Li<#if attribution.license = "APACHE2"> 24*d353a188SXin LiLicensed under the Apache License, Version 2.0 (the "License"); 25*d353a188SXin Liyou may not use this file except in compliance with the License. 26*d353a188SXin LiYou may obtain a copy of the License at 27*d353a188SXin Li 28*d353a188SXin Li http://www.apache.org/licenses/LICENSE-2.0 29*d353a188SXin Li 30*d353a188SXin LiUnless required by applicable law or agreed to in writing, software 31*d353a188SXin Lidistributed under the License is distributed on an "AS IS" BASIS, 32*d353a188SXin LiWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 33*d353a188SXin LiSee the License for the specific language governing permissions and 34*d353a188SXin Lilimitations under the License. 35*d353a188SXin Li</#if> 36*d353a188SXin Li</#list> 37*d353a188SXin Li</#if> 38