diff options
author | Dave Airlie <airlied@redhat.com> | 2015-04-20 11:02:39 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2015-04-20 11:02:39 +1000 |
commit | 3263d939b23b8f003de7984dbb23d0b3762d50e6 (patch) | |
tree | 533019b627b94863d307d08f04bfa19d42192bdf /vtest | |
parent | d17f2ee2b3efc2d4faf459965add5ab2ebf915f7 (diff) |
virglrenderer: add some more code liceneses
Diffstat (limited to 'vtest')
-rw-r--r-- | vtest/vtest.h | 23 | ||||
-rw-r--r-- | vtest/vtest_protocol.h | 24 | ||||
-rw-r--r-- | vtest/vtest_renderer.c | 23 | ||||
-rw-r--r-- | vtest/vtest_server.c | 23 |
4 files changed, 92 insertions, 1 deletions
diff --git a/vtest/vtest.h b/vtest/vtest.h index 79eafa0..32ca415 100644 --- a/vtest/vtest.h +++ b/vtest/vtest.h @@ -1,3 +1,26 @@ +/************************************************************************** + * + * Copyright (C) 2015 Red Hat Inc. + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included + * in all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 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 VTEST_H #define VTEST_H diff --git a/vtest/vtest_protocol.h b/vtest/vtest_protocol.h index aedc27d..84fd3eb 100644 --- a/vtest/vtest_protocol.h +++ b/vtest/vtest_protocol.h @@ -1,4 +1,26 @@ - +/************************************************************************** + * + * Copyright (C) 2015 Red Hat Inc. + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included + * in all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 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 VTEST_PROTOCOL #define VTEST_PROTOCOL diff --git a/vtest/vtest_renderer.c b/vtest/vtest_renderer.c index 078f074..b467550 100644 --- a/vtest/vtest_renderer.c +++ b/vtest/vtest_renderer.c @@ -1,3 +1,26 @@ +/************************************************************************** + * + * Copyright (C) 2015 Red Hat Inc. + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included + * in all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 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 <stdlib.h> #include <stdio.h> #include <string.h> diff --git a/vtest/vtest_server.c b/vtest/vtest_server.c index 9e45b1e..b0379c2 100644 --- a/vtest/vtest_server.c +++ b/vtest/vtest_server.c @@ -1,3 +1,26 @@ +/************************************************************************** + * + * Copyright (C) 2015 Red Hat Inc. + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included + * in all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 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 <stdio.h> #include <signal.h> #include <stdbool.h> |