diff options
Diffstat (limited to 'include/cppu')
-rw-r--r-- | include/cppu/Enterable.hxx | 4 | ||||
-rw-r--r-- | include/cppu/EnvDcp.hxx | 4 | ||||
-rw-r--r-- | include/cppu/EnvGuards.hxx | 4 | ||||
-rw-r--r-- | include/cppu/Map.hxx | 4 | ||||
-rw-r--r-- | include/cppu/cppudllapi.h | 3 | ||||
-rw-r--r-- | include/cppu/helper/purpenv/Environment.hxx | 4 | ||||
-rw-r--r-- | include/cppu/helper/purpenv/Mapping.hxx | 4 | ||||
-rw-r--r-- | include/cppu/macros.hxx | 4 | ||||
-rw-r--r-- | include/cppu/unotype.hxx | 4 |
9 files changed, 35 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 |