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:28:48 UTC

[openoffice] branch AOO41X updated: Skip license when updating

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

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


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

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

    Skip license when updating
    
    (cherry picked from commit 13de8109278c227b0a4bc082bb4440156b1973d5)
---
 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>