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

dev
Bryce Harrington 9 years ago
parent 73ad676a54
commit 2cc9297aca
  1. 35
      tests/bad-buffer-test.c
  2. 35
      tests/buffer-count-test.c
  3. 35
      tests/button-test.c
  4. 35
      tests/config-parser-test.c
  5. 35
      tests/devices-test.c
  6. 35
      tests/event-test.c
  7. 35
      tests/internal-screenshot-test.c
  8. 35
      tests/ivi-shell-app-test.c
  9. 35
      tests/ivi-test.h
  10. 35
      tests/ivi_layout-internal-test.c
  11. 35
      tests/ivi_layout-test-plugin.c
  12. 35
      tests/ivi_layout-test.c
  13. 35
      tests/keyboard-test.c
  14. 35
      tests/matrix-test.c
  15. 35
      tests/presentation-test.c
  16. 35
      tests/roles-test.c
  17. 35
      tests/setbacklight.c
  18. 35
      tests/subsurface-test.c
  19. 35
      tests/surface-global-test.c
  20. 35
      tests/surface-screenshot.c
  21. 35
      tests/surface-test.c
  22. 35
      tests/text-test.c
  23. 35
      tests/vertex-clip-test.c
  24. 35
      tests/weston-test-client-helper.c
  25. 35
      tests/weston-test-client-helper.h
  26. 35
      tests/weston-test-runner.c
  27. 35
      tests/weston-test-runner.h
  28. 35
      tests/weston-test.c
  29. 35
      tests/xwayland-test.c

@ -2,23 +2,26 @@
* Copyright © 2012 Intel Corporation * Copyright © 2012 Intel Corporation
* Copyright © 2013 Collabora, Ltd. * Copyright © 2013 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 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 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 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.
*/ */
#include "config.h" #include "config.h"

@ -1,23 +1,26 @@
/* /*
* Copyright © 2015 Red Hat, Inc. * Copyright © 2015 Red Hat, Inc.
* *
* 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 Intel Corporation * Copyright © 2012 Intel Corporation
* Copyright © 2013 Collabora, Ltd. * Copyright © 2013 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 © 2015 Samsung Electronics Co., Ltd * Copyright © 2015 Samsung Electronics Co., 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 © 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 © 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.
*/ */
#ifndef IVI_TEST_H #ifndef IVI_TEST_H

@ -2,23 +2,26 @@
* Copyright © 2013 DENSO CORPORATION * Copyright © 2013 DENSO 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"

@ -3,23 +3,26 @@
* Copyright © 2013 DENSO CORPORATION * Copyright © 2013 DENSO 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 © 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 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 © 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.
*/ */
#include "config.h" #include "config.h"

@ -1,23 +1,26 @@
/* /*
* 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"

@ -1,23 +1,26 @@
/* /*
* 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"

@ -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.
* *
* Author: Tiago Vignatti * Author: Tiago Vignatti
*/ */

@ -1,23 +1,26 @@
/* /*
* 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.
*/ */
#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 © 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 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 © 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 Sam Spilsbury <smspillaz@gmail.com> * Copyright © 2013 Sam Spilsbury <smspillaz@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 Intel Corporation * Copyright © 2012 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.
*/ */
#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.
*/ */
#ifndef _WESTON_TEST_CLIENT_HELPER_H_ #ifndef _WESTON_TEST_CLIENT_HELPER_H_

@ -1,23 +1,26 @@
/* /*
* Copyright © 2012 Intel Corporation * Copyright © 2012 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.
*/ */
#include "config.h" #include "config.h"

@ -2,23 +2,26 @@
* Copyright © 2012 Intel Corporation * Copyright © 2012 Intel Corporation
* Copyright © 2013 Sam Spilsbury <smspillaz@gmail.com> * Copyright © 2013 Sam Spilsbury <smspillaz@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_TEST_RUNNER_H_ #ifndef _WESTON_TEST_RUNNER_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 © 2015 Samsung Electronics Co., Ltd * Copyright © 2015 Samsung Electronics Co., 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.
* *
* xwayland-test: Confirm that we can map a window and we're running * xwayland-test: Confirm that we can map a window and we're running
* under Xwayland, not just X. * under Xwayland, not just X.

Loading…
Cancel
Save