Prepared to merge the Deutsch localization.

Revert "Updated the copyright year."

This reverts commit 4664f6e90e.
This commit is contained in:
依瑪貓 2017-02-19 00:14:36 +08:00
parent 28e7ef80c5
commit ce65d416a3
10 changed files with 13 additions and 13 deletions

View File

@ -1,4 +1,4 @@
' Copyright (c) 2016-2017 imacat.
' Copyright (c) 2016 imacat.
'
' Licensed under the Apache License, Version 2.0 (the "License");
' you may not use this file except in compliance with the License.

View File

@ -1,4 +1,4 @@
' Copyright (c) 2016-2017 imacat.
' Copyright (c) 2016 imacat.
'
' Licensed under the Apache License, Version 2.0 (the "License");
' you may not use this file except in compliance with the License.

View File

@ -1,4 +1,4 @@
' Copyright (c) 2016-2017 imacat.
' Copyright (c) 2016 imacat.
'
' Licensed under the Apache License, Version 2.0 (the "License");
' you may not use this file except in compliance with the License.
@ -23,7 +23,7 @@ Sub subReadDataSheets
Dim sOutput as String, mData As Variant
sOutput = "" _
& "' Copyright (c) 2016-" & Year (Now) & " imacat." & Chr (10) _
& "' Copyright (c) 2016 imacat." & Chr (10) _
& "' " & Chr (10) _
& "' Licensed under the Apache License, Version 2.0 (the ""License"");" & Chr (10) _
& "' you may not use this file except in compliance with the License." & Chr (10) _

2
README
View File

@ -1,6 +1,6 @@
pokemongoiv - The Pokémon GO IV calculator
Copyright (c) 2016-2017 imacat.
Copyright (c) 2016 imacat.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.

View File

@ -25,8 +25,8 @@
<value>imacat@mail.imacat.idv.tw</value>
</prop>
<prop oor:name="Copyright" oor:type="xs:string" oor:localized="true">
<value>Copyright &#169; 2016-2017 imacat</value>
<value xml:lang="zh-TW">版權所有 &#169; 2016-2017 依瑪貓</value>
<value>Copyright &#169; 2016 imacat</value>
<value xml:lang="zh-TW">版權所有 &#169; 2016 依瑪貓</value>
</prop>
<node oor:name="Contributors"/>
<node oor:name="Translators"/>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.dtd">
<script:module xmlns:script="http://openoffice.org/2000/script" script:name="0Main" script:language="StarBasic">&apos; Copyright (c) 2016-2017 imacat.
<script:module xmlns:script="http://openoffice.org/2000/script" script:name="0Main" script:language="StarBasic">&apos; Copyright (c) 2016 imacat.
&apos;
&apos; Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
&apos; you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.dtd">
<script:module xmlns:script="http://openoffice.org/2000/script" script:name="1Data" script:language="StarBasic">&apos; Copyright (c) 2016-2017 imacat.
<script:module xmlns:script="http://openoffice.org/2000/script" script:name="1Data" script:language="StarBasic">&apos; Copyright (c) 2016 imacat.
&apos;
&apos; Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
&apos; you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.dtd">
<script:module xmlns:script="http://openoffice.org/2000/script" script:name="9Load" script:language="StarBasic">&apos; Copyright (c) 2016-2017 imacat.
<script:module xmlns:script="http://openoffice.org/2000/script" script:name="9Load" script:language="StarBasic">&apos; Copyright (c) 2016 imacat.
&apos;
&apos; Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
&apos; you may not use this file except in compliance with the License.
@ -25,7 +25,7 @@ Sub subReadDataSheets
Dim sOutput as String, mData As Variant
sOutput = &quot;&quot; _
&amp; &quot;&apos; Copyright (c) 2016-&quot; &amp; Year (Now) &amp; &quot; imacat.&quot; &amp; Chr (10) _
&amp; &quot;&apos; Copyright (c) 2016 imacat.&quot; &amp; Chr (10) _
&amp; &quot;&apos; &quot; &amp; Chr (10) _
&amp; &quot;&apos; Licensed under the Apache License, Version 2.0 (the &quot;&quot;License&quot;&quot;);&quot; &amp; Chr (10) _
&amp; &quot;&apos; you may not use this file except in compliance with the License.&quot; &amp; Chr (10) _

View File

@ -1,4 +1,4 @@
PokemonGoIV - Pokémon GO IV Calculator
Copyright (c) 2016-2017 imacat
Copyright (c) 2016 imacat
Calculates the individual values (IVs) of the Pokémon.

View File

@ -1,4 +1,4 @@
PokemonGoIV - 寶可夢 GO IV 計算機
版權所有 (c) 2016-2017 依瑪貓
版權所有 (c) 2016 依瑪貓
計算寶可夢的 IV 值。