src: Update boilerplate from MIT X11 license to MIT Expat license

dev
Bryce Harrington 9 years ago
parent 6c6164c5ba
commit a0bbfea64b
  1. 35
      src/animation.c
  2. 35
      src/bindings.c
  3. 35
      src/clipboard.c
  4. 35
      src/cms-colord.c
  5. 35
      src/cms-helper.c
  6. 35
      src/cms-helper.h
  7. 35
      src/cms-static.c
  8. 35
      src/compositor-drm.c
  9. 35
      src/compositor-fbdev.c
  10. 35
      src/compositor-headless.c
  11. 35
      src/compositor-rdp.c
  12. 35
      src/compositor-rpi.c
  13. 35
      src/compositor-wayland.c
  14. 35
      src/compositor-x11.c
  15. 35
      src/compositor.c
  16. 35
      src/compositor.h
  17. 35
      src/data-device.c
  18. 35
      src/dbus.c
  19. 35
      src/dbus.h
  20. 35
      src/gl-renderer.c
  21. 35
      src/gl-renderer.h
  22. 35
      src/input.c
  23. 35
      src/launcher-util.c
  24. 35
      src/launcher-util.h
  25. 35
      src/libinput-device.c
  26. 35
      src/libinput-device.h
  27. 35
      src/libinput-seat.c
  28. 35
      src/libinput-seat.h
  29. 35
      src/log.c
  30. 35
      src/logind-util.c
  31. 35
      src/logind-util.h
  32. 35
      src/noop-renderer.c
  33. 35
      src/pixman-renderer.c
  34. 35
      src/pixman-renderer.h
  35. 35
      src/rpi-renderer.c
  36. 35
      src/rpi-renderer.h
  37. 35
      src/screen-share.c
  38. 35
      src/screenshooter.c
  39. 35
      src/spring-tool.c
  40. 35
      src/text-backend.c
  41. 35
      src/timeline-object.h
  42. 35
      src/timeline.c
  43. 35
      src/timeline.h
  44. 35
      src/vaapi-recorder.h
  45. 35
      src/version.h.in
  46. 35
      src/vertex-clipping.c
  47. 35
      src/vertex-clipping.h
  48. 35
      src/weston-launch.c
  49. 35
      src/weston-launch.h
  50. 35
      src/zoom.c

@ -1,23 +1,26 @@
/* /*
* Copyright © 2011 Intel Corporation * Copyright © 2011 Intel Corporation
* *
* Permission to use, copy, modify, distribute, and sell this software and * Permission is hereby granted, free of charge, to any person obtaining
* its documentation for any purpose is hereby granted without fee, provided * a copy of this software and associated documentation files (the
* that the above copyright notice appear in all copies and that both that * "Software"), to deal in the Software without restriction, including
* copyright notice and this permission notice appear in supporting * without limitation the rights to use, copy, modify, merge, publish,
* documentation, and that the name of the copyright holders not be used in * distribute, sublicense, and/or sell copies of the Software, and to
* advertising or publicity pertaining to distribution of the software * permit persons to whom the Software is furnished to do so, subject to
* without specific, written prior permission. The copyright holders make * the following conditions:
* no representations about the suitability of this software for any
* purpose. It is provided "as is" without express or implied warranty.
* *
* THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS * The above copyright notice and this permission notice (including the
* SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND * next paragraph) shall be included in all copies or substantial
* FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY * portions of the Software.
* SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER *
* RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * 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.
*/ */
#include "config.h" #include "config.h"

@ -1,23 +1,26 @@
/* /*
* Copyright © 2011-2012 Intel Corporation * Copyright © 2011-2012 Intel Corporation
* *
* Permission to use, copy, modify, distribute, and sell this software and * Permission is hereby granted, free of charge, to any person obtaining
* its documentation for any purpose is hereby granted without fee, provided * a copy of this software and associated documentation files (the
* that the above copyright notice appear in all copies and that both that * "Software"), to deal in the Software without restriction, including
* copyright notice and this permission notice appear in supporting * without limitation the rights to use, copy, modify, merge, publish,
* documentation, and that the name of the copyright holders not be used in * distribute, sublicense, and/or sell copies of the Software, and to
* advertising or publicity pertaining to distribution of the software * permit persons to whom the Software is furnished to do so, subject to
* without specific, written prior permission. The copyright holders make * the following conditions:
* no representations about the suitability of this software for any
* purpose. It is provided "as is" without express or implied warranty.
* *
* THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS * The above copyright notice and this permission notice (including the
* SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND * next paragraph) shall be included in all copies or substantial
* FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY * portions of the Software.
* SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER *
* RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * 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.
*/ */
#include "config.h" #include "config.h"

@ -1,23 +1,26 @@
/* /*
* Copyright © 2012 Intel Corporation * Copyright © 2012 Intel Corporation
* *
* Permission to use, copy, modify, distribute, and sell this software and * Permission is hereby granted, free of charge, to any person obtaining
* its documentation for any purpose is hereby granted without fee, provided * a copy of this software and associated documentation files (the
* that the above copyright notice appear in all copies and that both that * "Software"), to deal in the Software without restriction, including
* copyright notice and this permission notice appear in supporting * without limitation the rights to use, copy, modify, merge, publish,
* documentation, and that the name of the copyright holders not be used in * distribute, sublicense, and/or sell copies of the Software, and to
* advertising or publicity pertaining to distribution of the software * permit persons to whom the Software is furnished to do so, subject to
* without specific, written prior permission. The copyright holders make * the following conditions:
* no representations about the suitability of this software for any
* purpose. It is provided "as is" without express or implied warranty.
* *
* THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS * The above copyright notice and this permission notice (including the
* SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND * next paragraph) shall be included in all copies or substantial
* FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY * portions of the Software.
* SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER *
* RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * 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.
*/ */
#include "config.h" #include "config.h"

@ -1,23 +1,26 @@
/* /*
* Copyright © 2013 Richard Hughes * Copyright © 2013 Richard Hughes
* *
* Permission to use, copy, modify, distribute, and sell this software and * Permission is hereby granted, free of charge, to any person obtaining
* its documentation for any purpose is hereby granted without fee, provided * a copy of this software and associated documentation files (the
* that the above copyright notice appear in all copies and that both that * "Software"), to deal in the Software without restriction, including
* copyright notice and this permission notice appear in supporting * without limitation the rights to use, copy, modify, merge, publish,
* documentation, and that the name of the copyright holders not be used in * distribute, sublicense, and/or sell copies of the Software, and to
* advertising or publicity pertaining to distribution of the software * permit persons to whom the Software is furnished to do so, subject to
* without specific, written prior permission. The copyright holders make * the following conditions:
* no representations about the suitability of this software for any
* purpose. It is provided "as is" without express or implied warranty.
* *
* THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS * The above copyright notice and this permission notice (including the
* SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND * next paragraph) shall be included in all copies or substantial
* FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY * portions of the Software.
* SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER *
* RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * 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.
*/ */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H

@ -1,23 +1,26 @@
/* /*
* Copyright © 2013 Richard Hughes * Copyright © 2013 Richard Hughes
* *
* Permission to use, copy, modify, distribute, and sell this software and * Permission is hereby granted, free of charge, to any person obtaining
* its documentation for any purpose is hereby granted without fee, provided * a copy of this software and associated documentation files (the
* that the above copyright notice appear in all copies and that both that * "Software"), to deal in the Software without restriction, including
* copyright notice and this permission notice appear in supporting * without limitation the rights to use, copy, modify, merge, publish,
* documentation, and that the name of the copyright holders not be used in * distribute, sublicense, and/or sell copies of the Software, and to
* advertising or publicity pertaining to distribution of the software * permit persons to whom the Software is furnished to do so, subject to
* without specific, written prior permission. The copyright holders make * the following conditions:
* no representations about the suitability of this software for any
* purpose. It is provided "as is" without express or implied warranty.
* *
* THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS * The above copyright notice and this permission notice (including the
* SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND * next paragraph) shall be included in all copies or substantial
* FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY * portions of the Software.
* SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER *
* RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * 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.
*/ */
#include "config.h" #include "config.h"

@ -1,23 +1,26 @@
/* /*
* Copyright © 2013 Richard Hughes * Copyright © 2013 Richard Hughes
* *
* Permission to use, copy, modify, distribute, and sell this software and * Permission is hereby granted, free of charge, to any person obtaining
* its documentation for any purpose is hereby granted without fee, provided * a copy of this software and associated documentation files (the
* that the above copyright notice appear in all copies and that both that * "Software"), to deal in the Software without restriction, including
* copyright notice and this permission notice appear in supporting * without limitation the rights to use, copy, modify, merge, publish,
* documentation, and that the name of the copyright holders not be used in * distribute, sublicense, and/or sell copies of the Software, and to
* advertising or publicity pertaining to distribution of the software * permit persons to whom the Software is furnished to do so, subject to
* without specific, written prior permission. The copyright holders make * the following conditions:
* no representations about the suitability of this software for any
* purpose. It is provided "as is" without express or implied warranty.
* *
* THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS * The above copyright notice and this permission notice (including the
* SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND * next paragraph) shall be included in all copies or substantial
* FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY * portions of the Software.
* SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER *
* RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * 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.
*/ */
#ifndef _WESTON_CMS_H_ #ifndef _WESTON_CMS_H_

@ -1,23 +1,26 @@
/* /*
* Copyright © 2013 Richard Hughes * Copyright © 2013 Richard Hughes
* *
* Permission to use, copy, modify, distribute, and sell this software and * Permission is hereby granted, free of charge, to any person obtaining
* its documentation for any purpose is hereby granted without fee, provided * a copy of this software and associated documentation files (the
* that the above copyright notice appear in all copies and that both that * "Software"), to deal in the Software without restriction, including
* copyright notice and this permission notice appear in supporting * without limitation the rights to use, copy, modify, merge, publish,
* documentation, and that the name of the copyright holders not be used in * distribute, sublicense, and/or sell copies of the Software, and to
* advertising or publicity pertaining to distribution of the software * permit persons to whom the Software is furnished to do so, subject to
* without specific, written prior permission. The copyright holders make * the following conditions:
* no representations about the suitability of this software for any
* purpose. It is provided "as is" without express or implied warranty.
* *
* THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS * The above copyright notice and this permission notice (including the
* SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND * next paragraph) shall be included in all copies or substantial
* FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY * portions of the Software.
* SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER *
* RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * 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.
*/ */
#include "config.h" #include "config.h"

@ -2,23 +2,26 @@
* Copyright © 2008-2011 Kristian Høgsberg * Copyright © 2008-2011 Kristian Høgsberg
* Copyright © 2011 Intel Corporation * Copyright © 2011 Intel Corporation
* *
* Permission to use, copy, modify, distribute, and sell this software and * Permission is hereby granted, free of charge, to any person obtaining
* its documentation for any purpose is hereby granted without fee, provided * a copy of this software and associated documentation files (the
* that the above copyright notice appear in all copies and that both that * "Software"), to deal in the Software without restriction, including
* copyright notice and this permission notice appear in supporting * without limitation the rights to use, copy, modify, merge, publish,
* documentation, and that the name of the copyright holders not be used in * distribute, sublicense, and/or sell copies of the Software, and to
* advertising or publicity pertaining to distribution of the software * permit persons to whom the Software is furnished to do so, subject to
* without specific, written prior permission. The copyright holders make * the following conditions:
* no representations about the suitability of this software for any
* purpose. It is provided "as is" without express or implied warranty.
* *
* THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS * The above copyright notice and this permission notice (including the
* SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND * next paragraph) shall be included in all copies or substantial
* FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY * portions of the Software.
* SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER *
* RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * 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.
*/ */
#include "config.h" #include "config.h"

@ -4,23 +4,26 @@
* Copyright © 2012 Raspberry Pi Foundation * Copyright © 2012 Raspberry Pi Foundation
* Copyright © 2013 Philip Withnall * Copyright © 2013 Philip Withnall
* *
* Permission to use, copy, modify, distribute, and sell this software and * Permission is hereby granted, free of charge, to any person obtaining
* its documentation for any purpose is hereby granted without fee, provided * a copy of this software and associated documentation files (the
* that the above copyright notice appear in all copies and that both that * "Software"), to deal in the Software without restriction, including
* copyright notice and this permission notice appear in supporting * without limitation the rights to use, copy, modify, merge, publish,
* documentation, and that the name of the copyright holders not be used in * distribute, sublicense, and/or sell copies of the Software, and to
* advertising or publicity pertaining to distribution of the software * permit persons to whom the Software is furnished to do so, subject to
* without specific, written prior permission. The copyright holders make * the following conditions:
* no representations about the suitability of this software for any
* purpose. It is provided "as is" without express or implied warranty.
* *
* THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS * The above copyright notice and this permission notice (including the
* SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND * next paragraph) shall be included in all copies or substantial
* FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY * portions of the Software.
* SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER *
* RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * 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.
*/ */
#include "config.h" #include "config.h"

@ -2,23 +2,26 @@
* Copyright © 2010-2011 Benjamin Franzke * Copyright © 2010-2011 Benjamin Franzke
* Copyright © 2012 Intel Corporation * Copyright © 2012 Intel Corporation
* *
* Permission to use, copy, modify, distribute, and sell this software and * Permission is hereby granted, free of charge, to any person obtaining
* its documentation for any purpose is hereby granted without fee, provided * a copy of this software and associated documentation files (the
* that the above copyright notice appear in all copies and that both that * "Software"), to deal in the Software without restriction, including
* copyright notice and this permission notice appear in supporting * without limitation the rights to use, copy, modify, merge, publish,
* documentation, and that the name of the copyright holders not be used in * distribute, sublicense, and/or sell copies of the Software, and to
* advertising or publicity pertaining to distribution of the software * permit persons to whom the Software is furnished to do so, subject to
* without specific, written prior permission. The copyright holders make * the following conditions:
* no representations about the suitability of this software for any
* purpose. It is provided "as is" without express or implied warranty.
* *
* THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS * The above copyright notice and this permission notice (including the
* SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND * next paragraph) shall be included in all copies or substantial
* FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY * portions of the Software.
* SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER *
* RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * 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.
*/ */
#include "config.h" #include "config.h"

@ -1,23 +1,26 @@
/* /*
* Copyright © 2013 Hardening <rdp.effort@gmail.com> * Copyright © 2013 Hardening <rdp.effort@gmail.com>
* *
* Permission to use, copy, modify, distribute, and sell this software and * Permission is hereby granted, free of charge, to any person obtaining
* its documentation for any purpose is hereby granted without fee, provided * a copy of this software and associated documentation files (the
* that the above copyright notice appear in all copies and that both that * "Software"), to deal in the Software without restriction, including
* copyright notice and this permission notice appear in supporting * without limitation the rights to use, copy, modify, merge, publish,
* documentation, and that the name of the copyright holders not be used in * distribute, sublicense, and/or sell copies of the Software, and to
* advertising or publicity pertaining to distribution of the software * permit persons to whom the Software is furnished to do so, subject to
* without specific, written prior permission. The copyright holders make * the following conditions:
* no representations about the suitability of this software for any
* purpose. It is provided "as is" without express or implied warranty.
* *
* THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS * The above copyright notice and this permission notice (including the
* SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND * next paragraph) shall be included in all copies or substantial
* FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY * portions of the Software.
* SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER *
* RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * 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.
*/ */
#include "config.h" #include "config.h"

@ -3,23 +3,26 @@
* Copyright © 2011 Intel Corporation * Copyright © 2011 Intel Corporation
* Copyright © 2012-2013 Raspberry Pi Foundation * Copyright © 2012-2013 Raspberry Pi Foundation
* *
* Permission to use, copy, modify, distribute, and sell this software and * Permission is hereby granted, free of charge, to any person obtaining
* its documentation for any purpose is hereby granted without fee, provided * a copy of this software and associated documentation files (the
* that the above copyright notice appear in all copies and that both that * "Software"), to deal in the Software without restriction, including
* copyright notice and this permission notice appear in supporting * without limitation the rights to use, copy, modify, merge, publish,
* documentation, and that the name of the copyright holders not be used in * distribute, sublicense, and/or sell copies of the Software, and to
* advertising or publicity pertaining to distribution of the software * permit persons to whom the Software is furnished to do so, subject to
* without specific, written prior permission. The copyright holders make * the following conditions:
* no representations about the suitability of this software for any
* purpose. It is provided "as is" without express or implied warranty.
* *
* THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS * The above copyright notice and this permission notice (including the
* SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND * next paragraph) shall be included in all copies or substantial
* FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY * portions of the Software.
* SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER *
* RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * 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.
*/ */
#include "config.h" #include "config.h"

@ -2,23 +2,26 @@
* Copyright © 2010-2011 Benjamin Franzke * Copyright © 2010-2011 Benjamin Franzke
* Copyright © 2013 Jason Ekstrand * Copyright © 2013 Jason Ekstrand
* *
* Permission to use, copy, modify, distribute, and sell this software and * Permission is hereby granted, free of charge, to any person obtaining
* its documentation for any purpose is hereby granted without fee, provided * a copy of this software and associated documentation files (the
* that the above copyright notice appear in all copies and that both that * "Software"), to deal in the Software without restriction, including
* copyright notice and this permission notice appear in supporting * without limitation the rights to use, copy, modify, merge, publish,
* documentation, and that the name of the copyright holders not be used in * distribute, sublicense, and/or sell copies of the Software, and to
* advertising or publicity pertaining to distribution of the software * permit persons to whom the Software is furnished to do so, subject to
* without specific, written prior permission. The copyright holders make * the following conditions:
* no representations about the suitability of this software for any
* purpose. It is provided "as is" without express or implied warranty.
* *
* THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS * The above copyright notice and this permission notice (including the
* SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND * next paragraph) shall be included in all copies or substantial
* FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY * portions of the Software.
* SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER *
* RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * 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.
*/ */
#include "config.h" #include "config.h"

@ -3,23 +3,26 @@
* Copyright © 2010-2011 Intel Corporation * Copyright © 2010-2011 Intel Corporation
* Copyright © 2013 Vasily Khoruzhick <anarsoul@gmail.com> * Copyright © 2013 Vasily Khoruzhick <anarsoul@gmail.com>
* *
* Permission to use, copy, modify, distribute, and sell this software and * Permission is hereby granted, free of charge, to any person obtaining
* its documentation for any purpose is hereby granted without fee, provided * a copy of this software and associated documentation files (the
* that the above copyright notice appear in all copies and that both that * "Software"), to deal in the Software without restriction, including
* copyright notice and this permission notice appear in supporting * without limitation the rights to use, copy, modify, merge, publish,
* documentation, and that the name of the copyright holders not be used in * distribute, sublicense, and/or sell copies of the Software, and to
* advertising or publicity pertaining to distribution of the software * permit persons to whom the Software is furnished to do so, subject to
* without specific, written prior permission. The copyright holders make * the following conditions:
* no representations about the suitability of this software for any
* purpose. It is provided "as is" without express or implied warranty.
* *
* THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS * The above copyright notice and this permission notice (including the
* SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND * next paragraph) shall be included in all copies or substantial
* FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY * portions of the Software.
* SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER *
* RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * 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.
*/ */
#include "config.h" #include "config.h"

@ -3,23 +3,26 @@
* Copyright © 2008-2011 Kristian Høgsberg * Copyright © 2008-2011 Kristian Høgsberg
* Copyright © 2012-2015 Collabora, Ltd. * Copyright © 2012-2015 Collabora, Ltd.
* *
* Permission to use, copy, modify, distribute, and sell this software and * Permission is hereby granted, free of charge, to any person obtaining
* its documentation for any purpose is hereby granted without fee, provided * a copy of this software and associated documentation files (the
* that the above copyright notice appear in all copies and that both that * "Software"), to deal in the Software without restriction, including
* copyright notice and this permission notice appear in supporting * without limitation the rights to use, copy, modify, merge, publish,
* documentation, and that the name of the copyright holders not be used in * distribute, sublicense, and/or sell copies of the Software, and to
* advertising or publicity pertaining to distribution of the software * permit persons to whom the Software is furnished to do so, subject to
* without specific, written prior permission. The copyright holders make * the following conditions:
* no representations about the suitability of this software for any
* purpose. It is provided "as is" without express or implied warranty.
* *
* THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS * The above copyright notice and this permission notice (including the
* SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND * next paragraph) shall be included in all copies or substantial
* FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY * portions of the Software.
* SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER *
* RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * 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.
*/ */
#include "config.h" #include "config.h"

@ -2,23 +2,26 @@
* Copyright © 2008-2011 Kristian Høgsberg * Copyright © 2008-2011 Kristian Høgsberg
* Copyright © 2012 Collabora, Ltd. * Copyright © 2012 Collabora, Ltd.
* *
* Permission to use, copy, modify, distribute, and sell this software and * Permission is hereby granted, free of charge, to any person obtaining
* its documentation for any purpose is hereby granted without fee, provided * a copy of this software and associated documentation files (the
* that the above copyright notice appear in all copies and that both that * "Software"), to deal in the Software without restriction, including
* copyright notice and this permission notice appear in supporting * without limitation the rights to use, copy, modify, merge, publish,
* documentation, and that the name of the copyright holders not be used in * distribute, sublicense, and/or sell copies of the Software, and to
* advertising or publicity pertaining to distribution of the software * permit persons to whom the Software is furnished to do so, subject to
* without specific, written prior permission. The copyright holders make * the following conditions:
* no representations about the suitability of this software for any
* purpose. It is provided "as is" without express or implied warranty.
* *
* THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS * The above copyright notice and this permission notice (including the
* SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND * next paragraph) shall be included in all copies or substantial
* FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY * portions of the Software.
* SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER *
* RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * 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.
*/ */
#ifndef _WAYLAND_SYSTEM_COMPOSITOR_H_ #ifndef _WAYLAND_SYSTEM_COMPOSITOR_H_

@ -1,23 +1,26 @@
/* /*
* Copyright © 2011 Kristian Høgsberg * Copyright © 2011 Kristian Høgsberg
* *
* Permission to use, copy, modify, distribute, and sell this software and its * Permission is hereby granted, free of charge, to any person obtaining
* documentation for any purpose is hereby granted without fee, provided that * a copy of this software and associated documentation files (the
* the above copyright notice appear in all copies and that both that copyright * "Software"), to deal in the Software without restriction, including
* notice and this permission notice appear in supporting documentation, and * without limitation the rights to use, copy, modify, merge, publish,
* that the name of the copyright holders not be used in advertising or * distribute, sublicense, and/or sell copies of the Software, and to
* publicity pertaining to distribution of the software without specific, * permit persons to whom the Software is furnished to do so, subject to
* written prior permission. The copyright holders make no representations * the following conditions:
* about the suitability of this software for any purpose. It is provided "as
* is" without express or implied warranty.
* *
* THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, * The above copyright notice and this permission notice (including the
* INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO * next paragraph) shall be included in all copies or substantial
* EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR * portions of the Software.
* CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, *
* DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* OF THIS SOFTWARE. * 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.
*/ */
#include "config.h" #include "config.h"

@ -1,23 +1,26 @@
/* /*
* Copyright © 2013 David Herrmann <dh.herrmann@gmail.com> * Copyright © 2013 David Herrmann <dh.herrmann@gmail.com>
* *
* Permission to use, copy, modify, distribute, and sell this software and * Permission is hereby granted, free of charge, to any person obtaining
* its documentation for any purpose is hereby granted without fee, provided * a copy of this software and associated documentation files (the
* that the above copyright notice appear in all copies and that both that * "Software"), to deal in the Software without restriction, including
* copyright notice and this permission notice appear in supporting * without limitation the rights to use, copy, modify, merge, publish,
* documentation, and that the name of the copyright holders not be used in * distribute, sublicense, and/or sell copies of the Software, and to
* advertising or publicity pertaining to distribution of the software * permit persons to whom the Software is furnished to do so, subject to
* without specific, written prior permission. The copyright holders make * the following conditions:
* no representations about the suitability of this software for any
* purpose. It is provided "as is" without express or implied warranty.
* *
* THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS * The above copyright notice and this permission notice (including the
* SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND * next paragraph) shall be included in all copies or substantial
* FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY * portions of the Software.
* SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER *
* RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * 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.
*/ */
/* /*

@ -1,23 +1,26 @@
/* /*
* Copyright © 2013 David Herrmann <dh.herrmann@gmail.com> * Copyright © 2013 David Herrmann <dh.herrmann@gmail.com>
* *
* Permission to use, copy, modify, distribute, and sell this software and * Permission is hereby granted, free of charge, to any person obtaining
* its documentation for any purpose is hereby granted without fee, provided * a copy of this software and associated documentation files (the
* that the above copyright notice appear in all copies and that both that * "Software"), to deal in the Software without restriction, including
* copyright notice and this permission notice appear in supporting * without limitation the rights to use, copy, modify, merge, publish,
* documentation, and that the name of the copyright holders not be used in * distribute, sublicense, and/or sell copies of the Software, and to
* advertising or publicity pertaining to distribution of the software * permit persons to whom the Software is furnished to do so, subject to
* without specific, written prior permission. The copyright holders make * the following conditions:
* no representations about the suitability of this software for any
* purpose. It is provided "as is" without express or implied warranty.
* *
* THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS * The above copyright notice and this permission notice (including the
* SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND * next paragraph) shall be included in all copies or substantial
* FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY * portions of the Software.
* SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER *
* RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * 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.
*/ */
#ifndef _WESTON_DBUS_H_ #ifndef _WESTON_DBUS_H_

@ -2,23 +2,26 @@
* Copyright © 2012 Intel Corporation * Copyright © 2012 Intel Corporation
* Copyright © 2015 Collabora, Ltd. * Copyright © 2015 Collabora, Ltd.
* *
* Permission to use, copy, modify, distribute, and sell this software and * Permission is hereby granted, free of charge, to any person obtaining
* its documentation for any purpose is hereby granted without fee, provided * a copy of this software and associated documentation files (the
* that the above copyright notice appear in all copies and that both that * "Software"), to deal in the Software without restriction, including
* copyright notice and this permission notice appear in supporting * without limitation the rights to use, copy, modify, merge, publish,
* documentation, and that the name of the copyright holders not be used in * distribute, sublicense, and/or sell copies of the Software, and to
* advertising or publicity pertaining to distribution of the software * permit persons to whom the Software is furnished to do so, subject to
* without specific, written prior permission. The copyright holders make * the following conditions:
* no representations about the suitability of this software for any
* purpose. It is provided "as is" without express or implied warranty.
* *
* THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS * The above copyright notice and this permission notice (including the
* SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND * next paragraph) shall be included in all copies or substantial
* FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY * portions of the Software.
* SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER *
* RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * 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.
*/ */
#include "config.h" #include "config.h"

@ -1,23 +1,26 @@
/* /*
* Copyright © 2012 John Kåre Alsaker * Copyright © 2012 John Kåre Alsaker
* *
* Permission to use, copy, modify, distribute, and sell this software and * Permission is hereby granted, free of charge, to any person obtaining
* its documentation for any purpose is hereby granted without fee, provided * a copy of this software and associated documentation files (the
* that the above copyright notice appear in all copies and that both that * "Software"), to deal in the Software without restriction, including
* copyright notice and this permission notice appear in supporting * without limitation the rights to use, copy, modify, merge, publish,
* documentation, and that the name of the copyright holders not be used in * distribute, sublicense, and/or sell copies of the Software, and to
* advertising or publicity pertaining to distribution of the software * permit persons to whom the Software is furnished to do so, subject to
* without specific, written prior permission. The copyright holders make * the following conditions:
* no representations about the suitability of this software for any
* purpose. It is provided "as is" without express or implied warranty.
* *
* THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS * The above copyright notice and this permission notice (including the
* SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND * next paragraph) shall be included in all copies or substantial
* FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY * portions of the Software.
* SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER *
* RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * 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.
*/ */
#include "config.h" #include "config.h"

@ -1,23 +1,26 @@
/* /*
* Copyright © 2013 Intel Corporation * Copyright © 2013 Intel Corporation
* *
* Permission to use, copy, modify, distribute, and sell this software and * Permission is hereby granted, free of charge, to any person obtaining
* its documentation for any purpose is hereby granted without fee, provided * a copy of this software and associated documentation files (the
* that the above copyright notice appear in all copies and that both that * "Software"), to deal in the Software without restriction, including
* copyright notice and this permission notice appear in supporting * without limitation the rights to use, copy, modify, merge, publish,
* documentation, and that the name of the copyright holders not be used in * distribute, sublicense, and/or sell copies of the Software, and to
* advertising or publicity pertaining to distribution of the software * permit persons to whom the Software is furnished to do so, subject to
* without specific, written prior permission. The copyright holders make * the following conditions:
* no representations about the suitability of this software for any
* purpose. It is provided "as is" without express or implied warranty.
* *
* THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS * The above copyright notice and this permission notice (including the
* SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND * next paragraph) shall be included in all copies or substantial
* FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY * portions of the Software.
* SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER *
* RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * 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.
*/ */
#include "config.h" #include "config.h"

@ -2,23 +2,26 @@
* Copyright © 2012 Benjamin Franzke * Copyright © 2012 Benjamin Franzke
* Copyright © 2013 Intel Corporation * Copyright © 2013 Intel Corporation
* *
* Permission to use, copy, modify, distribute, and sell this software and * Permission is hereby granted, free of charge, to any person obtaining
* its documentation for any purpose is hereby granted without fee, provided * a copy of this software and associated documentation files (the
* that the above copyright notice appear in all copies and that both that * "Software"), to deal in the Software without restriction, including
* copyright notice and this permission notice appear in supporting * without limitation the rights to use, copy, modify, merge, publish,
* documentation, and that the name of the copyright holders not be used in * distribute, sublicense, and/or sell copies of the Software, and to
* advertising or publicity pertaining to distribution of the software * permit persons to whom the Software is furnished to do so, subject to
* without specific, written prior permission. The copyright holders make * the following conditions:
* no representations about the suitability of this software for any
* purpose. It is provided "as is" without express or implied warranty.
* *
* THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS * The above copyright notice and this permission notice (including the
* SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND * next paragraph) shall be included in all copies or substantial
* FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY * portions of the Software.
* SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER *
* RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * 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.
*/ */
#include "config.h" #include "config.h"

@ -1,23 +1,26 @@
/* /*
* Copyright © 2012 Benjamin Franzke * Copyright © 2012 Benjamin Franzke
* *
* Permission to use, copy, modify, distribute, and sell this software and * Permission is hereby granted, free of charge, to any person obtaining
* its documentation for any purpose is hereby granted without fee, provided * a copy of this software and associated documentation files (the
* that the above copyright notice appear in all copies and that both that * "Software"), to deal in the Software without restriction, including
* copyright notice and this permission notice appear in supporting * without limitation the rights to use, copy, modify, merge, publish,
* documentation, and that the name of the copyright holders not be used in * distribute, sublicense, and/or sell copies of the Software, and to
* advertising or publicity pertaining to distribution of the software * permit persons to whom the Software is furnished to do so, subject to
* without specific, written prior permission. The copyright holders make * the following conditions:
* no representations about the suitability of this software for any
* purpose. It is provided "as is" without express or implied warranty.
* *
* THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS * The above copyright notice and this permission notice (including the
* SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND * next paragraph) shall be included in all copies or substantial
* FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY * portions of the Software.
* SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER *
* RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * 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.
*/ */
#ifndef _WESTON_LAUNCHER_UTIL_H_ #ifndef _WESTON_LAUNCHER_UTIL_H_

@ -2,23 +2,26 @@
* Copyright © 2010 Intel Corporation * Copyright © 2010 Intel Corporation
* Copyright © 2013 Jonas Ådahl * Copyright © 2013 Jonas Ådahl
* *
* Permission to use, copy, modify, distribute, and sell this software and * Permission is hereby granted, free of charge, to any person obtaining
* its documentation for any purpose is hereby granted without fee, provided * a copy of this software and associated documentation files (the
* that the above copyright notice appear in all copies and that both that * "Software"), to deal in the Software without restriction, including
* copyright notice and this permission notice appear in supporting * without limitation the rights to use, copy, modify, merge, publish,
* documentation, and that the name of the copyright holders not be used in * distribute, sublicense, and/or sell copies of the Software, and to
* advertising or publicity pertaining to distribution of the software * permit persons to whom the Software is furnished to do so, subject to
* without specific, written prior permission. The copyright holders make * the following conditions:
* no representations about the suitability of this software for any
* purpose. It is provided "as is" without express or implied warranty.
* *
* THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS * The above copyright notice and this permission notice (including the
* SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND * next paragraph) shall be included in all copies or substantial
* FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY * portions of the Software.
* SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER *
* RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * 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.
*/ */
#include "config.h" #include "config.h"

@ -1,23 +1,26 @@
/* /*
* Copyright © 2011, 2012 Intel Corporation * Copyright © 2011, 2012 Intel Corporation
* *
* Permission to use, copy, modify, distribute, and sell this software and * Permission is hereby granted, free of charge, to any person obtaining
* its documentation for any purpose is hereby granted without fee, provided * a copy of this software and associated documentation files (the
* that the above copyright notice appear in all copies and that both that * "Software"), to deal in the Software without restriction, including
* copyright notice and this permission notice appear in supporting * without limitation the rights to use, copy, modify, merge, publish,
* documentation, and that the name of the copyright holders not be used in * distribute, sublicense, and/or sell copies of the Software, and to
* advertising or publicity pertaining to distribution of the software * permit persons to whom the Software is furnished to do so, subject to
* without specific, written prior permission. The copyright holders make * the following conditions:
* no representations about the suitability of this software for any
* purpose. It is provided "as is" without express or implied warranty.
* *
* THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS * The above copyright notice and this permission notice (including the
* SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND * next paragraph) shall be included in all copies or substantial
* FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY * portions of the Software.
* SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER *
* RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * 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.
*/ */
#ifndef _LIBINPUT_DEVICE_H_ #ifndef _LIBINPUT_DEVICE_H_

@ -2,23 +2,26 @@
* Copyright © 2013 Intel Corporation * Copyright © 2013 Intel Corporation
* Copyright © 2013 Jonas Ådahl * Copyright © 2013 Jonas Ådahl
* *
* Permission to use, copy, modify, distribute, and sell this software and * Permission is hereby granted, free of charge, to any person obtaining
* its documentation for any purpose is hereby granted without fee, provided * a copy of this software and associated documentation files (the
* that the above copyright notice appear in all copies and that both that * "Software"), to deal in the Software without restriction, including
* copyright notice and this permission notice appear in supporting * without limitation the rights to use, copy, modify, merge, publish,
* documentation, and that the name of the copyright holders not be used in * distribute, sublicense, and/or sell copies of the Software, and to
* advertising or publicity pertaining to distribution of the software * permit persons to whom the Software is furnished to do so, subject to
* without specific, written prior permission. The copyright holders make * the following conditions:
* no representations about the suitability of this software for any
* purpose. It is provided "as is" without express or implied warranty.
* *
* THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS * The above copyright notice and this permission notice (including the
* SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND * next paragraph) shall be included in all copies or substantial
* FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY * portions of the Software.
* SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER *
* RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * 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.
*/ */
#include "config.h" #include "config.h"

@ -2,23 +2,26 @@
* Copyright © 2013 Intel Corporation * Copyright © 2013 Intel Corporation
* Copyright © 2013 Jonas Ådahl * Copyright © 2013 Jonas Ådahl
* *
* Permission to use, copy, modify, distribute, and sell this software and * Permission is hereby granted, free of charge, to any person obtaining
* its documentation for any purpose is hereby granted without fee, provided * a copy of this software and associated documentation files (the
* that the above copyright notice appear in all copies and that both that * "Software"), to deal in the Software without restriction, including
* copyright notice and this permission notice appear in supporting * without limitation the rights to use, copy, modify, merge, publish,
* documentation, and that the name of the copyright holders not be used in * distribute, sublicense, and/or sell copies of the Software, and to
* advertising or publicity pertaining to distribution of the software * permit persons to whom the Software is furnished to do so, subject to
* without specific, written prior permission. The copyright holders make * the following conditions:
* no representations about the suitability of this software for any
* purpose. It is provided "as is" without express or implied warranty.
* *
* THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS * The above copyright notice and this permission notice (including the
* SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND * next paragraph) shall be included in all copies or substantial
* FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY * portions of the Software.
* SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER *
* RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * 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.
*/ */
#ifndef _LIBINPUT_SEAT_H_ #ifndef _LIBINPUT_SEAT_H_

@ -1,23 +1,26 @@
/* /*
* Copyright © 2012 Martin Minarik * Copyright © 2012 Martin Minarik
* *
* Permission to use, copy, modify, distribute, and sell this software and * Permission is hereby granted, free of charge, to any person obtaining
* its documentation for any purpose is hereby granted without fee, provided * a copy of this software and associated documentation files (the
* that the above copyright notice appear in all copies and that both that * "Software"), to deal in the Software without restriction, including
* copyright notice and this permission notice appear in supporting * without limitation the rights to use, copy, modify, merge, publish,
* documentation, and that the name of the copyright holders not be used in * distribute, sublicense, and/or sell copies of the Software, and to
* advertising or publicity pertaining to distribution of the software * permit persons to whom the Software is furnished to do so, subject to
* without specific, written prior permission. The copyright holders make * the following conditions:
* no representations about the suitability of this software for any
* purpose. It is provided "as is" without express or implied warranty.
* *
* THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS * The above copyright notice and this permission notice (including the
* SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND * next paragraph) shall be included in all copies or substantial
* FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY * portions of the Software.
* SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER *
* RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * 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.
*/ */
#include "config.h" #include "config.h"

@ -1,23 +1,26 @@
/* /*
* Copyright © 2013 David Herrmann * Copyright © 2013 David Herrmann
* *
* Permission to use, copy, modify, distribute, and sell this software and * Permission is hereby granted, free of charge, to any person obtaining
* its documentation for any purpose is hereby granted without fee, provided * a copy of this software and associated documentation files (the
* that the above copyright notice appear in all copies and that both that * "Software"), to deal in the Software without restriction, including
* copyright notice and this permission notice appear in supporting * without limitation the rights to use, copy, modify, merge, publish,
* documentation, and that the name of the copyright holders not be used in * distribute, sublicense, and/or sell copies of the Software, and to
* advertising or publicity pertaining to distribution of the software * permit persons to whom the Software is furnished to do so, subject to
* without specific, written prior permission. The copyright holders make * the following conditions:
* no representations about the suitability of this software for any
* purpose. It is provided "as is" without express or implied warranty.
* *
* THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS * The above copyright notice and this permission notice (including the
* SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND * next paragraph) shall be included in all copies or substantial
* FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY * portions of the Software.
* SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER *
* RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * 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.
*/ */
#include "config.h" #include "config.h"

@ -1,23 +1,26 @@
/* /*
* Copyright © 2013 David Herrmann * Copyright © 2013 David Herrmann
* *
* Permission to use, copy, modify, distribute, and sell this software and * Permission is hereby granted, free of charge, to any person obtaining
* its documentation for any purpose is hereby granted without fee, provided * a copy of this software and associated documentation files (the
* that the above copyright notice appear in all copies and that both that * "Software"), to deal in the Software without restriction, including
* copyright notice and this permission notice appear in supporting * without limitation the rights to use, copy, modify, merge, publish,
* documentation, and that the name of the copyright holders not be used in * distribute, sublicense, and/or sell copies of the Software, and to
* advertising or publicity pertaining to distribution of the software * permit persons to whom the Software is furnished to do so, subject to
* without specific, written prior permission. The copyright holders make * the following conditions:
* no representations about the suitability of this software for any
* purpose. It is provided "as is" without express or implied warranty.
* *
* THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS * The above copyright notice and this permission notice (including the
* SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND * next paragraph) shall be included in all copies or substantial
* FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY * portions of the Software.
* SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER *
* RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * 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.
*/ */
#include "config.h" #include "config.h"

@ -1,23 +1,26 @@
/* /*
* Copyright © 2012 Intel Corporation * Copyright © 2012 Intel Corporation
* *
* Permission to use, copy, modify, distribute, and sell this software and * Permission is hereby granted, free of charge, to any person obtaining
* its documentation for any purpose is hereby granted without fee, provided * a copy of this software and associated documentation files (the
* that the above copyright notice appear in all copies and that both that * "Software"), to deal in the Software without restriction, including
* copyright notice and this permission notice appear in supporting * without limitation the rights to use, copy, modify, merge, publish,
* documentation, and that the name of the copyright holders not be used in * distribute, sublicense, and/or sell copies of the Software, and to
* advertising or publicity pertaining to distribution of the software * permit persons to whom the Software is furnished to do so, subject to
* without specific, written prior permission. The copyright holders make * the following conditions:
* no representations about the suitability of this software for any
* purpose. It is provided "as is" without express or implied warranty.
* *
* THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS * The above copyright notice and this permission notice (including the
* SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND * next paragraph) shall be included in all copies or substantial
* FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY * portions of the Software.
* SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER *
* RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * 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.
*/ */
#include "config.h" #include "config.h"

@ -3,23 +3,26 @@
* Copyright © 2013 Vasily Khoruzhick <anarsoul@gmail.com> * Copyright © 2013 Vasily Khoruzhick <anarsoul@gmail.com>
* Copyright © 2015 Collabora, Ltd. * Copyright © 2015 Collabora, Ltd.
* *
* Permission to use, copy, modify, distribute, and sell this software and * Permission is hereby granted, free of charge, to any person obtaining
* its documentation for any purpose is hereby granted without fee, provided * a copy of this software and associated documentation files (the
* that the above copyright notice appear in all copies and that both that * "Software"), to deal in the Software without restriction, including
* copyright notice and this permission notice appear in supporting * without limitation the rights to use, copy, modify, merge, publish,
* documentation, and that the name of the copyright holders not be used in * distribute, sublicense, and/or sell copies of the Software, and to
* advertising or publicity pertaining to distribution of the software * permit persons to whom the Software is furnished to do so, subject to
* without specific, written prior permission. The copyright holders make * the following conditions:
* no representations about the suitability of this software for any
* purpose. It is provided "as is" without express or implied warranty.
* *
* THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS * The above copyright notice and this permission notice (including the
* SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND * next paragraph) shall be included in all copies or substantial
* FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY * portions of the Software.
* SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER *
* RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * 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.
*/ */
#include "config.h" #include "config.h"

@ -1,23 +1,26 @@
/* /*
* Copyright © 2013 Vasily Khoruzhick <anarsoul@gmail.com> * Copyright © 2013 Vasily Khoruzhick <anarsoul@gmail.com>
* *
* Permission to use, copy, modify, distribute, and sell this software and * Permission is hereby granted, free of charge, to any person obtaining
* its documentation for any purpose is hereby granted without fee, provided * a copy of this software and associated documentation files (the
* that the above copyright notice appear in all copies and that both that * "Software"), to deal in the Software without restriction, including
* copyright notice and this permission notice appear in supporting * without limitation the rights to use, copy, modify, merge, publish,
* documentation, and that the name of the copyright holders not be used in * distribute, sublicense, and/or sell copies of the Software, and to
* advertising or publicity pertaining to distribution of the software * permit persons to whom the Software is furnished to do so, subject to
* without specific, written prior permission. The copyright holders make * the following conditions:
* no representations about the suitability of this software for any
* purpose. It is provided "as is" without express or implied warranty.
* *
* THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS * The above copyright notice and this permission notice (including the
* SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND * next paragraph) shall be included in all copies or substantial
* FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY * portions of the Software.
* SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER *
* RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * 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.
*/ */
#include "config.h" #include "config.h"

@ -1,23 +1,26 @@
/* /*
* Copyright © 2012-2013 Raspberry Pi Foundation * Copyright © 2012-2013 Raspberry Pi Foundation
* *
* Permission to use, copy, modify, distribute, and sell this software and * Permission is hereby granted, free of charge, to any person obtaining
* its documentation for any purpose is hereby granted without fee, provided * a copy of this software and associated documentation files (the
* that the above copyright notice appear in all copies and that both that * "Software"), to deal in the Software without restriction, including
* copyright notice and this permission notice appear in supporting * without limitation the rights to use, copy, modify, merge, publish,
* documentation, and that the name of the copyright holders not be used in * distribute, sublicense, and/or sell copies of the Software, and to
* advertising or publicity pertaining to distribution of the software * permit persons to whom the Software is furnished to do so, subject to
* without specific, written prior permission. The copyright holders make * the following conditions:
* no representations about the suitability of this software for any
* purpose. It is provided "as is" without express or implied warranty.
* *
* THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS * The above copyright notice and this permission notice (including the
* SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND * next paragraph) shall be included in all copies or substantial
* FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY * portions of the Software.
* SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER *
* RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * 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.
*/ */
#include "config.h" #include "config.h"

@ -1,23 +1,26 @@
/* /*
* Copyright © 2013 Raspberry Pi Foundation * Copyright © 2013 Raspberry Pi Foundation
* *
* Permission to use, copy, modify, distribute, and sell this software and * Permission is hereby granted, free of charge, to any person obtaining
* its documentation for any purpose is hereby granted without fee, provided * a copy of this software and associated documentation files (the
* that the above copyright notice appear in all copies and that both that * "Software"), to deal in the Software without restriction, including
* copyright notice and this permission notice appear in supporting * without limitation the rights to use, copy, modify, merge, publish,
* documentation, and that the name of the copyright holders not be used in * distribute, sublicense, and/or sell copies of the Software, and to
* advertising or publicity pertaining to distribution of the software * permit persons to whom the Software is furnished to do so, subject to
* without specific, written prior permission. The copyright holders make * the following conditions:
* no representations about the suitability of this software for any
* purpose. It is provided "as is" without express or implied warranty.
* *
* THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS * The above copyright notice and this permission notice (including the
* SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND * next paragraph) shall be included in all copies or substantial
* FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY * portions of the Software.
* SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER *
* RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * 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.
*/ */
#ifndef RPI_RENDERER_H #ifndef RPI_RENDERER_H

@ -2,23 +2,26 @@
* Copyright © 2008-2011 Kristian Høgsberg * Copyright © 2008-2011 Kristian Høgsberg
* Copyright © 2014 Jason Ekstrand * Copyright © 2014 Jason Ekstrand
* *
* Permission to use, copy, modify, distribute, and sell this software and * Permission is hereby granted, free of charge, to any person obtaining
* its documentation for any purpose is hereby granted without fee, provided * a copy of this software and associated documentation files (the
* that the above copyright notice appear in all copies and that both that * "Software"), to deal in the Software without restriction, including
* copyright notice and this permission notice appear in supporting * without limitation the rights to use, copy, modify, merge, publish,
* documentation, and that the name of the copyright holders not be used in * distribute, sublicense, and/or sell copies of the Software, and to
* advertising or publicity pertaining to distribution of the software * permit persons to whom the Software is furnished to do so, subject to
* without specific, written prior permission. The copyright holders make * the following conditions:
* no representations about the suitability of this software for any
* purpose. It is provided "as is" without express or implied warranty.
* *
* THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS * The above copyright notice and this permission notice (including the
* SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND * next paragraph) shall be included in all copies or substantial
* FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY * portions of the Software.
* SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER *
* RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * 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.
*/ */
#include "config.h" #include "config.h"

@ -1,23 +1,26 @@
/* /*
* Copyright © 2008-2011 Kristian Høgsberg * Copyright © 2008-2011 Kristian Høgsberg
* *
* Permission to use, copy, modify, distribute, and sell this software and * Permission is hereby granted, free of charge, to any person obtaining
* its documentation for any purpose is hereby granted without fee, provided * a copy of this software and associated documentation files (the
* that the above copyright notice appear in all copies and that both that * "Software"), to deal in the Software without restriction, including
* copyright notice and this permission notice appear in supporting * without limitation the rights to use, copy, modify, merge, publish,
* documentation, and that the name of the copyright holders not be used in * distribute, sublicense, and/or sell copies of the Software, and to
* advertising or publicity pertaining to distribution of the software * permit persons to whom the Software is furnished to do so, subject to
* without specific, written prior permission. The copyright holders make * the following conditions:
* no representations about the suitability of this software for any
* purpose. It is provided "as is" without express or implied warranty.
* *
* THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS * The above copyright notice and this permission notice (including the
* SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND * next paragraph) shall be included in all copies or substantial
* FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY * portions of the Software.
* SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER *
* RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * 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.
*/ */
#include "config.h" #include "config.h"

@ -1,23 +1,26 @@
/* /*
* Copyright © 2011 Intel Corporation * Copyright © 2011 Intel Corporation
* *
* Permission to use, copy, modify, distribute, and sell this software and * Permission is hereby granted, free of charge, to any person obtaining
* its documentation for any purpose is hereby granted without fee, provided * a copy of this software and associated documentation files (the
* that the above copyright notice appear in all copies and that both that * "Software"), to deal in the Software without restriction, including
* copyright notice and this permission notice appear in supporting * without limitation the rights to use, copy, modify, merge, publish,
* documentation, and that the name of the copyright holders not be used in * distribute, sublicense, and/or sell copies of the Software, and to
* advertising or publicity pertaining to distribution of the software * permit persons to whom the Software is furnished to do so, subject to
* without specific, written prior permission. The copyright holders make * the following conditions:
* no representations about the suitability of this software for any
* purpose. It is provided "as is" without express or implied warranty.
* *
* THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS * The above copyright notice and this permission notice (including the
* SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND * next paragraph) shall be included in all copies or substantial
* FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY * portions of the Software.
* SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER *
* RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * 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.
*/ */
#include "config.h" #include "config.h"

@ -2,23 +2,26 @@
* Copyright © 2012 Openismus GmbH * Copyright © 2012 Openismus GmbH
* Copyright © 2012 Intel Corporation * Copyright © 2012 Intel Corporation
* *
* Permission to use, copy, modify, distribute, and sell this software and * Permission is hereby granted, free of charge, to any person obtaining
* its documentation for any purpose is hereby granted without fee, provided * a copy of this software and associated documentation files (the
* that the above copyright notice appear in all copies and that both that * "Software"), to deal in the Software without restriction, including
* copyright notice and this permission notice appear in supporting * without limitation the rights to use, copy, modify, merge, publish,
* documentation, and that the name of the copyright holders not be used in * distribute, sublicense, and/or sell copies of the Software, and to
* advertising or publicity pertaining to distribution of the software * permit persons to whom the Software is furnished to do so, subject to
* without specific, written prior permission. The copyright holders make * the following conditions:
* no representations about the suitability of this software for any
* purpose. It is provided "as is" without express or implied warranty.
* *
* THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS * The above copyright notice and this permission notice (including the
* SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND * next paragraph) shall be included in all copies or substantial
* FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY * portions of the Software.
* SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER *
* RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * 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.
*/ */
#include "config.h" #include "config.h"

@ -2,23 +2,26 @@
* Copyright © 2014 Pekka Paalanen <pq@iki.fi> * Copyright © 2014 Pekka Paalanen <pq@iki.fi>
* Copyright © 2014 Collabora, Ltd. * Copyright © 2014 Collabora, Ltd.
* *
* Permission to use, copy, modify, distribute, and sell this software and * Permission is hereby granted, free of charge, to any person obtaining
* its documentation for any purpose is hereby granted without fee, provided * a copy of this software and associated documentation files (the
* that the above copyright notice appear in all copies and that both that * "Software"), to deal in the Software without restriction, including
* copyright notice and this permission notice appear in supporting * without limitation the rights to use, copy, modify, merge, publish,
* documentation, and that the name of the copyright holders not be used in * distribute, sublicense, and/or sell copies of the Software, and to
* advertising or publicity pertaining to distribution of the software * permit persons to whom the Software is furnished to do so, subject to
* without specific, written prior permission. The copyright holders make * the following conditions:
* no representations about the suitability of this software for any
* purpose. It is provided "as is" without express or implied warranty.
* *
* THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS * The above copyright notice and this permission notice (including the
* SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND * next paragraph) shall be included in all copies or substantial
* FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY * portions of the Software.
* SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER *
* RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * 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.
*/ */
#ifndef WESTON_TIMELINE_OBJECT_H #ifndef WESTON_TIMELINE_OBJECT_H

@ -2,23 +2,26 @@
* Copyright © 2014 Pekka Paalanen <pq@iki.fi> * Copyright © 2014 Pekka Paalanen <pq@iki.fi>
* Copyright © 2014 Collabora, Ltd. * Copyright © 2014 Collabora, Ltd.
* *
* Permission to use, copy, modify, distribute, and sell this software and * Permission is hereby granted, free of charge, to any person obtaining
* its documentation for any purpose is hereby granted without fee, provided * a copy of this software and associated documentation files (the
* that the above copyright notice appear in all copies and that both that * "Software"), to deal in the Software without restriction, including
* copyright notice and this permission notice appear in supporting * without limitation the rights to use, copy, modify, merge, publish,
* documentation, and that the name of the copyright holders not be used in * distribute, sublicense, and/or sell copies of the Software, and to
* advertising or publicity pertaining to distribution of the software * permit persons to whom the Software is furnished to do so, subject to
* without specific, written prior permission. The copyright holders make * the following conditions:
* no representations about the suitability of this software for any
* purpose. It is provided "as is" without express or implied warranty.
* *
* THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS * The above copyright notice and this permission notice (including the
* SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND * next paragraph) shall be included in all copies or substantial
* FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY * portions of the Software.
* SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER *
* RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * 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.
*/ */
#include "config.h" #include "config.h"

@ -2,23 +2,26 @@
* Copyright © 2014 Pekka Paalanen <pq@iki.fi> * Copyright © 2014 Pekka Paalanen <pq@iki.fi>
* Copyright © 2014 Collabora, Ltd. * Copyright © 2014 Collabora, Ltd.
* *
* Permission to use, copy, modify, distribute, and sell this software and * Permission is hereby granted, free of charge, to any person obtaining
* its documentation for any purpose is hereby granted without fee, provided * a copy of this software and associated documentation files (the
* that the above copyright notice appear in all copies and that both that * "Software"), to deal in the Software without restriction, including
* copyright notice and this permission notice appear in supporting * without limitation the rights to use, copy, modify, merge, publish,
* documentation, and that the name of the copyright holders not be used in * distribute, sublicense, and/or sell copies of the Software, and to
* advertising or publicity pertaining to distribution of the software * permit persons to whom the Software is furnished to do so, subject to
* without specific, written prior permission. The copyright holders make * the following conditions:
* no representations about the suitability of this software for any
* purpose. It is provided "as is" without express or implied warranty.
* *
* THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS * The above copyright notice and this permission notice (including the
* SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND * next paragraph) shall be included in all copies or substantial
* FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY * portions of the Software.
* SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER *
* RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * 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.
*/ */
#ifndef WESTON_TIMELINE_H #ifndef WESTON_TIMELINE_H

@ -1,23 +1,26 @@
/* /*
* Copyright © 2013 Intel Corporation * Copyright © 2013 Intel Corporation
* *
* Permission to use, copy, modify, distribute, and sell this software and * Permission is hereby granted, free of charge, to any person obtaining
* its documentation for any purpose is hereby granted without fee, provided * a copy of this software and associated documentation files (the
* that the above copyright notice appear in all copies and that both that * "Software"), to deal in the Software without restriction, including
* copyright notice and this permission notice appear in supporting * without limitation the rights to use, copy, modify, merge, publish,
* documentation, and that the name of the copyright holders not be used in * distribute, sublicense, and/or sell copies of the Software, and to
* advertising or publicity pertaining to distribution of the software * permit persons to whom the Software is furnished to do so, subject to
* without specific, written prior permission. The copyright holders make * the following conditions:
* no representations about the suitability of this software for any
* purpose. It is provided "as is" without express or implied warranty.
* *
* THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS * The above copyright notice and this permission notice (including the
* SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND * next paragraph) shall be included in all copies or substantial
* FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY * portions of the Software.
* SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER *
* RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * 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.
*/ */
#ifndef _VAAPI_RECORDER_H_ #ifndef _VAAPI_RECORDER_H_

@ -1,23 +1,26 @@
/* /*
* Copyright © 2013 Intel Corporation * Copyright © 2013 Intel Corporation
* *
* Permission to use, copy, modify, distribute, and sell this software and its * Permission is hereby granted, free of charge, to any person obtaining
* documentation for any purpose is hereby granted without fee, provided that * a copy of this software and associated documentation files (the
* the above copyright notice appear in all copies and that both that copyright * "Software"), to deal in the Software without restriction, including
* notice and this permission notice appear in supporting documentation, and * without limitation the rights to use, copy, modify, merge, publish,
* that the name of the copyright holders not be used in advertising or * distribute, sublicense, and/or sell copies of the Software, and to
* publicity pertaining to distribution of the software without specific, * permit persons to whom the Software is furnished to do so, subject to
* written prior permission. The copyright holders make no representations * the following conditions:
* about the suitability of this software for any purpose. It is provided "as
* is" without express or implied warranty.
* *
* THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, * The above copyright notice and this permission notice (including the
* INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO * next paragraph) shall be included in all copies or substantial
* EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR * portions of the Software.
* CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, *
* DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* OF THIS SOFTWARE. * 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.
*/ */
#ifndef WESTON_VERSION_H #ifndef WESTON_VERSION_H

@ -1,23 +1,26 @@
/* /*
* Copyright © 2012 Intel Corporation * Copyright © 2012 Intel Corporation
* *
* Permission to use, copy, modify, distribute, and sell this software and * Permission is hereby granted, free of charge, to any person obtaining
* its documentation for any purpose is hereby granted without fee, provided * a copy of this software and associated documentation files (the
* that the above copyright notice appear in all copies and that both that * "Software"), to deal in the Software without restriction, including
* copyright notice and this permission notice appear in supporting * without limitation the rights to use, copy, modify, merge, publish,
* documentation, and that the name of the copyright holders not be used in * distribute, sublicense, and/or sell copies of the Software, and to
* advertising or publicity pertaining to distribution of the software * permit persons to whom the Software is furnished to do so, subject to
* without specific, written prior permission. The copyright holders make * the following conditions:
* no representations about the suitability of this software for any
* purpose. It is provided "as is" without express or implied warranty.
* *
* THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS * The above copyright notice and this permission notice (including the
* SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND * next paragraph) shall be included in all copies or substantial
* FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY * portions of the Software.
* SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER *
* RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * 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.
*/ */
#include <assert.h> #include <assert.h>
#include <float.h> #include <float.h>

@ -1,23 +1,26 @@
/* /*
* Copyright © 2012 Intel Corporation * Copyright © 2012 Intel Corporation
* *
* Permission to use, copy, modify, distribute, and sell this software and * Permission is hereby granted, free of charge, to any person obtaining
* its documentation for any purpose is hereby granted without fee, provided * a copy of this software and associated documentation files (the
* that the above copyright notice appear in all copies and that both that * "Software"), to deal in the Software without restriction, including
* copyright notice and this permission notice appear in supporting * without limitation the rights to use, copy, modify, merge, publish,
* documentation, and that the name of the copyright holders not be used in * distribute, sublicense, and/or sell copies of the Software, and to
* advertising or publicity pertaining to distribution of the software * permit persons to whom the Software is furnished to do so, subject to
* without specific, written prior permission. The copyright holders make * the following conditions:
* no representations about the suitability of this software for any
* purpose. It is provided "as is" without express or implied warranty.
* *
* THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS * The above copyright notice and this permission notice (including the
* SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND * next paragraph) shall be included in all copies or substantial
* FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY * portions of the Software.
* SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER *
* RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * 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.
*/ */
#ifndef _WESTON_VERTEX_CLIPPING_H #ifndef _WESTON_VERTEX_CLIPPING_H
#define _WESTON_VERTEX_CLIPPING_H #define _WESTON_VERTEX_CLIPPING_H

@ -1,23 +1,26 @@
/* /*
* Copyright © 2012 Benjamin Franzke * Copyright © 2012 Benjamin Franzke
* *
* Permission to use, copy, modify, distribute, and sell this software and * Permission is hereby granted, free of charge, to any person obtaining
* its documentation for any purpose is hereby granted without fee, provided * a copy of this software and associated documentation files (the
* that the above copyright notice appear in all copies and that both that * "Software"), to deal in the Software without restriction, including
* copyright notice and this permission notice appear in supporting * without limitation the rights to use, copy, modify, merge, publish,
* documentation, and that the name of the copyright holders not be used in * distribute, sublicense, and/or sell copies of the Software, and to
* advertising or publicity pertaining to distribution of the software * permit persons to whom the Software is furnished to do so, subject to
* without specific, written prior permission. The copyright holders make * the following conditions:
* no representations about the suitability of this software for any
* purpose. It is provided "as is" without express or implied warranty.
* *
* THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS * The above copyright notice and this permission notice (including the
* SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND * next paragraph) shall be included in all copies or substantial
* FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY * portions of the Software.
* SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER *
* RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * 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.
*/ */
#include "config.h" #include "config.h"

@ -1,23 +1,26 @@
/* /*
* Copyright © 2012 Benjamin Franzke * Copyright © 2012 Benjamin Franzke
* *
* Permission to use, copy, modify, distribute, and sell this software and * Permission is hereby granted, free of charge, to any person obtaining
* its documentation for any purpose is hereby granted without fee, provided * a copy of this software and associated documentation files (the
* that the above copyright notice appear in all copies and that both that * "Software"), to deal in the Software without restriction, including
* copyright notice and this permission notice appear in supporting * without limitation the rights to use, copy, modify, merge, publish,
* documentation, and that the name of the copyright holders not be used in * distribute, sublicense, and/or sell copies of the Software, and to
* advertising or publicity pertaining to distribution of the software * permit persons to whom the Software is furnished to do so, subject to
* without specific, written prior permission. The copyright holders make * the following conditions:
* no representations about the suitability of this software for any
* purpose. It is provided "as is" without express or implied warranty.
* *
* THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS * The above copyright notice and this permission notice (including the
* SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND * next paragraph) shall be included in all copies or substantial
* FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY * portions of the Software.
* SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER *
* RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * 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.
*/ */
#ifndef _WESTON_LAUNCH_H_ #ifndef _WESTON_LAUNCH_H_

@ -1,23 +1,26 @@
/* /*
* Copyright © 2012 Scott Moreau * Copyright © 2012 Scott Moreau
* *
* Permission to use, copy, modify, distribute, and sell this software and * Permission is hereby granted, free of charge, to any person obtaining
* its documentation for any purpose is hereby granted without fee, provided * a copy of this software and associated documentation files (the
* that the above copyright notice appear in all copies and that both that * "Software"), to deal in the Software without restriction, including
* copyright notice and this permission notice appear in supporting * without limitation the rights to use, copy, modify, merge, publish,
* documentation, and that the name of the copyright holders not be used in * distribute, sublicense, and/or sell copies of the Software, and to
* advertising or publicity pertaining to distribution of the software * permit persons to whom the Software is furnished to do so, subject to
* without specific, written prior permission. The copyright holders make * the following conditions:
* no representations about the suitability of this software for any
* purpose. It is provided "as is" without express or implied warranty.
* *
* THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS * The above copyright notice and this permission notice (including the
* SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND * next paragraph) shall be included in all copies or substantial
* FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY * portions of the Software.
* SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER *
* RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * 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.
*/ */
#include "config.h" #include "config.h"

Loading…
Cancel
Save