Updated the copyright year.
This commit is contained in:
		| @@ -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 © 2016 imacat</value> | ||||
| 			<value xml:lang="zh-TW">版權所有 © 2016 依瑪貓</value> | ||||
| 			<value>Copyright © 2016-2017 imacat</value> | ||||
| 			<value xml:lang="zh-TW">版權所有 © 2016-2017 依瑪貓</value> | ||||
| 		</prop> | ||||
| 		<node oor:name="Contributors"/> | ||||
| 		<node oor:name="Translators"/> | ||||
|   | ||||
| @@ -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">' Copyright (c) 2016 imacat. | ||||
| <script:module xmlns:script="http://openoffice.org/2000/script" script:name="0Main" script:language="StarBasic">' Copyright (c) 2016-2017 imacat. | ||||
| '  | ||||
| ' Licensed under the Apache License, Version 2.0 (the "License"); | ||||
| ' you may not use this file except in compliance with the License. | ||||
|   | ||||
| @@ -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">' Copyright (c) 2016 imacat. | ||||
| <script:module xmlns:script="http://openoffice.org/2000/script" script:name="1Data" script:language="StarBasic">' Copyright (c) 2016-2017 imacat. | ||||
| '  | ||||
| ' Licensed under the Apache License, Version 2.0 (the "License"); | ||||
| ' you may not use this file except in compliance with the License. | ||||
|   | ||||
| @@ -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">' Copyright (c) 2016 imacat. | ||||
| <script:module xmlns:script="http://openoffice.org/2000/script" script:name="9Load" script:language="StarBasic">' Copyright (c) 2016-2017 imacat. | ||||
| '  | ||||
| ' Licensed under the Apache License, Version 2.0 (the "License"); | ||||
| ' 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 = "" _ | ||||
| 		& "' Copyright (c) 2016 imacat." & Chr (10) _ | ||||
| 		& "' Copyright (c) 2016-" & Year (Now) & " 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) _ | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| PokemonGoIV - Pokémon GO IV Calculator | ||||
| Copyright (c) 2016 imacat  | ||||
| Copyright (c) 2016-2017 imacat  | ||||
|  | ||||
| Calculates the individual values (IVs) of the Pokémon. | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| PokemonGoIV - 寶可夢 GO IV 計算機 | ||||
| 版權所有 (c) 2016 依瑪貓 | ||||
| 版權所有 (c) 2016-2017 依瑪貓 | ||||
|  | ||||
| 計算寶可夢的 IV 值。 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user