You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2023/06/02 22:26:55 UTC

[openoffice] branch trunk updated: Skip license when updating

This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 13de810927 Skip license when updating
13de810927 is described below

commit 13de8109278c227b0a4bc082bb4440156b1973d5
Author: mseidel <ms...@apache.org>
AuthorDate: Sat Jun 3 00:26:20 2023 +0200

    Skip license when updating
---
 main/swext/mediawiki/src/description.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/swext/mediawiki/src/description.xml b/main/swext/mediawiki/src/description.xml
index 60dc157c11..3876839f46 100644
--- a/main/swext/mediawiki/src/description.xml
+++ b/main/swext/mediawiki/src/description.xml
@@ -26,7 +26,7 @@
         <name lang="en-US">@WIKIEXTENSIONPRODUCTNAME@</name>
     </display-name>
     <registration>
-        <simple-license accept-by="admin" default-license-id="lic-en-US">
+        <simple-license accept-by="admin" default-license-id="lic-en-US" suppress-on-update="true">
             <license-text xlink:href="license/LICENSE" lang="en-US" license-id="lic-en-US"/>
         </simple-license>
     </registration>