[Mesa-dev] [PATCH] egl/dri2: implement platform_null.

Eric Anholt eric at anholt.net
Thu Jan 22 11:16:56 PST 2015


Haixia Shi <hshi at chromium.org> writes:

> Try the render node first and use it if available. Otherwise fall back to
> normal nodes.
>
> Signed-off-by: Haixia Shi <hshi at chromium.org>
> +/*
> + * Mesa 3-D graphics library
> + *
> + * Copyright (c) 2014 The Chromium OS Authors. All rights reserved.
> + *
> + * Based on platform_x11, which has
> + *
> + * Copyright © 2011 Intel Corporation
> + *
> + * 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.

Is the intent of "The Chromium OS Authors" to license it under the same
MIT license?  If so, the formatting should probably be:

+/*
+ * Copyright (c) 2014 The Chromium OS Authors.
+ * Copyright © 2011 Intel Corporation
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a
...

Having the "All rights reserved" then description of where the code was
derived from separately seems to indicate that you don't intend to
actually license it under the same license.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 818 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20150122/2ed2507d/attachment.sig>


More information about the mesa-dev mailing list