diff options
author | Dave Airlie <airlied@linux.ie> | 2007-11-16 14:48:36 +1000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2007-11-16 15:01:50 +1000 |
commit | b7774c28dde72a205a40be78003df72eabfb9b1f (patch) | |
tree | 9299ad496c660823c6d9cceb3001e9c6e137d1a5 /src/atombios_output.c | |
parent | 3cfcd2164b400bd0d1cb4ede8eeb01abba9d75c8 (diff) |
Add copyright headers
Diffstat (limited to 'src/atombios_output.c')
-rw-r--r-- | src/atombios_output.c | 27 |
1 files changed, 26 insertions, 1 deletions
diff --git a/src/atombios_output.c b/src/atombios_output.c index 6a018630..6c269823 100644 --- a/src/atombios_output.c +++ b/src/atombios_output.c @@ -1,6 +1,31 @@ /* - * Copyright © 2007 Dave Airlie + * Copyright © 2007 Red Hat, Inc. + * Copyright 2007 Advanced Micro Devices, 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 (including the next + * paragraph) 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: + * Dave Airlie <airlied@redhat.com> + * */ + /* * avivo output handling functions. */ |