diff options
author | Pedro Giffuni <pfg@apache.org> | 2011-12-31 18:06:59 +0000 |
---|---|---|
committer | Pedro Giffuni <pfg@apache.org> | 2011-12-31 18:06:59 +0000 |
commit | 6277dc7de1a6cce199003bfc30a4c416cb0b8ca9 (patch) | |
tree | 2126cbd67cc3b1726bd43afec70e7ffea1932804 /icc/source | |
parent | b3d4384a0b2b16fdc0122733ba4ca8feba6659e2 (diff) |
Update project name and copyright year.
Diffstat (limited to 'icc/source')
-rw-r--r-- | icc/source/create_sRGB_profile/create_sRGB_profile.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/icc/source/create_sRGB_profile/create_sRGB_profile.cpp b/icc/source/create_sRGB_profile/create_sRGB_profile.cpp index 58edb9c1ef25..d263cd77f649 100644 --- a/icc/source/create_sRGB_profile/create_sRGB_profile.cpp +++ b/icc/source/create_sRGB_profile/create_sRGB_profile.cpp @@ -1,6 +1,6 @@ /************************************************************************* * - * OpenOffice.org - a multi-platform office productivity suite + * Apache OpenOffice - a multi-platform office productivity suite * Derived by beppec56@openoffice.org from various examples @@ -104,7 +104,7 @@ const char * const TheHeader1[] = { "/*************************************************************************", " *", - " * OpenOffice.org - a multi-platform office productivity suite", + " * Apache OpenOffice - a multi-platform office productivity suite", " *", " * sRGB-IEC61966-2.1.hxx", " *", @@ -115,7 +115,7 @@ const char * const TheHeader1[] = const char * const TheHeader2[] = { " *", - " * Copyright 2011 Apache OpenOffice.org.", + " * Copyright 2012, 2011 Apache OpenOffice.", " *", " * Licensed under the Apache License, Version 2.0 (the \"License\");", " * you may not use this file except in compliance with the License.", |