Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(173)

Issue 6262004: Add licensing info for qcms.... (Closed)

Created:
9 years, 11 months ago by Mark Larson
Modified:
9 years, 7 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Add licensing info for qcms. The two license attributions are taken from Firefox's about:license page and correspond to the license headers in the source files. This change makes licenses.py happy. R=abarth,evanm TEST= about:credits includes a qcms section crediting Marti Maria and SunSoft. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=71568

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+56 lines, -2 lines) Patch
A third_party/qcms/LICENSE View 1 1 chunk +55 lines, -0 lines 0 comments Download
M third_party/qcms/README.chromium View 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Mark Larson
9 years, 11 months ago (2011-01-16 03:24:06 UTC) #1
abarth-chromium
9 years, 11 months ago (2011-01-16 03:26:52 UTC) #2
LGTM

On Sat, Jan 15, 2011 at 7:24 PM,  <mal@chromium.org> wrote:
> Reviewers: abarth, Evan Martin,
>
> Description:
> Add licensing info for qcms.
>
> The two license attributions are taken from Firefox's about:license page
> and correspond to the license headers in the source files.
>
> This change makes licenses.py happy.
>
> R=abarth,evanm
> TEST= about:credits includes a qcms section crediting Marti Maria and
> SunSoft.
>
> Please review this at http://codereview.chromium.org/6262004/
>
> SVN Base: svn://chrome-svn/chrome/trunk/src/
>
> Affected files:
>  A     third_party/qcms/LICENSE
>  M     third_party/qcms/README.chromium
>
>
> Index: third_party/qcms/LICENSE
> ===================================================================
> --- third_party/qcms/LICENSE    (revision 0)
> +++ third_party/qcms/LICENSE    (revision 0)
> @@ -0,0 +1,55 @@
> +This license applies to certain files in the directory gfx/qcms/.
> +
> +Copyright (C) 2009 Mozilla Corporation
> +Copyright (C) 1998-2007 Marti Maria
> +
> +Permission is hereby granted, free of charge, to any person
> +obtaining a copy of this software and associated documentation
> +files (the "Software"), to deal in the Software without restriction,
> +including without limitation the rights to use, copy, modify, merge,
> +publish, distribute, sublicense, and/or sell copies of the Software,
> +and to permit persons to whom the Software is furnished to do so, subject
> +to the following conditions:
> +
> +The above copyright notice and this permission notice shall be included
> +in all copies or substantial portions of the Software.
> +
> +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
> +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
> +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
> +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
> LIABILITY,
> +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
> OR IN
> +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
> +
> +
> +
> +This license applies to the ICC_H block in gfx/qcms/qcms.h.
> +
> +Copyright (c) 1994-1996 SunSoft, Inc.
> +
> +                    Rights Reserved
> +
> +Permission is hereby granted, free of charge, to any person
> +obtaining a copy of this software and associated documentation
> +files (the "Software"), to deal in the Software without restrict-
> +ion, including without limitation the rights to use, copy, modify,
> +merge, publish distribute, sublicense, and/or sell copies of the
> +Software, and to permit persons to whom the Software is furnished
> +to do so, subject to the following conditions:
> +
> +The above copyright notice and this permission notice shall be
> +included in all copies or substantial portions of the Software.
> +
> +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
> +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
> +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-
> +INFRINGEMENT.  IN NO EVENT SHALL SUNSOFT, INC. OR ITS PARENT
> +COMPANY BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
> +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
> +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
> +OTHER DEALINGS IN THE SOFTWARE.
> +
> +Except as contained in this notice, the name of SunSoft, Inc.
> +shall not be used in advertising or otherwise to promote the
> +sale, use or other dealings in this Software without written
> +authorization from SunSoft Inc.
> Index: third_party/qcms/README.chromium
> ===================================================================
> --- third_party/qcms/README.chromium    (revision 71564)
> +++ third_party/qcms/README.chromium    (working copy)
> @@ -1,6 +1,5 @@
> -Name: qcms
> +Name: qcms library
>  URL: http://mxr.mozilla.org/mozilla-central/source/gfx/qcms/
> -License File: Varies by file, see comment blocks at the top of each file.
>
>  Contain support for apply an ICC color profile to an image.  The code is
>  originally based on tinycms, by re-written by Mozilla for better security
> and
>
>
>

Powered by Google App Engine
This is Rietveld 408576698