diff options
author | Zephaniah E. Hull <warp@agamemnon.b5> | 2007-06-05 23:19:59 -0400 |
---|---|---|
committer | Zephaniah E. Hull <warp@agamemnon.b5> | 2007-06-05 23:19:59 -0400 |
commit | 27a86f81683794c1f7cd3bc6d474898ff69a7b6e (patch) | |
tree | 22c723e376637ea387e14a0bfe9d3fd2d5883c75 /src/evdev_key.c | |
parent | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-i... (diff) | |
download | xf86-input-evdev-27a86f81683794c1f7cd3bc6d474898ff69a7b6e.tar.gz xf86-input-evdev-27a86f81683794c1f7cd3bc6d474898ff69a7b6e.tar.bz2 xf86-input-evdev-27a86f81683794c1f7cd3bc6d474898ff69a7b6e.zip |
Update the copyright notices for me to include 2007.
Finish merging copyright notices. (evdev_key.c was missed.)
Diffstat (limited to 'src/evdev_key.c')
-rw-r--r-- | src/evdev_key.c | 31 |
1 files changed, 5 insertions, 26 deletions
diff --git a/src/evdev_key.c b/src/evdev_key.c index 811a3f9..b0864a3 100644 --- a/src/evdev_key.c +++ b/src/evdev_key.c @@ -1,5 +1,6 @@ /* - * Copyright © 2006 Zephaniah E. Hull + * Copyright © 2006-2007 Zephaniah E. Hull + * Copyright © 2004 Red Hat, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Soft- @@ -26,31 +27,9 @@ * other dealings in this Software without prior written authorization of * the copyright holder. * - * Author: Zephaniah E. Hull (warp@aehallh.com) - */ -/* - * Copyright © 2004 Red Hat, Inc. - * - * Permission to use, copy, modify, distribute, and sell this software - * and its documentation for any purpose is hereby granted without - * fee, provided that the above copyright notice appear in all copies - * and that both that copyright notice and this permission notice - * appear in supporting documentation, and that the name of Red Hat - * not be used in advertising or publicity pertaining to distribution - * of the software without specific, written prior permission. Red - * Hat makes no representations about the suitability of this software - * for any purpose. It is provided "as is" without express or implied - * warranty. - * - * RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, - * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN - * NO EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR - * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS - * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, - * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN - * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - * - * Author: Kristian Høgsberg (krh@redhat.com) + * Authors: + * Zephaniah E. Hull (warp@aehallh.com), + * Kristian Høgsberg (krh@redhat.com) */ #ifdef HAVE_CONFIG_H |