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

dev
Bryce Harrington 9 years ago
parent a49caf9d8e
commit 6c6164c5ba
  1. 35
      shared/cairo-util.c
  2. 35
      shared/cairo-util.h
  3. 35
      shared/config-parser.c
  4. 35
      shared/config-parser.h
  5. 35
      shared/file-util.c
  6. 35
      shared/file-util.h
  7. 35
      shared/frame.c
  8. 35
      shared/image-loader.c
  9. 35
      shared/image-loader.h
  10. 35
      shared/matrix.c
  11. 35
      shared/matrix.h
  12. 35
      shared/option-parser.c
  13. 35
      shared/os-compatibility.c
  14. 35
      shared/os-compatibility.h
  15. 35
      shared/platform.h
  16. 35
      shared/zalloc.h

@ -2,23 +2,26 @@
* Copyright © 2008 Kristian Høgsberg * Copyright © 2008 Kristian Høgsberg
* 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 © 2008 Kristian Høgsberg * Copyright © 2008 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.
*/ */
#ifndef _CAIRO_UTIL_H #ifndef _CAIRO_UTIL_H

@ -1,23 +1,26 @@
/* /*
* Copyright © 2011 Intel Corporation * Copyright © 2011 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 © 2008 Kristian Høgsberg * Copyright © 2008 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.
*/ */
#ifndef CONFIGPARSER_H #ifndef CONFIGPARSER_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 WESTON_FILE_UTIL_H #ifndef WESTON_FILE_UTIL_H

@ -3,23 +3,26 @@
* Copyright © 2012-2013 Collabora, Ltd. * Copyright © 2012-2013 Collabora, Ltd.
* Copyright © 2013 Jason Ekstrand * Copyright © 2013 Jason Ekstrand
* *
* 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 © 2008-2012 Kristian Høgsberg * Copyright © 2008-2012 Kristian Høgsberg
* 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 © 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 _IMAGE_LOADER_H #ifndef _IMAGE_LOADER_H

@ -2,23 +2,26 @@
* Copyright © 2011 Intel Corporation * Copyright © 2011 Intel Corporation
* 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"

@ -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 WESTON_MATRIX_H #ifndef WESTON_MATRIX_H

@ -1,23 +1,26 @@
/* /*
* Copyright © 2012 Kristian Høgsberg * Copyright © 2012 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 © 2012 Collabora, Ltd. * Copyright © 2012 Collabora, Ltd.
* *
* 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 Collabora, Ltd. * Copyright © 2012 Collabora, Ltd.
* *
* 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 OS_COMPATIBILITY_H #ifndef OS_COMPATIBILITY_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 WESTON_PLATFORM_H #ifndef WESTON_PLATFORM_H

@ -1,23 +1,26 @@
/* /*
* Copyright © 2013 Red Hat, Inc. * Copyright © 2013 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.
*/ */
#ifndef WESTON_ZALLOC_H #ifndef WESTON_ZALLOC_H

Loading…
Cancel
Save