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 5ab7d478f5 Update copyright year to 2024 5ab7d478f5 is described below commit 5ab7d478f5277becce8f3f67dca6737003686788 Author: mseidel <msei...@apache.org> AuthorDate: Tue Jan 2 16:52:33 2024 +0100 Update copyright year to 2024 --- main/LICENSE | 2 +- main/LICENSE_ALv2 | 2 +- main/NOTICE | 2 +- main/cui/source/dialogs/about.cxx | 2 +- main/odk/docs/install.html | 2 +- main/odk/docs/notsupported.html | 2 +- main/odk/docs/tools.html | 2 +- main/odk/examples/DevelopersGuide/examples.html | 2 +- main/odk/examples/examples.html | 2 +- main/odk/index.html | 2 +- .../source/packinfo/packinfo_brand.txt | 24 ++-- .../source/packinfo/packinfo_office.txt | 126 ++++++++++----------- .../source/packinfo/packinfo_office_lang.txt | 30 ++--- .../source/packinfo/packinfo_sdkoo.txt | 10 +- main/setup_native/source/packinfo/packinfo_ure.txt | 12 +- .../source/win32/nsis/downloadtemplate.nsi | 2 +- main/solenv/inc/version.lst | 6 +- 17 files changed, 115 insertions(+), 115 deletions(-) diff --git a/main/LICENSE b/main/LICENSE index 3663465279..a7e7836167 100644 --- a/main/LICENSE +++ b/main/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2011-2023 Apache Software Foundation + Copyright 2011-2024 Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/main/LICENSE_ALv2 b/main/LICENSE_ALv2 index d20ad4dcf7..863e2bdaa6 100644 --- a/main/LICENSE_ALv2 +++ b/main/LICENSE_ALv2 @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2011-2023 Apache Software Foundation + Copyright 2011-2024 Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/main/NOTICE b/main/NOTICE index 2f2a747db9..19b410fb25 100644 --- a/main/NOTICE +++ b/main/NOTICE @@ -1,5 +1,5 @@ Apache OpenOffice (http://www.openoffice.org) -Copyright 2011-2023 The Apache Software Foundation +Copyright 2011-2024 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). diff --git a/main/cui/source/dialogs/about.cxx b/main/cui/source/dialogs/about.cxx index 8caeaee323..7053641a7b 100644 --- a/main/cui/source/dialogs/about.cxx +++ b/main/cui/source/dialogs/about.cxx @@ -314,7 +314,7 @@ AboutDialog::AboutDialog( Window* pParent, const ResId & rId ) : // TODO: // This date needs to be updated each year... do this automagically // - rtl::OUString sYear( RTL_CONSTASCII_USTRINGPARAM("2023") ); + rtl::OUString sYear( RTL_CONSTASCII_USTRINGPARAM("2024") ); if (vendor.EqualsAscii("Apache Software Foundation")) { sbcopyright.append(sYear); sbcopyright.appendAscii(" The Apache Software Foundation.\n\n"); diff --git a/main/odk/docs/install.html b/main/odk/docs/install.html index bbc7a80dbd..7e58f7e669 100644 --- a/main/odk/docs/install.html +++ b/main/odk/docs/install.html @@ -440,7 +440,7 @@ <td colspan="3"> <div class="centertext"> <p><img class="apachelogo" src="images/odk-footer-logo.gif" title="Apache Feather" alt="Apache Feather" /> - Copyright © 2011-2023 The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.<p> + Copyright © 2011-2024 The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.<p> </div> </td> </tr> diff --git a/main/odk/docs/notsupported.html b/main/odk/docs/notsupported.html index 35ac92b679..a9a51e9fe9 100644 --- a/main/odk/docs/notsupported.html +++ b/main/odk/docs/notsupported.html @@ -66,7 +66,7 @@ <td colspan="3"> <div class="centertext"> <p><img class="apachelogo" src="images/odk-footer-logo.gif" title="Apache Feather" alt="Apache Feather" /> - Copyright © 2011-2023 The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.<p> + Copyright © 2011-2024 The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.<p> </div> </td> </tr> diff --git a/main/odk/docs/tools.html b/main/odk/docs/tools.html index 39a3841315..9a0472b37b 100644 --- a/main/odk/docs/tools.html +++ b/main/odk/docs/tools.html @@ -1104,7 +1104,7 @@ types the specified types depend on.</p> <td colspan="3"> <div class="centertext"> <p><img class="apachelogo" src="images/odk-footer-logo.gif" title="Apache Feather" alt="Apache Feather" /> - Copyright © 2011-2023 The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.<p> + Copyright © 2011-2024 The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.<p> </div> </td> </tr> diff --git a/main/odk/examples/DevelopersGuide/examples.html b/main/odk/examples/DevelopersGuide/examples.html index 2f62757f58..74696d52d3 100644 --- a/main/odk/examples/DevelopersGuide/examples.html +++ b/main/odk/examples/DevelopersGuide/examples.html @@ -3042,7 +3042,7 @@ for the Office application.</td> <td colspan="3"> <div class="centertext"> <p><img class="apachelogo" src="../../docs/images/odk-footer-logo.gif" title="Apache Feather" alt="Apache Feather" /> - Copyright © 2011-2023 The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.<p> + Copyright © 2011-2024 The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.<p> </div> </td> </tr> diff --git a/main/odk/examples/examples.html b/main/odk/examples/examples.html index 3f5984c6c6..e87dfb2ce6 100644 --- a/main/odk/examples/examples.html +++ b/main/odk/examples/examples.html @@ -765,7 +765,7 @@ <td colspan="3"> <div class="centertext"> <p><img class="apachelogo" src="../docs/images/odk-footer-logo.gif" title="Apache Feather" alt="Apache Feather" /> - Copyright © 2011-2023 The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.<p> + Copyright © 2011-2024 The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.<p> </div> </td> </tr> diff --git a/main/odk/index.html b/main/odk/index.html index 4faae70873..0468f2951c 100644 --- a/main/odk/index.html +++ b/main/odk/index.html @@ -207,7 +207,7 @@ <td colspan="3"> <div class="centertext"> <p><img class="apachelogo" src="docs/images/odk-footer-logo.gif" title="Apache Feather" alt="Apache Feather" /> - Copyright © 2011-2023 The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.<p> + Copyright © 2011-2024 The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.<p> </div> </td> </tr> diff --git a/main/setup_native/source/packinfo/packinfo_brand.txt b/main/setup_native/source/packinfo/packinfo_brand.txt index 1e8018245b..1d91c3e6f6 100644 --- a/main/setup_native/source/packinfo/packinfo_brand.txt +++ b/main/setup_native/source/packinfo/packinfo_brand.txt @@ -1,5 +1,5 @@ #************************************************************** -# +# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information @@ -7,16 +7,16 @@ # to you under the Apache License, Version 2.0 (the # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at -# +# # http://www.apache.org/licenses/LICENSE-2.0 -# +# # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -# +# #************************************************************** Start @@ -34,7 +34,7 @@ packagename = "%UNIXPACKAGENAME" linuxreplaces = "openoffice.org3,openoffice.org3-dict-es,openoffice.org3-dict-en,openoffice.org3-dict-fr,ooobasis3.0-oooimprovement,ooobasis3.1-oooimprovement,ooobasis3.2-oooimprovement,ooobasis3.3-oooimprovement,ooobasis3.0-kde-integration,ooobasis3.1-kde-integration,ooobasis3.2-kde-integration,ooobasis3.3-kde-integration,ooobasis3.0-binfilter,ooobasis3.1-binfilter,ooobasis3.2-binfilter,ooobasis3.3-binfilter,ooobasis3.4-binfilter,ooobasis3.0-testtool,ooobasis3.1-testtool,ooobasis3.2-tes [...] requires = "%UREPACKAGEPREFIX-ure,%BASISPACKAGEPREFIX-core01,%BASISPACKAGEPREFIX-core02,%BASISPACKAGEPREFIX-core03,%BASISPACKAGEPREFIX-core04,%BASISPACKAGEPREFIX-core05,%BASISPACKAGEPREFIX-core06,%BASISPACKAGEPREFIX-core07,%BASISPACKAGEPREFIX-images" solarisrequires = "%SOLSUREPACKAGEPREFIX-ure (Name="UNO Runtime Environment"), %BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-core01 (Name="Core module for %PRODUCTNAME %PRODUCTVERSION"), %BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-core02 (Name="Core module for %PRODUCTNAME %PRODUCTVERSION"), %BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-core03 (Name="Core module for %PRODUCTNAME %PRODUCTVERSION"), %BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-core04 (Name="Core module for %PRODUCTNAME %PRO [...] -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Brand module for %PRODUCTNAME %PRODUCTVERSION" @@ -49,7 +49,7 @@ packagename = "%UNIXPACKAGENAME-brand-writer" linuxreplaces = "openoffice.org3-writer" requires = "%UNIXPACKAGENAME,%BASISPACKAGEPREFIX-writer" solarisrequires = "%WITHOUTDOTUNIXPACKAGENAME,%BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-writer" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Writer brand module for %PRODUCTNAME %PRODUCTVERSION" @@ -64,7 +64,7 @@ packagename = "%UNIXPACKAGENAME-brand-calc" linuxreplaces = "openoffice.org3-calc" requires = "%UNIXPACKAGENAME,%BASISPACKAGEPREFIX-calc" solarisrequires = "%WITHOUTDOTUNIXPACKAGENAME,%BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-calc" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Calc brand module for %PRODUCTNAME %PRODUCTVERSION" @@ -79,7 +79,7 @@ packagename = "%UNIXPACKAGENAME-brand-impress" linuxreplaces = "openoffice.org3-impress" requires = "%UNIXPACKAGENAME,%BASISPACKAGEPREFIX-impress" solarisrequires = "%WITHOUTDOTUNIXPACKAGENAME,%BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-impress" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Impress brand module for %PRODUCTNAME %PRODUCTVERSION" @@ -94,7 +94,7 @@ packagename = "%UNIXPACKAGENAME-brand-draw" linuxreplaces = "openoffice.org3-draw" requires = "%UNIXPACKAGENAME,%BASISPACKAGEPREFIX-draw" solarisrequires = "%WITHOUTDOTUNIXPACKAGENAME,%BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-draw" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Draw brand module for %PRODUCTNAME %PRODUCTVERSION" @@ -109,7 +109,7 @@ packagename = "%UNIXPACKAGENAME-brand-math" linuxreplaces = "openoffice.org3-math" requires = "%UNIXPACKAGENAME,%BASISPACKAGEPREFIX-math" solarisrequires = "%WITHOUTDOTUNIXPACKAGENAME,%BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-math" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Math brand module for %PRODUCTNAME %PRODUCTVERSION" @@ -124,7 +124,7 @@ packagename = "%UNIXPACKAGENAME-brand-base" linuxreplaces = "openoffice.org3-base" requires = "%UNIXPACKAGENAME,%BASISPACKAGEPREFIX-base" solarisrequires = "%WITHOUTDOTUNIXPACKAGENAME,%BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-base" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Base brand module for %PRODUCTNAME %PRODUCTVERSION" @@ -140,7 +140,7 @@ packagename = "%UNIXPACKAGENAME-brand-%LANGUAGESTRING" linuxreplaces = "openoffice.org3-%LANGUAGESTRING,ooobasis3.0-%LANGUAGESTRING-binfilter,ooobasis3.1-%LANGUAGESTRING-binfilter,ooobasis3.2-%LANGUAGESTRING-binfilter,ooobasis3.3-%LANGUAGESTRING-binfilter,ooobasis3.4-%LANGUAGESTRING-binfilter,aoobasis3.4.1-%LANGUAGESTRING-binfilter" requires = "%UNIXPACKAGENAME,%BASISPACKAGEPREFIX-%LANGUAGESTRING,%BASISPACKAGEPREFIX-%LANGUAGESTRING-base,%BASISPACKAGEPREFIX-%LANGUAGESTRING-calc,%BASISPACKAGEPREFIX-%LANGUAGESTRING-draw,%BASISPACKAGEPREFIX-%LANGUAGESTRING-help,%BASISPACKAGEPREFIX-%LANGUAGESTRING-impress,%BASISPACKAGEPREFIX-%LANGUAGESTRING-math,%BASISPACKAGEPREFIX-%LANGUAGESTRING-res,%BASISPACKAGEPREFIX-%LANGUAGESTRING-writer" solarisrequires = "%WITHOUTDOTUNIXPACKAGENAME,%BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-%LANGUAGESTRING (Name="Language module for %PRODUCTNAME %PRODUCTVERSION\, language %LANGUAGESTRING"),%BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-%LANGUAGESTRING-base (Name="Base language module for %PRODUCTNAME %PRODUCTVERSION\, language %LANGUAGESTRING"),%BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-%LANGUAGESTRING-calc (Name="Calc language module for %PRODUCTNAME %PRODUCTVERSION\, language %LANGU [...] -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Brand language module for %PRODUCTNAME %PRODUCTVERSION" diff --git a/main/setup_native/source/packinfo/packinfo_office.txt b/main/setup_native/source/packinfo/packinfo_office.txt index 12ab2744da..7fa69383a3 100644 --- a/main/setup_native/source/packinfo/packinfo_office.txt +++ b/main/setup_native/source/packinfo/packinfo_office.txt @@ -1,5 +1,5 @@ #************************************************************** -# +# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information @@ -7,16 +7,16 @@ # to you under the Apache License, Version 2.0 (the # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at -# +# # http://www.apache.org/licenses/LICENSE-2.0 -# +# # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -# +# #************************************************************** # Format: @@ -46,7 +46,7 @@ linuxreplaces = "ooobasis3.0-gnome-integration,ooobasis3.1-gnome-integration,ooo freebsdrequires = "%BASISPACKAGEPREFIX-core01" requires = "%BASISPACKAGEPREFIX-core01" findrequires = "find-requires-gnome.sh" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "GNOME integration module for %APACHEPROJECTNAME %PRODUCTVERSION" @@ -62,7 +62,7 @@ packagename = "%BASISPACKAGEPREFIX-kde-integration" linuxreplaces = "ooobasis3.0-kde-integration,ooobasis3.1-kde-integration,ooobasis3.2-kde-integration,ooobasis3.3-kde-integration,ooobasis3.4-kde-integration" freebsdrequires = "%BASISPACKAGEPREFIX-core01" requires = "%BASISPACKAGEPREFIX-core01" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "KDE integration module for %APACHEPROJECTNAME %PRODUCTVERSION" @@ -79,7 +79,7 @@ linuxreplaces = "ooobasis3.0-core01,ooobasis3.1-core01,ooobasis3.2-core01,ooobas requires = "%UREPACKAGEPREFIX-ure" solarisrequires = "SUNWcar, SUNWkvm, SUNWcsr, SUNWcsu, SUNWcsd, SUNWcsl, SUNWxwrtl, SUNWxwplt, SUNWlibC, %SOLSUREPACKAGEPREFIX-ure" freebsdrequires = "%BASISPACKAGEPREFIX-core02,%BASISPACKAGEPREFIX-core03,%BASISPACKAGEPREFIX-core04,%BASISPACKAGEPREFIX-core05,%BASISPACKAGEPREFIX-core06,%BASISPACKAGEPREFIX-core07" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Core module for %APACHEPROJECTNAME %PRODUCTVERSION" @@ -96,7 +96,7 @@ linuxreplaces = "ooobasis3.0-writer,ooobasis3.1-writer,ooobasis3.2-writer,ooobas solarisrequires = "%BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-core01,%BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-core02,%BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-core03,%BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-core04,%BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-core05,%BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-core06,%BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-core07, SUNWlibC" freebsdrequires = "%BASISPACKAGEPREFIX-core01" requires = "%BASISPACKAGEPREFIX-core01" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Writer module for %APACHEPROJECTNAME %PRODUCTVERSION" @@ -113,7 +113,7 @@ packagename = "%BASISPACKAGEPREFIX-calc" linuxreplaces = "ooobasis3.0-calc,ooobasis3.1-calc,ooobasis3.2-calc,ooobasis3.3-calc,ooobasis3.4-calc" freebsdrequires = "%BASISPACKAGEPREFIX-core01" requires = "%BASISPACKAGEPREFIX-core01" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Calc module for %APACHEPROJECTNAME %PRODUCTVERSION" @@ -130,7 +130,7 @@ packagename = "%BASISPACKAGEPREFIX-draw" linuxreplaces = "ooobasis3.0-draw,ooobasis3.1-draw,ooobasis3.2-draw,ooobasis3.3-draw,ooobasis3.4-draw" freebsdrequires = "%BASISPACKAGEPREFIX-core01" requires = "%BASISPACKAGEPREFIX-core01" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Draw module for %APACHEPROJECTNAME %PRODUCTVERSION" @@ -147,7 +147,7 @@ packagename = "%BASISPACKAGEPREFIX-impress" linuxreplaces = "ooobasis3.0-impress,ooobasis3.1-impress,ooobasis3.2-impress,ooobasis3.3-impress,ooobasis3.4-impress" freebsdrequires = "%BASISPACKAGEPREFIX-core01" requires = "%BASISPACKAGEPREFIX-core01" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Impress module for %APACHEPROJECTNAME %PRODUCTVERSION" @@ -164,7 +164,7 @@ packagename = "%BASISPACKAGEPREFIX-base" linuxreplaces = "ooobasis3.0-base,ooobasis3.1-base,ooobasis3.2-base,ooobasis3.3-base,ooobasis3.4-base" freebsdrequires = "%BASISPACKAGEPREFIXg-core01" requires = "%BASISPACKAGEPREFIX-core01" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Base module for %APACHEPROJECTNAME %PRODUCTVERSION" @@ -181,7 +181,7 @@ packagename = "%BASISPACKAGEPREFIX-math" linuxreplaces = "ooobasis3.0-math,ooobasis3.1-math,ooobasis3.2-math,ooobasis3.3-math,ooobasis3.4-math" freebsdrequires = "%BASISPACKAGEPREFIX-core01" requires = "%BASISPACKAGEPREFIX-core01" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Math module for %APACHEPROJECTNAME %PRODUCTVERSION" @@ -198,7 +198,7 @@ packagename = "%BASISPACKAGEPREFIX-graphicfilter" linuxreplaces = "ooobasis3.0-graphicfilter,ooobasis3.1-graphicfilter,ooobasis3.2-graphicfilter,ooobasis3.3-graphicfilter,ooobasis3.4-graphicfilter" freebsdrequires = "%BASISPACKAGEPREFIX-core01" requires = "%BASISPACKAGEPREFIX-core01" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Graphic filter module for %APACHEPROJECTNAME %PRODUCTVERSION" @@ -214,7 +214,7 @@ packagename = "%BASISPACKAGEPREFIX-oooimprovement" linuxreplaces = "ooobasis3.0-oooimprovement,ooobasis3.1-oooimprovement,ooobasis3.2-oooimprovement,ooobasis3.3-oooimprovement,ooobasis3.4-oooimprovement" freebsdrequires = "%BASISPACKAGEPREFIX-core01" requires = "%BASISPACKAGEPREFIX-core01" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Usage tracking module for %APACHEPROJECTNAME %PRODUCTVERSION" @@ -230,7 +230,7 @@ packagename = "%BASISPACKAGEPREFIX-spellcheck" linuxreplaces = "ooobasis3.0-spellcheck,ooobasis3.1-spellcheck,ooobasis3.2-spellcheck,ooobasis3.3-spellcheck,ooobasis3.4-spellcheck" freebsdrequires = "%BASISPACKAGEPREFIX-core01" requires = "%BASISPACKAGEPREFIX-core01" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "English spellchecker module for %APACHEPROJECTNAME %PRODUCTVERSION" @@ -246,7 +246,7 @@ packagename = "%BASISPACKAGEPREFIX-xsltfilter" linuxreplaces = "ooobasis3.0-xsltfilter,ooobasis3.1-xsltfilter,ooobasis3.2-xsltfilter,ooobasis3.3-xsltfilter,ooobasis3.4-xsltfilter" freebsdrequires = "%BASISPACKAGEPREFIX-core01" requires = "%BASISPACKAGEPREFIX-core01" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "XSLT filter samples module for %APACHEPROJECTNAME %PRODUCTVERSION" @@ -262,7 +262,7 @@ packagename = "%BASISPACKAGEPREFIX-javafilter" linuxreplaces = "ooobasis3.0-javafilter,ooobasis3.1-javafilter,ooobasis3.2-javafilter,ooobasis3.3-javafilter,ooobasis3.4-javafilter" freebsdrequires = "%BASISPACKAGEPREFIX-core01" requires = "%BASISPACKAGEPREFIX-core01" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Java filter module for %APACHEPROJECTNAME %PRODUCTVERSION" @@ -278,7 +278,7 @@ packagename = "%BASISPACKAGEPREFIX-activex" linuxreplaces = "ooobasis3.0-activex,ooobasis3.1-activex,ooobasis3.2-activex,ooobasis3.3-activex,ooobasis3.4-activex" freebsdrequires = "%BASISPACKAGEPREFIX-core01" requires = "%BASISPACKAGEPREFIX-core01" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "ActiveX control for %APACHEPROJECTNAME %PRODUCTVERSION" @@ -293,7 +293,7 @@ solarisrequires = "%BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-core01, %BASISPA packagename = "%BASISPACKAGEPREFIX-onlineupdate" linuxreplaces = "ooobasis3.0-onlineupdate,ooobasis3.1-onlineupdate,ooobasis3.2-onlineupdate,ooobasis3.3-onlineupdate,ooobasis3.4-onlineupdate" requires = "%BASISPACKAGEPREFIX-core01" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Online update module for %APACHEPROJECTNAME %PRODUCTVERSION" @@ -309,7 +309,7 @@ packagename = "%BASISPACKAGEPREFIX-pyuno" linuxreplaces = "ooobasis3.0-pyuno,ooobasis3.1-pyuno,ooobasis3.2-pyuno,ooobasis3.3-pyuno,ooobasis3.4-pyuno" freebsdrequires = "%BASISPACKAGEPREFIX-core01" requires = "%BASISPACKAGEPREFIX-core01" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Pyuno module for %APACHEPROJECTNAME %PRODUCTVERSION" @@ -325,7 +325,7 @@ packagename = "%BASISPACKAGEPREFIX-emailmerge" linuxreplaces = "ooobasis3.0-emailmerge,ooobasis3.1-emailmerge,ooobasis3.2-emailmerge,ooobasis3.3-emailmerge,ooobasis3.4-emailmerge" freebsdrequires = "%BASISPACKAGEPREFIX-core01" requires = "%BASISPACKAGEPREFIX-pyuno" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Email mailmerge module for %APACHEPROJECTNAME %PRODUCTVERSION" @@ -341,7 +341,7 @@ packagename = "%BASISPACKAGEPREFIX-headless" linuxreplaces = "ooobasis3.0-headless,ooobasis3.1-headless,ooobasis3.2-headless,ooobasis3.3-headless,ooobasis3.4-headless" freebsdrequires = "%BASISPACKAGEPREFIX-core01" requires = "%BASISPACKAGEPREFIX-core01" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Headless display module for %APACHEPROJECTNAME %PRODUCTVERSION" @@ -357,7 +357,7 @@ packagename = "%BASISPACKAGEPREFIX-images" linuxreplaces = "ooobasis3.0-images,ooobasis3.1-images,ooobasis3.2-images,ooobasis3.3-images,ooobasis3.4-images" freebsdrequires = "%BASISPACKAGEPREFIX-core01" requires = "%BASISPACKAGEPREFIX-core01" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Images module for %APACHEPROJECTNAME %PRODUCTVERSION" @@ -373,7 +373,7 @@ packagename = "%BASISPACKAGEPREFIX-ooofonts" linuxreplaces = "ooobasis3.0-ooofonts,ooobasis3.1-ooofonts,ooobasis3.2-ooofonts,ooobasis3.3-ooofonts,ooobasis3.4-ooofonts" freebsdrequires = "%BASISPACKAGEPREFIX-core01" requires = "%BASISPACKAGEPREFIX-core01" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Fonts module for %APACHEPROJECTNAME %PRODUCTVERSION" @@ -389,7 +389,7 @@ packagename = "%BASISPACKAGEPREFIX-ooolinguistic" linuxreplaces = "ooobasis3.0-ooolinguistic,ooobasis3.1-ooolinguistic,ooobasis3.2-ooolinguistic,ooobasis3.3-ooolinguistic,ooobasis3.4-ooolinguistic" freebsdrequires = "%BASISPACKAGEPREFIX-core01" requires = "%BASISPACKAGEPREFIX-core01" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Linguistic module for %APACHEPROJECTNAME %PRODUCTVERSION" @@ -406,7 +406,7 @@ packagename = "%BASISPACKAGEPREFIX-core02" linuxreplaces = "ooobasis3.0-core02,ooobasis3.1-core02,ooobasis3.2-core02,ooobasis3.3-core02,ooobasis3.4-core02" requires = "%BASISPACKAGEPREFIX-core01" freebsdrequires = "" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Office core module for %APACHEPROJECTNAME %PRODUCTVERSION" @@ -422,7 +422,7 @@ packagename = "%BASISPACKAGEPREFIX-core03" linuxreplaces = "ooobasis3.0-core03,ooobasis3.1-core03,ooobasis3.2-core03,ooobasis3.3-core03,ooobasis3.4-core03" requires = "%BASISPACKAGEPREFIX-core01" freebsdrequires = "" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Office core module for %APACHEPROJECTNAME %PRODUCTVERSION" @@ -439,7 +439,7 @@ linuxreplaces = "ooobasis3.0-core04,ooobasis3.1-core04,ooobasis3.2-core04,ooobas requires = "%BASISPACKAGEPREFIX-core01" findrequires = "find-requires-x11.sh" freebsdrequires = "" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Office core module for %APACHEPROJECTNAME %PRODUCTVERSION" @@ -455,7 +455,7 @@ packagename = "%BASISPACKAGEPREFIX-core05" linuxreplaces = "ooobasis3.0-core05,ooobasis3.1-core05,ooobasis3.2-core05,ooobasis3.3-core05,ooobasis3.4-core05" requires = "%BASISPACKAGEPREFIX-core01" freebsdrequires = "" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Office core module for %APACHEPROJECTNAME %PRODUCTVERSION" @@ -471,7 +471,7 @@ packagename = "%BASISPACKAGEPREFIX-core06" linuxreplaces = "ooobasis3.0-core06,ooobasis3.1-core06,ooobasis3.2-core06,ooobasis3.3-core06,ooobasis3.4-core06" requires = "%BASISPACKAGEPREFIX-core01" freebsdrequires = "" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Office core module for %APACHEPROJECTNAME %PRODUCTVERSION" @@ -487,7 +487,7 @@ packagename = "%BASISPACKAGEPREFIX-core07" linuxreplaces = "ooobasis3.0-core07,ooobasis3.1-core07,ooobasis3.2-core07,ooobasis3.3-core07,ooobasis3.4-core07" requires = "%BASISPACKAGEPREFIX-core01" freebsdrequires = "" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Office core module for %APACHEPROJECTNAME %PRODUCTVERSION" @@ -504,7 +504,7 @@ packagename = "%UNIXPACKAGENAME-oooimprovement" linuxreplaces = "ooobasis3.0-oooimprovement,ooobasis3.1-oooimprovement,ooobasis3.2-oooimprovement,ooobasis3.3-oooimprovement,ooobasis3.4-oooimprovement" requires = "%UREPACKAGEPREFIX-ure,%BASISPACKAGEPREFIX-core01,%BASISPACKAGEPREFIX-core02,%BASISPACKAGEPREFIX-core03,%BASISPACKAGEPREFIX-core04,%BASISPACKAGEPREFIX-core05,%BASISPACKAGEPREFIX-core06,%BASISPACKAGEPREFIX-core07,%UNIXPACKAGENAME" linuxpatchrequires = "" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "OOo improvement extension for %PRODUCTNAME %PRODUCTVERSION" @@ -521,7 +521,7 @@ packagename = "%UNIXPACKAGENAME-dict-af" linuxreplaces = "ooobasis3.0-dict-af,ooobasis3.1-dict-af,ooobasis3.2-dict-af,ooobasis3.3-dict-af,ooobasis3.4-dict-af" requires = "%UREPACKAGEPREFIX-ure,%BASISPACKAGEPREFIX-core01,%BASISPACKAGEPREFIX-core02,%BASISPACKAGEPREFIX-core03,%BASISPACKAGEPREFIX-core04,%BASISPACKAGEPREFIX-core05,%BASISPACKAGEPREFIX-core06,%BASISPACKAGEPREFIX-core07,%UNIXPACKAGENAME" linuxpatchrequires = "" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Af dictionary for %PRODUCTNAME %PRODUCTVERSION" @@ -538,7 +538,7 @@ packagename = "%UNIXPACKAGENAME-dict-ca" linuxreplaces = "ooobasis3.0-dict-ca,ooobasis3.1-dict-ca,ooobasis3.2-dict-ca,ooobasis3.3-dict-ca,ooobasis3.4-dict-ca" requires = "%UREPACKAGEPREFIX-ure,%BASISPACKAGEPREFIX-core01,%BASISPACKAGEPREFIX-core02,%BASISPACKAGEPREFIX-core03,%BASISPACKAGEPREFIX-core04,%BASISPACKAGEPREFIX-core05,%BASISPACKAGEPREFIX-core06,%BASISPACKAGEPREFIX-core07,%UNIXPACKAGENAME" linuxpatchrequires = "" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Ca dictionary for %PRODUCTNAME %PRODUCTVERSION" @@ -555,7 +555,7 @@ packagename = "%UNIXPACKAGENAME-dict-cs" linuxreplaces = "ooobasis3.0-dict-cs,ooobasis3.1-dict-cs,ooobasis3.2-dict-cs,ooobasis3.3-dict-cs,ooobasis3.4-dict-cs" requires = "%UREPACKAGEPREFIX-ure,%BASISPACKAGEPREFIX-core01,%BASISPACKAGEPREFIX-core02,%BASISPACKAGEPREFIX-core03,%BASISPACKAGEPREFIX-core04,%BASISPACKAGEPREFIX-core05,%BASISPACKAGEPREFIX-core06,%BASISPACKAGEPREFIX-core07,%UNIXPACKAGENAME" linuxpatchrequires = "" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Cs dictionary for %PRODUCTNAME %PRODUCTVERSION" @@ -572,7 +572,7 @@ packagename = "%UNIXPACKAGENAME-dict-da" linuxreplaces = "ooobasis3.0-dict-da,ooobasis3.1-dict-da,ooobasis3.2-dict-da,ooobasis3.3-dict-da,ooobasis3.4-dict-da" requires = "%UREPACKAGEPREFIX-ure,%BASISPACKAGEPREFIX-core01,%BASISPACKAGEPREFIX-core02,%BASISPACKAGEPREFIX-core03,%BASISPACKAGEPREFIX-core04,%BASISPACKAGEPREFIX-core05,%BASISPACKAGEPREFIX-core06,%BASISPACKAGEPREFIX-core07,%UNIXPACKAGENAME" linuxpatchrequires = "" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Da dictionary for %PRODUCTNAME %PRODUCTVERSION" @@ -589,7 +589,7 @@ packagename = "%UNIXPACKAGENAME-dict-de-AT" linuxreplaces = "ooobasis3.0-dict-de-AT,ooobasis3.1-dict-de-AT,ooobasis3.2-dict-de-AT,ooobasis3.3-dict-de-AT,ooobasis3.4-dict-de-AT" requires = "%UREPACKAGEPREFIX-ure,%BASISPACKAGEPREFIX-core01,%BASISPACKAGEPREFIX-core02,%BASISPACKAGEPREFIX-core03,%BASISPACKAGEPREFIX-core04,%BASISPACKAGEPREFIX-core05,%BASISPACKAGEPREFIX-core06,%BASISPACKAGEPREFIX-core07,%UNIXPACKAGENAME" linuxpatchrequires = "" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "De-AT dictionary for %PRODUCTNAME %PRODUCTVERSION" @@ -606,7 +606,7 @@ packagename = "%UNIXPACKAGENAME-dict-de-CH" linuxreplaces = "ooobasis3.0-dict-de-CH,ooobasis3.1-dict-de-CH,ooobasis3.2-dict-de-CH,ooobasis3.3-dict-de-CH,ooobasis3.4-dict-de-CH" requires = "%UREPACKAGEPREFIX-ure,%BASISPACKAGEPREFIX-core01,%BASISPACKAGEPREFIX-core02,%BASISPACKAGEPREFIX-core03,%BASISPACKAGEPREFIX-core04,%BASISPACKAGEPREFIX-core05,%BASISPACKAGEPREFIX-core06,%BASISPACKAGEPREFIX-core07,%UNIXPACKAGENAME" linuxpatchrequires = "" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "De-CH dictionary for %PRODUCTNAME %PRODUCTVERSION" @@ -623,7 +623,7 @@ packagename = "%UNIXPACKAGENAME-dict-de-DE" linuxreplaces = "ooobasis3.0-dict-de-DE,ooobasis3.1-dict-de-DE,ooobasis3.2-dict-de-DE,ooobasis3.3-dict-de-DE,ooobasis3.4-dict-de-DE" requires = "%UREPACKAGEPREFIX-ure,%BASISPACKAGEPREFIX-core01,%BASISPACKAGEPREFIX-core02,%BASISPACKAGEPREFIX-core03,%BASISPACKAGEPREFIX-core04,%BASISPACKAGEPREFIX-core05,%BASISPACKAGEPREFIX-core06,%BASISPACKAGEPREFIX-core07,%UNIXPACKAGENAME" linuxpatchrequires = "" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "De-DE dictionary for %PRODUCTNAME %PRODUCTVERSION" @@ -640,7 +640,7 @@ packagename = "%UNIXPACKAGENAME-dict-en" linuxreplaces = "ooobasis3.0-dict-en,ooobasis3.1-dict-en,ooobasis3.2-dict-en,ooobasis3.3-dict-en,ooobasis3.4-dict-en" requires = "%UREPACKAGEPREFIX-ure,%BASISPACKAGEPREFIX-core01,%BASISPACKAGEPREFIX-core02,%BASISPACKAGEPREFIX-core03,%BASISPACKAGEPREFIX-core04,%BASISPACKAGEPREFIX-core05,%BASISPACKAGEPREFIX-core06,%BASISPACKAGEPREFIX-core07,%UNIXPACKAGENAME" linuxpatchrequires = "" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "En dictionary for %PRODUCTNAME %PRODUCTVERSION" @@ -657,7 +657,7 @@ packagename = "%UNIXPACKAGENAME-dict-es" linuxreplaces = "ooobasis3.0-dict-es,ooobasis3.1-dict-es,ooobasis3.2-dict-es,ooobasis3.3-dict-es,ooobasis3.4-dict-es" requires = "%UREPACKAGEPREFIX-ure,%BASISPACKAGEPREFIX-core01,%BASISPACKAGEPREFIX-core02,%BASISPACKAGEPREFIX-core03,%BASISPACKAGEPREFIX-core04,%BASISPACKAGEPREFIX-core05,%BASISPACKAGEPREFIX-core06,%BASISPACKAGEPREFIX-core07,%UNIXPACKAGENAME" linuxpatchrequires = "" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Es dictionary for %PRODUCTNAME %PRODUCTVERSION" @@ -674,7 +674,7 @@ packagename = "%UNIXPACKAGENAME-dict-et" linuxreplaces = "ooobasis3.0-dict-et,ooobasis3.1-dict-et,ooobasis3.2-dict-et,ooobasis3.3-dict-et,ooobasis3.4-dict-et" requires = "%UREPACKAGEPREFIX-ure,%BASISPACKAGEPREFIX-core01,%BASISPACKAGEPREFIX-core02,%BASISPACKAGEPREFIX-core03,%BASISPACKAGEPREFIX-core04,%BASISPACKAGEPREFIX-core05,%BASISPACKAGEPREFIX-core06,%BASISPACKAGEPREFIX-core07,%UNIXPACKAGENAME" linuxpatchrequires = "" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Et dictionary for %PRODUCTNAME %PRODUCTVERSION" @@ -691,7 +691,7 @@ packagename = "%UNIXPACKAGENAME-dict-fr" linuxreplaces = "ooobasis3.0-dict-fr,ooobasis3.1-dict-fr,ooobasis3.2-dict-fr,ooobasis3.3-dict-fr,ooobasis3.4-dict-fr" requires = "%UREPACKAGEPREFIX-ure,%BASISPACKAGEPREFIX-core01,%BASISPACKAGEPREFIX-core02,%BASISPACKAGEPREFIX-core03,%BASISPACKAGEPREFIX-core04,%BASISPACKAGEPREFIX-core05,%BASISPACKAGEPREFIX-core06,%BASISPACKAGEPREFIX-core07,%UNIXPACKAGENAME" linuxpatchrequires = "" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Fr dictionary for %PRODUCTNAME %PRODUCTVERSION" @@ -708,7 +708,7 @@ packagename = "%BASISPACKAGEPREFIX-dict-gl" linuxreplaces = "ooobasis3.0-dict-gl,ooobasis3.1-dict-gl,ooobasis3.2-dict-gl,ooobasis3.3-dict-gl,ooobasis3.4-dict-gl" requires = "%UREPACKAGEPREFIX-ure,%BASISPACKAGEPREFIX-core01,%BASISPACKAGEPREFIX-core02,%BASISPACKAGEPREFIX-core03,%BASISPACKAGEPREFIX-core04,%BASISPACKAGEPREFIX-core05,%BASISPACKAGEPREFIX-core06,%BASISPACKAGEPREFIX-core07,%UNIXPACKAGENAME" linuxpatchrequires = "" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Gl dictionary for %PRODUCTNAME %PRODUCTVERSION" @@ -742,7 +742,7 @@ packagename = "%UNIXPACKAGENAME-dict-hu" linuxreplaces = "ooobasis3.0-dict-hu,ooobasis3.1-dict-hu,ooobasis3.2-dict-hu,ooobasis3.3-dict-hu,ooobasis3.4-dict-hu" requires = "%UREPACKAGEPREFIX-ure,%BASISPACKAGEPREFIX-core01,%BASISPACKAGEPREFIX-core02,%BASISPACKAGEPREFIX-core03,%BASISPACKAGEPREFIX-core04,%BASISPACKAGEPREFIX-core05,%BASISPACKAGEPREFIX-core06,%BASISPACKAGEPREFIX-core07,%UNIXPACKAGENAME" linuxpatchrequires = "" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Hu dictionary for %PRODUCTNAME %PRODUCTVERSION" @@ -759,7 +759,7 @@ packagename = "%UNIXPACKAGENAME-dict-it" linuxreplaces = "ooobasis3.0-dict-it,ooobasis3.1-dict-it,ooobasis3.2-dict-it,ooobasis3.3-dict-it,ooobasis3.4-dict-it" requires = "%UREPACKAGEPREFIX-ure,%BASISPACKAGEPREFIX-core01,%BASISPACKAGEPREFIX-core02,%BASISPACKAGEPREFIX-core03,%BASISPACKAGEPREFIX-core04,%BASISPACKAGEPREFIX-core05,%BASISPACKAGEPREFIX-core06,%BASISPACKAGEPREFIX-core07,%UNIXPACKAGENAME" linuxpatchrequires = "" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "It dictionary for %PRODUCTNAME %PRODUCTVERSION" @@ -776,7 +776,7 @@ packagename = "%UNIXPRODUCTNAME-dict-ku-TR" linuxreplaces = "ooobasis3.0-dict-ku-TR,ooobasis3.1-dict-ku-TR,ooobasis3.2-dict-ku-TR,ooobasis3.3-dict-ku-TR,ooobasis3.4-dict-ku-TR" requires = "%UREPACKAGEPREFIX-ure,%BASISPACKAGEPREFIX-core01,%BASISPACKAGEPREFIX-core02,%BASISPACKAGEPREFIX-core03,%BASISPACKAGEPREFIX-core04,%BASISPACKAGEPREFIX-core05,%BASISPACKAGEPREFIX-core06,%BASISPACKAGEPREFIX-core07,%UNIXPRODUCTNAME" linuxpatchrequires = "" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Ku-TR dictionary for %PRODUCTNAME %PRODUCTVERSION" @@ -810,7 +810,7 @@ packagename = "%UNIXPACKAGENAME-dict-ne" linuxreplaces = "ooobasis3.0-dict-ne,ooobasis3.1-dict-ne,ooobasis3.2-dict-ne,ooobasis3.3-dict-ne,ooobasis3.4-dict-ne" requires = "%UREPACKAGEPREFIX-ure,%BASISPACKAGEPREFIX-core01,%BASISPACKAGEPREFIX-core02,%BASISPACKAGEPREFIX-core03,%BASISPACKAGEPREFIX-core04,%BASISPACKAGEPREFIX-core05,%BASISPACKAGEPREFIX-core06,%BASISPACKAGEPREFIX-core07,%UNIXPACKAGENAME" linuxpatchrequires = "" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Ne dictionary for %PRODUCTNAME %PRODUCTVERSION" @@ -827,7 +827,7 @@ packagename = "%UNIXPACKAGENAME-dict-nl" linuxreplaces = "ooobasis3.0-dict-nl,ooobasis3.1-dict-nl,ooobasis3.2-dict-nl,ooobasis3.3-dict-nl,ooobasis3.4-dict-nl" requires = "%UREPACKAGEPREFIX-ure,%BASISPACKAGEPREFIX-core01,%BASISPACKAGEPREFIX-core02,%BASISPACKAGEPREFIX-core03,%BASISPACKAGEPREFIX-core04,%BASISPACKAGEPREFIX-core05,%BASISPACKAGEPREFIX-core06,%BASISPACKAGEPREFIX-core07,%UNIXPACKAGENAME" linuxpatchrequires = "" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Nl dictionary for %PRODUCTNAME %PRODUCTVERSION" @@ -861,7 +861,7 @@ packagename = "%UNIXPACKAGENAME-dict-pl" linuxreplaces = "ooobasis3.0-dict-pl,ooobasis3.1-dict-pl,ooobasis3.2-dict-pl,ooobasis3.3-dict-pl,ooobasis3.4-dict-pl" requires = "%UREPACKAGEPREFIX-ure,%BASISPACKAGEPREFIX-core01,%BASISPACKAGEPREFIX-core02,%BASISPACKAGEPREFIX-core03,%BASISPACKAGEPREFIX-core04,%BASISPACKAGEPREFIX-core05,%BASISPACKAGEPREFIX-core06,%BASISPACKAGEPREFIX-core07,%UNIXPACKAGENAME" linuxpatchrequires = "" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Pl dictionary for %PRODUCTNAME %PRODUCTVERSION" @@ -878,7 +878,7 @@ packagename = "%UNIXPACKAGENAME-dict-pt" linuxreplaces = "ooobasis3.0-dict-pt,ooobasis3.1-dict-pt,ooobasis3.2-dict-pt,ooobasis3.3-dict-pt,ooobasis3.4-dict-pt" requires = "%UREPACKAGEPREFIX-ure,%BASISPACKAGEPREFIX-core01,%BASISPACKAGEPREFIX-core02,%BASISPACKAGEPREFIX-core03,%BASISPACKAGEPREFIX-core04,%BASISPACKAGEPREFIX-core05,%BASISPACKAGEPREFIX-core06,%BASISPACKAGEPREFIX-core07,%UNIXPACKAGENAME" linuxpatchrequires = "" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Pt dictionary for %PRODUCTNAME %PRODUCTVERSION" @@ -895,7 +895,7 @@ packagename = "%UNIXPACKAGENAME-dict-ro" linuxreplaces = "ooobasis3.0-dict-ro,ooobasis3.1-dict-ro,ooobasis3.2-dict-ro,ooobasis3.3-dict-ro,ooobasis3.4-dict-ro" requires = "%UREPACKAGEPREFIX-ure,%BASISPACKAGEPREFIX-core01,%BASISPACKAGEPREFIX-core02,%BASISPACKAGEPREFIX-core03,%BASISPACKAGEPREFIX-core04,%BASISPACKAGEPREFIX-core05,%BASISPACKAGEPREFIX-core06,%BASISPACKAGEPREFIX-core07,%UNIXPACKAGENAME" linuxpatchrequires = "" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Ro dictionary for %PRODUCTNAME %PRODUCTVERSION" @@ -912,7 +912,7 @@ packagename = "%UNIXPACKAGENAME-dict-ru" linuxreplaces = "ooobasis3.0-dict-ru,ooobasis3.1-dict-ru,ooobasis3.2-dict-ru,ooobasis3.3-dict-ru,ooobasis3.4-dict-ru" requires = "%UREPACKAGEPREFIX-ure,%BASISPACKAGEPREFIX-core01,%BASISPACKAGEPREFIX-core02,%BASISPACKAGEPREFIX-core03,%BASISPACKAGEPREFIX-core04,%BASISPACKAGEPREFIX-core05,%BASISPACKAGEPREFIX-core06,%BASISPACKAGEPREFIX-core07,%UNIXPACKAGENAME" linuxpatchrequires = "" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Ru dictionary for %PRODUCTNAME %PRODUCTVERSION" @@ -929,7 +929,7 @@ packagename = "%UNIXPACKAGENAME-dict-sk" linuxreplaces = "ooobasis3.0-dict-sk,ooobasis3.1-dict-sk,ooobasis3.2-dict-sk,ooobasis3.3-dict-sk,ooobasis3.4-dict-sk" requires = "%UREPACKAGEPREFIX-ure,%BASISPACKAGEPREFIX-core01,%BASISPACKAGEPREFIX-core02,%BASISPACKAGEPREFIX-core03,%BASISPACKAGEPREFIX-core04,%BASISPACKAGEPREFIX-core05,%BASISPACKAGEPREFIX-core06,%BASISPACKAGEPREFIX-core07,%UNIXPACKAGENAME" linuxpatchrequires = "" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Sk dictionary for %PRODUCTNAME %PRODUCTVERSION" @@ -946,7 +946,7 @@ packagename = "%UNIXPACKAGENAME-dict-sl" linuxreplaces = "ooobasis3.0-dict-sl,ooobasis3.1-dict-sl,ooobasis3.2-dict-sl,ooobasis3.3-dict-sl,ooobasis3.4-dict-sl" requires = "%UREPACKAGEPREFIX-ure,%BASISPACKAGEPREFIX-core01,%BASISPACKAGEPREFIX-core02,%BASISPACKAGEPREFIX-core03,%BASISPACKAGEPREFIX-core04,%BASISPACKAGEPREFIX-core05,%BASISPACKAGEPREFIX-core06,%BASISPACKAGEPREFIX-core07,%UNIXPACKAGENAME" linuxpatchrequires = "" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Sl dictionary for %PRODUCTNAME %PRODUCTVERSION" @@ -963,7 +963,7 @@ packagename = "%UNIXPACKAGENAME-dict-sr" linuxreplaces = "ooobasis3.0-dict-sr,ooobasis3.1-dict-sr,ooobasis3.2-dict-sr,ooobasis3.3-dict-sr,ooobasis3.4-dict-sr" requires = "%UREPACKAGEPREFIX-ure,%BASISPACKAGEPREFIX-core01,%BASISPACKAGEPREFIX-core02,%BASISPACKAGEPREFIX-core03,%BASISPACKAGEPREFIX-core04,%BASISPACKAGEPREFIX-core05,%BASISPACKAGEPREFIX-core06,%BASISPACKAGEPREFIX-core07,%UNIXPACKAGENAME" linuxpatchrequires = "" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Sr dictionary for %PRODUCTNAME %PRODUCTVERSION" @@ -980,7 +980,7 @@ packagename = "%UNIXPACKAGENAME-dict-sv" linuxreplaces = "ooobasis3.0-dict-sv,ooobasis3.1-dict-sv,ooobasis3.2-dict-sv,ooobasis3.3-dict-sv,ooobasis3.4-dict-sv" requires = "%UREPACKAGEPREFIX-ure,%BASISPACKAGEPREFIX-core01,%BASISPACKAGEPREFIX-core02,%BASISPACKAGEPREFIX-core03,%BASISPACKAGEPREFIX-core04,%BASISPACKAGEPREFIX-core05,%BASISPACKAGEPREFIX-core06,%BASISPACKAGEPREFIX-core07,%UNIXPACKAGENAME" linuxpatchrequires = "" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Sv dictionary for %PRODUCTNAME %PRODUCTVERSION" @@ -997,7 +997,7 @@ packagename = "%UNIXPACKAGENAME-dict-sw" linuxreplaces = "ooobasis3.0-dict-sw,ooobasis3.1-dict-sw,ooobasis3.2-dict-sw,ooobasis3.3-dict-sw,ooobasis3.4-dict-sw" requires = "%UREPACKAGEPREFIX-ure,%BASISPACKAGEPREFIX-core01,%BASISPACKAGEPREFIX-core02,%BASISPACKAGEPREFIX-core03,%BASISPACKAGEPREFIX-core04,%BASISPACKAGEPREFIX-core05,%BASISPACKAGEPREFIX-core06,%BASISPACKAGEPREFIX-core07,%UNIXPACKAGENAME" linuxpatchrequires = "" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Sw dictionary for %PRODUCTNAME %PRODUCTVERSION" @@ -1014,7 +1014,7 @@ packagename = "%UNIXPACKAGENAME-dict-th" linuxreplaces = "ooobasis3.0-dict-th,ooobasis3.1-dict-th,ooobasis3.2-dict-th,ooobasis3.3-dict-th,ooobasis3.4-dict-th" requires = "%UREPACKAGEPREFIX-ure,%BASISPACKAGEPREFIX-core01,%BASISPACKAGEPREFIX-core02,%BASISPACKAGEPREFIX-core03,%BASISPACKAGEPREFIX-core04,%BASISPACKAGEPREFIX-core05,%BASISPACKAGEPREFIX-core06,%BASISPACKAGEPREFIX-core07,%UNIXPACKAGENAME" linuxpatchrequires = "" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Th dictionary for %PRODUCTNAME %PRODUCTVERSION" @@ -1031,7 +1031,7 @@ packagename = "%BASISPACKAGEPREFIX-dict-vi" linuxreplaces = "ooobasis3.0-dict-vi,ooobasis3.1-dict-vi,ooobasis3.2-dict-vi,ooobasis3.3-dict-vi,ooobasis3.4-dict-vi" requires = "%UREPACKAGEPREFIX-ure,%BASISPACKAGEPREFIX-core01,%BASISPACKAGEPREFIX-core02,%BASISPACKAGEPREFIX-core03,%BASISPACKAGEPREFIX-core04,%BASISPACKAGEPREFIX-core05,%BASISPACKAGEPREFIX-core06,%BASISPACKAGEPREFIX-core07,%UNIXPACKAGENAME" linuxpatchrequires = "" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Vietnamese dictionary for %PRODUCTNAME %PRODUCTVERSION" @@ -1048,7 +1048,7 @@ packagename = "%UNIXPACKAGENAME-dict-zu" linuxreplaces = "ooobasis3.0-dict-zu,ooobasis3.1-dict-zu,ooobasis3.2-dict-zu,ooobasis3.3-dict-zu,ooobasis3.4-dict-zu" requires = "%UREPACKAGEPREFIX-ure,%BASISPACKAGEPREFIX-core01,%BASISPACKAGEPREFIX-core02,%BASISPACKAGEPREFIX-core03,%BASISPACKAGEPREFIX-core04,%BASISPACKAGEPREFIX-core05,%BASISPACKAGEPREFIX-core06,%BASISPACKAGEPREFIX-core07,%UNIXPACKAGENAME" linuxpatchrequires = "" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Zu dictionary for %PRODUCTNAME %PRODUCTVERSION" @@ -1065,7 +1065,7 @@ packagename = "%BASISPACKAGEPREFIX-ogltrans" linuxreplaces = "ooobasis3.0-ogltrans,ooobasis3.1-ogltrans,ooobasis3.2-ogltrans,ooobasis3.3-ogltrans,ooobasis3.4-ogltrans" freebsdrequires = "%BASISPACKAGEPREFIX-impress" requires = "%BASISPACKAGEPREFIX-impress" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "OpenGL slide transitions module for %APACHEPROJECTNAME %PRODUCTVERSION" diff --git a/main/setup_native/source/packinfo/packinfo_office_lang.txt b/main/setup_native/source/packinfo/packinfo_office_lang.txt index dddd9354f2..a4a7a86367 100644 --- a/main/setup_native/source/packinfo/packinfo_office_lang.txt +++ b/main/setup_native/source/packinfo/packinfo_office_lang.txt @@ -1,5 +1,5 @@ #************************************************************** -# +# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information @@ -7,16 +7,16 @@ # to you under the Apache License, Version 2.0 (the # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at -# +# # http://www.apache.org/licenses/LICENSE-2.0 -# +# # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -# +# #************************************************************** # Format: @@ -45,7 +45,7 @@ packagename = "%BASISPACKAGEPREFIX-%LANGUAGESTRING" linuxreplaces = "ooobasis3.0-%LANGUAGESTRING,ooobasis3.1-%LANGUAGESTRING,ooobasis3.2-%LANGUAGESTRING,ooobasis3.3-%LANGUAGESTRING,ooobasis3.4-%LANGUAGESTRING" provides = "%BASISPACKAGEPREFIX-%LANGUAGESTRING" requires = "%BASISPACKAGEPREFIX-core01" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Language module for %APACHEPROJECTNAME %PRODUCTVERSION, language %LANGUAGESTRING" @@ -62,7 +62,7 @@ packagename = "%BASISPACKAGEPREFIX-%LANGUAGESTRING-fonts" linuxreplaces = "ooobasis3.0-%LANGUAGESTRING-fonts,ooobasis3.1-%LANGUAGESTRING-fonts,ooobasis3.2-%LANGUAGESTRING-fonts,ooobasis3.3-%LANGUAGESTRING-fonts,ooobasis3.4-%LANGUAGESTRING-fonts" provides = "%BASISPACKAGEPREFIX-%LANGUAGESTRING-fonts" requires = "%BASISPACKAGEPREFIX-%LANGUAGESTRING" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Language fonts module for %APACHEPROJECTNAME %PRODUCTVERSION, language %LANGUAGESTRING" @@ -79,7 +79,7 @@ packagename = "%BASISPACKAGEPREFIX-%LANGUAGESTRING-res" linuxreplaces = "ooobasis3.0-%LANGUAGESTRING-res,ooobasis3.1-%LANGUAGESTRING-res,ooobasis3.2-%LANGUAGESTRING-res,ooobasis3.3-%LANGUAGESTRING-res,ooobasis3.4-%LANGUAGESTRING-res" provides = "%BASISPACKAGEPREFIX-%LANGUAGESTRING-res" requires = "%BASISPACKAGEPREFIX-%LANGUAGESTRING" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Language resource module for %APACHEPROJECTNAME %PRODUCTVERSION, language %LANGUAGESTRING" @@ -96,7 +96,7 @@ packagename = "%BASISPACKAGEPREFIX-%LANGUAGESTRING-help" linuxreplaces = "ooobasis3.0-%LANGUAGESTRING-help,ooobasis3.1-%LANGUAGESTRING-help,ooobasis3.2-%LANGUAGESTRING-help,ooobasis3.3-%LANGUAGESTRING-help,ooobasis3.4-%LANGUAGESTRING-help" provides = "%BASISPACKAGEPREFIX-%LANGUAGESTRING-help" requires = "%BASISPACKAGEPREFIX-%LANGUAGESTRING" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Language help module for %APACHEPROJECTNAME %PRODUCTVERSION, language %LANGUAGESTRING" @@ -113,7 +113,7 @@ packagename = "%BASISPACKAGEPREFIX-%LANGUAGESTRING-writer" linuxreplaces = "ooobasis3.0-%LANGUAGESTRING-writer,ooobasis3.1-%LANGUAGESTRING-writer,ooobasis3.2-%LANGUAGESTRING-writer,ooobasis3.3-%LANGUAGESTRING-writer,ooobasis3.4-%LANGUAGESTRING-writer" provides = "%BASISPACKAGEPREFIX-%LANGUAGESTRING-writer" requires = "%BASISPACKAGEPREFIX-%LANGUAGESTRING" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Writer language module for %APACHEPROJECTNAME %PRODUCTVERSION, language %LANGUAGESTRING" @@ -130,7 +130,7 @@ packagename = "%BASISPACKAGEPREFIX-%LANGUAGESTRING-calc" linuxreplaces = "ooobasis3.0-%LANGUAGESTRING-calc,ooobasis3.1-%LANGUAGESTRING-calc,ooobasis3.2-%LANGUAGESTRING-calc,ooobasis3.3-%LANGUAGESTRING-calc,ooobasis3.4-%LANGUAGESTRING-calc" provides = "%BASISPACKAGEPREFIX-%LANGUAGESTRING-calc" requires = "%BASISPACKAGEPREFIX-%LANGUAGESTRING" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Calc language module for %APACHEPROJECTNAME %PRODUCTVERSION, language %LANGUAGESTRING" @@ -147,7 +147,7 @@ packagename = "%BASISPACKAGEPREFIX-%LANGUAGESTRING-impress" linuxreplaces = "ooobasis3.0-%LANGUAGESTRING-impress,ooobasis3.1-%LANGUAGESTRING-impress,ooobasis3.2-%LANGUAGESTRING-impress,ooobasis3.3-%LANGUAGESTRING-impress,ooobasis3.4-%LANGUAGESTRING-impress" provides = "%BASISPACKAGEPREFIX-%LANGUAGESTRING-impress" requires = "%BASISPACKAGEPREFIX-%LANGUAGESTRING" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Impress language module for %APACHEPROJECTNAME %PRODUCTVERSION, language %LANGUAGESTRING" @@ -164,7 +164,7 @@ packagename = "%BASISPACKAGEPREFIX-%LANGUAGESTRING-draw" linuxreplaces = "ooobasis3.0-%LANGUAGESTRING-draw,ooobasis3.1-%LANGUAGESTRING-draw,ooobasis3.2-%LANGUAGESTRING-draw,ooobasis3.3-%LANGUAGESTRING-draw,ooobasis3.4-%LANGUAGESTRING-draw" provides = "%BASISPACKAGEPREFIX-%LANGUAGESTRING-draw" requires = "%BASISPACKAGEPREFIX-%LANGUAGESTRING" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Draw language module for %APACHEPROJECTNAME , language %LANGUAGESTRING" @@ -181,7 +181,7 @@ packagename = "%BASISPACKAGEPREFIX-%LANGUAGESTRING-math" linuxreplaces = "ooobasis3.0-%LANGUAGESTRING-math,ooobasis3.1-%LANGUAGESTRING-math,ooobasis3.2-%LANGUAGESTRING-math,ooobasis3.3-%LANGUAGESTRING-math,ooobasis3.4-%LANGUAGESTRING-math" provides = "%BASISPACKAGEPREFIX-%LANGUAGESTRING-math" requires = "%BASISPACKAGEPREFIX-%LANGUAGESTRING" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Math language module for %APACHEPROJECTNAME %PRODUCTVERSION, language %LANGUAGESTRING" @@ -198,7 +198,7 @@ packagename = "%BASISPACKAGEPREFIX-%LANGUAGESTRING-base" linuxreplaces = "ooobasis3.0-%LANGUAGESTRING-base,ooobasis3.1-%LANGUAGESTRING-base,ooobasis3.2-%LANGUAGESTRING-base,ooobasis3.3-%LANGUAGESTRING-base,ooobasis3.4-%LANGUAGESTRING-base" provides = "%BASISPACKAGEPREFIX-%LANGUAGESTRING-base" requires = "%BASISPACKAGEPREFIX-%LANGUAGESTRING" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Base language module for %APACHEPROJECTNAME %PRODUCTVERSION, language %LANGUAGESTRING" @@ -215,7 +215,7 @@ packagename = "%BASISPACKAGEPREFIX-%LANGUAGESTRING-onlineupd" linuxreplaces = "ooobasis3.0-%LANGUAGESTRING-onlineupd,ooobasis3.1-%LANGUAGESTRING-onlineupd,ooobasis3.2-%LANGUAGESTRING-onlineupd,ooobasis3.3-%LANGUAGESTRING-onlineupd,ooobasis3.4-%LANGUAGESTRING-onlineupd" provides = "%BASISPACKAGEPREFIX-%LANGUAGESTRING-onlineupd" requires = "%BASISPACKAGEPREFIX-%LANGUAGESTRING" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Online update language module for %APACHEPROJECTNAME %PRODUCTVERSION, language %LANGUAGESTRING" diff --git a/main/setup_native/source/packinfo/packinfo_sdkoo.txt b/main/setup_native/source/packinfo/packinfo_sdkoo.txt index 4e4fef8549..03d9888667 100644 --- a/main/setup_native/source/packinfo/packinfo_sdkoo.txt +++ b/main/setup_native/source/packinfo/packinfo_sdkoo.txt @@ -1,5 +1,5 @@ #************************************************************** -# +# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information @@ -7,16 +7,16 @@ # to you under the Apache License, Version 2.0 (the # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at -# +# # http://www.apache.org/licenses/LICENSE-2.0 -# +# # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -# +# #************************************************************** Start @@ -27,7 +27,7 @@ packagename = "%BASISPACKAGEPREFIX-sdk" linuxreplaces = "ooobasis3.0-sdk,ooobasis3.1-sdk,ooobasis3.2-sdk,ooobasis3.3-sdk,ooobasis3.4-sdk" freebsdrequires = "%BASISPACKAGEPREFIX-core01" requires = "%BASISPACKAGEPREFIX-core01" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "Software Development Kit for %APACHEPROJECTNAME %PRODUCTVERSION" diff --git a/main/setup_native/source/packinfo/packinfo_ure.txt b/main/setup_native/source/packinfo/packinfo_ure.txt index 2fa09d03e6..eda10f5c2a 100644 --- a/main/setup_native/source/packinfo/packinfo_ure.txt +++ b/main/setup_native/source/packinfo/packinfo_ure.txt @@ -1,5 +1,5 @@ #************************************************************** -# +# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information @@ -7,16 +7,16 @@ # to you under the Apache License, Version 2.0 (the # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at -# +# # http://www.apache.org/licenses/LICENSE-2.0 -# +# # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -# +# #************************************************************** Start @@ -25,7 +25,7 @@ solarispackagename = "%SOLSUREPACKAGEPREFIX-ure" solarisrequires = "SUNWzlibr" packagename = "%UREPACKAGEPREFIX-ure" linuxreplaces = "openoffice.org-ure" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "UNO Runtime Environment for %PRODUCTNAME %PRODUCTVERSION" @@ -39,7 +39,7 @@ solarispackagename = "%SOLSUREPACKAGEPREFIX-ure" solarisrequires = "SUNWzlibr" packagename = "%UREPACKAGEPREFIX-ure" linuxreplaces = "openoffice.org-ure" -copyright = "2012-2023 by The Apache Software Foundation" +copyright = "2012-2024 by The Apache Software Foundation" solariscopyright = "solariscopyrightfile" vendor = "Apache Software Foundation" description = "UNO Runtime Environment for %PRODUCTNAME %PRODUCTVERSION" diff --git a/main/setup_native/source/win32/nsis/downloadtemplate.nsi b/main/setup_native/source/win32/nsis/downloadtemplate.nsi index fc94efb3fd..6feec0cb70 100644 --- a/main/setup_native/source/win32/nsis/downloadtemplate.nsi +++ b/main/setup_native/source/win32/nsis/downloadtemplate.nsi @@ -6,7 +6,7 @@ ; Product Information VIAddVersionKey ProductName "Apache PRODUCTNAMEPLACEHOLDER" VIAddVersionKey CompanyName "Apache Software Foundation" -VIAddVersionKey LegalCopyright "(c) 2012-2023 The Apache Software Foundation" +VIAddVersionKey LegalCopyright "(c) 2012-2024 The Apache Software Foundation" VIAddVersionKey FileDescription "Apache PRODUCTNAMEPLACEHOLDER Installer" VIAddVersionKey ProductVersion "PRODUCTVERSIONPLACEHOLDER" VIProductVersion "4.1.9814.500" diff --git a/main/solenv/inc/version.lst b/main/solenv/inc/version.lst index ad148ac711..42d38d187f 100644 --- a/main/solenv/inc/version.lst +++ b/main/solenv/inc/version.lst @@ -23,6 +23,6 @@ OOOBASEVERSIONMAJOR=4 OOOBASEVERSIONMINOR=1 OOOBASEVERSIONMICRO=16 -OOOBASEVERSIONDAY=22 -OOOBASEVERSIONMONTH=12 -OOOBASEVERSIONYEAR=2023 +OOOBASEVERSIONDAY=1 +OOOBASEVERSIONMONTH=1 +OOOBASEVERSIONYEAR=2024