[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-4' - loleaflet/html

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Apr 3 15:24:56 UTC 2019


 loleaflet/html/loleaflet.html.m4 |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 9632b5686f0bf4caff995ca5b2a402bf190ebc96
Author:     Andras Timar <andras.timar at collabora.com>
AuthorDate: Wed Apr 3 16:26:51 2019 +0200
Commit:     Michael Meeks <michael.meeks at collabora.com>
CommitDate: Wed Apr 3 17:24:37 2019 +0200

    [cp] add copyright notice to About Box
    
    Change-Id: I51c2c5e7c2b0cf232b8a2f2dbcb3b9f3f04737ea
    Reviewed-on: https://gerrit.libreoffice.org/70205
    Reviewed-by: Michael Meeks <michael.meeks at collabora.com>
    Tested-by: Michael Meeks <michael.meeks at collabora.com>

diff --git a/loleaflet/html/loleaflet.html.m4 b/loleaflet/html/loleaflet.html.m4
index 736dd26a9..bc16fb254 100644
--- a/loleaflet/html/loleaflet.html.m4
+++ b/loleaflet/html/loleaflet.html.m4
@@ -4,6 +4,7 @@ dnl# foreachq(x, `item_1, item_2, ..., item_n', stmt)
 dnl# quoted list, alternate improved version
 define([foreachq],[ifelse([$2],[],[],[pushdef([$1])_$0([$1],[$3],[],$2)popdef([$1])])])dnl
 define([_foreachq],[ifelse([$#],[3],[],[define([$1],[$4])$2[]$0([$1],[$2],shift(shift(shift($@))))])])dnl
+define(_YEAR_,esyscmd(date +%Y|tr -d '\n'))
 <!DOCTYPE html>
 <!-- saved from url=(0054)http://leafletjs.com/examples/quick-start-example.html -->
 <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -146,6 +147,7 @@ ifelse(MOBILEAPP,[true],
       <div id="loolwsd-version"></div>
       <h3>LOKit</h3>
       <div id="lokit-version"></div>
+      <p>Copyright _YEAR_, Collabora Productivity Limited.</p>
     </div>
 
     <script>


More information about the Libreoffice-commits mailing list