diff options
Diffstat (limited to 'solenv/inc')
-rw-r--r-- | solenv/inc/ant.properties | 17 | ||||
-rw-r--r-- | solenv/inc/mime.types | 17 | ||||
-rw-r--r-- | solenv/inc/starview.hid | 18 | ||||
-rw-r--r-- | solenv/inc/trustedinfo.manifest | 2 |
4 files changed, 53 insertions, 1 deletions
diff --git a/solenv/inc/ant.properties b/solenv/inc/ant.properties index b2c0f748ef7a..c77b130db988 100644 --- a/solenv/inc/ant.properties +++ b/solenv/inc/ant.properties @@ -1,3 +1,20 @@ +# +# This file is part of the LibreOffice project. +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# +# This file incorporates work covered by the following license notice: +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright +# ownership. The ASF licenses this file to you under the Apache +# License, Version 2.0 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.apache.org/licenses/LICENSE-2.0 . +# # x-no-translate build.bin=${build.dir}/bin build.class=${build.dir}/class diff --git a/solenv/inc/mime.types b/solenv/inc/mime.types index 43820404c434..7d39a4c10440 100644 --- a/solenv/inc/mime.types +++ b/solenv/inc/mime.types @@ -1,3 +1,20 @@ +# +# This file is part of the LibreOffice project. +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# +# This file incorporates work covered by the following license notice: +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright +# ownership. The ASF licenses this file to you under the Apache +# License, Version 2.0 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.apache.org/licenses/LICENSE-2.0 . +# # This file controls what Internet media types are sent to the client for # given file extension(s). Sending the correct media type to the client # is important so they know how to handle the content of the file. diff --git a/solenv/inc/starview.hid b/solenv/inc/starview.hid index 54474c566b99..651a83060f83 100644 --- a/solenv/inc/starview.hid +++ b/solenv/inc/starview.hid @@ -1,3 +1,21 @@ +/* + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + * This file incorporates work covered by the following license notice: + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed + * with this work for additional information regarding copyright + * ownership. The ASF licenses this file to you under the Apache + * License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.apache.org/licenses/LICENSE-2.0 . + */ + #include <stdio.h> #define leer 0 diff --git a/solenv/inc/trustedinfo.manifest b/solenv/inc/trustedinfo.manifest index 292ed2a30b3c..26e234427297 100644 --- a/solenv/inc/trustedinfo.manifest +++ b/solenv/inc/trustedinfo.manifest @@ -8,4 +8,4 @@ </requestedPrivileges> </security> </trustInfo> -</assembly>
\ No newline at end of file +</assembly> |