diff options
author | Alan Hourihane <alanh@fairlite.demon.co.uk> | 2003-04-03 15:55:44 +0000 |
---|---|---|
committer | Alan Hourihane <alanh@fairlite.demon.co.uk> | 2003-04-03 15:55:44 +0000 |
commit | 774076fdf65587255ff17e9fcd53b842775eadbf (patch) | |
tree | 6615fb8037073c5716a7d52b66b42a67ad1da3bc | |
parent | 2a09871d5c3c5b1c9174de8f5e1641d4158c67ed (diff) |
fix the copyright messages and bump the datetrident-0-0-2-branch
-rw-r--r-- | linux/trident.h | 8 | ||||
-rw-r--r-- | linux/trident_drv.c | 17 |
2 files changed, 6 insertions, 19 deletions
diff --git a/linux/trident.h b/linux/trident.h index d7a379c1..0d3b615c 100644 --- a/linux/trident.h +++ b/linux/trident.h @@ -1,9 +1,4 @@ -/* trident.h -- Trident DRM template customization -*- linux-c -*- - * Created: Wed Feb 14 12:32:32 2001 by gareth@valinux.com - * - * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California. - * All Rights Reserved. - * +/* * 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 @@ -22,7 +17,6 @@ * 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 __TRIDENT_H__ diff --git a/linux/trident_drv.c b/linux/trident_drv.c index a20faab1..df77495c 100644 --- a/linux/trident_drv.c +++ b/linux/trident_drv.c @@ -1,10 +1,4 @@ -/* trident_drv.c -- trident driver -*- linux-c -*- - * Created: Thu Oct 7 10:38:32 1999 by faith@precisioninsight.com - * - * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas. - * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California. - * All Rights Reserved. - * +/* * 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 @@ -19,11 +13,10 @@ * 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 - * PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR + * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS 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. - * + * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR + * OTHER DEALINGS IN THE SOFTWARE. */ #include <linux/config.h> @@ -34,7 +27,7 @@ #define DRIVER_NAME "trident_dri" #define DRIVER_DESC "Trident CyberBladeXP" -#define DRIVER_DATE "20010216" +#define DRIVER_DATE "20030403" #define DRIVER_MAJOR 1 #define DRIVER_MINOR 0 |