Skip to content

Instantly share code, notes, and snippets.

View ZeevoX's full-sized avatar
👨‍💻
https://zeevox.net

Timothy Langer ZeevoX

👨‍💻
https://zeevox.net
View GitHub Profile
@WanghongLin
WanghongLin / Apache_license_v2.xml
Created July 4, 2015 02:51
Apache license v2 for android studio copyright template
<component name="CopyrightManager">
<copyright>
<option name="myName" value="Apache License v2" />
<option name="notice" value="Copyright (C) &amp;#36;today.year &amp;#36;username&#10;Licensed under the Apache License, Version 2.0 (the &#34;License&#34;);&#10;you may not use this file except in compliance with the License.&#10;You may obtain a copy of the License at&#10;&#10; http://www.apache.org/licenses/LICENSE-2.0&#10;&#10;Unless required by applicable law or agreed to in writing, software&#10;distributed under the License is distributed on an &#34;AS IS&#34; BASIS,&#10;WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#10;See the License for the specific language governing permissions and&#10;limitations under the License." />
</copyright>
</component>