summaryrefslogtreecommitdiff
path: root/include/cppuhelper
diff options
context:
space:
mode:
Diffstat (limited to 'include/cppuhelper')
-rw-r--r--include/cppuhelper/access_control.hxx4
-rw-r--r--include/cppuhelper/basemutex.hxx4
-rw-r--r--include/cppuhelper/bootstrap.hxx4
-rw-r--r--include/cppuhelper/compbase1.hxx4
-rw-r--r--include/cppuhelper/compbase10.hxx4
-rw-r--r--include/cppuhelper/compbase11.hxx4
-rw-r--r--include/cppuhelper/compbase12.hxx4
-rw-r--r--include/cppuhelper/compbase2.hxx4
-rw-r--r--include/cppuhelper/compbase3.hxx4
-rw-r--r--include/cppuhelper/compbase4.hxx4
-rw-r--r--include/cppuhelper/compbase5.hxx4
-rw-r--r--include/cppuhelper/compbase6.hxx4
-rw-r--r--include/cppuhelper/compbase7.hxx4
-rw-r--r--include/cppuhelper/compbase8.hxx4
-rw-r--r--include/cppuhelper/compbase9.hxx4
-rw-r--r--include/cppuhelper/compbase_ex.hxx4
-rw-r--r--include/cppuhelper/component.hxx4
-rw-r--r--include/cppuhelper/component_context.hxx4
-rw-r--r--include/cppuhelper/cppuhelperdllapi.h4
-rw-r--r--include/cppuhelper/exc_hlp.hxx4
-rw-r--r--include/cppuhelper/factory.hxx4
-rw-r--r--include/cppuhelper/findsofficepath.h4
-rw-r--r--include/cppuhelper/implbase1.hxx4
-rw-r--r--include/cppuhelper/implbase10.hxx4
-rw-r--r--include/cppuhelper/implbase11.hxx4
-rw-r--r--include/cppuhelper/implbase12.hxx4
-rw-r--r--include/cppuhelper/implbase13.hxx4
-rw-r--r--include/cppuhelper/implbase2.hxx4
-rw-r--r--include/cppuhelper/implbase3.hxx4
-rw-r--r--include/cppuhelper/implbase4.hxx4
-rw-r--r--include/cppuhelper/implbase5.hxx4
-rw-r--r--include/cppuhelper/implbase6.hxx4
-rw-r--r--include/cppuhelper/implbase7.hxx4
-rw-r--r--include/cppuhelper/implbase8.hxx4
-rw-r--r--include/cppuhelper/implbase9.hxx4
-rw-r--r--include/cppuhelper/implbase_ex.hxx4
-rw-r--r--include/cppuhelper/implbase_ex_post.hxx4
-rw-r--r--include/cppuhelper/implbase_ex_pre.hxx4
-rw-r--r--include/cppuhelper/implementationentry.hxx4
-rw-r--r--include/cppuhelper/interfacecontainer.h4
-rw-r--r--include/cppuhelper/interfacecontainer.hxx4
-rw-r--r--include/cppuhelper/propertysetmixin.hxx4
-rw-r--r--include/cppuhelper/propshlp.hxx4
-rw-r--r--include/cppuhelper/proptypehlp.h4
-rw-r--r--include/cppuhelper/proptypehlp.hxx4
-rw-r--r--include/cppuhelper/queryinterface.hxx4
-rw-r--r--include/cppuhelper/shlib.hxx4
-rw-r--r--include/cppuhelper/supportsservice.hxx4
-rw-r--r--include/cppuhelper/typeprovider.hxx4
-rw-r--r--include/cppuhelper/unourl.hxx4
-rw-r--r--include/cppuhelper/weak.hxx4
-rw-r--r--include/cppuhelper/weakagg.hxx4
-rw-r--r--include/cppuhelper/weakref.hxx4
53 files changed, 212 insertions, 0 deletions
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