diff options
author | msrijita18 <msrijita189@gmail.com> | 2021-02-01 17:17:38 +0530 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2021-02-02 20:56:27 +0100 |
commit | b1fb6338cf483a1fd8c4a16746c8f7c3af8cba9e (patch) | |
tree | 262100aafc7b35778c512fbd10796d6abf18bc1c | |
parent | 15a02261047cc60f3e080e74697bd88127124a03 (diff) |
tdf#130978 Added comment to all published API
Change-Id: I744788bde9778f85ccd9d7667e19d16842900a29
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110248
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
162 files changed, 642 insertions, 0 deletions
diff --git a/include/cppu/Enterable.hxx b/include/cppu/Enterable.hxx index 927db6d0fb08..b5cc789e4338 100644 --- a/include/cppu/Enterable.hxx +++ b/include/cppu/Enterable.hxx @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_CPPU_ENTERABLE_HXX #define INCLUDED_CPPU_ENTERABLE_HXX diff --git a/include/cppu/EnvDcp.hxx b/include/cppu/EnvDcp.hxx index 49f5d46ddc7c..02eb0301d73d 100644 --- a/include/cppu/EnvDcp.hxx +++ b/include/cppu/EnvDcp.hxx @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_CPPU_ENVDCP_HXX #define INCLUDED_CPPU_ENVDCP_HXX diff --git a/include/cppu/EnvGuards.hxx b/include/cppu/EnvGuards.hxx index 49cf195b11d0..b8a2d30a865b 100644 --- a/include/cppu/EnvGuards.hxx +++ b/include/cppu/EnvGuards.hxx @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_CPPU_ENVGUARDS_HXX #define INCLUDED_CPPU_ENVGUARDS_HXX diff --git a/include/cppu/Map.hxx b/include/cppu/Map.hxx index 94a3b3a5aaba..da3af7ec1ec7 100644 --- a/include/cppu/Map.hxx +++ b/include/cppu/Map.hxx @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_CPPU_MAP_HXX #define INCLUDED_CPPU_MAP_HXX diff --git a/include/cppu/cppudllapi.h b/include/cppu/cppudllapi.h index fecbdca71164..121b6defc6e2 100644 --- a/include/cppu/cppudllapi.h +++ b/include/cppu/cppudllapi.h @@ -1,4 +1,7 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_CPPU_CPPUDLLAPI_H #define INCLUDED_CPPU_CPPUDLLAPI_H diff --git a/include/cppu/helper/purpenv/Environment.hxx b/include/cppu/helper/purpenv/Environment.hxx index de14710fb1de..0024d34dd63e 100644 --- a/include/cppu/helper/purpenv/Environment.hxx +++ b/include/cppu/helper/purpenv/Environment.hxx @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_CPPU_HELPER_PURPENV_ENVIRONMENT_HXX #define INCLUDED_CPPU_HELPER_PURPENV_ENVIRONMENT_HXX diff --git a/include/cppu/helper/purpenv/Mapping.hxx b/include/cppu/helper/purpenv/Mapping.hxx index 7ac49a1d10c9..18acf35f4972 100644 --- a/include/cppu/helper/purpenv/Mapping.hxx +++ b/include/cppu/helper/purpenv/Mapping.hxx @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_CPPU_HELPER_PURPENV_MAPPING_HXX #define INCLUDED_CPPU_HELPER_PURPENV_MAPPING_HXX diff --git a/include/cppu/macros.hxx b/include/cppu/macros.hxx index 493a21ac6501..e891e7238590 100644 --- a/include/cppu/macros.hxx +++ b/include/cppu/macros.hxx @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_CPPU_MACROS_HXX #define INCLUDED_CPPU_MACROS_HXX diff --git a/include/cppu/unotype.hxx b/include/cppu/unotype.hxx index f040159ce1e6..81e59de5993d 100644 --- a/include/cppu/unotype.hxx +++ b/include/cppu/unotype.hxx @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_CPPU_UNOTYPE_HXX #define INCLUDED_CPPU_UNOTYPE_HXX diff --git a/include/cppuhelper/access_control.hxx b/include/cppuhelper/access_control.hxx index 35b6282522b0..d0c382cdf179 100644 --- a/include/cppuhelper/access_control.hxx +++ b/include/cppuhelper/access_control.hxx @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_CPPUHELPER_ACCESS_CONTROL_HXX #define INCLUDED_CPPUHELPER_ACCESS_CONTROL_HXX diff --git a/include/cppuhelper/basemutex.hxx b/include/cppuhelper/basemutex.hxx index 643919d6d509..5bed36a6eee7 100644 --- a/include/cppuhelper/basemutex.hxx +++ b/include/cppuhelper/basemutex.hxx @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_CPPUHELPER_BASEMUTEX_HXX #define INCLUDED_CPPUHELPER_BASEMUTEX_HXX diff --git a/include/cppuhelper/bootstrap.hxx b/include/cppuhelper/bootstrap.hxx index a7f92bbb7cd1..b8cc113f57c6 100644 --- a/include/cppuhelper/bootstrap.hxx +++ b/include/cppuhelper/bootstrap.hxx @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_CPPUHELPER_BOOTSTRAP_HXX #define INCLUDED_CPPUHELPER_BOOTSTRAP_HXX diff --git a/include/cppuhelper/compbase1.hxx b/include/cppuhelper/compbase1.hxx index 54f22319c810..75e3ea5a8bb9 100644 --- a/include/cppuhelper/compbase1.hxx +++ b/include/cppuhelper/compbase1.hxx @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_CPPUHELPER_COMPBASE1_HXX #define INCLUDED_CPPUHELPER_COMPBASE1_HXX diff --git a/include/cppuhelper/compbase10.hxx b/include/cppuhelper/compbase10.hxx index dd6959d879c3..a3afbc7cc114 100644 --- a/include/cppuhelper/compbase10.hxx +++ b/include/cppuhelper/compbase10.hxx @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_CPPUHELPER_COMPBASE10_HXX #define INCLUDED_CPPUHELPER_COMPBASE10_HXX diff --git a/include/cppuhelper/compbase11.hxx b/include/cppuhelper/compbase11.hxx index 6f9ead47ee13..81916e7373f2 100644 --- a/include/cppuhelper/compbase11.hxx +++ b/include/cppuhelper/compbase11.hxx @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_CPPUHELPER_COMPBASE11_HXX #define INCLUDED_CPPUHELPER_COMPBASE11_HXX diff --git a/include/cppuhelper/compbase12.hxx b/include/cppuhelper/compbase12.hxx index 38706782e2b5..99bc704b2f53 100644 --- a/include/cppuhelper/compbase12.hxx +++ b/include/cppuhelper/compbase12.hxx @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_CPPUHELPER_COMPBASE12_HXX #define INCLUDED_CPPUHELPER_COMPBASE12_HXX diff --git a/include/cppuhelper/compbase2.hxx b/include/cppuhelper/compbase2.hxx index dda2507e34f9..a417f76ba398 100644 --- a/include/cppuhelper/compbase2.hxx +++ b/include/cppuhelper/compbase2.hxx @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_CPPUHELPER_COMPBASE2_HXX #define INCLUDED_CPPUHELPER_COMPBASE2_HXX diff --git a/include/cppuhelper/compbase3.hxx b/include/cppuhelper/compbase3.hxx index f36eecf9c7ad..997da6ee6ee0 100644 --- a/include/cppuhelper/compbase3.hxx +++ b/include/cppuhelper/compbase3.hxx @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_CPPUHELPER_COMPBASE3_HXX #define INCLUDED_CPPUHELPER_COMPBASE3_HXX diff --git a/include/cppuhelper/compbase4.hxx b/include/cppuhelper/compbase4.hxx index eeabc6995d77..2482b8499710 100644 --- a/include/cppuhelper/compbase4.hxx +++ b/include/cppuhelper/compbase4.hxx @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_CPPUHELPER_COMPBASE4_HXX #define INCLUDED_CPPUHELPER_COMPBASE4_HXX diff --git a/include/cppuhelper/compbase5.hxx b/include/cppuhelper/compbase5.hxx index 7f279e553dc0..f11dd1b7340d 100644 --- a/include/cppuhelper/compbase5.hxx +++ b/include/cppuhelper/compbase5.hxx @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_CPPUHELPER_COMPBASE5_HXX #define INCLUDED_CPPUHELPER_COMPBASE5_HXX diff --git a/include/cppuhelper/compbase6.hxx b/include/cppuhelper/compbase6.hxx index a491abc9b40d..79f95d016975 100644 --- a/include/cppuhelper/compbase6.hxx +++ b/include/cppuhelper/compbase6.hxx @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_CPPUHELPER_COMPBASE6_HXX #define INCLUDED_CPPUHELPER_COMPBASE6_HXX diff --git a/include/cppuhelper/compbase7.hxx b/include/cppuhelper/compbase7.hxx index 8d3ed55d635e..d2432391fa5f 100644 --- a/include/cppuhelper/compbase7.hxx +++ b/include/cppuhelper/compbase7.hxx @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_CPPUHELPER_COMPBASE7_HXX #define INCLUDED_CPPUHELPER_COMPBASE7_HXX diff --git a/include/cppuhelper/compbase8.hxx b/include/cppuhelper/compbase8.hxx index b9dab2ceefc5..5cb239746569 100644 --- a/include/cppuhelper/compbase8.hxx +++ b/include/cppuhelper/compbase8.hxx @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_CPPUHELPER_COMPBASE8_HXX #define INCLUDED_CPPUHELPER_COMPBASE8_HXX diff --git a/include/cppuhelper/compbase9.hxx b/include/cppuhelper/compbase9.hxx index c07f56bd467b..791611d2bb06 100644 --- a/include/cppuhelper/compbase9.hxx +++ b/include/cppuhelper/compbase9.hxx @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_CPPUHELPER_COMPBASE9_HXX #define INCLUDED_CPPUHELPER_COMPBASE9_HXX diff --git a/include/cppuhelper/compbase_ex.hxx b/include/cppuhelper/compbase_ex.hxx index db216e8655f9..ee22613e56ea 100644 --- a/include/cppuhelper/compbase_ex.hxx +++ b/include/cppuhelper/compbase_ex.hxx @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_CPPUHELPER_COMPBASE_EX_HXX #define INCLUDED_CPPUHELPER_COMPBASE_EX_HXX diff --git a/include/cppuhelper/component.hxx b/include/cppuhelper/component.hxx index d99e7b82fdad..02c9baf3d834 100644 --- a/include/cppuhelper/component.hxx +++ b/include/cppuhelper/component.hxx @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_CPPUHELPER_COMPONENT_HXX #define INCLUDED_CPPUHELPER_COMPONENT_HXX diff --git a/include/cppuhelper/component_context.hxx b/include/cppuhelper/component_context.hxx index 230d5eb956bd..787264ab514a 100644 --- a/include/cppuhelper/component_context.hxx +++ b/include/cppuhelper/component_context.hxx @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_CPPUHELPER_COMPONENT_CONTEXT_HXX #define INCLUDED_CPPUHELPER_COMPONENT_CONTEXT_HXX diff --git a/include/cppuhelper/cppuhelperdllapi.h b/include/cppuhelper/cppuhelperdllapi.h index 00effe9b1ae6..1fa74845a282 100644 --- a/include/cppuhelper/cppuhelperdllapi.h +++ b/include/cppuhelper/cppuhelperdllapi.h @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_CPPUHELPER_CPPUHELPERDLLAPI_H #define INCLUDED_CPPUHELPER_CPPUHELPERDLLAPI_H diff --git a/include/cppuhelper/exc_hlp.hxx b/include/cppuhelper/exc_hlp.hxx index 570513ff38fa..fa3c3d05b331 100644 --- a/include/cppuhelper/exc_hlp.hxx +++ b/include/cppuhelper/exc_hlp.hxx @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_CPPUHELPER_EXC_HLP_HXX #define INCLUDED_CPPUHELPER_EXC_HLP_HXX diff --git a/include/cppuhelper/factory.hxx b/include/cppuhelper/factory.hxx index 18579048ed2f..e6a9ee2f1099 100644 --- a/include/cppuhelper/factory.hxx +++ b/include/cppuhelper/factory.hxx @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_CPPUHELPER_FACTORY_HXX #define INCLUDED_CPPUHELPER_FACTORY_HXX diff --git a/include/cppuhelper/findsofficepath.h b/include/cppuhelper/findsofficepath.h index d7e2d3847e65..19d031f5be70 100644 --- a/include/cppuhelper/findsofficepath.h +++ b/include/cppuhelper/findsofficepath.h @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_CPPUHELPER_FINDSOFFICEPATH_H #define INCLUDED_CPPUHELPER_FINDSOFFICEPATH_H diff --git a/include/cppuhelper/implbase1.hxx b/include/cppuhelper/implbase1.hxx index 9850f4b832af..f8be6a9e9722 100644 --- a/include/cppuhelper/implbase1.hxx +++ b/include/cppuhelper/implbase1.hxx @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_CPPUHELPER_IMPLBASE1_HXX #define INCLUDED_CPPUHELPER_IMPLBASE1_HXX diff --git a/include/cppuhelper/implbase10.hxx b/include/cppuhelper/implbase10.hxx index 0fe7b37c018b..b4685b23df63 100644 --- a/include/cppuhelper/implbase10.hxx +++ b/include/cppuhelper/implbase10.hxx @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_CPPUHELPER_IMPLBASE10_HXX #define INCLUDED_CPPUHELPER_IMPLBASE10_HXX diff --git a/include/cppuhelper/implbase11.hxx b/include/cppuhelper/implbase11.hxx index 66b7dd27813e..fbd703879ada 100644 --- a/include/cppuhelper/implbase11.hxx +++ b/include/cppuhelper/implbase11.hxx @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_CPPUHELPER_IMPLBASE11_HXX #define INCLUDED_CPPUHELPER_IMPLBASE11_HXX diff --git a/include/cppuhelper/implbase12.hxx b/include/cppuhelper/implbase12.hxx index a4ed0241867a..1bef4b22a31b 100644 --- a/include/cppuhelper/implbase12.hxx +++ b/include/cppuhelper/implbase12.hxx @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_CPPUHELPER_IMPLBASE12_HXX #define INCLUDED_CPPUHELPER_IMPLBASE12_HXX diff --git a/include/cppuhelper/implbase13.hxx b/include/cppuhelper/implbase13.hxx index 68401e482122..77bd5357f2c3 100644 --- a/include/cppuhelper/implbase13.hxx +++ b/include/cppuhelper/implbase13.hxx @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_CPPUHELPER_IMPLBASE13_HXX #define INCLUDED_CPPUHELPER_IMPLBASE13_HXX diff --git a/include/cppuhelper/implbase2.hxx b/include/cppuhelper/implbase2.hxx index c142cd3fd9d1..8ef067862c22 100644 --- a/include/cppuhelper/implbase2.hxx +++ b/include/cppuhelper/implbase2.hxx @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_CPPUHELPER_IMPLBASE2_HXX #define INCLUDED_CPPUHELPER_IMPLBASE2_HXX diff --git a/include/cppuhelper/implbase3.hxx b/include/cppuhelper/implbase3.hxx index 9babfe04072a..3c72339f6389 100644 --- a/include/cppuhelper/implbase3.hxx +++ b/include/cppuhelper/implbase3.hxx @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_CPPUHELPER_IMPLBASE3_HXX #define INCLUDED_CPPUHELPER_IMPLBASE3_HXX diff --git a/include/cppuhelper/implbase4.hxx b/include/cppuhelper/implbase4.hxx index 2b5f55e8f20a..a4b62bd50660 100644 --- a/include/cppuhelper/implbase4.hxx +++ b/include/cppuhelper/implbase4.hxx @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_CPPUHELPER_IMPLBASE4_HXX #define INCLUDED_CPPUHELPER_IMPLBASE4_HXX diff --git a/include/cppuhelper/implbase5.hxx b/include/cppuhelper/implbase5.hxx index c8bbd9a406b5..3724aa2c8684 100644 --- a/include/cppuhelper/implbase5.hxx +++ b/include/cppuhelper/implbase5.hxx @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_CPPUHELPER_IMPLBASE5_HXX #define INCLUDED_CPPUHELPER_IMPLBASE5_HXX diff --git a/include/cppuhelper/implbase6.hxx b/include/cppuhelper/implbase6.hxx index 724005f0a88a..c87d9184b1e4 100644 --- a/include/cppuhelper/implbase6.hxx +++ b/include/cppuhelper/implbase6.hxx @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_CPPUHELPER_IMPLBASE6_HXX #define INCLUDED_CPPUHELPER_IMPLBASE6_HXX diff --git a/include/cppuhelper/implbase7.hxx b/include/cppuhelper/implbase7.hxx index 5358b8ca5b90..d2a6bd93c944 100644 --- a/include/cppuhelper/implbase7.hxx +++ b/include/cppuhelper/implbase7.hxx @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_CPPUHELPER_IMPLBASE7_HXX #define INCLUDED_CPPUHELPER_IMPLBASE7_HXX diff --git a/include/cppuhelper/implbase8.hxx b/include/cppuhelper/implbase8.hxx index 1c9cbbccc77d..962db775ccfa 100644 --- a/include/cppuhelper/implbase8.hxx +++ b/include/cppuhelper/implbase8.hxx @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_CPPUHELPER_IMPLBASE8_HXX #define INCLUDED_CPPUHELPER_IMPLBASE8_HXX diff --git a/include/cppuhelper/implbase9.hxx b/include/cppuhelper/implbase9.hxx index 5914b42202f9..5bf0fab14053 100644 --- a/include/cppuhelper/implbase9.hxx +++ b/include/cppuhelper/implbase9.hxx @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_CPPUHELPER_IMPLBASE9_HXX #define INCLUDED_CPPUHELPER_IMPLBASE9_HXX diff --git a/include/cppuhelper/implbase_ex.hxx b/include/cppuhelper/implbase_ex.hxx index 75f758d46094..e9e31bbdbf50 100644 --- a/include/cppuhelper/implbase_ex.hxx +++ b/include/cppuhelper/implbase_ex.hxx @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_CPPUHELPER_IMPLBASE_EX_HXX #define INCLUDED_CPPUHELPER_IMPLBASE_EX_HXX diff --git a/include/cppuhelper/implbase_ex_post.hxx b/include/cppuhelper/implbase_ex_post.hxx index 4ed8ee9ad4b2..599b45288e3c 100644 --- a/include/cppuhelper/implbase_ex_post.hxx +++ b/include/cppuhelper/implbase_ex_post.hxx @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_CPPUHELPER_IMPLBASE_EX_POST_HXX #define INCLUDED_CPPUHELPER_IMPLBASE_EX_POST_HXX diff --git a/include/cppuhelper/implbase_ex_pre.hxx b/include/cppuhelper/implbase_ex_pre.hxx index 8590f9d2cd90..f64e7f056eb5 100644 --- a/include/cppuhelper/implbase_ex_pre.hxx +++ b/include/cppuhelper/implbase_ex_pre.hxx @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_CPPUHELPER_IMPLBASE_EX_PRE_HXX #define INCLUDED_CPPUHELPER_IMPLBASE_EX_PRE_HXX diff --git a/include/cppuhelper/implementationentry.hxx b/include/cppuhelper/implementationentry.hxx index fe290cf87364..b99460014c08 100644 --- a/include/cppuhelper/implementationentry.hxx +++ b/include/cppuhelper/implementationentry.hxx @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_CPPUHELPER_IMPLEMENTATIONENTRY_HXX #define INCLUDED_CPPUHELPER_IMPLEMENTATIONENTRY_HXX diff --git a/include/cppuhelper/interfacecontainer.h b/include/cppuhelper/interfacecontainer.h index 46ebb8a65baf..520998d4cd92 100644 --- a/include/cppuhelper/interfacecontainer.h +++ b/include/cppuhelper/interfacecontainer.h @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_CPPUHELPER_INTERFACECONTAINER_H #define INCLUDED_CPPUHELPER_INTERFACECONTAINER_H diff --git a/include/cppuhelper/interfacecontainer.hxx b/include/cppuhelper/interfacecontainer.hxx index 62d7eacda5e9..09b47b5ffb72 100644 --- a/include/cppuhelper/interfacecontainer.hxx +++ b/include/cppuhelper/interfacecontainer.hxx @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_CPPUHELPER_INTERFACECONTAINER_HXX #define INCLUDED_CPPUHELPER_INTERFACECONTAINER_HXX diff --git a/include/cppuhelper/propertysetmixin.hxx b/include/cppuhelper/propertysetmixin.hxx index 56887d9b7cf1..e25f3f738bfd 100644 --- a/include/cppuhelper/propertysetmixin.hxx +++ b/include/cppuhelper/propertysetmixin.hxx @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_CPPUHELPER_PROPERTYSETMIXIN_HXX #define INCLUDED_CPPUHELPER_PROPERTYSETMIXIN_HXX diff --git a/include/cppuhelper/propshlp.hxx b/include/cppuhelper/propshlp.hxx index 5a9295a974c6..d2e73d70770d 100644 --- a/include/cppuhelper/propshlp.hxx +++ b/include/cppuhelper/propshlp.hxx @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_CPPUHELPER_PROPSHLP_HXX #define INCLUDED_CPPUHELPER_PROPSHLP_HXX diff --git a/include/cppuhelper/proptypehlp.h b/include/cppuhelper/proptypehlp.h index e1e6684f1d40..348e45afbc15 100644 --- a/include/cppuhelper/proptypehlp.h +++ b/include/cppuhelper/proptypehlp.h @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_CPPUHELPER_PROPTYPEHLP_H #define INCLUDED_CPPUHELPER_PROPTYPEHLP_H diff --git a/include/cppuhelper/proptypehlp.hxx b/include/cppuhelper/proptypehlp.hxx index 5ecdbc5e0411..e5fe4914528c 100644 --- a/include/cppuhelper/proptypehlp.hxx +++ b/include/cppuhelper/proptypehlp.hxx @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_CPPUHELPER_PROPTYPEHLP_HXX #define INCLUDED_CPPUHELPER_PROPTYPEHLP_HXX diff --git a/include/cppuhelper/queryinterface.hxx b/include/cppuhelper/queryinterface.hxx index d54994ac1cd8..df9c9916cf8e 100644 --- a/include/cppuhelper/queryinterface.hxx +++ b/include/cppuhelper/queryinterface.hxx @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_CPPUHELPER_QUERYINTERFACE_HXX #define INCLUDED_CPPUHELPER_QUERYINTERFACE_HXX diff --git a/include/cppuhelper/shlib.hxx b/include/cppuhelper/shlib.hxx index fa5efa424486..07caef0eaa0d 100644 --- a/include/cppuhelper/shlib.hxx +++ b/include/cppuhelper/shlib.hxx @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_CPPUHELPER_SHLIB_HXX #define INCLUDED_CPPUHELPER_SHLIB_HXX diff --git a/include/cppuhelper/supportsservice.hxx b/include/cppuhelper/supportsservice.hxx index 4a21e0faa693..8834a3181f0b 100644 --- a/include/cppuhelper/supportsservice.hxx +++ b/include/cppuhelper/supportsservice.hxx @@ -7,6 +7,10 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_CPPUHELPER_SUPPORTSSERVICE_HXX #define INCLUDED_CPPUHELPER_SUPPORTSSERVICE_HXX diff --git a/include/cppuhelper/typeprovider.hxx b/include/cppuhelper/typeprovider.hxx index 48528fb921b4..a8fe258a1d64 100644 --- a/include/cppuhelper/typeprovider.hxx +++ b/include/cppuhelper/typeprovider.hxx @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_CPPUHELPER_TYPEPROVIDER_HXX #define INCLUDED_CPPUHELPER_TYPEPROVIDER_HXX diff --git a/include/cppuhelper/unourl.hxx b/include/cppuhelper/unourl.hxx index 510002e406a8..45afaedad2e9 100644 --- a/include/cppuhelper/unourl.hxx +++ b/include/cppuhelper/unourl.hxx @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_CPPUHELPER_UNOURL_HXX #define INCLUDED_CPPUHELPER_UNOURL_HXX diff --git a/include/cppuhelper/weak.hxx b/include/cppuhelper/weak.hxx index 97397cd09a37..f72484253033 100644 --- a/include/cppuhelper/weak.hxx +++ b/include/cppuhelper/weak.hxx @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_CPPUHELPER_WEAK_HXX #define INCLUDED_CPPUHELPER_WEAK_HXX diff --git a/include/cppuhelper/weakagg.hxx b/include/cppuhelper/weakagg.hxx index aca4c4b0c210..e44dba554d46 100644 --- a/include/cppuhelper/weakagg.hxx +++ b/include/cppuhelper/weakagg.hxx @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_CPPUHELPER_WEAKAGG_HXX #define INCLUDED_CPPUHELPER_WEAKAGG_HXX diff --git a/include/cppuhelper/weakref.hxx b/include/cppuhelper/weakref.hxx index ff4d034cac46..3d27917d57bc 100644 --- a/include/cppuhelper/weakref.hxx +++ b/include/cppuhelper/weakref.hxx @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_CPPUHELPER_WEAKREF_HXX #define INCLUDED_CPPUHELPER_WEAKREF_HXX diff --git a/include/osl/conditn.h b/include/osl/conditn.h index 785834bb103f..b39167a2dd4b 100644 --- a/include/osl/conditn.h +++ b/include/osl/conditn.h @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_OSL_CONDITN_H #define INCLUDED_OSL_CONDITN_H diff --git a/include/osl/conditn.hxx b/include/osl/conditn.hxx index 7bb09d5739d6..5eb9ba431da7 100644 --- a/include/osl/conditn.hxx +++ b/include/osl/conditn.hxx @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_OSL_CONDITN_HXX #define INCLUDED_OSL_CONDITN_HXX diff --git a/include/osl/diagnose.h b/include/osl/diagnose.h index bb21989e3d5f..356f2945bfb4 100644 --- a/include/osl/diagnose.h +++ b/include/osl/diagnose.h @@ -17,6 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_OSL_DIAGNOSE_H #define INCLUDED_OSL_DIAGNOSE_H diff --git a/include/osl/doublecheckedlocking.h b/include/osl/doublecheckedlocking.h index 8e7f4b24e0e8..f89ab362055b 100644 --- a/include/osl/doublecheckedlocking.h +++ b/include/osl/doublecheckedlocking.h @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_OSL_DOUBLECHECKEDLOCKING_H #define INCLUDED_OSL_DOUBLECHECKEDLOCKING_H diff --git a/include/osl/endian.h b/include/osl/endian.h index 766178a7eefc..c3a2344f77fb 100644 --- a/include/osl/endian.h +++ b/include/osl/endian.h @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_OSL_ENDIAN_H #define INCLUDED_OSL_ENDIAN_H diff --git a/include/osl/file.h b/include/osl/file.h index d8e680fed360..07d2beb2ae1f 100644 --- a/include/osl/file.h +++ b/include/osl/file.h @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_OSL_FILE_H #define INCLUDED_OSL_FILE_H diff --git a/include/osl/file.hxx b/include/osl/file.hxx index 21e872d2d681..0608101ea4b5 100644 --- a/include/osl/file.hxx +++ b/include/osl/file.hxx @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_OSL_FILE_HXX #define INCLUDED_OSL_FILE_HXX diff --git a/include/osl/getglobalmutex.hxx b/include/osl/getglobalmutex.hxx index 628fe97c98f8..87d68b440a60 100644 --- a/include/osl/getglobalmutex.hxx +++ b/include/osl/getglobalmutex.hxx @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_OSL_GETGLOBALMUTEX_HXX #define INCLUDED_OSL_GETGLOBALMUTEX_HXX diff --git a/include/osl/interlck.h b/include/osl/interlck.h index c0e06fd6f659..6264c595d0b2 100644 --- a/include/osl/interlck.h +++ b/include/osl/interlck.h @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_OSL_INTERLCK_H #define INCLUDED_OSL_INTERLCK_H diff --git a/include/osl/module.h b/include/osl/module.h index 3d9a6cf1f2bd..9d80d352afaa 100644 --- a/include/osl/module.h +++ b/include/osl/module.h @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_OSL_MODULE_H #define INCLUDED_OSL_MODULE_H diff --git a/include/osl/module.hxx b/include/osl/module.hxx index dcbfd373b79f..37f7e249ee29 100644 --- a/include/osl/module.hxx +++ b/include/osl/module.hxx @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_OSL_MODULE_HXX #define INCLUDED_OSL_MODULE_HXX diff --git a/include/osl/mutex.h b/include/osl/mutex.h index d624beb0cd86..efc619d282a4 100644 --- a/include/osl/mutex.h +++ b/include/osl/mutex.h @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_OSL_MUTEX_H #define INCLUDED_OSL_MUTEX_H diff --git a/include/osl/mutex.hxx b/include/osl/mutex.hxx index 84955b681143..96bfd3e02178 100644 --- a/include/osl/mutex.hxx +++ b/include/osl/mutex.hxx @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_OSL_MUTEX_HXX #define INCLUDED_OSL_MUTEX_HXX diff --git a/include/osl/nlsupport.h b/include/osl/nlsupport.h index 9173151f4054..439c4db355d1 100644 --- a/include/osl/nlsupport.h +++ b/include/osl/nlsupport.h @@ -17,6 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_OSL_NLSUPPORT_H #define INCLUDED_OSL_NLSUPPORT_H diff --git a/include/osl/pipe.h b/include/osl/pipe.h index 4bb482e20b2a..f8835428d300 100644 --- a/include/osl/pipe.h +++ b/include/osl/pipe.h @@ -17,6 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_OSL_PIPE_H #define INCLUDED_OSL_PIPE_H diff --git a/include/osl/pipe.hxx b/include/osl/pipe.hxx index 50022b7545c8..cb9e2ec248bd 100644 --- a/include/osl/pipe.hxx +++ b/include/osl/pipe.hxx @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_OSL_PIPE_HXX #define INCLUDED_OSL_PIPE_HXX diff --git a/include/osl/pipe_decl.hxx b/include/osl/pipe_decl.hxx index 7f35e1155b48..cad7538c7dc5 100644 --- a/include/osl/pipe_decl.hxx +++ b/include/osl/pipe_decl.hxx @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_OSL_PIPE_DECL_HXX #define INCLUDED_OSL_PIPE_DECL_HXX diff --git a/include/osl/process.h b/include/osl/process.h index 120d87e64ab8..14b9c2028508 100644 --- a/include/osl/process.h +++ b/include/osl/process.h @@ -17,6 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_OSL_PROCESS_H #define INCLUDED_OSL_PROCESS_H diff --git a/include/osl/profile.h b/include/osl/profile.h index d8f6710cc85e..082f0e0a0bc6 100644 --- a/include/osl/profile.h +++ b/include/osl/profile.h @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_OSL_PROFILE_H #define INCLUDED_OSL_PROFILE_H diff --git a/include/osl/profile.hxx b/include/osl/profile.hxx index f8ead83d3dc0..ec75e3ce3470 100644 --- a/include/osl/profile.hxx +++ b/include/osl/profile.hxx @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_OSL_PROFILE_HXX #define INCLUDED_OSL_PROFILE_HXX diff --git a/include/osl/security.h b/include/osl/security.h index 33483d4283fc..56674027ea19 100644 --- a/include/osl/security.h +++ b/include/osl/security.h @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_OSL_SECURITY_H #define INCLUDED_OSL_SECURITY_H diff --git a/include/osl/security.hxx b/include/osl/security.hxx index af0d4016c4c3..6c928ea5d246 100644 --- a/include/osl/security.hxx +++ b/include/osl/security.hxx @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_OSL_SECURITY_HXX #define INCLUDED_OSL_SECURITY_HXX diff --git a/include/osl/security_decl.hxx b/include/osl/security_decl.hxx index a0346a69c519..464872b222f8 100644 --- a/include/osl/security_decl.hxx +++ b/include/osl/security_decl.hxx @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_OSL_SECURITY_DECL_HXX #define INCLUDED_OSL_SECURITY_DECL_HXX diff --git a/include/osl/signal.h b/include/osl/signal.h index a467452bec10..66eb9db5e001 100644 --- a/include/osl/signal.h +++ b/include/osl/signal.h @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_OSL_SIGNAL_H #define INCLUDED_OSL_SIGNAL_H diff --git a/include/osl/socket.h b/include/osl/socket.h index 846e3fab36b2..864e8df88d84 100644 --- a/include/osl/socket.h +++ b/include/osl/socket.h @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_OSL_SOCKET_H #define INCLUDED_OSL_SOCKET_H diff --git a/include/osl/socket.hxx b/include/osl/socket.hxx index 2ea81fcfd3e0..78d410e99a76 100644 --- a/include/osl/socket.hxx +++ b/include/osl/socket.hxx @@ -16,6 +16,11 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_OSL_SOCKET_HXX #define INCLUDED_OSL_SOCKET_HXX diff --git a/include/osl/socket_decl.hxx b/include/osl/socket_decl.hxx index 25916897d0f9..de6442b273b2 100644 --- a/include/osl/socket_decl.hxx +++ b/include/osl/socket_decl.hxx @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_OSL_SOCKET_DECL_HXX #define INCLUDED_OSL_SOCKET_DECL_HXX diff --git a/include/osl/thread.h b/include/osl/thread.h index fdb216c75e14..d04fc0ef41fc 100644 --- a/include/osl/thread.h +++ b/include/osl/thread.h @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_OSL_THREAD_H #define INCLUDED_OSL_THREAD_H diff --git a/include/osl/thread.hxx b/include/osl/thread.hxx index 215836c5e189..9db8ce3f9220 100644 --- a/include/osl/thread.hxx +++ b/include/osl/thread.hxx @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_OSL_THREAD_HXX #define INCLUDED_OSL_THREAD_HXX diff --git a/include/osl/time.h b/include/osl/time.h index 93cb28fca868..43661d4ac421 100644 --- a/include/osl/time.h +++ b/include/osl/time.h @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_OSL_TIME_H #define INCLUDED_OSL_TIME_H diff --git a/include/rtl/alloc.h b/include/rtl/alloc.h index 74d4ea5c4339..79a94704c222 100644 --- a/include/rtl/alloc.h +++ b/include/rtl/alloc.h @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_RTL_ALLOC_H #define INCLUDED_RTL_ALLOC_H diff --git a/include/rtl/bootstrap.h b/include/rtl/bootstrap.h index 620a3a577944..e532cd0e3dac 100644 --- a/include/rtl/bootstrap.h +++ b/include/rtl/bootstrap.h @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_RTL_BOOTSTRAP_H #define INCLUDED_RTL_BOOTSTRAP_H diff --git a/include/rtl/bootstrap.hxx b/include/rtl/bootstrap.hxx index 35006eb05e8e..4d8db0690e8c 100644 --- a/include/rtl/bootstrap.hxx +++ b/include/rtl/bootstrap.hxx @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_RTL_BOOTSTRAP_HXX #define INCLUDED_RTL_BOOTSTRAP_HXX diff --git a/include/rtl/byteseq.h b/include/rtl/byteseq.h index e47d60e83e00..8efa02f2f9a9 100644 --- a/include/rtl/byteseq.h +++ b/include/rtl/byteseq.h @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_RTL_BYTESEQ_H #define INCLUDED_RTL_BYTESEQ_H diff --git a/include/rtl/byteseq.hxx b/include/rtl/byteseq.hxx index 597e336e43ad..33118cd8b4e3 100644 --- a/include/rtl/byteseq.hxx +++ b/include/rtl/byteseq.hxx @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_RTL_BYTESEQ_HXX #define INCLUDED_RTL_BYTESEQ_HXX diff --git a/include/rtl/character.hxx b/include/rtl/character.hxx index 9ba9f7a11a58..9585e16cafa4 100644 --- a/include/rtl/character.hxx +++ b/include/rtl/character.hxx @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_RTL_CHARACTER_HXX #define INCLUDED_RTL_CHARACTER_HXX diff --git a/include/rtl/cipher.h b/include/rtl/cipher.h index d75f7bea0dcc..ed718166c2b3 100644 --- a/include/rtl/cipher.h +++ b/include/rtl/cipher.h @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_RTL_CIPHER_H #define INCLUDED_RTL_CIPHER_H diff --git a/include/rtl/crc.h b/include/rtl/crc.h index 24499572c8a6..d081140f550f 100644 --- a/include/rtl/crc.h +++ b/include/rtl/crc.h @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_RTL_CRC_H #define INCLUDED_RTL_CRC_H diff --git a/include/rtl/digest.h b/include/rtl/digest.h index 4f6dd13ca6fa..bb2d4f8f074a 100644 --- a/include/rtl/digest.h +++ b/include/rtl/digest.h @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_RTL_DIGEST_H #define INCLUDED_RTL_DIGEST_H diff --git a/include/rtl/instance.hxx b/include/rtl/instance.hxx index 0f673e636f81..f14c87e2e2bd 100644 --- a/include/rtl/instance.hxx +++ b/include/rtl/instance.hxx @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_RTL_INSTANCE_HXX #define INCLUDED_RTL_INSTANCE_HXX diff --git a/include/rtl/locale.h b/include/rtl/locale.h index c8b80b4e9646..141ff8768377 100644 --- a/include/rtl/locale.h +++ b/include/rtl/locale.h @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_RTL_LOCALE_H #define INCLUDED_RTL_LOCALE_H diff --git a/include/rtl/malformeduriexception.hxx b/include/rtl/malformeduriexception.hxx index a1d2b51a93ca..7186563111bc 100644 --- a/include/rtl/malformeduriexception.hxx +++ b/include/rtl/malformeduriexception.hxx @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_RTL_MALFORMEDURIEXCEPTION_HXX #define INCLUDED_RTL_MALFORMEDURIEXCEPTION_HXX diff --git a/include/rtl/math.h b/include/rtl/math.h index 1132fe27bd5d..1938f037c779 100644 --- a/include/rtl/math.h +++ b/include/rtl/math.h @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_RTL_MATH_H #define INCLUDED_RTL_MATH_H diff --git a/include/rtl/math.hxx b/include/rtl/math.hxx index c6633edddd0b..d67d4aa75a4a 100644 --- a/include/rtl/math.hxx +++ b/include/rtl/math.hxx @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_RTL_MATH_HXX #define INCLUDED_RTL_MATH_HXX diff --git a/include/rtl/process.h b/include/rtl/process.h index dc2b5b7113d0..0a283386312a 100644 --- a/include/rtl/process.h +++ b/include/rtl/process.h @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_RTL_PROCESS_H #define INCLUDED_RTL_PROCESS_H diff --git a/include/rtl/random.h b/include/rtl/random.h index 8bdb03a8674e..af21139de566 100644 --- a/include/rtl/random.h +++ b/include/rtl/random.h @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_RTL_RANDOM_H #define INCLUDED_RTL_RANDOM_H diff --git a/include/rtl/ref.hxx b/include/rtl/ref.hxx index 838be87c2c89..37cbad4da8c0 100644 --- a/include/rtl/ref.hxx +++ b/include/rtl/ref.hxx @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_RTL_REF_HXX #define INCLUDED_RTL_REF_HXX diff --git a/include/rtl/strbuf.h b/include/rtl/strbuf.h index 872abb90b7cb..0c6eea1dead3 100644 --- a/include/rtl/strbuf.h +++ b/include/rtl/strbuf.h @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_RTL_STRBUF_H #define INCLUDED_RTL_STRBUF_H diff --git a/include/rtl/strbuf.hxx b/include/rtl/strbuf.hxx index 28f48a221ee5..5bdf072a7777 100644 --- a/include/rtl/strbuf.hxx +++ b/include/rtl/strbuf.hxx @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #pragma once #include "sal/config.h" diff --git a/include/rtl/string.h b/include/rtl/string.h index 465f1b001b54..bfbb45057fd9 100644 --- a/include/rtl/string.h +++ b/include/rtl/string.h @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_RTL_STRING_H #define INCLUDED_RTL_STRING_H diff --git a/include/rtl/string.hxx b/include/rtl/string.hxx index 4b4c683d4b6d..98298c7ce8c9 100644 --- a/include/rtl/string.hxx +++ b/include/rtl/string.hxx @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_RTL_STRING_HXX #define INCLUDED_RTL_STRING_HXX diff --git a/include/rtl/stringutils.hxx b/include/rtl/stringutils.hxx index 5208c06c3d12..f97b7917f266 100644 --- a/include/rtl/stringutils.hxx +++ b/include/rtl/stringutils.hxx @@ -7,6 +7,10 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_RTL_STRINGUTILS_HXX #define INCLUDED_RTL_STRINGUTILS_HXX diff --git a/include/rtl/tencinfo.h b/include/rtl/tencinfo.h index b1870854173a..6154a912899e 100644 --- a/include/rtl/tencinfo.h +++ b/include/rtl/tencinfo.h @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_RTL_TENCINFO_H #define INCLUDED_RTL_TENCINFO_H diff --git a/include/rtl/textcvt.h b/include/rtl/textcvt.h index dc6db0be7302..14d374c16f6d 100644 --- a/include/rtl/textcvt.h +++ b/include/rtl/textcvt.h @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_RTL_TEXTCVT_H #define INCLUDED_RTL_TEXTCVT_H diff --git a/include/rtl/textenc.h b/include/rtl/textenc.h index e51016445718..1a675e1be665 100644 --- a/include/rtl/textenc.h +++ b/include/rtl/textenc.h @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_RTL_TEXTENC_H #define INCLUDED_RTL_TEXTENC_H diff --git a/include/rtl/unload.h b/include/rtl/unload.h index 6d5c90648f22..23cd2fa749b6 100644 --- a/include/rtl/unload.h +++ b/include/rtl/unload.h @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_RTL_UNLOAD_H #define INCLUDED_RTL_UNLOAD_H diff --git a/include/rtl/uri.h b/include/rtl/uri.h index 3b134fbb80af..7767762da229 100644 --- a/include/rtl/uri.h +++ b/include/rtl/uri.h @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_RTL_URI_H #define INCLUDED_RTL_URI_H diff --git a/include/rtl/uri.hxx b/include/rtl/uri.hxx index 48f543b2535c..0ab1726dab99 100644 --- a/include/rtl/uri.hxx +++ b/include/rtl/uri.hxx @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_RTL_URI_HXX #define INCLUDED_RTL_URI_HXX diff --git a/include/rtl/ustrbuf.h b/include/rtl/ustrbuf.h index d2cc2f752fc6..9ea590c00af5 100644 --- a/include/rtl/ustrbuf.h +++ b/include/rtl/ustrbuf.h @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_RTL_USTRBUF_H #define INCLUDED_RTL_USTRBUF_H diff --git a/include/rtl/ustrbuf.hxx b/include/rtl/ustrbuf.hxx index 080e2ea96259..f1f2521a8ae5 100644 --- a/include/rtl/ustrbuf.hxx +++ b/include/rtl/ustrbuf.hxx @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_RTL_USTRBUF_HXX #define INCLUDED_RTL_USTRBUF_HXX diff --git a/include/rtl/ustring.h b/include/rtl/ustring.h index 9e61df974618..3caca28d2f8a 100644 --- a/include/rtl/ustring.h +++ b/include/rtl/ustring.h @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_RTL_USTRING_H #define INCLUDED_RTL_USTRING_H diff --git a/include/rtl/ustring.hxx b/include/rtl/ustring.hxx index ee3cfe170555..597a56832ad5 100644 --- a/include/rtl/ustring.hxx +++ b/include/rtl/ustring.hxx @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_RTL_USTRING_HXX #define INCLUDED_RTL_USTRING_HXX diff --git a/include/rtl/uuid.h b/include/rtl/uuid.h index 61fd8461e959..e65c5e12b422 100644 --- a/include/rtl/uuid.h +++ b/include/rtl/uuid.h @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_RTL_UUID_H #define INCLUDED_RTL_UUID_H diff --git a/include/sal/alloca.h b/include/sal/alloca.h index bb4c3e0e0c05..a8edc5af2872 100644 --- a/include/sal/alloca.h +++ b/include/sal/alloca.h @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_SAL_ALLOCA_H #define INCLUDED_SAL_ALLOCA_H diff --git a/include/sal/config.h b/include/sal/config.h index f8504b3c1129..74d482fc7631 100644 --- a/include/sal/config.h +++ b/include/sal/config.h @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_SAL_CONFIG_H #define INCLUDED_SAL_CONFIG_H diff --git a/include/sal/detail/log.h b/include/sal/detail/log.h index 3062f47b5952..f68512d16666 100644 --- a/include/sal/detail/log.h +++ b/include/sal/detail/log.h @@ -7,6 +7,10 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_SAL_DETAIL_LOG_H #define INCLUDED_SAL_DETAIL_LOG_H diff --git a/include/sal/log.hxx b/include/sal/log.hxx index 6bb0d1b43d3d..6f9da7671b03 100644 --- a/include/sal/log.hxx +++ b/include/sal/log.hxx @@ -7,6 +7,10 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_SAL_LOG_HXX #define INCLUDED_SAL_LOG_HXX diff --git a/include/sal/macros.h b/include/sal/macros.h index 9adb60bfbcdd..2705fa63f4e0 100644 --- a/include/sal/macros.h +++ b/include/sal/macros.h @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_SAL_MACROS_H #define INCLUDED_SAL_MACROS_H diff --git a/include/sal/main.h b/include/sal/main.h index 5b54ea40d1de..7d10988c6f10 100644 --- a/include/sal/main.h +++ b/include/sal/main.h @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_SAL_MAIN_H #define INCLUDED_SAL_MAIN_H diff --git a/include/sal/mathconf.h b/include/sal/mathconf.h index ab6a4807b59f..3f8e98937d3c 100644 --- a/include/sal/mathconf.h +++ b/include/sal/mathconf.h @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_SAL_MATHCONF_H #define INCLUDED_SAL_MATHCONF_H diff --git a/include/sal/saldllapi.h b/include/sal/saldllapi.h index b9c3250f52c3..d5ec89e67741 100644 --- a/include/sal/saldllapi.h +++ b/include/sal/saldllapi.h @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_SAL_SALDLLAPI_H #define INCLUDED_SAL_SALDLLAPI_H diff --git a/include/sal/types.h b/include/sal/types.h index 5f6dc0b1b9d5..4f6f1ba0e817 100644 --- a/include/sal/types.h +++ b/include/sal/types.h @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_SAL_TYPES_H #define INCLUDED_SAL_TYPES_H diff --git a/include/salhelper/condition.hxx b/include/salhelper/condition.hxx index 0f936d4e5b40..cb9d8206d1bb 100644 --- a/include/salhelper/condition.hxx +++ b/include/salhelper/condition.hxx @@ -17,6 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_SALHELPER_CONDITION_HXX #define INCLUDED_SALHELPER_CONDITION_HXX diff --git a/include/salhelper/dynload.hxx b/include/salhelper/dynload.hxx index e24645f9fadd..b4ae693ea894 100644 --- a/include/salhelper/dynload.hxx +++ b/include/salhelper/dynload.hxx @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_SALHELPER_DYNLOAD_HXX #define INCLUDED_SALHELPER_DYNLOAD_HXX diff --git a/include/salhelper/linkhelper.hxx b/include/salhelper/linkhelper.hxx index 5eb5b051dce3..aa8da261ae6c 100644 --- a/include/salhelper/linkhelper.hxx +++ b/include/salhelper/linkhelper.hxx @@ -7,6 +7,10 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_SALHELPER_LINKHELPER_HXX #define INCLUDED_SALHELPER_LINKHELPER_HXX diff --git a/include/salhelper/refobj.hxx b/include/salhelper/refobj.hxx index 65e636e121c8..b1b308958859 100644 --- a/include/salhelper/refobj.hxx +++ b/include/salhelper/refobj.hxx @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_SALHELPER_REFOBJ_HXX #define INCLUDED_SALHELPER_REFOBJ_HXX diff --git a/include/salhelper/salhelperdllapi.h b/include/salhelper/salhelperdllapi.h index 64a259d51dae..4de2430f6654 100644 --- a/include/salhelper/salhelperdllapi.h +++ b/include/salhelper/salhelperdllapi.h @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_SALHELPER_SALHELPERDLLAPI_H #define INCLUDED_SALHELPER_SALHELPERDLLAPI_H diff --git a/include/salhelper/simplereferenceobject.hxx b/include/salhelper/simplereferenceobject.hxx index 2745f0d848fd..ac721ad3da98 100644 --- a/include/salhelper/simplereferenceobject.hxx +++ b/include/salhelper/simplereferenceobject.hxx @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_SALHELPER_SIMPLEREFERENCEOBJECT_HXX #define INCLUDED_SALHELPER_SIMPLEREFERENCEOBJECT_HXX diff --git a/include/salhelper/singletonref.hxx b/include/salhelper/singletonref.hxx index c6e9cbe2a727..191e585c1191 100644 --- a/include/salhelper/singletonref.hxx +++ b/include/salhelper/singletonref.hxx @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_SALHELPER_SINGLETONREF_HXX #define INCLUDED_SALHELPER_SINGLETONREF_HXX diff --git a/include/salhelper/thread.hxx b/include/salhelper/thread.hxx index 70172a313b35..daea7f352b83 100644 --- a/include/salhelper/thread.hxx +++ b/include/salhelper/thread.hxx @@ -7,6 +7,10 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_SALHELPER_THREAD_HXX #define INCLUDED_SALHELPER_THREAD_HXX diff --git a/include/salhelper/timer.hxx b/include/salhelper/timer.hxx index f6e67f454270..8c0ce5d3a2bc 100644 --- a/include/salhelper/timer.hxx +++ b/include/salhelper/timer.hxx @@ -17,6 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_SALHELPER_TIMER_HXX #define INCLUDED_SALHELPER_TIMER_HXX diff --git a/include/typelib/typeclass.h b/include/typelib/typeclass.h index f2091c13ae9c..387255e94e5c 100644 --- a/include/typelib/typeclass.h +++ b/include/typelib/typeclass.h @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_TYPELIB_TYPECLASS_H #define INCLUDED_TYPELIB_TYPECLASS_H diff --git a/include/typelib/typedescription.h b/include/typelib/typedescription.h index 3b74b568778e..59423bfd481b 100644 --- a/include/typelib/typedescription.h +++ b/include/typelib/typedescription.h @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_TYPELIB_TYPEDESCRIPTION_H #define INCLUDED_TYPELIB_TYPEDESCRIPTION_H diff --git a/include/typelib/typedescription.hxx b/include/typelib/typedescription.hxx index bfe7596801ea..9d749718ba2a 100644 --- a/include/typelib/typedescription.hxx +++ b/include/typelib/typedescription.hxx @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_TYPELIB_TYPEDESCRIPTION_HXX #define INCLUDED_TYPELIB_TYPEDESCRIPTION_HXX diff --git a/include/typelib/uik.h b/include/typelib/uik.h index e1cde78f6219..0094d1070033 100644 --- a/include/typelib/uik.h +++ b/include/typelib/uik.h @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_TYPELIB_UIK_H #define INCLUDED_TYPELIB_UIK_H diff --git a/include/uno/Enterable.h b/include/uno/Enterable.h index 5a4b8d33a2d7..f0323e681e99 100644 --- a/include/uno/Enterable.h +++ b/include/uno/Enterable.h @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_UNO_ENTERABLE_H #define INCLUDED_UNO_ENTERABLE_H diff --git a/include/uno/EnvDcp.h b/include/uno/EnvDcp.h index 4d6f5f4a4617..e181b61c104a 100644 --- a/include/uno/EnvDcp.h +++ b/include/uno/EnvDcp.h @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_UNO_ENVDCP_H #define INCLUDED_UNO_ENVDCP_H diff --git a/include/uno/any2.h b/include/uno/any2.h index 262f2441d6c1..e5dbfea2bcd0 100644 --- a/include/uno/any2.h +++ b/include/uno/any2.h @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_UNO_ANY2_H #define INCLUDED_UNO_ANY2_H diff --git a/include/uno/current_context.h b/include/uno/current_context.h index edc9fe4d4d41..8e809516887e 100644 --- a/include/uno/current_context.h +++ b/include/uno/current_context.h @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_UNO_CURRENT_CONTEXT_H #define INCLUDED_UNO_CURRENT_CONTEXT_H diff --git a/include/uno/current_context.hxx b/include/uno/current_context.hxx index 02169b0f6746..dce03d9ee24b 100644 --- a/include/uno/current_context.hxx +++ b/include/uno/current_context.hxx @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_UNO_CURRENT_CONTEXT_HXX #define INCLUDED_UNO_CURRENT_CONTEXT_HXX diff --git a/include/uno/data.h b/include/uno/data.h index fa44558989dc..ddcf9ca6e5ef 100644 --- a/include/uno/data.h +++ b/include/uno/data.h @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_UNO_DATA_H #define INCLUDED_UNO_DATA_H diff --git a/include/uno/dispatcher.h b/include/uno/dispatcher.h index f9d1fbc31bf1..7de20d96fb75 100644 --- a/include/uno/dispatcher.h +++ b/include/uno/dispatcher.h @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_UNO_DISPATCHER_H #define INCLUDED_UNO_DISPATCHER_H diff --git a/include/uno/dispatcher.hxx b/include/uno/dispatcher.hxx index f23268e55593..1732be04952e 100644 --- a/include/uno/dispatcher.hxx +++ b/include/uno/dispatcher.hxx @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_UNO_DISPATCHER_HXX #define INCLUDED_UNO_DISPATCHER_HXX diff --git a/include/uno/environment.h b/include/uno/environment.h index 314fc6f2c7c1..700d9c18e0cb 100644 --- a/include/uno/environment.h +++ b/include/uno/environment.h @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_UNO_ENVIRONMENT_H #define INCLUDED_UNO_ENVIRONMENT_H diff --git a/include/uno/environment.hxx b/include/uno/environment.hxx index 0484790cfa36..b7a31e991c8c 100644 --- a/include/uno/environment.hxx +++ b/include/uno/environment.hxx @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_UNO_ENVIRONMENT_HXX #define INCLUDED_UNO_ENVIRONMENT_HXX diff --git a/include/uno/lbnames.h b/include/uno/lbnames.h index 68418861e3ed..56f9d9942142 100644 --- a/include/uno/lbnames.h +++ b/include/uno/lbnames.h @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_UNO_LBNAMES_H #define INCLUDED_UNO_LBNAMES_H diff --git a/include/uno/mapping.h b/include/uno/mapping.h index cb24839eba1b..44ea0959622e 100644 --- a/include/uno/mapping.h +++ b/include/uno/mapping.h @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_UNO_MAPPING_H #define INCLUDED_UNO_MAPPING_H diff --git a/include/uno/mapping.hxx b/include/uno/mapping.hxx index be21909eb5c6..5b8cf41bec12 100644 --- a/include/uno/mapping.hxx +++ b/include/uno/mapping.hxx @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_UNO_MAPPING_HXX #define INCLUDED_UNO_MAPPING_HXX diff --git a/include/uno/sequence2.h b/include/uno/sequence2.h index 73e5272e037b..bf74a6170d1e 100644 --- a/include/uno/sequence2.h +++ b/include/uno/sequence2.h @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +/* + * This file is part of LibreOffice published API. + */ #ifndef INCLUDED_UNO_SEQUENCE2_H #define INCLUDED_UNO_SEQUENCE2_H diff --git a/include/uno/threadpool.h b/include/uno/threadpool.h index 52bac0a4a08b..11264bd5af52 100644 --- a/include/uno/threadpool.h +++ b/include/uno/threadpool.h @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +/* + * This file is part of LibreOffice published API. + */ + #ifndef INCLUDED_UNO_THREADPOOL_H #define INCLUDED_UNO_THREADPOOL_H |