This is an automated email from the ASF dual-hosted git repository. mseidel pushed a commit to branch AOO42X in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/AOO42X by this push: new 25b4f40881 Fixed typos, minor cleanup 25b4f40881 is described below commit 25b4f4088112bcb02ca6ef7d83a9753a22ad61de Author: mseidel <msei...@apache.org> AuthorDate: Sun Jul 9 18:33:15 2023 +0200 Fixed typos, minor cleanup (cherry picked from commit b3168b84239dfa893e04a4e8b7f6792839eb385b) --- extras/l10n/util/update_kid/lic.header | 20 ++++++++++---------- extras/l10n/util/update_l10n/makefile.mk | 17 +++++++++++------ 2 files changed, 21 insertions(+), 16 deletions(-) diff --git a/extras/l10n/util/update_kid/lic.header b/extras/l10n/util/update_kid/lic.header index fc6413f936..d24cf28ac2 100644 --- a/extras/l10n/util/update_kid/lic.header +++ b/extras/l10n/util/update_kid/lic.header @@ -1,14 +1,14 @@ # -# #### ### # # ### ##### ##### #### ##### ##### -# # # # # ## # # # # # # # # # -# # # # # # # # # # # ### # # # # -# # # # # # ## # # # # # # # # -# #### ### # # ### # ##### #### ##### # +# #### ### # # ### ##### ##### #### ##### ##### +# # # # # ## # # # # # # # # # +# # # # # # # # # # # ### # # # # +# # # # # # ## # # # # # # # # +# #### ### # # ### # ##### #### ##### # # -# DO NOT EDIT! This file will be overwritten by localisation process +# DO NOT EDIT! This file will be overwritten by localization process # #************************************************************** -# +# # 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 @@ -16,15 +16,15 @@ # 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. -# +# #************************************************************** diff --git a/extras/l10n/util/update_l10n/makefile.mk b/extras/l10n/util/update_l10n/makefile.mk index 915ad75302..3ff60b8058 100644 --- a/extras/l10n/util/update_l10n/makefile.mk +++ b/extras/l10n/util/update_l10n/makefile.mk @@ -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,25 +7,28 @@ # 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. -# +# #************************************************************** + + + PRJ=../.. PRJNAME=l10n TARGET=l10n_update ######################################################################### # -# Use me if you make minor changes in the l10n/*/localize.sdf files to merge the change into the output tree without removeing / remerging all and everything -# ^^^^^ ^^^^^^^ +# Use if you make minor changes in the l10n/*/localize.sdf files to merge the change into the output tree without removing/re-merging everything +# ^^^^^ ^^^^^^^ ######################################################################## # --- Targets ------------------------------------------------------ @@ -54,3 +57,5 @@ $(COMMONMISC)$/merge.done : $(all_sdfs) # $(PERL) $(SOLARVER)$/$(INPATH)$/bin$(UPDMINOREXT)$/localize_old.pl -m -v -l all -s $(COMMONMISC)$/sdf -f $? && $(TOUCH) $@ .ENDIF + +# vim: set noet sw=4 ts=4: