diff options
| author | Chia-I Wu <olvaffe@gmail.com> | 2014-09-02 08:32:09 +0800 |
|---|---|---|
| committer | Chia-I Wu <olvaffe@gmail.com> | 2014-09-02 08:42:00 +0800 |
| commit | 1cdbed8432d80e66d5c5d62c369fafefa79da337 (patch) | |
| tree | 09b67a40e06c5648c1f780febd188a2d4e6aea38 | |
| parent | fd5b87e1b7ffef26582fe28515aaa8e11ae92b9c (diff) | |
| download | usermoji-1cdbed8432d80e66d5c5d62c369fafefa79da337.tar.xz | |
update copyright information
To my best knowledge.
| -rw-r--r-- | icd/common/icd-bil.h | 4 | ||||
| -rw-r--r-- | icd/common/icd-format.c | 2 | ||||
| -rw-r--r-- | icd/common/icd-format.h | 3 | ||||
| -rw-r--r-- | icd/common/icd-utils.c | 3 | ||||
| -rw-r--r-- | icd/common/icd-utils.h | 3 | ||||
| -rw-r--r-- | icd/common/icd.c | 3 | ||||
| -rw-r--r-- | icd/common/icd.h | 3 | ||||
| -rw-r--r-- | loader/loader.c | 4 | ||||
| -rw-r--r-- | loader/loader.h | 3 | ||||
| -rwxr-xr-x | xgl-generate.py | 25 |
10 files changed, 52 insertions, 1 deletions
diff --git a/icd/common/icd-bil.h b/icd/common/icd-bil.h index 43cc354c..7ef06118 100644 --- a/icd/common/icd-bil.h +++ b/icd/common/icd-bil.h @@ -20,6 +20,10 @@ * 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. + * + * Authors: + * Courtney Goeltzenleuchter <courtney@lunarg.com> + * Chia-I Wu <olv@lunarg.com> */ #ifndef ICD_BIL_H diff --git a/icd/common/icd-format.c b/icd/common/icd-format.c index dc17476a..079d21f1 100644 --- a/icd/common/icd-format.c +++ b/icd/common/icd-format.c @@ -1,5 +1,5 @@ /* - * Mesa 3-D graphics library + * XGL * * Copyright (C) 2014 LunarG, Inc. * diff --git a/icd/common/icd-format.h b/icd/common/icd-format.h index 8c11680d..ebf7d5da 100644 --- a/icd/common/icd-format.h +++ b/icd/common/icd-format.h @@ -20,6 +20,9 @@ * 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. + * + * Authors: + * Chia-I Wu <olv@lunarg.com> */ #ifndef ICD_FORMAT_H diff --git a/icd/common/icd-utils.c b/icd/common/icd-utils.c index 2c0b8707..8e7bb938 100644 --- a/icd/common/icd-utils.c +++ b/icd/common/icd-utils.c @@ -20,6 +20,9 @@ * 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. + * + * Authors: + * Chia-I Wu <olv@lunarg.com> */ #include "icd-utils.h" diff --git a/icd/common/icd-utils.h b/icd/common/icd-utils.h index 26f911e2..d05f21ef 100644 --- a/icd/common/icd-utils.h +++ b/icd/common/icd-utils.h @@ -20,6 +20,9 @@ * 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. + * + * Authors: + * Chia-I Wu <olv@lunarg.com> */ #ifndef ICD_UTILS_H diff --git a/icd/common/icd.c b/icd/common/icd.c index 8750554a..9d0abd91 100644 --- a/icd/common/icd.c +++ b/icd/common/icd.c @@ -20,6 +20,9 @@ * 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. + * + * Authors: + * Chia-I Wu <olv@lunarg.com> */ #define _ISOC11_SOURCE /* for aligned_alloc */ diff --git a/icd/common/icd.h b/icd/common/icd.h index 00916e5b..ee68bf12 100644 --- a/icd/common/icd.h +++ b/icd/common/icd.h @@ -20,6 +20,9 @@ * 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. + * + * Authors: + * Chia-I Wu <olv@lunarg.com> */ #ifndef ICD_H diff --git a/loader/loader.c b/loader/loader.c index 563baae5..20da6783 100644 --- a/loader/loader.c +++ b/loader/loader.c @@ -20,6 +20,10 @@ * 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. + * + * Authors: + * Chia-I Wu <olv@lunarg.com> + * Courtney Goeltzenleuchter <courtney@lunarg.com> */ #include <stdio.h> diff --git a/loader/loader.h b/loader/loader.h index 19aba3f5..ca3f04ed 100644 --- a/loader/loader.h +++ b/loader/loader.h @@ -20,6 +20,9 @@ * 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. + * + * Authors: + * Chia-I Wu <olv@lunarg.com> */ #ifndef LOADER_H diff --git a/xgl-generate.py b/xgl-generate.py index 821cc93a..a885c685 100755 --- a/xgl-generate.py +++ b/xgl-generate.py @@ -1,4 +1,29 @@ #!/usr/bin/env python3 +# +# XGL +# +# Copyright (C) 2014 LunarG, 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. +# +# Authors: +# Chia-I Wu <olv@lunarg.com> import sys |
