summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odk/index.html2
-rw-r--r--scp2/source/sdkoo/sdkoo.scp7
2 files changed, 8 insertions, 1 deletions
diff --git a/odk/index.html b/odk/index.html
index dd169c708a33..bf3963d27f35 100644
--- a/odk/index.html
+++ b/odk/index.html
@@ -152,7 +152,7 @@
</tr>
<tr valign="top">
<td class="content4"><img src="docs/images/arrow-1.gif"></td>
- <td colspan="2"><a href="share/readme/LICENSE_en-US.html" title="link to the SDK license file">License</a></td>
+ <td colspan="2"><a href="share/readme/LICENSE.html" title="link to the SDK license file">License</a></td>
<td class="content70">The license for the LibreOffice %PRODUCT_RELEASE% SDK.</td>
</tr>
</table>
diff --git a/scp2/source/sdkoo/sdkoo.scp b/scp2/source/sdkoo/sdkoo.scp
index fc363b974a56..88eb508a5f43 100644
--- a/scp2/source/sdkoo/sdkoo.scp
+++ b/scp2/source/sdkoo/sdkoo.scp
@@ -97,6 +97,13 @@ File gid_File_Txt_License
Styles = (PACKED, SCPZIP_REPLACE);
End
+File gid_File_Html_License
+ TXT_FILE_BODY;
+ Dir = gid_Dir_Share_Readme_Sdk;
+ Name = "LICENSE.html";
+ Styles = (PACKED, SCPZIP_REPLACE);
+End
+
File gid_File_Txt_Readme
TXT_FILE_BODY;
Dir = gid_Dir_Share_Readme_Sdk;