summaryrefslogtreecommitdiff
path: root/icc
diff options
context:
space:
mode:
authorPedro Giffuni <pfg@apache.org>2011-10-16 17:54:53 +0000
committerPedro Giffuni <pfg@apache.org>2011-10-16 17:54:53 +0000
commit218229d163e89e0de95a6f86145ba1e63c777b6a (patch)
treec90de4dda66c94ae26cc5ea9f3e46e7056998a42 /icc
parentaa2e809bbb935c73506476c4030b7d4b23050891 (diff)
i118512 - Correct trademark and license of machine generated sRGB profiles.
Diffstat (limited to 'icc')
-rw-r--r--icc/source/create_sRGB_profile/create_sRGB_profile.cpp23
1 files changed, 10 insertions, 13 deletions
diff --git a/icc/source/create_sRGB_profile/create_sRGB_profile.cpp b/icc/source/create_sRGB_profile/create_sRGB_profile.cpp
index f99c1b1edf43..9a46e8533941 100644
--- a/icc/source/create_sRGB_profile/create_sRGB_profile.cpp
+++ b/icc/source/create_sRGB_profile/create_sRGB_profile.cpp
@@ -115,22 +115,19 @@ const char * const TheHeader1[] =
const char * const TheHeader2[] =
{
" *",
- " * This file is part of OpenOffice.org.",
+ " * Copyright 2011 Apache OpenOffice.org.",
" *",
- " * OpenOffice.org is free software: you can redistribute it and/or modify",
- " * it under the terms of the GNU Lesser General Public License version 3",
- " * only, as published by the Free Software Foundation.",
+ " * Licensed 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",
" *",
- " * OpenOffice.org is distributed in the hope that it will be useful,",
- " * but WITHOUT ANY WARRANTY; without even the implied warranty of",
- " * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the",
- " * GNU Lesser General Public License version 3 for more details",
- " * (a copy is included in the LICENSE file that accompanied this code).",
+ " * http://www.apache.org/licenses/LICENSE-2.0",
" *",
- " * You should have received a copy of the GNU Lesser General Public License",
- " * version 3 along with OpenOffice.org. If not, see",
- " * <http://www.openoffice.org/license.html>",
- " * for a copy of the LGPLv3 License.",
+ " * Unless required by applicable law or agreed to in writing, software",
+ " * distributed under the License is distributed on an \"AS IS\" BASIS,",
+ " * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.",
+ " * See the License for the specific language governing permissions and",
+ " * limitations under the License.",
" *",
" ************************************************************************/",
"",