Closed
Bug 813090
Opened 13 years ago
Closed 13 years ago
Update license block in gfx where it refers to non-existent file "LICENSE"
Categories
(Core :: Graphics, defect)
Core
Graphics
Tracking
()
RESOLVED
FIXED
mozilla20
People
(Reporter: gerv, Assigned: joe)
Details
Attachments
(1 file)
8.06 KB,
patch
|
gerv
:
review+
|
Details | Diff | Splinter Review |
gfx/2d/image_operations.cpp
gfx/2d/image_operations.h
gfx/2d/convolver.cpp
gfx/2d/convolver.h
all say:
// Copyright (c) 2006-2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
These files are now no longer in the Chromium tree, and it's not clear what LICENSE file they refer to. This sets my license-checking script's teeth on edge. Can you please replace that header with:
// Copyright (c) 2006-2011 The Chromium Authors. All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions
// are met:
// * Redistributions of source code must retain the above copyright
// notice, this list of conditions and the following disclaimer.
// * Redistributions in binary form must reproduce the above copyright
// notice, this list of conditions and the following disclaimer in
// the documentation and/or other materials provided with the
// distribution.
// * Neither the name of Google, Inc. nor the names of its contributors
// may be used to endorse or promote products derived from this
// software without specific prior written permission.
//
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
// COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
// INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
// BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
// OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
// AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
// OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
// SUCH DAMAGE.
Thanks :-)
Gerv
Assignee | ||
Comment 1•13 years ago
|
||
I modified your text slightly to refer to 2006-2012 where the (c) in the original text mentioned 2012.
Providing me text was a pretty good way to get me to fix this :)
Assignee: nobody → joe
Attachment #683108 -
Flags: review?(gerv)
Reporter | ||
Comment 2•13 years ago
|
||
Comment on attachment 683108 [details] [diff] [review]
why yes, i can
Actually, you put 2012 into convolver.cpp when it was 2011. But we'll probably all be dead by the time this stuff gets out of copyright, so one year either way makes no difference. Thanks for the patch :-) r=gerv.
Gerv
Attachment #683108 -
Flags: review?(gerv) → review+
Assignee | ||
Comment 3•13 years ago
|
||
Target Milestone: --- → mozilla20
Comment 4•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•