legal: add Intel copyright on modified files.

This commit is contained in:
Gwenole Beauchesne 2012-01-16 10:42:55 +01:00
parent 14cc1cf061
commit 1594d99d55
29 changed files with 29 additions and 0 deletions

View file

@ -2,6 +2,7 @@
* gstvaapicontext.c - VA context abstraction * gstvaapicontext.c - VA context abstraction
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Copyright (C) 2011 Intel Corporation
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,7 @@
* gstvaapicontext.h - VA context abstraction * gstvaapicontext.h - VA context abstraction
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Copyright (C) 2011 Intel Corporation
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,7 @@
* gstvaapidecoder.h - VA decoder abstraction * gstvaapidecoder.h - VA decoder abstraction
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Copyright (C) 2011 Intel Corporation
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,7 @@
* gstvaapidecoder_priv.h - VA decoder abstraction (private definitions) * gstvaapidecoder_priv.h - VA decoder abstraction (private definitions)
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Copyright (C) 2011 Intel Corporation
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,7 @@
* gstvaapidisplay.c - VA display abstraction * gstvaapidisplay.c - VA display abstraction
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Copyright (C) 2011 Intel Corporation
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,7 @@
* gstvaapidisplay.h - VA display abstraction * gstvaapidisplay.h - VA display abstraction
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Copyright (C) 2011 Intel Corporation
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,7 @@
* gstvaapidisplay_glx.c - VA/GLX display abstraction * gstvaapidisplay_glx.c - VA/GLX display abstraction
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Copyright (C) 2011 Intel Corporation
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,7 @@
* gstvaapidisplay_priv.h - Base VA display (private definitions) * gstvaapidisplay_priv.h - Base VA display (private definitions)
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Copyright (C) 2011 Intel Corporation
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,7 @@
* gstvaapidisplay_x11.c - VA/X11 display abstraction * gstvaapidisplay_x11.c - VA/X11 display abstraction
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Copyright (C) 2011 Intel Corporation
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,7 @@
* gstvaapiimage.c - VA image abstraction * gstvaapiimage.c - VA image abstraction
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Copyright (C) 2011 Intel Corporation
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,7 @@
* gstvaapiimage.h - VA image abstraction * gstvaapiimage.h - VA image abstraction
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Copyright (C) 2011 Intel Corporation
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,7 @@
* gstvaapiimageformat.c - VA image format abstraction * gstvaapiimageformat.c - VA image format abstraction
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Copyright (C) 2011 Intel Corporation
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,7 @@
* gstvaapiimageformat.h - VA image format abstraction * gstvaapiimageformat.h - VA image format abstraction
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Copyright (C) 2011 Intel Corporation
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,7 @@
* gstvaapisubpicture.c - VA subpicture abstraction * gstvaapisubpicture.c - VA subpicture abstraction
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Copyright (C) 2011 Intel Corporation
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,7 @@
* gstvaapisubpicture.h - VA subpicture abstraction * gstvaapisubpicture.h - VA subpicture abstraction
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Copyright (C) 2011 Intel Corporation
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,7 @@
* gstvaapisurface.c - VA surface abstraction * gstvaapisurface.c - VA surface abstraction
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Copyright (C) 2011 Intel Corporation
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,7 @@
* gstvaapisurfaceproxy.c - VA surface proxy * gstvaapisurfaceproxy.c - VA surface proxy
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Copyright (C) 2011 Intel Corporation
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,7 @@
* gstvaapisurfaceproxy.h - VA surface proxy * gstvaapisurfaceproxy.h - VA surface proxy
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Copyright (C) 2011 Intel Corporation
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,7 @@
* gstvaapiutils.c - VA-API utilities * gstvaapiutils.c - VA-API utilities
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Copyright (C) 2011 Intel Corporation
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,7 @@
* gstvaapiutils.h - VA-API utilities * gstvaapiutils.h - VA-API utilities
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Copyright (C) 2011 Intel Corporation
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,7 @@
* gstvaapiutils_glx.c - GLX utilties * gstvaapiutils_glx.c - GLX utilties
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Copyright (C) 2011 Intel Corporation
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,7 @@
* gstvaapiutils_x11.c - X11 utilties * gstvaapiutils_x11.c - X11 utilties
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Copyright (C) 2011 Intel Corporation
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,7 @@
* gstvaapivideobuffer.c - Gst VA video buffer * gstvaapivideobuffer.c - Gst VA video buffer
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Copyright (C) 2011 Intel Corporation
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,7 @@
* gstvaapivideobuffer.h - Gstreamer/VA video buffer * gstvaapivideobuffer.h - Gstreamer/VA video buffer
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Copyright (C) 2011 Intel Corporation
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,7 @@
* gstvaapiwindow.c - VA window abstraction * gstvaapiwindow.c - VA window abstraction
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Copyright (C) 2011 Intel Corporation
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,7 @@
* gstvaapidownload.h - VA-API video downloader * gstvaapidownload.h - VA-API video downloader
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Copyright (C) 2011 Intel Corporation
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,7 @@
* gstvaapisink.h - VA-API video sink * gstvaapisink.h - VA-API video sink
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Copyright (C) 2011 Intel Corporation
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,7 @@
* gstvaapiupload.h - VA-API video uploader * gstvaapiupload.h - VA-API video uploader
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Copyright (C) 2011 Intel Corporation
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License

View file

@ -2,6 +2,7 @@
* test-decode.c - Test GstVaapiDecoder * test-decode.c - Test GstVaapiDecoder
* *
* Copyright (C) 2010-2011 Splitted-Desktop Systems * Copyright (C) 2010-2011 Splitted-Desktop Systems
* Copyright (C) 2011 Intel Corporation
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License