Change remaining GPLv2 headers to MIT
The files in question are copyright Benjamin Franzke (who agrees),
Intel Corporation, Red Hat and myself. On behalf of Red Hat,
Richard Fontana says:
"Therefore, to the extent that Red Hat, Inc. has any copyright
interest in the files you cited as of this date (compositor-drm.c,
compositor.c, compositor.h, screenshooter.c in
http://cgit.freedesktop.org/wayland/wayland-demos/tree/compositor),
Red Hat hereby elects to apply the CC0 1.0 Universal Public Domain
Dedication to such copyrighted material. See:
http://creativecommons.org/publicdomain/zero/1.0/legalcode .
Thanks,
Richard E. Fontana
Open Source Licensing and Patent Counsel
Red Hat, Inc."
This commit is contained in:
+18
-13
@@ -1,19 +1,24 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright © 2008-2010 Kristian Høgsberg
|
* Copyright © 2008-2011 Kristian Høgsberg
|
||||||
|
* Copyright © 2011 Intel Corporation
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* Permission to use, copy, modify, distribute, and sell this software and
|
||||||
* it under the terms of the GNU General Public License as published by
|
* its documentation for any purpose is hereby granted without fee, provided
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* that the above copyright notice appear in all copies and that both that
|
||||||
* (at your option) any later version.
|
* copyright notice and this permission notice appear in supporting
|
||||||
|
* documentation, and that the name of the copyright holders not be used in
|
||||||
|
* advertising or publicity pertaining to distribution of the software
|
||||||
|
* without specific, written prior permission. The copyright holders make
|
||||||
|
* no representations about the suitability of this software for any
|
||||||
|
* purpose. It is provided "as is" without express or implied warranty.
|
||||||
*
|
*
|
||||||
* This program is distributed in the hope that it will be useful,
|
* THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
||||||
* GNU General Public License for more details.
|
* SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
|
||||||
*
|
* RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
|
||||||
* You should have received a copy of the GNU General Public License
|
* CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
|
||||||
* along with this program; if not, write to the Free Software Foundation,
|
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define _GNU_SOURCE
|
#define _GNU_SOURCE
|
||||||
|
|||||||
@@ -1,19 +1,24 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright © 2011 Benjamin Franzke
|
* Copyright © 2011 Benjamin Franzke
|
||||||
|
* Copyright © 2011 Intel Corporation
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* Permission to use, copy, modify, distribute, and sell this software and
|
||||||
* it under the terms of the GNU General Public License as published by
|
* its documentation for any purpose is hereby granted without fee, provided
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* that the above copyright notice appear in all copies and that both that
|
||||||
* (at your option) any later version.
|
* copyright notice and this permission notice appear in supporting
|
||||||
|
* documentation, and that the name of the copyright holders not be used in
|
||||||
|
* advertising or publicity pertaining to distribution of the software
|
||||||
|
* without specific, written prior permission. The copyright holders make
|
||||||
|
* no representations about the suitability of this software for any
|
||||||
|
* purpose. It is provided "as is" without express or implied warranty.
|
||||||
*
|
*
|
||||||
* This program is distributed in the hope that it will be useful,
|
* THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
||||||
* GNU General Public License for more details.
|
* SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
|
||||||
*
|
* RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
|
||||||
* You should have received a copy of the GNU General Public License
|
* CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
|
||||||
* along with this program; if not, write to the Free Software Foundation,
|
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define _GNU_SOURCE
|
#define _GNU_SOURCE
|
||||||
|
|||||||
@@ -1,19 +1,23 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright © 2010 Benjamin Franzke
|
* Copyright © 2010-2011 Benjamin Franzke
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* Permission to use, copy, modify, distribute, and sell this software and
|
||||||
* it under the terms of the GNU General Public License as published by
|
* its documentation for any purpose is hereby granted without fee, provided
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* that the above copyright notice appear in all copies and that both that
|
||||||
* (at your option) any later version.
|
* copyright notice and this permission notice appear in supporting
|
||||||
|
* documentation, and that the name of the copyright holders not be used in
|
||||||
|
* advertising or publicity pertaining to distribution of the software
|
||||||
|
* without specific, written prior permission. The copyright holders make
|
||||||
|
* no representations about the suitability of this software for any
|
||||||
|
* purpose. It is provided "as is" without express or implied warranty.
|
||||||
*
|
*
|
||||||
* This program is distributed in the hope that it will be useful,
|
* THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
||||||
* GNU General Public License for more details.
|
* SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
|
||||||
*
|
* RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
|
||||||
* You should have received a copy of the GNU General Public License
|
* CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
|
||||||
* along with this program; if not, write to the Free Software Foundation,
|
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
|
|||||||
+18
-13
@@ -1,19 +1,24 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright © 2008-2010 Kristian Høgsberg
|
* Copyright © 2008-2011 Kristian Høgsberg
|
||||||
|
* Copyright © 2010-2011 Intel Corporation
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* Permission to use, copy, modify, distribute, and sell this software and
|
||||||
* it under the terms of the GNU General Public License as published by
|
* its documentation for any purpose is hereby granted without fee, provided
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* that the above copyright notice appear in all copies and that both that
|
||||||
* (at your option) any later version.
|
* copyright notice and this permission notice appear in supporting
|
||||||
|
* documentation, and that the name of the copyright holders not be used in
|
||||||
|
* advertising or publicity pertaining to distribution of the software
|
||||||
|
* without specific, written prior permission. The copyright holders make
|
||||||
|
* no representations about the suitability of this software for any
|
||||||
|
* purpose. It is provided "as is" without express or implied warranty.
|
||||||
*
|
*
|
||||||
* This program is distributed in the hope that it will be useful,
|
* THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
||||||
* GNU General Public License for more details.
|
* SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
|
||||||
*
|
* RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
|
||||||
* You should have received a copy of the GNU General Public License
|
* CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
|
||||||
* along with this program; if not, write to the Free Software Foundation,
|
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
|
|||||||
+18
-13
@@ -1,19 +1,24 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright © 2008 Kristian Høgsberg
|
* Copyright © 2010-2011 Intel Corporation
|
||||||
|
* Copyright © 2008-2011 Kristian Høgsberg
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* Permission to use, copy, modify, distribute, and sell this software and
|
||||||
* it under the terms of the GNU General Public License as published by
|
* its documentation for any purpose is hereby granted without fee, provided
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* that the above copyright notice appear in all copies and that both that
|
||||||
* (at your option) any later version.
|
* copyright notice and this permission notice appear in supporting
|
||||||
|
* documentation, and that the name of the copyright holders not be used in
|
||||||
|
* advertising or publicity pertaining to distribution of the software
|
||||||
|
* without specific, written prior permission. The copyright holders make
|
||||||
|
* no representations about the suitability of this software for any
|
||||||
|
* purpose. It is provided "as is" without express or implied warranty.
|
||||||
*
|
*
|
||||||
* This program is distributed in the hope that it will be useful,
|
* THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
||||||
* GNU General Public License for more details.
|
* SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
|
||||||
*
|
* RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
|
||||||
* You should have received a copy of the GNU General Public License
|
* CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
|
||||||
* along with this program; if not, write to the Free Software Foundation,
|
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define _GNU_SOURCE
|
#define _GNU_SOURCE
|
||||||
|
|||||||
+17
-13
@@ -1,19 +1,23 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright © 2008 Kristian Høgsberg
|
* Copyright © 2008-2011 Kristian Høgsberg
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* Permission to use, copy, modify, distribute, and sell this software and
|
||||||
* it under the terms of the GNU General Public License as published by
|
* its documentation for any purpose is hereby granted without fee, provided
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* that the above copyright notice appear in all copies and that both that
|
||||||
* (at your option) any later version.
|
* copyright notice and this permission notice appear in supporting
|
||||||
|
* documentation, and that the name of the copyright holders not be used in
|
||||||
|
* advertising or publicity pertaining to distribution of the software
|
||||||
|
* without specific, written prior permission. The copyright holders make
|
||||||
|
* no representations about the suitability of this software for any
|
||||||
|
* purpose. It is provided "as is" without express or implied warranty.
|
||||||
*
|
*
|
||||||
* This program is distributed in the hope that it will be useful,
|
* THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
||||||
* GNU General Public License for more details.
|
* SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
|
||||||
*
|
* RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
|
||||||
* You should have received a copy of the GNU General Public License
|
* CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
|
||||||
* along with this program; if not, write to the Free Software Foundation,
|
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _WAYLAND_SYSTEM_COMPOSITOR_H_
|
#ifndef _WAYLAND_SYSTEM_COMPOSITOR_H_
|
||||||
|
|||||||
+17
-13
@@ -1,19 +1,23 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright © 2008 Kristian Høgsberg
|
* Copyright © 2008-2011 Kristian Høgsberg
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* Permission to use, copy, modify, distribute, and sell this software and
|
||||||
* it under the terms of the GNU General Public License as published by
|
* its documentation for any purpose is hereby granted without fee, provided
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* that the above copyright notice appear in all copies and that both that
|
||||||
* (at your option) any later version.
|
* copyright notice and this permission notice appear in supporting
|
||||||
|
* documentation, and that the name of the copyright holders not be used in
|
||||||
|
* advertising or publicity pertaining to distribution of the software
|
||||||
|
* without specific, written prior permission. The copyright holders make
|
||||||
|
* no representations about the suitability of this software for any
|
||||||
|
* purpose. It is provided "as is" without express or implied warranty.
|
||||||
*
|
*
|
||||||
* This program is distributed in the hope that it will be useful,
|
* THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
||||||
* GNU General Public License for more details.
|
* SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
|
||||||
*
|
* RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
|
||||||
* You should have received a copy of the GNU General Public License
|
* CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
|
||||||
* along with this program; if not, write to the Free Software Foundation,
|
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user