diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2006-08-03 12:00:08 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2006-08-03 12:00:08 +0000 |
commit | 8dc6485f2e95a13b4b57ce4fe0d7f1131eae0460 (patch) | |
tree | aa27a008de48453851907b1324c72f6c2e96cee1 /sys/dev/ic | |
parent | d1a238968d8813c35f4da175c42a606c2ef0c4f0 (diff) |
Fix more cvs Id tag tweaks in copyright notes.
Spotted by <gwyllion@ulyssis.org>
Diffstat (limited to 'sys/dev/ic')
-rw-r--r-- | sys/dev/ic/acx.c | 6 | ||||
-rw-r--r-- | sys/dev/ic/acx100.c | 4 | ||||
-rw-r--r-- | sys/dev/ic/acx111.c | 4 | ||||
-rw-r--r-- | sys/dev/ic/acxreg.h | 4 | ||||
-rw-r--r-- | sys/dev/ic/acxvar.h | 4 |
5 files changed, 5 insertions, 17 deletions
diff --git a/sys/dev/ic/acx.c b/sys/dev/ic/acx.c index a6666d22cba..fda238a3be3 100644 --- a/sys/dev/ic/acx.c +++ b/sys/dev/ic/acx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: acx.c,v 1.4 2006/08/03 11:17:28 mglocker Exp $ */ +/* $OpenBSD: acx.c,v 1.5 2006/08/03 12:00:07 mglocker Exp $ */ /* * Copyright (c) 2006 Jonathan Gray <jsg@openbsd.org> @@ -49,16 +49,12 @@ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $DragonFly$ */ /* * Copyright (c) 2003-2004 wlan.kewl.org Project * All rights reserved. * - * $Id: acx.c,v 1.4 2006/08/03 11:17:28 mglocker Exp $ - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/sys/dev/ic/acx100.c b/sys/dev/ic/acx100.c index 7481fec4527..ab7b246f96c 100644 --- a/sys/dev/ic/acx100.c +++ b/sys/dev/ic/acx100.c @@ -1,4 +1,4 @@ -/* $OpenBSD: acx100.c,v 1.3 2006/08/03 10:47:42 mglocker Exp $ */ +/* $OpenBSD: acx100.c,v 1.4 2006/08/03 12:00:07 mglocker Exp $ */ /* * Copyright (c) 2006 Jonathan Gray <jsg@openbsd.org> @@ -49,8 +49,6 @@ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $DragonFly$ */ #include <sys/param.h> diff --git a/sys/dev/ic/acx111.c b/sys/dev/ic/acx111.c index 3e232dd131e..1810120ff83 100644 --- a/sys/dev/ic/acx111.c +++ b/sys/dev/ic/acx111.c @@ -1,4 +1,4 @@ -/* $OpenBSD: acx111.c,v 1.3 2006/08/03 10:47:42 mglocker Exp $ */ +/* $OpenBSD: acx111.c,v 1.4 2006/08/03 12:00:07 mglocker Exp $ */ /* * Copyright (c) 2006 Jonathan Gray <jsg@openbsd.org> @@ -49,8 +49,6 @@ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $DragonFly$ */ #include <sys/param.h> diff --git a/sys/dev/ic/acxreg.h b/sys/dev/ic/acxreg.h index f10c5591288..7912fb0efd8 100644 --- a/sys/dev/ic/acxreg.h +++ b/sys/dev/ic/acxreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: acxreg.h,v 1.3 2006/08/03 10:47:42 mglocker Exp $ */ +/* $OpenBSD: acxreg.h,v 1.4 2006/08/03 12:00:07 mglocker Exp $ */ /* * Copyright (c) 2006 Jonathan Gray <jsg@openbsd.org> @@ -49,8 +49,6 @@ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $DragonFly$ */ #ifndef _ACXREG_H diff --git a/sys/dev/ic/acxvar.h b/sys/dev/ic/acxvar.h index 022054bb83c..5108e524884 100644 --- a/sys/dev/ic/acxvar.h +++ b/sys/dev/ic/acxvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: acxvar.h,v 1.3 2006/08/03 10:47:42 mglocker Exp $ */ +/* $OpenBSD: acxvar.h,v 1.4 2006/08/03 12:00:07 mglocker Exp $ */ /* * Copyright (c) 2006 Jonathan Gray <jsg@openbsd.org> @@ -49,8 +49,6 @@ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $DragonFly$ */ #ifndef _IF_ACXVAR_H |